-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFAQ_hack.html
106 lines (104 loc) · 4.66 KB
/
FAQ_hack.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>EduInspire Hackathon</title>
<link rel="shortcut icon" type="image/png" href="hack_logo.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="common.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="navbar view hide_mobile" id="navbar">
<div class="logo">
<img src="hack_logo.png" class="hack_img" width="80px">
</div>
<div class="nav-links">
<a href="index.html">Home</a>
<a href="about_hack.html">About</a>
<a href="selected_team.html">Shortlisted Teams <span style="color: #ff4081;"><i class="fa fa-certificate" aria-hidden="true"></i></span></a>
<a href="Contact.html">Contact</a>
<a href="FAQ_hack.html">FAQ</a>
</div>
</div>
<section class="hide view_mobile">
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="index.html">Home</a>
<a href="about_hack.html">About</a>
<a href="selected_team.html">Shortlisted Teams <span style="color: #ff4081;"><i class="fa fa-certificate" aria-hidden="true"></i></span></a>
<a href="Contact.html">Contact</a>
<a href="FAQ_hack.html">FAQ</a>
</div>
<span class="open" onclick="openNav()">☰</span>
</section>
<div class="container">
<h1 class="faq-header"> Frequently Asked Questions (FAQ)</h1>
<div class="faq-item">
<div class="faq-question">
<h5>1. What is EduHack Inspire?</h5>
</div>
<div class="faq-answer">
<p>EduHack Inspire is a hackathon event focused on the development and innovation in the education system. It brings together creative minds to work on projects that could transform education using technology.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h5>2. Who can participate in EduHack Inspire?</h5>
</div>
<div class="faq-answer">
<p>Anyone who is passionate about education, technology, and innovation is welcome to participate. Students, educators, developers, designers, and entrepreneurs can form teams to join the hackathon.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h5>3. How do I register for the event?</h5>
</div>
<div class="faq-answer">
<p>Registration is simple! Visit our official website and click on the "Register Now" button. Fill out the form with your team details and information, and you’ll receive a confirmation email with further instructions.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h5>4. What is the duration of EduHack Inspire?</h5>
</div>
<div class="faq-answer">
<p>The event spans over 24 hours, starting from the kickoff session on the first day and ending with the project presentations and judging on the final day.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h5>5. Is there a prize for the winners?</h5>
</div>
<div class="faq-answer">
<p>Yes, there are exciting prizes for the top teams. Winners will receive cash rewards, mentorship opportunities, and exclusive access to educational resources and platforms.</p>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h5>6. Can we participate remotely?</h5>
</div>
<div class="faq-answer">
<p>Yes, EduHack Inspire supports both in-person and remote participation. You can join from anywhere, as long as you have a stable internet connection and the required tools for collaboration.</p>
</div>
</div>
<div class="faq-item bottom_space">
<div class="faq-question">
<h5>7. How are the projects evaluated?</h5>
</div>
<div class="faq-answer">
<p>Projects are evaluated based on innovation, impact, technical implementation, and presentation. Our panel of judges includes industry experts, educators, and technology leaders who will assess each project thoroughly.</p>
</div>
</div>
</div>
</div>
</div>
<div class="cursor" style="z-index: 100;"></div>
<div class="cursor2" style="z-index: 100;"></div>
<div class="particles"></div>
<div class="star-background"></div>
</body>
<script src="hack_script.js"></script>
</html>