-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
264 lines (235 loc) · 10.7 KB
/
index.html
File metadata and controls
264 lines (235 loc) · 10.7 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
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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>STRIKE — CoderArmy | DSA & Gen AI Live Courses</title>
<meta name="description"
content="STRIKE by CoderArmy — tactical learning for DSA & Gen AI with live missions and projects.">
<meta property="og:title" content="STRIKE — CoderArmy | DSA & Gen AI Live Courses" />
<meta property="og:description"
content="Train like a coder soldier. Master DSA & Gen AI with live operations, tactical projects, and real drills." />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css"
integrity="sha512-2SwdPD6INVrV/lHTZbO2nodKhrnDdJK9/kg2XD1r9uGqPo1cUbujc+IYdlYdEErWNu69gVcYgdxlmVmzTWnetw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="images/logo.png">
</head>
<body>
<div class="container">
<header>
<a class="brand" href="#">
<img src="images/logo.png" alt="Coder Army Strike Logo" class="logo-img">
<div>
<div style="font-weight:800;letter-spacing:1px;">STRIKE</div>
<div style="font-size:12px;color:var(--muted);margin-top:2px">by CoderArmy</div>
</div>
</a>
<!-- Hamburger Toggle -->
<input type="checkbox" id="menu-toggle" class="menu-toggle">
<label for="menu-toggle" class="menu-toggle-label">
<span></span>
<span></span>
<span></span>
</label>
<!-- Navigation Links -->
<nav aria-label="Primary navigation">
<a href="#courses">Courses</a>
<a href="#instructors">Instructors</a>
<a href="#contact">Contact</a>
<a class="cta" href="#courses">Enroll</a>
</nav>
</header>
<main class="hero" role="main" aria-labelledby="main-heading">
<div class="bg-blob" aria-hidden="true"></div>
<div class="hero-grid">
<!-- LEFT: main copy -->
<div>
<span class="eyebrow">Mission: Launch Ready</span>
<h1 id="main-heading">STRIKE — Mission Ready for DSA & Gen AI Warfare</h1>
<p class="lead">Train like a coder soldier. Master DSA and Gen AI with live operations, tactical projects, and
real-world drills. Victory belongs to the prepared.</p>
<div class="cta-row">
<a class="btn btn-primary" href="#courses">Join The Mission</a>
<a class="btn btn-ghost"
href="https://twitter.com/intent/tweet?text=Join%20STRIKE%20by%20CoderArmy%20-%20DSA%20%26%20Gen%20AI%20live%20courses!%20%23STRIKE%20%23CoderArmy"
target="_blank" rel="noopener noreferrer">Share & Support</a>
</div>
<div class="meta">Live classes, projects & elite training. Early recruits get bonus missions.</div>
</div>
<!-- RIGHT: course cards -->
<aside>
<div class="cards" aria-label="Courses">
<article class="card" aria-labelledby="dsa">
<div class="icon" style="background:linear-gradient(90deg,#d8bf78,#e0b050)">DS</div>
<div>
<h4 id="dsa">DSA — Combat Coding</h4>
<p>500+ challenges, mock battles, and strategic algorithm drills to build endurance and precision.</p>
</div>
</article>
<article class="card" aria-labelledby="genai">
<div class="icon" style="background:linear-gradient(90deg,#7b9e6c,#a2c48b)">AI</div>
<div>
<h4 id="genai">Gen AI — Tactical Intelligence</h4>
<p>Deploy generative AI models, master prompt tactics, and ship live intelligence tools.</p>
</div>
</article>
<div style="margin-top:12px;font-size:13px;color:var(--muted)">
<strong>Hashtags:</strong> <span style="color:var(--accent)">#STRIKE</span> <span
style="color:var(--accent-2)">#CoderArmy</span>
</div>
</div>
</aside>
</div>
</main>
<section class="courses-section" id="courses">
<h2 class="section-title">Our <span>STRIKE Courses</span></h2>
<p class="section-subtitle">Prepare for your mission — master coding and AI with precision training modules.</p>
<div class="course-container">
<!-- DSA Course -->
<div class="course-card">
<div class="course-img">
<img src="images/dsa.png" alt="DSA Course Image">
</div>
<div class="course-content">
<h3>Data Structures & Algorithms (DSA)</h3>
<p>Master DSA concepts with 150+ hours of recorded content and 300+ problems asked by top tech companies.
</p>
<a href="dsa.html" target="_blank" class="btn-primary">View Curriculum</a>
</div>
</div>
<!-- GEN AI Course -->
<div class="course-card">
<div class="course-img">
<img src="images/genai.png" alt="Gen AI Course Image">
</div>
<div class="course-content">
<h3>Generative AI (Gen AI)</h3>
<p>Learn to build AI-powered applications using LLMs, LangChain, and OpenAI — your entry into the world of
Gen AI.</p>
<a href="genai.html" target="_blank" class="btn-primary">View Curriculum</a>
</div>
</div>
</div>
</section>
<section class="instructors-section" id="instructors">
<h2 class="section-title">
Meet the <span>Commanders</span> — Your STRIKE Instructors
</h2>
<p class="section-subtitle">
Learn from the elite mentors leading the mission to make you a coding warrior.
</p>
<div class="slider">
<!-- Slide 1 -->
<input type="radio" name="slider" id="slide1" checked>
<input type="radio" name="slider" id="slide2">
<div class="slides">
<div class="slide">
<div class="instructor-card">
<div class="image">
<img src="images/rohitsir.jpg" alt="Rohit Negi">
</div>
<div class="info">
<h3>Rohit Negi</h3>
<p>Founder & Lead Instructor | Ex-Uber</p>
<p class="desc">
Heartfelt Problem Solver, Instructor, and Visionary Leader. Got highest placement in India of ₹2 Cr+.
Post Graduate from IIT G, GATE CSE’20 AIR - 202.
</p>
<div class="buttons">
<a href="https://www.linkedin.com/in/rohit-negi9/" target="_blank" class="btn know-more">Know More</a>
<a href="#courses" class="btn start-learning">Start Learning</a>
</div>
</div>
</div>
</div>
<!-- Slide 2 -->
<div class="slide">
<div class="instructor-card">
<div class="image">
<img src="images/aadityasir.jpeg" alt="Aditya Tandon">
</div>
<div class="info">
<h3>Aditya Tandon</h3>
<p>Co-Founder & Senior Instructor | Ex-Ola | Currently @Onyxo</p>
<p class="desc">
Senior Software Engineer passionate about scalable systems and elegant algorithms.
Dedicated mentor committed to teaching, learning, and inspiring future developers.
</p>
<div class="buttons">
<a href="https://www.linkedin.com/in/adityatandon2/" target="_blank" class="btn know-more">Know
More</a>
<a href="#courses" class="btn start-learning">Start Learning</a>
</div>
</div>
</div>
</div>
</div>
<!-- Manual Navigation -->
<div class="navigation">
<label for="slide1" class="nav-btn"></label>
<label for="slide2" class="nav-btn"></label>
</div>
</div>
</section>
<section class="contact-section" id="contact">
<div class="contact-content">
<h2>Get in Touch with STRIKE ⚡</h2>
<p>Have questions about our courses or programs? Reach out and we’ll get back to you faster than a lightning
strike!</p>
<form>
<input type="text" placeholder="Full Name *" required>
<input type="email" placeholder="Email Address *" required>
<input type="tel" placeholder="Phone Number *" required>
<input type="text" placeholder="Subject *" required>
<textarea placeholder="Message *" required></textarea>
<button type="submit">Send Message ⚡</button>
</form>
</div>
<div class="contact-image">
<img src="images/contactimg.jpg" alt="Contact Illustration" />
</div>
</section>
</div>
<!-- ===================== FOOTER SECTION ===================== -->
<footer class="footer-section">
<div class="footer-container">
<div class="footer-col">
<h3 class="footer-logo">STRIKE<span>Army</span></h3>
<p>A community of coders marching together to build technology and innovation with discipline and strength.</p>
<div class="footer-socials">
<a href="https://www.linkedin.com/company/coderarmy/" target="_blank"><i class="fab fa-linkedin-in"></i></a>
<a href="https://www.youtube.com/@CoderArmy9" target="_blank"><i class="fab fa-youtube"></i></a>
<a href="https://www.instagram.com/coder_army9/" target="_blank"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="footer-col">
<h4>Quick Links</h4>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#instructors">About Us</a></li>
<li><a href="#courses">Tutorials</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Company</h4>
<ul>
<li><a href="https://coderarmy.in/terms" target="_blank">Terms & Conditions</a></li>
<li><a href="https://coderarmy.in/privacy" target="_blank">Privacy Policy</a></li>
</ul>
</div>
<div class="footer-col">
<h4>Stay Connected</h4>
<p>Don’t let your mission end unfinished. Keep learning, keep striking, and lead your tech battalion forward.
</p>
</div>
</div>
<div class="footer-bottom">
<p>Copyright © 2025 <span>STRIKE Army</span> | All Rights Reserved.</p>
Made by <a href="https://github.com/CodeWithSahilShaikh" target="_blank" style="color: chartreuse;">Sahil</a> ⚡
</div>
</footer>
</body>
</html>