-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathleft.html
42 lines (42 loc) · 1.34 KB
/
left.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
31
32
33
34
35
36
37
38
39
40
41
42
<div class="ribbon-wrapper ribbon-lg">
<div class="ribbon bg-gray-dark" style="text-transform: none;">
<a href="https://github.com/ramostear/UnaBoot-Pro" target="_blank">
<i class="fa fa-github"></i> Fork me
</a>
</div>
</div>
<div class="logo-title">
<a href="${una}/index.html">
<img src="${logo!una+'/'+theme+'/img/una-logo-max.png'}" style="width: 127px;">
</a>
<h3 class="mt-2">${title!'Una | 尤娜'}</h3>
<div class="description">
<p>一个基于Spring Boot 2.0构建的Java博客系统</p>
</div>
</div>
<ul class="social-links">
<li>
<a href="https://github.com/ramostear/UnaBoot-Pro" target="_blank">
<i class="fa fa-github fa-2x"></i>
</a>
</li>
<li>
<a href="https://gitee.com/ramostear/UnaBoot-Pro" target="_blank">
<i class="fa fa-git fa-2x"></i>
</a>
</li>
<li>
<a href="https://weibo.com/ramostear" target="_blank">
<i class="fa fa-weibo fa-2x"></i>
</a>
</li>
</ul>
<div class="footer pt-2">
<a href="https://www.ramostear.com" target="_blank">
<span>Powered By Ramostear</span>
</a>
<div class="by_farbox">
<a href="#" target="">${copyright!'©2020-ramostear'}</a>
<a href="#" target="_blank">${icp!'ICP备案号'}</a>
</div>
</div>