-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
124 lines (122 loc) · 4.84 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
<!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" />
<meta name="description" content="Newton School of Technology
@vivek wagdare" />
<meta name="author" content="vivek w {AryanVBW}" />
<meta
name="keywords"
content="vivek w, AryanVBW, vivek wagdare, Terminal X, github.com/aryanvbw, vivek waghdare, AryanVBW, vivek waghdare, 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>
<body>
<div id="particles-js">
<div class="header">
<h1>
<span class="site-title">🚀Cyber Security Club🚀</span>
<br>
<span class="site-description">Unlock the Secrets of Cybersecurity & Ethical Hacking!</span>
</h1>
<div class="header-icons">
<a aria-label="My LinkedIn Profile" target="_blank" href="https://www.linkedin.com/in/vivek-wagadare/">
<i class="icon fa fa-linkedin" aria-hidden="true"></i>
</a>
<a aria-label="My Github Profile" target="_blank" href="https://github.com/AryanVBW">
<i class="icon fa fa-github-alt" aria-hidden="true"></i>
</a>
<a aria-label="Send Email" href="mailto:[email protected]" target="_blank">
<i class="icon fa fa-envelope"></i>
</a>
</div>
<div class="header-links">
<a class="link" href="#about" data-scroll></a>
<a class="link" href="#projects" data-scroll></a>
</div>
</div>
<a class="down" href="#about" data-scroll><i class="icon fa fa-chevron-down" aria-hidden="true"></i></a>
</div>
<div 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="Club Logo"
width="20%"
style="border-radius: 50%"
/>
<img
src="./assets/img/jpg/vivek.jpeg"
alt="Club Logo"
width="20%"
style="border-radius: 50%"
/>
</picture>
<p>
Join Us Now! Don’t miss out on the opportunity to explore the fascinating world of cyber defense. If you’re ready to sharpen your skills and work on cool projects, register below to become a part of the Cyber Security Club.
</p>
<p>🔗 Register Here</p>
</div>
<div style="text-align: center; margin: 20px 0;">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSf5yjVZeM36iHXDkrjW8jeMhevfGVnzaZYtRVBILwIDL-OAfA/viewform?embedded=true" width="640" height="1076" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div></div>
<section id="about">
<div class="user-details">
<h1>Club Coordinators</h1>
<div style="display: flex; justify-content: center;">
<div style="text-align: center; width: 50%;">
<picture>
<source
type="image/webp"
srcset="./assets/img/jpg/sir1.png"
alt="Professional Me"
width="50%"
style="border-radius: 50%"
/>
<img
src="./assets/img/jpg/sir1.png"
alt="Professional Me"
width="50%"
style="border-radius: 50%"
/>
</picture>
<p>
Chetan Amritanshu sir <br> Best teacher, passionate coder, and skilled web developer—an inspiring tech guru.
</p>
</div>
<div style="text-align: center; width: 50%;">
<picture>
<source
type="image/webp"
srcset="./assets/img/jpg/vivek1.jpg"
alt="Professional Me"
width="50%"
style="border-radius: 50%"
/>
<img
src="./assets/img/jpg/vivek1.jpg"
alt="Professional Me"
width="50%"
style="border-radius: 50%"
/>
</picture>
<p>Vivek W <br> passionate developer, coder, and technology geek. I love to learn new things </p>
</div>
</div>
</div>
</section>
<footer class="footer">
<p>© Vivek W {AryanVBW}</p>
</footer>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="./assets/js/sweet-scroll.min.js"></script>
<script src="./assets/js/google-analytics.js"></script>
<script src="./assets/js/main.js"></script>
</body>
</html>