Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions submissions/PrathamJindal80/Contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Contacts</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<nav class="navbar">
<div class="nav-left">
<a href="Home.html">HOME</a>
<a href="Projects.html">PROJECTS</a>
<a href="Contact.html">CONTACT</a>
</div>
<div class="nav-right">
<button id="theme-toggle">DARK</button>
<a href="Gaming.html"><img src="logo.png" alt="Logo" class="logo"></a>
</div>
</nav>

<section class="contact">
<div class="contact-card">
<img src="Phone.jpg" alt="Phone">
<h3>+91 9914589960</h3>
</div>

<div class="contact-card">
<a href="https://www.linkedin.com/in/pratham-jindal-86a8b0374/"><img src="https://upload.wikimedia.org/wikipedia/commons/c/ca/LinkedIn_logo_initials.png" alt="LinkedIn"></a>
<h3>LinkedIn</h3>
</div>

<div class="contact-card">
<a href="https://www.instagram.com/_pratham.jindal_/"><img src="https://upload.wikimedia.org/wikipedia/commons/a/a5/Instagram_icon.png" alt="Instagram"></a>
<h3>Instagram</h3>
</div>
</section>



<script src="Script.js"></script>
</body>
</html>
40 changes: 40 additions & 0 deletions submissions/PrathamJindal80/Gaming.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Gaming</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<nav class="navbar">
<div class="nav-left">
<a href="Home.html">HOME</a>
<a href="Projects.html">PROJECTS</a>
<a href="Contact.html">CONTACT</a>
</div>
<div class="nav-right">
<button id="theme-toggle">DARK</button>
<a href="Gaming.html"><img src="logo.png" alt="Logo" class="logo"></a>
</div>
</nav>

<section class="gaming">
<div class="gaming-card">
<img src="logo.png" alt="IFROST IS LIVE">
</div>

<div class="gaming-card">
<a href="https://www.youtube.com/@iFrostisLive"><img src="https://upload.wikimedia.org/wikipedia/commons/b/b8/YouTube_Logo_2017.svg" alt="YouTube"></a>
<h2>IFROST IS LIVE</h2>
</div>

<div class="gaming-card">
<a href="https://www.instagram.com/flexx.editzz_?utm_source=ig_web_button_share_sheet&igsh=ZTg3bjFzcHhtbnBo"><img src="https://upload.wikimedia.org/wikipedia/commons/a/a5/Instagram_icon.png" alt="Instagram"></a>
<h2>@flexx.editzz_</h2>
</div>
</section>

<script src="script.js"></script>
</body>
</html>
39 changes: 39 additions & 0 deletions submissions/PrathamJindal80/Home.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portfolio</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<nav class="navbar">
<div class="nav-left">
<a href="Home.html">HOME</a>
<a href="Projects.html">PROJECTS</a>
<a href="Contact.html">CONTACT</a>
</div>
<div class="nav-right">
<button id="theme-toggle">DARK</button>
<a href="Gaming.html"><img src="logo.png" alt="Logo" class="logo"></a>
</div>
</nav>

<section class="main">
<h1 style="font-size: 60px;">PRATHAM JINDAL</h1>
<div class="cards">
<div class="card pink">
<p>I AM A THAPAR<br>BTECH FIRST<br>YEAR STUDENT<br>FROM COE<br>BRANCH</p>
</div>
<div class="card green">
<p>TECH STACK:<br>FRONTEND<br>JAVA<br>PYTHON<br>C C++<br>SQL</p>
</div>
<div class="card blue">
<p>OTHER HOBBIES:<br>GAMING<br>MUSIC<br>EDITTING</p>
</div>
</div>
</section>

<script src="script.js"></script>
</body>
</html>
Binary file added submissions/PrathamJindal80/Phone.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions submissions/PrathamJindal80/Projects.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Projects</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<nav class="navbar">
<div class="nav-left">
<a href="Home.html">HOME</a>
<a href="Projects.html">PROJECTS</a>
<a href="Contact.html">CONTACT</a>
</div>
<div class="nav-right">
<button id="theme-toggle">DARK</button>
<a href="Gaming.html"><img src="logo.png" alt="Logo" class="logo"></a>
</div>
</nav>

<section class="Projects">
<h1 style="margin-top: 30px ; font-size: 60px;">PROJECTS</h1>
<div class="project-list">
<div class="project-card">
<a href="https://github.com/prathamjindal008/My_own_SPOTIFY.git"> SPOTIFY USING HTML CSS AND JS</a>
</div>
<div class="project-card">
<a href="https://github.com/prathamjindal008/Bank_MS_clang.git">BANK MS IN C LANG</a>
</div>
</div>

<h1 style="font-size: 60px;">ONGOING PROJECTS</h1>
<div class="project-list">
<div class="project-card">LIBRARY MS IN C LANG</div>
</div>
</section>
<script src="script.js"></script>
</body>
</html>
18 changes: 18 additions & 0 deletions submissions/PrathamJindal80/Script.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
const toggleBtn = document.getElementById('theme-toggle');

if (localStorage.getItem('theme') === 'dark') {
document.body.classList.add('dark');
toggleBtn.textContent = 'LIGHT';
}

toggleBtn.addEventListener('click', () => {
document.body.classList.toggle('dark');

if (document.body.classList.contains('dark')) {
toggleBtn.textContent = 'LIGHT';
localStorage.setItem('theme', 'dark');
} else {
toggleBtn.textContent = 'DARK';
localStorage.setItem('theme', 'light');
}
});
Binary file added submissions/PrathamJindal80/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading