-
Notifications
You must be signed in to change notification settings - Fork 33
/
about.html
30 lines (27 loc) · 1.9 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
title: 关于
layout: default
excerpt: 关于我和 Harttle Land 博客的介绍,和一些朋友博客的链接。
---
<div class="page-about container">
<section class="text-center avatar-wrapper">
<picture>
<source srcset="/assets/img/avatar-320x320.avif" type="image/avif" alt="avatar">
<img src="/assets/img/avatar-320x320.jpg" alt="avatar" class="avatar">
</picture>
</section>
<section class="description">
<h2>Harttle</h2>
<p>我是一个普通的 Web 工程师,生活在拥挤的北京靠搬砖度日,日常维护 <a href="https://liquidjs.com/" target="_blank" rel="noopener">LiquidJS</a>,<a href="https://github.com/harttle/md-padding" target="_blank" rel="noopener">Markdown Padding</a> 等项目。欢迎关注我的 <a href="{{site.twitterUrl}}" target="_blank" rel="noopener">推特</a> 或 <a href="https://github.com/harttle" target="_blank" rel="noopener">Github</a>,也可以 <a href="https://liquidjs.com/zh-cn/tutorials/contribution-guidelines.html#%E8%B5%84%E9%87%91%E6%94%AF%E6%8C%81" target="_blank" rel="noopener">去 LiquidJS 项目来打赏</a>(支持 Patreon 和 Open Collective)。</p>
<p>这个博客的内容主要是{{site.description}}欢迎所有形式的讨论和意见(目前维护在 Github Issues)。欢迎交换链接,可联系 yangjvn at 126.com,猎头请绕道。</p>
</section>
<section class="links">
<h2>友情链接</h2>
<ul class="list-unstyled content">
<li><a href="https://xuexb.com/" target="_blank" rel="noopener">前端小武的博客</a></li>
<li><a href="http://merrier.wang/" target="_blank" rel="noopener">merrier 说</a></li>
<li><a href="https://best33.com/" target="_blank" rel="noopener">做最好的三三</a></li>
<li><a href="https://www.dusaiphoto.com/" target="_blank" rel="noopener">杜赛的个人网站</a></li>
</ul>
</section>
</div>