-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (67 loc) · 3.27 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="Apeireon, NJack, IIT Patna, tech fest, technology, innovation, hackathon, machine learning, blockchain, web development">
<meta name="description" content="Welcome to Apeireon, the official website of NJack's annual fest at IIT Patna! Explore a celebration of technology, innovation, and creativity through our exciting events and hackathons.">
<meta name="author" content="NJack, IIT Patna, Apeireon">
<title>Apeireon</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet"/>
<link rel="stylesheet" href="./index.css">
<script src="./index.js" type="module" defer></script>
</head>
<body>
<section id="home">
<nav>
<a href="https://njack.iitp.ac.in/"><img src="./img/njack-logo.svg" alt="NJack Logo"/></a>
<div class="links">
<a href="#home" class="selected">HOME</a>
<a href="#events">EVENTS</a>
<a href="https://unstop.com/hackathons/hackmatrix-offline-hackathon-iit-patna-941151" target="_blank">HACKMATRIX</a>
</div>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>
<header>
<img src="./img/apeireon-logo.png" alt="Apeireon Logo">
<h2>
"Enter the Infinite Realm of Code: Explore, Challenge, Innovate!"
</h2>
<h3>
"Empowering Coders, Igniting Innovation: with Njack, the Heart of Coding at IIT Patna!"
</h3>
</header>
</section>
<section id="events">
<div class="tab-links"></div>
<div class="container"></div>
</section>
<footer>
<div class="footer">
<div class="card">
<img src="./img/apeireon-logo.png" alt="Apeireon Logo"/>
<p>"Apeireon, NJACK's annual fest, isn't just any fest. It's packed with fun events, workshops for tech skills, brainstorming, and learning. It promotes tech, giving students immersive exposure."</p>
</div>
<div class="card">
<img src="./img/njack-logo.svg" alt="NJack Logo"/>
<p>"NJACK, cultivates a vibrant community of coding enthusiasts. With various departments and initiatives, NJACK provides a platform for skill enhancement and fun events."</p>
</div>
<div class="column links">
<h2>Links</h2>
<a href="#home">HOME</a>
<a href="#events">EVENTS</a>
<a href="https://unstop.com/hackathons/hackmatrix-offline-hackathon-iit-patna-941151" target="_blank">HACKMATRIX</a>
</div>
<div class="column">
<h2>Contact Us</h2>
<a href="mailto:[email protected]"><i class="ri-mail-fill"></i></a>
</div>
</div>
<p>© 2024 NJack Coding Club, IIT Patna. All rights reserved.</p>
</footer>
</body>
</html>