aboutsummaryrefslogtreecommitdiffstats
path: root/src/html/user_main.html
blob: 7abec49775ab6f7ed09ecfbdbc29c22bd11f7f2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div class="cover"></div>
<div class="row" style="height:768px; margin-top:640px; position:relative; z-index:0;">
    <div class="offset4 span2">
        <img class="img-polaroid avatar"></img>
    </div>
    <div class="span3 profile">
        <h3 class="name"></h3>
        <h3>關於我</h3>
        <p class="aboutme"></p>
    </div>
</div>