Skip to content

Commit

Permalink
new UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
AryanVBW authored Oct 10, 2024
1 parent 1ffd84e commit 515bf4a
Showing 1 changed file with 124 additions and 0 deletions.
124 changes: 124 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,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>&copy; 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>

0 comments on commit 515bf4a

Please sign in to comment.