-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
136 lines (125 loc) · 6.28 KB
/
faq.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html lang="ko-kr">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#00BCD4" />
<meta name="google" content="notranslate" />
<title>FAQ · GDSC Inha</title>
<meta name="description" content="FAQ GDSC Inha" />
<meta itemprop="name" content="FAQ · GDSC Inha" />
<meta itemprop="description" content="FAQ · GDSC Inha" />
<meta itemprop="image"
content="https://user-images.githubusercontent.com/87305109/182034146-ed6cf343-faa4-44ef-9c25-c4ec124464f3.jpg" />
<meta property="og:title" content="FAQ · GDSC Inha" />
<meta property="og:description" content="FAQ · GDSC Inha University" />
<meta property="og:site_name" content="FAQ · GDSC Inha" />
<meta property="og:url" content="https://gdscinha.github.io/faq.html" />
<meta property="og:type" content="website" />
<meta property="og:image"
content="https://user-images.githubusercontent.com/87305109/182034146-ed6cf343-faa4-44ef-9c25-c4ec124464f3.jpg" />
<meta property="og:image:type"
content="https://user-images.githubusercontent.com/87305109/182034146-ed6cf343-faa4-44ef-9c25-c4ec124464f3.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="600" />
<meta name="twitter:card"
content="https://user-images.githubusercontent.com/87305109/182034146-ed6cf343-faa4-44ef-9c25-c4ec124464f3.jpg" />
<meta name="twitter:title" content="FAQ · GDSC Inha" />
<meta name="twitter:description" content="FAQ · GDSC Inha" />
<meta name="twitter:image"
content="https://user-images.githubusercontent.com/87305109/182034146-ed6cf343-faa4-44ef-9c25-c4ec124464f3.jpg" />
<link rel="shortcut icon" href="./img/favicon.png">
<link rel="stylesheet" href="./style.css" />
<script src="./js/faq.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VTJKQT6JTF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-VTJKQT6JTF');
</script>
<!-- Google Fonts & Icon -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
</head>
<body>
<!-- <div>
<a target="_blank" href="http://bit.ly/3YLd8LF"><img src="https://img.shields.io/badge/23--1 멤버모집 슬라이드-FEC111?style=flat-square&logo=Google&logoColor=white"/></a>
</div> -->
<div id='wrapper'>
<div id="profile" style="align-items: center;">
<a class="title" style="margin-left: 30px;">
<p style="font-size: 40px;text-align: center;">자주 하는 질문</p>
</a>
</div>
<br /><br /><br />
<ul id="question_ul">
<li>
<a class="question" id="q1" onclick="faq(this)">
<span class="material-symbols-outlined">
question_mark
</span>
<p>학과 분포가 어떻게 되나요?</p>
</a>
<a class="answer" id="a1">
<span class="material-symbols-outlined">
done
</span>
<p>23-1 실시간 멤버 데이터 기준으로 다음과 같습니다.</p><br />
<iframe id="notion_chart" src="https://notion2charts.com/embed/86dd3bb9-75e2-490a-a81d-6e4e457a3a1c" width="100%" height="500px" frameborder="0" allowfullscreen></iframe>
</a>
</li>
<li>
<a class="question" id="q1" onclick="faq(this)">
<span class="material-symbols-outlined">
question_mark
</span>
<p>비전공자도 지원이 가능한가요?</p>
</a>
<a class="answer" id="a1">
<!-- <svg class="im" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" width="19" style="margin-right:1.2rem;">
<path fill="white"
d="M381.5 435.7l-160-384C216.6 39.78 204.9 32.01 192 32.01S167.4 39.78 162.5 51.7l-160 384c-6.797 16.31 .9062 35.05 17.22 41.84c16.38 6.828 35.08-.9219 41.84-17.22l31.8-76.31h197.3l31.8 76.31c5.109 12.28 17.02 19.7 29.55 19.7c4.094 0 8.266-.7969 12.3-2.484C380.6 470.7 388.3 452 381.5 435.7zM119.1 320L192 147.2l72 172.8H119.1z" />
</svg> -->
<span class="material-symbols-outlined">
done
</span>
<p class="an">인하대학교 재학생 및 휴학생 누구나 지원 가능합니다.</p>
</a>
</li>
<li>
<a class="question" id="q2" onclick="faq(this)">
<span class="material-symbols-outlined">
question_mark
</span>
<p>대학원생도 지원이 가능한가요?</p>
</a>
<a class="answer" id="a2">
<span class="material-symbols-outlined">
done
</span>
<p class="an">GDSC Korea 운영방침상 학부생, 재·휴학생 대상입니다.</p>
</a>
</li>
<li>
<a class="question" id="q3" onclick="faq(this)">
<span class="material-symbols-outlined">
question_mark
</span>
<p>휴학생도 지원이 가능한가요?</p>
</a>
<a class="answer" id="a3">
<span class="material-symbols-outlined">
done
</span>
<p class="an" align="left">활동에 지장이 없다면 가능합니다</p>
</a>
</li>
</ul>
</div>
<footer id="footer">
<p>last update on 2023.02.24</p>
</footer>
</body>
</html>