forked from gdsc-seoultech/gdsc-seoultech.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (36 loc) · 1.57 KB
/
index.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
---
layout: default
---
<img src="/img/main_logo.png" width="100%">
<br/>
<br>
<div class="main-page">
<h2><b>주요 페이지 바로 가기</b></h2>
<a href="https://gdsc.community.dev/seoul-national-university-of-science-and-technology/" target="_blank"><h2>👉🏻 GDSC Chapter Page 👈🏻</h2></a>
<a href="rule/coc.html"><h2>👉🏻GDSC Seoultech CoC👈🏻</h2></a>
<a href="rule/rule.html"><h2>👉🏻GDSC Seoultech Rule👈🏻</h2></a>
</div>
<span class="contacticon center">
<a href="mailto:[email protected]"><i class="fa fa-envelope-square" style="color: #4285f4"></i></a>
<a href="https://github.com/gdsc-seoultech" target="_blank"><i class="fa fa-github-square" style="color: #EA4335"></i></a>
<a href="http://facebook.com/gdsc.seoultech" target="_blank"><i class="fa fa-facebook-square" style="color: #FBBC04"></i></a>
<a href="https://instagram.com/gdsc_seoultech" target="_blank"><i class="fa fa-instagram" style="color: #34A853"></i></a>
</span>
<br><br>
<hr>
<br><br>
<div class="main-page">
<h1><b>GDSC Seoultech 세미나&이벤트</b></h1>
<ul class="post-list">
{% assign category = "2nd_term" %}
{% for post in site.categories[category] %}
{% if post.tags contains "seminar" %}
<li>
<h3><a class="post-title" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></h3>
<p class="post-author">작성자: {{ post.author }}</p>
<p class="post-meta">{{ post.date | date: '%Y년 %m월 %-d일 %H:%M' }}</p>
</li>
{% endif %}
{% endfor %}
</ul>
</div>