forked from AryanVBW/Cyber-Security-Club
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
240 lines (216 loc) · 6.41 KB
/
index.html
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
<!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="description" content="Cyber Security Club at Newton School of Technology" />
<meta name="author" content="Vivek W (AryanVBW)" />
<meta
name="keywords"
content="cybersecurity, ethical hacking, coding, vivek wagdare, Terminal X, github.com/aryanvbw"
/>
<link rel="shortcut icon" href="./assets/img/favicon.ico" />
<title>🚀 Cyber Security Club 🚀</title>
<link rel="stylesheet" href="./assets/css/main.css" />
</head>
<style>
body {
background-color: #000;
color: #00ff00;
font-family: 'Courier New', monospace;
line-height: 1.6;
margin: 0;
padding: 0;
overflow-x: hidden;
}
.header {
text-align: center;
padding: 50px 20px;
background: rgba(0, 0, 0, 0.8);
box-shadow: 0px 0px 30px 10px rgba(0, 255, 0, 0.5);
}
.site-title {
font-size: 3.5rem;
color: #00ff00;
text-shadow: 0 0 10px #00ff00, 0 0 20px #00cc00;
letter-spacing: 2px;
}
.site-description {
font-size: 1.5rem;
color: #66ff66;
text-shadow: 0 0 5px #66ff66, 0 0 15px #009900;
}
.header-icons .icon {
color: #00ff00;
margin: 0 10px;
transition: color 0.3s ease-in-out;
}
.header-icons .icon:hover {
color: #66ff66;
}
.header-links .link {
font-size: 1.2rem;
color: #00ff00;
margin: 0 15px;
text-transform: uppercase;
letter-spacing: 1px;
}
.header-links .link:hover {
color: #66ff66;
}
.vivek h1 {
color: #00ff00;
font-size: 2rem;
}
.vivek p {
font-size: 1.1rem;
color: #b3ffb3;
margin-bottom: 20px;
}
.vivek a {
display: inline-block;
padding: 10px 20px;
font-size: 1rem;
background-color: #00ff00;
color: #000;
border-radius: 10px;
text-decoration: none;
transition: background-color 0.3s ease;
}
.vivek a:hover {
background-color: #66ff66;
}
.user-details {
padding: 50px;
background-color: rgba(0, 0, 0, 0.8);
color: #00ff00;
text-align: center;
}
.user-details h2 {
font-size: 2rem;
color: #00ff00;
}
.user-details p {
font-size: 1rem;
margin-top: 10px;
color: #b3ffb3;
}
.user-details strong {
color: #00ff00;
}
.footer {
padding: 20px;
text-align: center;
background-color: rgba(0, 0, 0, 0.8);
color: #00ff00;
}
.footer p {
font-size: 0.9rem;
color: #99ff99;
}
@keyframes matrix {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.matrix-effect {
animation: matrix 0.5s infinite alternate;
}
</style>
<body>
<div id="particles-js">
<header class="header">
<h1>
<span class="site-title matrix-effect">CyberSentinel 🛡️💻</span>
<br />
<span class="site-description matrix-effect">
Learn with similar cyber tech geeks...!!
</span>
</h1>
<div class="header-icons">
<a
aria-label="Visit my LinkedIn profile"
href="https://www.linkedin.com/in/vivek-wagadare/"
target="_blank"
rel="noopener noreferrer"
>
<i class="icon fa fa-linkedin" aria-hidden="true"></i>
</a>
<a
aria-label="Visit my Github profile"
href="https://github.com/AryanVBW"
target="_blank"
rel="noopener noreferrer"
>
<i class="icon fa fa-github-alt" aria-hidden="true"></i>
</a>
<a
aria-label="Send me an email"
href="mailto:[email protected]"
target="_blank"
rel="noopener noreferrer"
>
<i class="icon fa fa-envelope" aria-hidden="true"></i>
</a>
</div>
<nav class="header-links">
<a class="link" href="#about">About</a>
<a class="link" href="#projects">Projects</a>
</nav>
<a class="down" href="#about" data-scroll>
<i class="icon fa fa-chevron-down" aria-hidden="true"></i>
</a>
</header>
</div>
<section class="vivek" style="text-align: center; margin: 0 auto; max-width: 600px;">
<h1>🚀 Join the Cyber Security Club | Newton School of Technology 🔒</h1>
<picture>
<source type="image/webp" srcset="./assets/img/jpg/vivek.jpeg" alt="Cyber Security Club Logo" width="20%" />
<img src="./assets/img/jpg/vivek.jpeg" alt="Cyber Security Club Logo" width="20%" style="border-radius: 50%" />
</picture>
<div>
<p>
Join us now and dive into the exciting world of cyber defense! Enhance your skills and collaborate on innovative projects. Register below to become a part of the Cyber Security Club today—don't miss out!
</p>
<p><a href="https://docs.google.com/forms/d/e/1FAIpQLSf5yjVZeM36iHXDkrjW8jeMhevfGVnzaZYtRVBILwIDL-OAfA/viewform?embedded=true" target="_blank" rel="noopener noreferrer">Register Here</a></p>
</div>
</section>
<section id="about">
<div class="user-details">
<h2>Club Coordinators</h2>
<div style="display: flex; justify-content: center; gap: 20px;">
<div style="text-align: center;">
<picture>
<source type="image/webp" srcset="./assets/img/jpg/sir1.png" alt="Chetan Amritanshu" />
<img src="./assets/img/jpg/sir1.png" alt="Chetan Amritanshu" width="150" style="border-radius: 50%; height: 150px; object-fit: cover;" />
</picture>
<p>
<strong>Chetan Amritanshu</strong> <br />
Dedicated coder and proficient web developer—an inspiring leader in technology.
</p>
</div>
<div style="text-align: center;">
<picture>
<source type="image/webp" srcset="./assets/img/jpg/vivek1.jpg" alt="Vivek W" />
<img src="./assets/img/jpg/vivek1.jpg" alt="Vivek W" width="150" style="border-radius: 50%; height: 150px; object-fit: cover;" />
</picture>
<p>
<strong>Vivek W</strong> <br />
Passionate coder and skilled web developer—an inspiring tech guru.
</p>
</div>
</div>
</div>
</section>
<footer class="footer">
<p>© 2024 Vivek W | Designed by AryanVBW</p>
</footer>
<!-- Scripts -->
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="./assets/js/main.js"></script>
</body>
</html>