-
Notifications
You must be signed in to change notification settings - Fork 103
/
index.html
55 lines (52 loc) · 1.69 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
layout: default
---
<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="/about"><h2>👉🏻GDSC Seoultech CoC & 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 = "3rd_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>