Skip to content

Commit

Permalink
update me
Browse files Browse the repository at this point in the history
  • Loading branch information
jackeyGao committed Feb 1, 2020
1 parent 40be16a commit 7b9eac5
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 11 deletions.
7 changes: 5 additions & 2 deletions markdown/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ isPage: yes

# 关注我

<div id="contactsWrapper">
<p>订阅号/微信</p>
<div id="me">
<p>订阅号/微信/赞赏</p>

<div class="grid">
<div class="item">
Expand All @@ -43,6 +43,9 @@ isPage: yes
<div class="item">
<img class="scan" src="/static/images/wx.png">
</div>
<div id="donation" class="item zan">
<img class="scan" src="/static/images/wechat.jpg">
</div>
</div>
</div>

Expand Down
15 changes: 10 additions & 5 deletions r/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,18 @@
top: -2000px;
right: -2000px;
}
#contactsWrapper .grid {
#me .grid {
display: flex;
width: 100%:
}

#contactsWrapper .item {
width: 25%;
#me .item {
width: 33.3333%;
padding: 8px;
text-align: center;
}


</style>

</head>
Expand Down Expand Up @@ -149,8 +151,8 @@ <h1 id="我是Jackey">我是Jackey</h1>

<p>我写了 <a href="https://shici.store" title="中文诗歌">中文诗歌</a> <sup>[6]</sup><a href="https://shici.store" title="诗词周历">诗词周历</a> <sup>[7]</sup>诗词相关的Web项目.</p>
<h1 id="关注我">关注我</h1>
<div id="contactsWrapper">
<p>订阅号/微信</p>
<div id="me">
<p>订阅号/微信/赞赏</p>

<div class="grid">
<div class="item">
Expand All @@ -159,6 +161,9 @@ <h1 id="关注我">关注我</h1>
<div class="item">
<img class="scan" src="/static/images/wx.png">
</div>
<div id="donation" class="item zan">
<img class="scan" src="/static/images/wechat.jpg">
</div>
</div>
</div>
<h1 id="Programming">Programming</h1>
Expand Down
2 changes: 1 addition & 1 deletion r/words/offices-proxy-install-document.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ <h4 id="启动">启动</h4><figure id="codea70b31539493258350f5dd8034de1e27" cla
<p>这里所有的配置均已完成, 测试的话,可以在浏览器设置里面设置</p>

<p>Windows: windows键+R键输入inetcpl.cpl &gt; 连接 &gt; 局域网设置 &gt; 代理服务器
MAC: 系统设置 &gt; 网络 &gt; <选择所用网络> &gt; 高级 &gt; 代理 &gt; WEB 代理(HTTP) &gt; 输入地址端口用户名密码.</p>
MAC: 系统设置 &gt; 网络 &gt; &lt;选择所用网络&gt; &gt; 高级 &gt; 代理 &gt; WEB 代理(HTTP) &gt; 输入地址端口用户名密码.</p>


</div>
Expand Down
Binary file added static/images/wechat.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/images/wechat.png
Binary file not shown.
8 changes: 5 additions & 3 deletions templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,18 @@
top: -2000px;
right: -2000px;
}
#contactsWrapper .grid {
#me .grid {
display: flex;
width: 100%:
}

#contactsWrapper .item {
width: 25%;
#me .item {
width: 33.3333%;
padding: 8px;
text-align: center;
}


</style>
{% endblock %}

Expand Down

0 comments on commit 7b9eac5

Please sign in to comment.