-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
186 lines (173 loc) · 7.86 KB
/
about.html
File metadata and controls
186 lines (173 loc) · 7.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - NeuroDev</title>
<!-- Google AdSense -->
<script type="text/javascript">
atOptions = {
'key' : 'be69b107f7831475d95313164073e15e',
'format' : 'iframe',
'height' : 250,
'width' : 300,
'params' : {}
};
</script>
<script type="text/javascript" src="//www.highperformanceformat.com/be69b107f7831475d95313164073e15e/invoke.js"></script>
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-N61M1D4TFP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-N61M1D4TFP');
</script>
<!-- Microsoft Clarity -->
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "tzwvc2chis");
</script>
<meta name="google-site-verification" content="8Pw8Fc5mpMA_KCJe9Z03FdbR14nktljEW2teKiCDDrk" />
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/about.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
</head>
<body>
<nav class="navbar">
<div class="nav-container">
<div class="nav-brand">
<i class="fas fa-brain"></i>
<span>NeuroDev</span>
</div>
<ul class="nav-menu">
<li><a href="index.html">Dashboard</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="profile.html">Profile</a></li>
</ul>
<div class="nav-user">
<i class="fas fa-user-circle"></i>
</div>
</div>
</nav>
<main class="main-content">
<div class="about-container">
<div class="hero-section">
<div class="hero-content">
<h1>About NeuroDev</h1>
<p>Empowering the next generation of ethical hackers and cybersecurity professionals</p>
</div>
<div class="hero-visual">
<i class="fas fa-brain"></i>
</div>
</div>
<div class="mission-section">
<h2>Our Mission</h2>
<p>To provide world-class cybersecurity education through hands-on learning, practical labs, and real-world scenarios. We believe in making cybersecurity knowledge accessible to everyone while promoting ethical practices.</p>
</div>
<div class="features-grid">
<div class="feature-card">
<i class="fas fa-graduation-cap"></i>
<h3>Expert-Led Courses</h3>
<p>Learn from industry professionals with years of real-world experience in cybersecurity and ethical hacking.</p>
</div>
<div class="feature-card">
<i class="fas fa-flask"></i>
<h3>Hands-On Labs</h3>
<p>Practice your skills in safe, controlled environments with realistic scenarios and challenges.</p>
</div>
<div class="feature-card">
<i class="fas fa-certificate"></i>
<h3>Industry Recognition</h3>
<p>Earn certificates and badges that are recognized by employers and cybersecurity professionals.</p>
</div>
<div class="feature-card">
<i class="fas fa-users"></i>
<h3>Community Driven</h3>
<p>Join a community of learners, share knowledge, and collaborate on cybersecurity projects.</p>
</div>
</div>
<div class="stats-section">
<h2>Platform Statistics</h2>
<div class="stats-grid">
<div class="stat-item">
<div class="stat-number">10,000+</div>
<div class="stat-label">Active Students</div>
</div>
<div class="stat-item">
<div class="stat-number">50+</div>
<div class="stat-label">Expert Courses</div>
</div>
<div class="stat-item">
<div class="stat-number">200+</div>
<div class="stat-label">Hands-On Labs</div>
</div>
<div class="stat-item">
<div class="stat-number">95%</div>
<div class="stat-label">Success Rate</div>
</div>
</div>
</div>
<div class="team-section">
<h2>Our Values</h2>
<div class="values-grid">
<div class="value-card">
<i class="fas fa-shield-alt"></i>
<h3>Ethical First</h3>
<p>We promote responsible disclosure and ethical hacking practices in all our content.</p>
</div>
<div class="value-card">
<i class="fas fa-lightbulb"></i>
<h3>Innovation</h3>
<p>Constantly updating our curriculum to reflect the latest threats and defense techniques.</p>
</div>
<div class="value-card">
<i class="fas fa-handshake"></i>
<h3>Community</h3>
<p>Building a supportive community where learners can grow and share knowledge.</p>
</div>
<div class="value-card">
<i class="fas fa-rocket"></i>
<h3>Excellence</h3>
<p>Delivering high-quality content and maintaining the highest educational standards.</p>
</div>
</div>
</div>
<div class="contact-section">
<h2>Get In Touch</h2>
<div class="contact-grid">
<div class="contact-item">
<i class="fas fa-envelope"></i>
<h3>Email Us</h3>
<p>Neurodev789@proton.me</p>
</div>
<div class="contact-item">
<i class="fab fa-instagram"></i>
<h3>Follow Us</h3>
<p><a href="https://instagram.com/neuroshade2025" target="_blank">@neuroshade2025</a></p>
<p><a href="https://t.me/neuroshade" target="_blank">Telegram Channel</a></p>
</div>
<div class="contact-item">
<i class="fas fa-comments"></i>
<h3>Community</h3>
<p>Discord Server</p>
<p>Reddit Community</p>
</div>
</div>
</div>
<div class="cta-section">
<h2>Ready to Start Learning?</h2>
<p>Join thousands of students already mastering cybersecurity skills</p>
<div class="cta-buttons">
<a href="courses.html" class="btn-primary">Browse Courses</a>
<a href="courses.html" class="btn-secondary">Browse Courses</a>
</div>
</div>
</div>
</main>
<script src="assets/js/main.js"></script>
</body>
</html>