Skip to content

Commit

Permalink
Merge pull request #9 from kjsce-codecell/Vivek
Browse files Browse the repository at this point in the history
Add: Vivek Jain's 1st Project
  • Loading branch information
vivekjain488 authored Nov 4, 2024
2 parents 766b0f4 + ce2a187 commit f90b625
Show file tree
Hide file tree
Showing 4 changed files with 438 additions and 1 deletion.
Binary file added Vivek Jain/img/Vivek Jain.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
109 changes: 109 additions & 0 deletions Vivek Jain/src/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vivek Jain</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
</head>
<body>
<header>
<nav>
<div class="logo">Vivek Jain</div>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<section id="hero">
<div class="hero-content">
<h1>Hello, I'm Vivek Jain</h1>
<div class="typewriter">
<p><b>KJSSE CodeCell's Core Creative Team Member.....</b></p>
</div>
</div>
</section>
<section id="about">
<div class="container">
<h2>About Me</h2>
<p>
I'm Vivek Jain, a core member of KJSSE CodeCell’s Creative Team and a dedicated cybersecurity enthusiast. Having served as the FY Representative, I bring a unique blend of creativity and technical skill to every project I take on. My expertise shines in Capture the Flag (CTF) events, where I’ve not only achieved the top 1% rank on TryHackMe, earning the [0XD] GOD Rank, but also contributed by organizing national CTFs, crafting challenges that engage and inspire. With hands-on experience and guidance from mentors, I’m passionate about blending innovation with cybersecurity, constantly pushing boundaries to bring new ideas to life.</p>
</div>
</section>
<section id="skills">
<div class="container">
<h2>Skills</h2>
<div class="skills-grid">
<div class="skill">
<i class="fas fa-code"></i>
<h3>Web Development</h3>
<p>HTML, CSS, JavaScript</p>
</div>
<div class="skill">
<i class="fas fa-paint-brush"></i>
<h3>Design</h3>
<p>Premiere Pro, After Effects, Photoshop, Illustrator, Figma</p>
</div>
<div class="skill">
<i class="fas fa-lock"></i>
<h3>Cybersecurity</h3>
<p>TryHackMe, HackTheBox, KJSCE_CTF</p>
</div>
</div>
</div>
</section>
<section id="projects">
<div class="container">
<h2>Projects</h2>
<div class="projects-grid">
<div class="project">
<h3>1st Project</h3>
<p>Coming Soon...</p>
</div>
<div class="project">
<h3>2nd Project</h3>
<p>Coming Soon...</p>
</div>
<div class="project">
<h3>3rd Project</h3>
<p>Coming Soon...</p>
</div>
</div>
</div>
</section>
<section id="contact">
<div class="container">
<h2>Contact Me</h2>
<form>
<label for="name">Name</label>
<input type="text" id="name" name="name" required>
<label for="email">Email</label>
<input type="email" id="email" name="email" required>
<label for="message">Message</label>
<textarea id="message" name="message" required></textarea>
<button type="submit">Send</button>
</form>
</div>
</section>
<section id="social-media">
<div class="container">
<h2>Follow Me</h2>
<div class="social-icons">
<a href="https://www.instagram.com/vivek_jain.2395/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://github.com/vivekjain488" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://linkedin.com/in/vivekjainofficial7/" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://x.com/Vivekjain2395" target="_blank"><i class="fab fa-twitter"></i></a>
</div>
</div>
</section>
<footer>
<div class="container">
<p>Made with ❤️ by VIVEK JAIN</p>
</div>
</footer>
</body>
</html>
Loading

0 comments on commit f90b625

Please sign in to comment.