Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 56a6cfc

Browse files
committed
change st
1 parent 2f9a377 commit 56a6cfc

File tree

4 files changed

+24
-9
lines changed

4 files changed

+24
-9
lines changed

‎cn/about.html‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h4 class="text-gray">关于网站</h4>
7676
<p>有一段时间我发现我的收藏夹越来越多,很难找到某个不常用的网站。所以就有了这个网站,这里收集的基本都是我自己浏览器收藏夹里的网站,我平时用的相对比较多的一些都在这里。</p>
7777
</br>
7878
<p>如果你也是设计师,如果你也正好喜欢设计,那希望这个网站能给你带来一些作用。</p>
79-
<p>闲聊或者有任何建议都可以加QQ群交流:304584722</p>
79+
<p>闲聊或者有任何建议都可以加QQ群交流,一群:<strong>304584722</strong> 二群:<strong>740911918</strong></p>
8080
</blockquote>
8181
</div>
8282
</div>
@@ -104,7 +104,7 @@ <h4 class="text-gray">关于站长</h4>
104104
<br />
105105
<blockquote>
106106
<p>
107-
这是一个公益项目,而且是<a href="https://github.com/WebStackPage/WebStackPage.github.io"> 开源 </a><iframesrc="https://ghbtns.com/github-btn.html?user=WebStackPage&repo=WebStackPage.github.io&type=star&count=true" frameborder="0" scrolling="0" width="90px" height="20px"></iframe>的。你也可以拿来制作自己的网址导航。如果你有更好的想法,可以通过个人网站<a href="http://www.viggoz.com"><span class="label label-info" data-toggle="tooltip" data-placement="left" title="" data-original-title="Hello I am a Tooltip">viggoz.com</span></a>中的联系方式找到我,欢迎与我交流分享。
107+
这是一个公益项目,而且是<a href="https://github.com/WebStackPage/WebStackPage.github.io"> 开源 </a>的。你也可以拿来制作自己的网址导航。如果你有更好的想法,可以通过个人网站<a href="http://www.viggoz.com"><span class="label label-info" data-toggle="tooltip" data-placement="left" title="" data-original-title="Hello I am a Tooltip">viggoz.com</span></a>中的联系方式找到我,欢迎与我交流分享。
108108
</p>
109109
</blockquote>
110110
</div>
@@ -120,7 +120,7 @@ <h4 class="text-gray">关于站长</h4>
120120
<footer class="main-footer sticky footer-type-1 fixed">
121121
<div class="footer-inner">
122122
<div class="footer-text">
123-
&copy; 2017 - 2019
123+
&copy; 2017 - 2020
124124
<a href="../cn/about.html"><strong>WebStack</strong></a> design by <a href="http://viggoz.com" target="_blank"><strong>Viggo</strong></a>
125125
</div>
126126
<div class="go-up">

‎cn/index.html‎

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,13 +267,20 @@
267267
<span class="title">UED团队</span>
268268
</a>
269269
</li>
270-
<divclass="submit-tag">
270+
<li>
271271
<a href="about.html">
272272
<i class="linecons-heart"></i>
273273
<span class="tooltip-blue">关于本站</span>
274274
<span class="label label-Primary pull-right hidden-collapsed">♥︎</span>
275275
</a>
276-
</div>
276+
</li>
277+
<!-- <div class="submit-tag">
278+
<a href="about.html">
279+
<i class="linecons-heart"></i>
280+
<span class="tooltip-blue">关于本站</span>
281+
<span class="label label-Primary pull-right hidden-collapsed">♥︎</span>
282+
</a>
283+
</div> -->
277284
</ul>
278285
</div>
279286
</div>
@@ -305,7 +312,15 @@
305312
</ul>
306313
</li>
307314
</ul>
308-
<a href="https://github.com/WebStackPage/WebStackPage.github.io" target="_blank"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
315+
<ul class="user-info-menu right-links list-inline list-unstyled">
316+
<li class="hidden-sm hidden-xs">
317+
<a href="#">
318+
<i class="fa-github"></i> GitHub
319+
</a>
320+
</li>
321+
</ul>
322+
<!-- <a href="https://github.com/WebStackPage/WebStackPage.github.io" target="_blank"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a> -->
323+
309324
</nav>
310325
<!-- 常用推荐 -->
311326
<h4 class="text-gray"><i class="linecons-tag" style="margin-right: 7px;" id="常用推荐"></i>常用推荐</h4>
@@ -4186,7 +4201,7 @@ <h4 class="text-gray"><i class="linecons-tag" style="margin-right: 7px;" id="UED
41864201
<div class="footer-inner">
41874202
<!-- Add your copyright text here -->
41884203
<div class="footer-text">
4189-
&copy; 2017-2019
4204+
&copy; 2017-2020
41904205
<a href="../cn/about.html"><strong>WebStack</strong></a> design by <a href="http://viggoz.com" target="_blank"><strong>Viggo</strong></a>
41914206
<!-- - Purchase for only <strong>23$</strong> -->
41924207
</div>

‎en/about.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ <h4 class="text-gray">关于站长</h4>
120120
<footer class="main-footer sticky footer-type-1 fixed">
121121
<div class="footer-inner">
122122
<div class="footer-text">
123-
&copy; 2017 - 2019
123+
&copy; 2017 - 2020
124124
<a href="../cn/about.html"><strong>WebStack</strong></a> design by <a href="http://viggoz.com" target="_blank"><strong>Viggo</strong></a>
125125
</div>
126126
<div class="go-up">

‎en/index.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4170,7 +4170,7 @@ <h4 class="text-gray"><i class="linecons-tag" style="margin-right: 7px;" id="UED
41704170
<div class="footer-inner">
41714171
<!-- Add your copyright text here -->
41724172
<div class="footer-text">
4173-
&copy; 2017-2019
4173+
&copy; 2017-2020
41744174
<a href="../cn/about.html"><strong>WebStack</strong></a> design by <a href="http://viggoz.com" target="_blank"><strong>Viggo</strong></a>
41754175
<!-- - Purchase for only <strong>23$</strong> -->
41764176
</div>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /