-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
229 lines (218 loc) · 9.39 KB
/
index.html
File metadata and controls
229 lines (218 loc) · 9.39 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Coding Dragon - Developers community</title>
<link rel="stylesheet" href="./custom.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar sticky-top">
<div class="nav-container">
<a href="#" class="logo">Coding Dragons</a>
<ul class="nav-menu">
<li><a href="#home" class="header-link">Home</a></li>
<li><a href="#about" class="header-link">About</a></li>
<li><a href="#skills" class="header-link">Skills</a></li>
<li><a href="#projects" class="header-link">Projects</a></li>
<li><a href="#contact" class="header-link">Contact</a></li>
</ul>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="hero">
<div class="hero-content">
<h1 class="hero-greeting">Hello!</h1>
<div class="hero-intro">
<p>We're <strong>Coding Dragon</strong>, a vibrant community of learners and mentors who guide each other through exciting machine learning projects and programming adventures.</p>
<p>We believe in learning by doing - building real projects, sharing knowledge, and growing together as a community of passionate developers.</p>
</div>
<div class="hero-contact">
<a href="#about" class="contact-link"><i class="fas fa-users"></i> Join Our Community</a>
<a href="#projects" class="contact-link"><i class="fas fa-rocket"></i> Explore Projects</a>
<a target="_blank" href="https://github.com/coding-dragon" class="contact-link"><i class="fab fa-github"></i> GitHub</a>
</div>
</div>
<div class="hero-illustration">
<div class="animation-background">
<!-- Fire/flame particles -->
<div class="flame flame-1">🔥</div>
<div class="flame flame-2">🔥</div>
<div class="flame flame-3">🔥</div>
<!-- Code symbols -->
<div class="code-symbol code-1"></></div>
<div class="code-symbol code-2">{ }</div>
<div class="code-symbol code-3">( )</div>
<div class="code-symbol code-4">[ ]</div>
<!-- Stars/sparkles -->
<div class="sparkle sparkle-1">✨</div>
<div class="sparkle sparkle-2">⭐</div>
<div class="sparkle sparkle-3">✨</div>
<div class="sparkle sparkle-4">💫</div>
<!-- Dragon scales pattern -->
<div class="scale scale-1"></div>
<div class="scale scale-2"></div>
<div class="scale scale-3"></div>
<div class="scale scale-4"></div>
</div>
<img src="img/coding-dragon.png" alt="Coding Dragon" class="dragon-illustration">
</div>
</section>
<!-- About Section -->
<section id="about" class="about">
<div class="container">
<h2 class="section-title">Our Mission</h2>
<div class="mission-content">
<p class="mission-text">Coding Dragons is a supportive learning community where developers of all skill levels come together to learn, build, and grow through guided projects and collaborative coding.</p>
</div>
<h2 class="section-title">What We Offer</h2>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-year"><i class="fas fa-project-diagram"></i></div>
<div class="timeline-content">
<h3>Guided Learning Projects</h3>
<p class="company">Hands-on Experience</p>
<p>Work on real-world projects with step-by-step guidance from experienced mentors. Build your portfolio while learning.</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-year"><i class="fas fa-users"></i></div>
<div class="timeline-content">
<h3>Community Support</h3>
<p class="company">Learn Together</p>
<p>Connect with fellow learners, share progress, ask questions, and celebrate wins together in our friendly community.</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-year"><i class="fas fa-chalkboard-teacher"></i></div>
<div class="timeline-content">
<h3>Mentorship Program</h3>
<p class="company">Expert Guidance</p>
<p>Get paired with experienced developers who provide code reviews, career advice, and technical support.</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-year"><i class="fas fa-graduation-cap"></i></div>
<div class="timeline-content">
<h3>Learning Paths</h3>
<p class="company">Structured Curriculum</p>
<p>Follow curated learning paths from beginner to advanced, covering web development, design, and programming.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills" class="skills">
<div class="container">
<h2 class="section-title">Learning Tracks</h2>
<div class="skills-grid">
<div class="skill-item">
<i class="fab fa-js"></i>
<span>JavaScript & Web APIs</span>
</div>
<div class="skill-item">
<i class="fab fa-python"></i>
<span>Python</span>
</div>
<div class="skill-item">
<i class="fab fa-react"></i>
<span>React & Modern Frameworks</span>
</div>
<div class="skill-item">
<i class="fab fa-node"></i>
<span>Backend with Node.js</span>
</div>
<div class="skill-item">
<i class="fas fa-database"></i>
<span>Database Design</span>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="projects">
<div class="container">
<h2 class="section-title">Featured Learning Projects</h2>
<p class="projects-intro">Explore our collection of guided projects designed to help you learn by building real applications.</p>
<div id="myBtnContainer" class="filter-buttons">
<button class="btn active" onclick="filterSelection('all')">All</button>
<button class="btn" onclick="filterSelection('programming')">Programming</button>
<button class="btn" onclick="filterSelection('machinelearning')">Machine Learning</button>
</div>
<div class="projects-grid">
<div class="card filterDiv programming">
<div class="card-image" style="background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.5)), url('./img/python_programming.jpg'); background-size: cover; background-position: center;">
<div class="card-rating">
<!-- <div class="score-circle">
<span class="score">9.2</span>
<span class="score-label">rating</span>
</div> -->
</div>
</div>
<div class="card-content">
<h3>Python</h3>
<div class="card-meta">
<span class="badge">PROGRAMMING</span>
<span>2025</span>
</div>
<p class="text-muted">Learn Python - fastest growing programming language used by software engineers, analysts, data scientists, and machine learning engineers alike</p>
<div class="card-buttons">
<a href="#" class="btn btn-play"><i class="fas fa-play"></i> View Playlist</a>
<a href="#" class="btn btn-outline"><i class="fab fa-github"></i> View content</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Community Section -->
<section id="contact" class="contact">
<div class="container">
<h2 class="section-title">Join Our Community</h2>
<div class="community-content">
<p class="community-description">Connect with fellow learners, share your progress, and grow together as we build amazing projects!</p>
<div class="social-links-large">
<a target="_blank" href="#" class="social-card">
<i class="fab fa-instagram"></i>
<h3>Instagram</h3>
<p>Join our post community</p>
</a>
<a target="_blank"href="https://github.com/coding-dragon" class="social-card">
<i class="fab fa-github"></i>
<h3>GitHub</h3>
<p>Explore project repos</p>
</a>
<a target="_blank" href="https://www.youtube.com/channel/UCTCjWherlLPoXF6-rUOO_Xw" class="social-card">
<i class="fab fa-youtube"></i>
<h3>YouTube</h3>
<p>Watch video tutorials</p>
</a>
<a target="_blank" href="#" class="social-card">
<i class="fas fa-book"></i>
<h3>Resources</h3>
<p>Access learning materials</p>
</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<p>© 2025 Coding Dragon. All rights reserved.</p>
<p>Built with <i class="fas fa-heart"></i> and <i class="fas fa-code"></i></p>
</div>
</footer>
<script src="js/customfilter.js"></script>
<script src="js/main.js"></script>
</body>
</html>