-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
490 lines (453 loc) · 27 KB
/
Copy pathindex.html
File metadata and controls
490 lines (453 loc) · 27 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
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="A comprehensive learning platform for software engineers to strengthen their foundations and grow their development skills.">
<meta name="keywords" content="software development, learning platform, web development, coding tutorials">
<meta name="author" content="Md Asif">
<title>Software Development Learning Platform | Learn & Grow</title>
<link rel="icon" type="image/png" href="image/web.png">
<link rel="stylesheet" href="css/styles.css">
<!-- Font Awesome for dev icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<!-- Particle Canvas Background -->
<canvas id="particleCanvas"></canvas>
<!-- Floating Dev Icons -->
<div class="floating-icons" id="floatingIcons"></div>
<!-- Dynamic Header -->
<div id="header-placeholder"></div>
<!-- Hero Section -->
<section class="hero" id="home">
<div class="glow-orb glow-orb-1"></div>
<div class="glow-orb glow-orb-2"></div>
<div class="glow-orb glow-orb-3"></div>
<div class="container">
<div class="hero-content">
<div class="hero-badge">
<i class="fas fa-rocket"></i>
<span>Train Like a Pro Developer</span>
</div>
<h1 class="hero-title">
Build. Learn. Deploy.<br>
<span class="gradient-text glow-text">Master Software Development</span>
</h1>
<p class="hero-description">
A comprehensive learning platform for aspiring software engineers.
Master HTML, CSS, JavaScript, React, Python, and modern web development practices
through <span class="highlight-text">structured modules</span> with hands-on projects.
</p>
<!-- Feature Pills -->
<div class="feature-pills">
<span class="pill"><i class="fas fa-code"></i> 13 Modules</span>
<span class="pill"><i class="fas fa-project-diagram"></i> Real Projects</span>
<span class="pill"><i class="fas fa-cloud"></i> Cloud Ready</span>
<span class="pill"><i class="fas fa-infinity"></i> Free Forever</span>
</div>
<div class="hero-buttons">
<a href="modules.html" class="btn btn-primary glow-btn">
<i class="fas fa-terminal"></i> Start Learning
</a>
<a href="#journey" class="btn btn-secondary">
<i class="fas fa-map-marked-alt"></i> View Roadmap
</a>
</div>
<!-- GitHub-style Stats -->
<div class="github-stats">
<div class="stat-item">
<i class="fas fa-book"></i>
<span class="stat-count">13</span>
<span class="stat-text">Modules</span>
</div>
<div class="stat-item">
<i class="fas fa-code-branch"></i>
<span class="stat-count">30+</span>
<span class="stat-text">Resources Links</span>
</div>
<div class="stat-item">
<i class="fas fa-graduation-cap"></i>
<span class="stat-count">160+</span>
<span class="stat-text">Quiz Questions</span>
</div>
</div>
</div>
<div class="hero-visual">
<!-- Interactive Code Terminal -->
<div class="code-terminal glow-card">
<div class="terminal-header">
<div class="window-dots">
<span class="dot dot-red"></span>
<span class="dot dot-yellow"></span>
<span class="dot dot-green"></span>
</div>
<span class="terminal-title">
<i class="fas fa-terminal"></i> developer.js
</span>
<div class="terminal-actions">
<i class="fas fa-code"></i>
</div>
</div>
<div class="terminal-body">
<div class="terminal-line">
<span class="prompt">$</span>
<span class="command">npm run learn</span>
</div>
<pre class="code-output"><code><span class="code-comment">// Your Journey Starts Here</span>
<span class="code-keyword">class</span> <span class="code-class">Developer</span> {
<span class="code-method">constructor</span>(<span class="code-var">name</span>) {
<span class="code-keyword">this</span>.<span class="code-property">name</span> = <span class="code-var">name</span>;
<span class="code-keyword">this</span>.<span class="code-property">skills</span> = [];
<span class="code-keyword">this</span>.<span class="code-property">level</span> = <span class="code-string">'beginner'</span>;
}
<span class="code-method">learn</span>(<span class="code-var">module</span>) {
<span class="code-keyword">this</span>.<span class="code-property">skills</span>.<span class="code-method">push</span>(<span class="code-var">module</span>);
<span class="code-keyword">return</span> <span class="code-string">'Knowledge ++'</span>;
}
<span class="code-method">build</span>() {
<span class="code-keyword">return</span> <span class="code-string">'🚀 Amazing Project!'</span>;
}
}
<span class="code-keyword">const</span> <span class="code-var">you</span> = <span class="code-keyword">new</span> <span class="code-class">Developer</span>(<span class="code-string">'Your Name'</span>);
<span class="code-var">you</span>.<span class="code-method">learn</span>(<span class="code-string">'React'</span>);
<span class="code-var">console</span>.<span class="code-method">log</span>(<span class="code-var">you</span>.<span class="code-method">build</span>());
<span class="code-comment">// Output: 🚀 Amazing Project!</span></code></pre>
<div class="terminal-cursor"></div>
</div>
</div>
<!-- Tech Stack Badges -->
<div class="tech-stack">
<div class="tech-badge"><i class="fab fa-html5"></i> HTML5</div>
<div class="tech-badge"><i class="fab fa-css3-alt"></i> CSS3</div>
<div class="tech-badge"><i class="fab fa-js"></i> JavaScript</div>
<div class="tech-badge"><i class="fab fa-react"></i> React</div>
<div class="tech-badge"><i class="fab fa-python"></i> Python</div>
<div class="tech-badge"><i class="fab fa-aws"></i> AWS</div>
<div class="tech-badge"><i class="fab fa-google"></i> GCP</div>
<div class="tech-badge"><i class="fas fa-cloud"></i> Cloudflare</div>
</div>
</div>
</div>
</section>
<!-- Featured Modules Section -->
<section class="modules-preview" id="journey">
<div class="container">
<div class="section-header">
<h2 class="section-title glow-text">
<i class="fas fa-book-open"></i> Course Modules
</h2>
<p class="section-subtitle">Comprehensive modules covering essential software development skills</p>
</div>
<div class="modules-grid">
<!-- Module 1 -->
<div class="module-card glow-card">
<div class="module-header">
<span class="module-number">Module 01</span>
<i class="fas fa-tools module-icon"></i>
</div>
<h3>Environment Setup & Developer Tools</h3>
<p>Master the essential tools every developer needs. Learn VS Code, Git, GitHub, and deploy your
first site with Cloudflare Pages.</p>
<div class="module-tech">
<span class="tech-tag"><i class="fab fa-github"></i> GitHub</span>
<span class="tech-tag"><i class="fas fa-cloud"></i> Cloudflare</span>
<span class="tech-tag"><i class="fab fa-git-alt"></i> Git</span>
</div>
<a href="modules.html#module-01" class="module-link">
Explore Module <i class="fas fa-arrow-right"></i>
</a>
</div>
<!-- Module 2 -->
<div class="module-card glow-card">
<div class="module-header">
<span class="module-number">Module 02</span>
<i class="fab fa-html5 module-icon"></i>
</div>
<h3>HTML & CSS Fundamentals</h3>
<p>Build the foundation of web interfaces. Learn semantic HTML5, responsive CSS, accessibility, and
modern frameworks like Bootstrap and Tailwind.</p>
<div class="module-tech">
<span class="tech-tag"><i class="fab fa-html5"></i> HTML5</span>
<span class="tech-tag"><i class="fab fa-css3-alt"></i> CSS3</span>
<span class="tech-tag"><i class="fas fa-mobile-alt"></i> Responsive</span>
</div>
<a href="modules.html#module-02" class="module-link">
Explore Module <i class="fas fa-arrow-right"></i>
</a>
</div>
<!-- Module 3 -->
<div class="module-card glow-card">
<div class="module-header">
<span class="module-number">Module 03</span>
<i class="fab fa-js module-icon"></i>
</div>
<h3>JavaScript Essentials</h3>
<p>Create interactive web experiences. Master syntax, DOM manipulation, event handling, Fetch API,
and modern JavaScript features.</p>
<div class="module-tech">
<span class="tech-tag"><i class="fab fa-js"></i> JavaScript</span>
<span class="tech-tag"><i class="fas fa-code"></i> ES6+</span>
<span class="tech-tag"><i class="fas fa-browser"></i> DOM</span>
</div>
<a href="modules.html#module-03" class="module-link">
Explore Module <i class="fas fa-arrow-right"></i>
</a>
</div>
<!-- Module 4 -->
<div class="module-card glow-card">
<div class="module-header">
<span class="module-number">Module 04</span>
<i class="fab fa-react module-icon"></i>
</div>
<h3>React.js Development</h3>
<p>Build modern, scalable front-end applications. Learn components, hooks, state management, and API
integration with React.</p>
<div class="module-tech">
<span class="tech-tag"><i class="fab fa-react"></i> React</span>
<span class="tech-tag"><i class="fas fa-project-diagram"></i> Hooks</span>
<span class="tech-tag"><i class="fas fa-layer-group"></i> Components</span>
</div>
<a href="modules.html#module-04" class="module-link">
Explore Module <i class="fas fa-arrow-right"></i>
</a>
</div>
<!-- Module 5 -->
<div class="module-card glow-card">
<div class="module-header">
<span class="module-number">Module 05</span>
<i class="fab fa-python module-icon"></i>
</div>
<h3>Python Programming Fundamentals</h3>
<p>Master Python from scratch. Learn syntax, data structures, file handling, error management, and
real-world Python applications.</p>
<div class="module-tech">
<span class="tech-tag"><i class="fab fa-python"></i> Python</span>
<span class="tech-tag"><i class="fas fa-file-code"></i> File I/O</span>
<span class="tech-tag"><i class="fas fa-bug"></i> Debugging</span>
</div>
<a href="modules.html#module-05" class="module-link">
Explore Module <i class="fas fa-arrow-right"></i>
</a>
</div>
<!-- Module 6 -->
<div class="module-card glow-card">
<div class="module-header">
<span class="module-number">Module 06</span>
<i class="fas fa-plug module-icon"></i>
</div>
<h3>API Introduction & Testing with Postman</h3>
<p>Master API fundamentals and testing. Learn RESTful APIs, HTTP methods, authentication, and use Postman to test and debug APIs like a professional developer.</p>
<div class="module-tech">
<span class="tech-tag"><i class="fas fa-plug"></i> APIs</span>
<span class="tech-tag"><i class="fas fa-paper-plane"></i> Postman</span>
<span class="tech-tag"><i class="fas fa-code"></i> REST</span>
</div>
<a href="modules.html#module-06" class="module-link">
Explore Module <i class="fas fa-arrow-right"></i>
</a>
</div>
</div>
<!-- View All Modules CTA -->
<div class="modules-cta">
<a href="modules.html" class="btn btn-primary btn-large">
<i class="fas fa-th-large"></i> View All Modules
</a>
</div>
</div>
</section>
<!-- Showcase Projects Section -->
<section class="showcase-projects">
<div class="container">
<div class="section-header">
<h2 class="section-title glow-text">
<i class="fas fa-rocket"></i> Real-World Projects
</h2>
<p class="section-subtitle">You'll explore these projects during the course</p>
</div>
<div class="projects-showcase">
<!-- Project 1: AI Chat Integration -->
<div class="project-showcase glow-card">
<div class="project-visual">
<div class="project-demo chat-demo">
<div class="demo-header">
<i class="fas fa-robot"></i>
<span>AI Chatbot</span>
</div>
<div class="chat-messages" id="chatDemo">
<div class="chat-message user-message">
<div class="message-avatar"><i class="fas fa-user"></i></div>
<div class="message-content">Hello! What can you help me with?</div>
</div>
<div class="chat-message bot-message">
<div class="message-avatar"><i class="fas fa-robot"></i></div>
<div class="message-content typing">
<span class="typing-indicator">
<span></span><span></span><span></span>
</span>
</div>
</div>
</div>
</div>
</div>
<div class="project-info">
<div class="project-badge">
<i class="fas fa-robot"></i>
<span>Project 01</span>
</div>
<h3>AI Chat Integration</h3>
<p>Build an intelligent chatbot using OpenAI, Google Gemini, or Anthropic Claude. Learn to
integrate Large Language Models (LLMs) into your web applications with real-time
conversations.</p>
<div class="project-code">
<div class="code-snippet">
<pre><code><span class="code-comment">// AI Chatbot Integration</span>
<span class="code-keyword">const</span> <span class="code-var">chat</span> = <span class="code-keyword">async</span> (<span class="code-var">message</span>) => {
<span class="code-keyword">const</span> <span class="code-var">response</span> = <span class="code-keyword">await</span> <span class="code-var">fetch</span>(<span class="code-string">'/api/chat'</span>, {
<span class="code-property">method</span>: <span class="code-string">'POST'</span>,
<span class="code-property">body</span>: <span class="code-var">JSON</span>.<span class="code-method">stringify</span>({ <span class="code-var">message</span> })
});
<span class="code-keyword">return</span> <span class="code-keyword">await</span> <span class="code-var">response</span>.<span class="code-method">json</span>();
};</code></pre>
</div>
</div>
<div class="project-tech-stack">
<span class="tech-pill"><i class="fas fa-brain"></i> AI/ML</span>
<span class="tech-pill"><i class="fab fa-js"></i> JavaScript</span>
<span class="tech-pill"><i class="fas fa-cloud"></i> API</span>
</div>
</div>
</div>
<!-- Project 2: Data Collection -->
<div class="project-showcase glow-card">
<div class="project-visual">
<div class="project-demo data-demo">
<div class="demo-header">
<i class="fas fa-database"></i>
<span>Data Collection System</span>
</div>
<div class="data-form">
<div class="form-field">
<label><i class="fas fa-user"></i> Name</label>
<div class="input-field">Aeroer Live</div>
</div>
<div class="form-field">
<label><i class="fas fa-envelope"></i> Email</label>
<div class="input-field">contacts@aeroer.live</div>
</div>
<div class="form-field">
<label><i class="fas fa-comment"></i> Message</label>
<div class="input-field">Great platform!</div>
</div>
<div class="submit-animation">
<div class="submit-btn">
<i class="fas fa-paper-plane"></i> Submit
</div>
<div class="data-flow">
<div class="data-packet"></div>
</div>
<div class="cloud-icon">
<i class="fas fa-cloud"></i>
</div>
</div>
</div>
</div>
</div>
<div class="project-info">
<div class="project-badge">
<i class="fas fa-database"></i>
<span>Project 02</span>
</div>
<h3>Cloud Data Collection</h3>
<p>Create a secure serverless data collection system using Cloudflare Workers and D1 Database.
Handle form submissions, store data safely, and implement GDPR-compliant data management.
</p>
<div class="project-code">
<div class="code-snippet">
<pre><code><span class="code-comment">// Cloudflare Worker - Data Handler</span>
<span class="code-keyword">export</span> <span class="code-keyword">async</span> <span class="code-keyword">function</span> <span class="code-method">handleRequest</span>(<span class="code-var">request</span>) {
<span class="code-keyword">const</span> <span class="code-var">data</span> = <span class="code-keyword">await</span> <span class="code-var">request</span>.<span class="code-method">json</span>();
<span class="code-keyword">await</span> <span class="code-var">DB</span>.<span class="code-method">prepare</span>(
<span class="code-string">'INSERT INTO users VALUES (?, ?)'</span>
).<span class="code-method">bind</span>(<span class="code-var">data</span>.<span class="code-property">name</span>, <span class="code-var">data</span>.<span class="code-property">email</span>).<span class="code-method">run</span>();
}</code></pre>
</div>
</div>
<div class="project-tech-stack">
<span class="tech-pill"><i class="fas fa-cloud"></i> Cloudflare</span>
<span class="tech-pill"><i class="fas fa-database"></i> D1 Database</span>
<span class="tech-pill"><i class="fas fa-lock"></i> Security</span>
</div>
</div>
</div>
<!-- Project 3: Python Animation -->
<!-- <div class="project-showcase glow-card">
<div class="project-visual">
<div class="project-demo animation-demo">
<div class="demo-header">
<i class="fas fa-play-circle"></i>
<span>Manim Animation</span>
</div>
<div class="animation-canvas">
<svg class="manim-svg" viewBox="0 0 300 200">
<circle class="anim-circle" cx="150" cy="100" r="40" fill="none" stroke="#58a6ff"
stroke-width="3">
<animate attributeName="r" from="10" to="40" dur="2s"
repeatCount="indefinite" />
<animate attributeName="opacity" from="0" to="1" dur="2s"
repeatCount="indefinite" />
</circle>
<path class="anim-path" d="M 50 100 Q 150 50 250 100" fill="none" stroke="#bc8cff"
stroke-width="2">
<animate attributeName="d"
values="M 50 100 Q 150 50 250 100; M 50 100 Q 150 150 250 100; M 50 100 Q 150 50 250 100"
dur="3s" repeatCount="indefinite" />
</path>
<text class="anim-text" x="150" y="170" text-anchor="middle" fill="#3fb950"
font-size="16" font-family="monospace">
f(x) = x²
<animate attributeName="opacity" values="0;1;1;0" dur="4s"
repeatCount="indefinite" />
</text>
</svg>
</div>
</div>
</div>
<div class="project-info">
<div class="project-badge">
<i class="fab fa-python"></i>
<span>Project 03</span>
</div>
<h3>Python Animations with Manim</h3>
<p>Create stunning programmatic animations using Manim (Mathematical Animation Engine). Build
educational content, algorithm visualizations, and mathematical concepts like 3Blue1Brown.
</p>
<div class="project-code">
<div class="code-snippet">
<pre><code><span class="code-comment"># Manim Animation Example</span>
<span class="code-keyword">from</span> <span class="code-var">manim</span> <span class="code-keyword">import</span> *
<span class="code-keyword">class</span> <span class="code-class">CircleAnimation</span>(<span class="code-class">Scene</span>):
<span class="code-keyword">def</span> <span class="code-method">construct</span>(<span class="code-var">self</span>):
<span class="code-var">circle</span> = <span class="code-class">Circle</span>(<span class="code-property">color</span>=<span class="code-var">BLUE</span>)
<span class="code-var">self</span>.<span class="code-method">play</span>(<span class="code-class">Create</span>(<span class="code-var">circle</span>))
<span class="code-var">self</span>.<span class="code-method">play</span>(<span class="code-var">circle</span>.<span class="code-method">animate</span>.<span class="code-method">shift</span>(<span class="code-var">RIGHT</span>))</code></pre>
</div>
</div>
<div class="project-tech-stack">
<span class="tech-pill"><i class="fab fa-python"></i> Python</span>
<span class="tech-pill"><i class="fas fa-video"></i> Manim</span>
<span class="tech-pill"><i class="fas fa-palette"></i> Animation</span>
</div>
</div>
</div> -->
</div>
</div>
</section>
<!-- Dynamic Footer -->
<div id="footer-placeholder"></div>
<script src="js/config.js"></script>
<script src="js/components.js"></script>
<script src="js/script.js"></script>
</body>
</html>