github.com/qiuhoude/go-web@v0.0.0-20220223060959-ab545e78f20d/blogweb_gin/views/aboultme.html (about)

     1  <!DOCTYPE html>
     2  <html lang="en">
     3  <head>
     4      <meta charset="UTF-8">
     5      <title>{{.Title}}</title>
     6      <link href="../static/css/blogsheet.css" rel="stylesheet">
     7      <link href="../static/css/lib/highlight.css" rel="stylesheet">
     8  </head>
     9  <body>
    10  
    11  {{template "nav.html" .}}
    12  
    13  <div id="aboutme">
    14      <div>
    15          <img src="http://qiuhoude.github.io/uploads/avatar.jpg">
    16  
    17          <div id="myt">
    18              <p class="myp">
    19                  <a href="http://{{.wechat}}">{{.wechat}}</a>
    20              </p>
    21              <p class="myp">
    22                  <a href="http://{{.qq}}">{{.qq}}</a>
    23              </p>
    24              <p class="myp">
    25                  <a href="http://{{.tel}}">{{.tel}}</a>
    26              </p>
    27          </div>
    28      </div>
    29  
    30  </div>
    31  
    32  </body>
    33  </html>