-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
124 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>© 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> |