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