-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_hack.html
62 lines (57 loc) · 3.86 KB
/
about_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
<!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">
<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="80" alt="Hackathon Logo">
</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 top_topic">
<h1>About "Edu-Hack Inspire"</h1>
<p class="para_hack ">EduHack Inspire is an initiative or event designed to bring together students, educators,and professionals to collaborate and innovate in the field of education through technology, creativity, and problem-solving. It typically involves a hackathon format,where participants work on creating solutions to challenges faced in the educational sector.</p>
<div style="margin-top: 2vh;">
<h2 style="text-align: center;">Steps to be Followed</h2>
<img src="step_follow.png" class="image_about">
</div>
<h1 style="margin-top: 10vh;">Terms and Conditions</h1>
<p class="about_content">
<b>1. Code of Conduct & Team Dynamics:</b> <br><span style="margin-left: 20px;">Participants must adhere to a strict code of conduct promoting inclusivity, respect, and professionalism. Discriminatory behavior or rule violations will result in immediate disqualification.<br></span>
<b>2. Project Submission & Evaluation Criteria:</b><br><span style="margin-left: 20px;">Submissions must include a description and source code. Projects will be evaluated on innovation, feasibility, user experience, and scalability. References and originality are essential.<br></span>
<b>3. Hackathon Guidelines & Timing:</b><br><span style="margin-left: 20px;">Coding must occur during the event hours. Submissions must be within 24 hours, with presentations limited to 5 minutes, followed by Q&A. No late submissions.<br></span>
<b>4. Support, Confidentiality & Health:</b><br><span style="margin-left: 20px;">Limited support is provided; teams should resolve issues independently. Mentors' shared information must be confidential. Prioritize health; medical support is available.<br></span>
<b>5. Logistics & Responsibility:</b> <span style="margin-left: 20px;"><br>Registration is free, but selected teams must pay ₹200 per head. Food and refreshments are provided. Teams are responsible for their belongings and must check in periodically with organizers.<br></span>
</p>
<div class="cursor"></div>
<div class="cursor2"></div>
<div class="particles"></div>
<div class="star-background"></div>
</body>
<script src="hack_script.js"></script>
</html>