forked from gcdstoday/gcdstoday.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemoticons.html
33 lines (29 loc) · 1.38 KB
/
emoticons.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
---
layout: default
---
<section>
<center><h3>대고티콘 다운로드</h3></center>
<center><h5><a href="files-emoticons/모두 다운로드.zip">[모두 다운로드]</a></h5>
<table>
<thead>
<tr>
<th width="60%"><center>파일</center></th>
<th width="40%"><center>링크</center></th>
</tr>
</thead>
<tbody>
{% assign files = site.static_files | where: "file-emoticons", true %}
{% for myfile in files %}
<tr>
<td><center>{{ myfile.name }}</center></td>
<td><center><span style="border: 1px solid #3CB371; background-color: #3CB371; color: white; padding: 2px; border-radius: 5px; margin: 5px auto;"><a href="{{ myfile.path }}" download>다운로드</a></span> <span style="border: 1px solid #4f74e3; background-color: #4f74e3; color: white; padding: 2px; border-radius: 5px; margin: 5px auto;"><a href="{{ myfile.path }}">바로보기</a></center></span></td>
</tr>
{% endfor %}
</tbody>
</table>
</section>
<section>
<p><center> >> <a href="https://github.com/gcdstoday/gcds_emoticon"><b>깃허브</b> 바로가기</a> << </center></p>
<p><center>바로보기를 하면 한글 인코딩이 깨져 보이는 현상이 있을 수 있습니다.</center></p>
<p><center>바로보기는 Google Chrome에 최적화되어 있습니다.</center></p>
</section>