-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
156 lines (137 loc) · 7.99 KB
/
index.html
File metadata and controls
156 lines (137 loc) · 7.99 KB
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
<!DOCTYPE html>
<html lang="en">
<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="darkreader-lock" />
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; base-uri 'self'; form-action 'self'; object-src 'none'; script-src 'self' https://cdn.tailwindcss.com 'unsafe-inline' 'unsafe-eval'; style-src 'self' https://fonts.googleapis.com https://cdnjs.cloudflare.com 'unsafe-inline'; img-src 'self' data: https:; font-src 'self' https://fonts.gstatic.com https://cdnjs.cloudflare.com data:; connect-src 'self' https://api.allorigins.win https://cors-anywhere.herokuapp.com https://thingproxy.freeboard.io https://ctftime.org https://corsproxy.io https://api.codetabs.com; media-src 'self'; frame-src 'self'; upgrade-insecure-requests">
<title>Cryptonite - Cybersecurity Team</title>
<link rel="shortcut icon" type="image/png" href="assets/logos/favicon.png" />
<script src="https://cdn.tailwindcss.com"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Share+Tech+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" />
<link rel="stylesheet" href="styles/main.css?v=1">
<link rel="stylesheet" href="styles/components.css?v=1">
<link rel="stylesheet" href="styles/animations.css?v=1">
<link rel="stylesheet" href="styles/nameglitch.css?v=1">
<link rel="stylesheet" href="styles/ctftime.css?v=1">
</head>
<body>
<div class="animated-grid-bg"></div>
<nav class="interface-nav">
<div class="nav-brand">
<img src="assets/logos/cryptonite-outline.png" alt="Cryptonite" class="nav-logo" style="height: 30px;">
</div>
<div class="nav-items">
<a class="nav-item" href="#sector-landing">Home</a>
<a class="nav-item" href="#sector-about">About</a>
<a class="nav-item" href="#sector-subsystems">Domains</a>
<a class="nav-item" href="#sector-achievements">Achievements</a>
<a class="nav-item" href="#sector-team">Team</a>
<a class="nav-item" href="../alumni/">Alumni</a>
</div>
<div class="hamburger-menu" id="hamburger-menu">
<div class="hamburger-line"></div>
<div class="hamburger-line"></div>
<div class="hamburger-line"></div>
</div>
</nav>
<div class="mobile-nav" id="mobile-nav">
<button class="mobile-nav-close" id="mobile-nav-close" aria-label="Close menu">×</button>
<a class="mobile-nav-item" href="#sector-landing">Home</a>
<a class="mobile-nav-item" href="#sector-about">About</a>
<a class="mobile-nav-item" href="#sector-subsystems">Domains</a>
<a class="mobile-nav-item" href="#sector-achievements">Achievements</a>
<a class="mobile-nav-item" href="#sector-team">Team</a>
<a class="mobile-nav-item" href="../alumni/">Alumni</a>
</div>
<div class="main-interface-wrapper">
<section id="sector-landing" class="data-sector">
<img src="assets/logos/cryptonite-outline.png" alt="Cryptonite Logo" id="logo-main" decoding="async"/>
<h1 class="landing-title">CRYPTONITE</h1>
<p class="landing-subtitle">Cybersecurity Excellence at Manipal Institute of Technology</p>
<a href="#" class="recruitment-btn">
<i class="fas fa-users"></i>
</a>
</section>
<section id="sector-about" class="data-sector">
<h2 class="sector-heading">About Us</h2>
<div class="about-grid mt-6">
<div class="about-content">
<p>Cryptonite is the official cybersecurity and ethical hacking student project at Manipal Institute of Technology (MAHE). We advance cybersecurity through research, education, and hands-on practice across software and hardware security.</p>
<div class="about-highlights mt-6">
<div class="about-highlight">
<h3>Mission</h3>
<p>To explore cutting-edge security methodologies, analyze cryptographic systems, and build practical expertise through projects, competitions, and research initiatives.</p>
</div>
<div class="about-highlight">
<h3>What We Do</h3>
<ul class="about-list">
<li>Capture‑The‑Flag (CTF) competitions and training</li>
<li>Security research in cryptography and systems</li>
<li>Hardware and software security analysis</li>
<li>Workshops, mentorship, and knowledge sharing</li>
</ul>
</div>
<div class="about-highlight">
<h3>Initiatives</h3>
<p>We organize flagship events such as <strong class="about-keyword">Cryptober</strong> and <strong class="about-keyword">niteCTF</strong>, bringing together the community for collaborative learning and innovation.</p>
</div>
</div>
</div>
<div class="about-media">
<video class="about-video" controls preload="metadata" playsinline>
<source src="assets/videos/cover-video.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
</div>
</div>
</section>
<section id="sector-subsystems" class="data-sector">
<h2 class="sector-heading">Our Domains</h2>
<div class="perspective-container mt-8">
<div class="card-grid" id="subsystems-grid">
</div>
</div>
</section>
<section id="sector-achievements" class="data-sector">
<h2 class="sector-heading">Achievements & Recognition</h2>
<div class="perspective-container mt-8">
<div id="achievements-grid"></div>
</div>
</section>
<section id="sector-team" class="data-sector">
<h2 class="sector-heading">Our Team</h2>
<div class="perspective-container mt-8">
<div class="card-grid" id="team-grid">
</div>
</div>
<div class="perspective-container mt-12">
<h3 class="team-section-title">Board Members</h3>
<div class="card-grid" id="board-members-grid">
</div>
</div>
</section>
</div>
<footer class="interface-footer">
<div class="social-icons mb-3">
<a href="https://www.linkedin.com/company/cryptonite-mit/" target="_blank" aria-label="LinkedIn"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/Cryptonite-MIT" target="_blank" aria-label="GitHub"><i class="fab fa-github"></i></a>
<a href="https://www.instagram.com/cryptonite_mit/" target="_blank" aria-label="Instagram"><i class="fab fa-instagram"></i></a>
<a href="mailto:teamcryptonite18@gmail.com" aria-label="Email"><i class="fas fa-envelope"></i></a>
</div>
<p id="footer-text">© 2024 Cryptonite - MIT Manipal. All rights reserved.</p>
<div class="footer-links mt-2">
<a href="../privacy-policy/" class="footer-link">Privacy Policy</a>
</div>
</footer>
<button class="scroll-to-top" id="scroll-to-top" aria-label="Scroll to top">
<i class="fas fa-chevron-up"></i>
</button>
<script src="js/main.js?v=1"></script>
<script src="js/data.js?v=1"></script>
</body>
</html>