This repository has been archived by the owner on Jun 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathfaqs.html
210 lines (182 loc) · 8.56 KB
/
faqs.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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="true">
<meta name="title" content="Summer Hacks">
<meta name="description" content="Summer Hacks by SOA Code Room">
<meta property="og:image" content="https://raw.githubusercontent.com/SOACodeRoom/Summer-Hacks/main/img/header.png">
<meta name="author" content="SOA Code Room, Saswat Samal">
<meta name="keywords" content="SOA Code Room">
<title>Summer Hacks</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" href="./css/nav.css">
</head>
<div id="particles-js"></div>
<body>
<nav>
<div class="hamburger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
<ul class="nav-links">
<li><a id="pure-virtual-sticker" style="display:block;max-width:100px;min-width:100px;position:fixed;left:10px;top: 10px;width:10%;z-index:10000" href="#" target="_blank"><img src="./img/pure-virtual-sticker.svg" alt="" style="width:100%"></a>
<li><a href="index.html">HOME</a></li>
<li><a href="theme.html">THEMES</a></li>
<li><a href="events.html">EVENTS</a></li>
<li><a href="contact.html">CONTACT</a></li>
<li><a href="faqs.html">FAQs</a></li>
<li><a href="apply.html" id="apply_button">APPLY🚀</a></li>
</li>
</ul>
</nav>
<section class="text-center">
<section>
<h1 class="sub-heading diagonal-text orange" style="padding: 6em 0 4em 0;">Frequently Asked Questions</h1>
</section>
<section class="container" style="padding-bottom: 3em;">
<div class="row">
<!-- FAQ Card Section Starts from Here -->
<div class="col-md-4 mb-3 mb-md-0 faq-bubble">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-question text-primary mb-2"></i>
<h4 class="text-uppercase m-0 nexa">WHAT IS A HACKATHON?</h4>
<hr class="my-4">
<div class="small text-black-50 nexa">
It is a time bound event where people from various places to develop and build innovative projects and also to learn new things and to also develop social contacts.
</div>
</div>
</div>
</div>
<!-- FAQ Card Section Ends from Here -->
<div class="col-md-4 mb-3 mb-md-0 faq-bubble">
<div class="card py-4 h-100">
<div class="card-body text-center">
<!-- Add the FAQ- Question here - "Question?" -->
<h4 class="text-uppercase m-0 nexa">HOW DO I GET THERE?</h4>
<hr class="my-4">
<!-- Add the FAQ- answer here - "Enter Your Answer Here" -->
<div class="small text-black-50 nexa">
Previously you needed to go to the place where the hackathons were being organised. But now due to the pandemic all the hackathons are being organised virtually. You don't need to go anywhere. You can attend any hackathon from the comforts of your home.
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0 faq-bubble">
<div class="card py-4 h-100">
<div class="card-body text-center">
<!-- Add the FAQ- Question here - "Question?" -->
<h4 class="text-uppercase m-0 nexa">IS IT FREE?</h4>
<hr class="my-4">
<!-- Add the FAQ- answer here - "Enter Your Answer Here" -->
<div class="small text-black-50 nexa">
Yes it is completely free. Just register and show off your skills and innovative ideas.
</div>
</div>
</div>
</div>
<!-- To add new FAQ card, copy from the starting part to end part and paste it below accordingly -->
<div class="col-md-4 mb-3 mb-md-0 faq-bubble">
<div class="card py-4 h-100">
<div class="card-body text-center">
<!-- Add the FAQ- Question here - "Question?" -->
<h4 class="text-uppercase m-0 nexa">WHAT IF I DON'T HAVE A TEAM?</h4>
<hr class="my-4">
<!-- Add the FAQ- answer here - "Enter Your Answer Here" -->
<div class="small text-black-50 nexa">
This hackathon is a portfolio based hackathon and if you can participate alone then you can, but if you want a team then you can form a team of 2 members.
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0 faq-bubble">
<div class="card py-4 h-100">
<div class="card-body text-center">
<!-- Add the FAQ- Question here - "Question?" -->
<h4 class="text-uppercase m-0 nexa">WHAT CAN I BUILD?</h4>
<hr class="my-4">
<!-- Add the FAQ- answer here - "Enter Your Answer Here" -->
<div class="small text-black-50 nexa">
Normally there is a theme or problem statement around which everyone’s projects revolve. But there is no such restriction as to you cannot build anything else. You are free to build any innovative projects which may or may not be theme based.
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0 faq-bubble">
<div class="card py-4 h-100">
<div class="card-body text-center">
<!-- Add the FAQ- Question here - "Question?" -->
<h4 class="text-uppercase m-0 nexa">WHAT IF I HAVE NEVER CODED?</h4>
<hr class="my-4">
<!-- Add the FAQ- answer here - "Enter Your Answer Here" -->
<div class="small text-black-50 nexa">
You don't need to know how to code! We have a range of workshops during the hackathon that will introduce you to programming languages and developing for hardware!
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0 faq-bubble">
<div class="card py-4 h-100">
<div class="card-body text-center">
<!-- Add the FAQ- Question here - "Question?" -->
<h4 class="text-uppercase m-0 nexa">WHO CAN ATTEND?</h4>
<hr class="my-4">
<!-- Add the FAQ- answer here - "Enter Your Answer Here" -->
<div class="small text-black-50 nexa">
You are eligible to attend if you're at least 18 and a student or you graduated within 1 year.
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0 faq-bubble">
<div class="card py-4 h-100">
<div class="card-body text-center">
<!-- Add the FAQ- Question here - "Question?" -->
<h4 class="text-uppercase m-0 nexa">DO YOU HAVE A CODE OF CONDUCT?</h4>
<hr class="my-4">
<!-- Add the FAQ- answer here - "Enter Your Answer Here" -->
<div class="small text-black-50 nexa">
Yes we do have a code of conduct and every participant must abide by it. Projects that violate the Code of Conduct are not allowed, and those teams can be disqualified from the competition at the organizers' discretion.
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0 faq-bubble">
<div class="card py-4 h-100">
<div class="card-body text-center">
<!-- Add the FAQ- Question here - "Question?" -->
<h4 class="text-uppercase m-0 nexa">HAVE SOME OTHER QUESTIONS?</h4>
<hr class="my-4">
<!-- Add the FAQ- answer here - "Enter Your Answer Here" -->
<div class="small text-black-50 nexa">
Feel free to contact our organising team in the Telegram group.
</div>
</div>
</div>
</div>
</div>
</section>
<section class="diagonal-section black-bg" style="height: 4em; opacity: 1;"></section>
<section class="footer-section black-bg">
<div style="padding-top: 0">
<div class="small text-center white">
<div class="social d-flex justify-content-center"></div>
<div class="white mb-4 sub-heading-small">
Copyright © SOA Code Room 2021
</div>
</div>
</section>
</section>
<script src="js/script.js"></script>
<script src="./js/particles.js"></script>
<script src="./js/app.js"></script>
<script src="./js/nav.js"></script>
</body>
</html>