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
Binary file added Sanprit/bgimg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
395 changes: 395 additions & 0 deletions Sanprit/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,395 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sanprit - Portfolio</title>
<link rel="stylesheet" href="style.css" />

<!-- Font Awesome Icons -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css"
integrity="sha512-1N7iE6BzcbYXrK0k8MQhtYp7TYRM1p3yQKuSPm4zsmjFySK5nwhU+XloMiE3U3uS1ZhxTS0sxlfcIj7i6A4aQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
</head>

<body>
<!-- Header Section -->
<header id="body-header">
<nav class="navbar">
<!-- <h1 class="logo">SANPRIT</h1> -->
<ul class="nav-links" style="display: flex;gap: 40px; color:gray;">
<li><a href="#Home">Home</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<div id="name-social-container">
<div class="text-center">
<div class="content">
<div class="loader">
<a href="#">
<span style="--i:1;">S</span>
<span style="--i:2;">A</span>
<span style="--i:3;">N</span>
<span style="--i:4;">P</span>
<span style="--i:5;">R</span>
<span style="--i:6;">I</span>
<span style="--i:7;">T</span>
<span style="--i:8;">_</span>
<span style="--i:9;">D</span>
</a>
<audio id="beep" preload="auto">
<source src="audio/beep.mp3">
</source>
</audio>
</div>
</div>
</div>
<div>
<ul class="social-icons text-center">
<li style="--clr:#808b8b;">
<a href="https://www.linkedin.com/in/sanprit-danav-24215037a/">
<i class="fa-brands fa-linkedin"></i>
</a>
</li>
<li style="--clr:#948c8c;">
<a href="https://github.com/Sanprit07">
<i class="fa-brands fa-github"></i>
</a>
</li>
</ul>
</div>
</div>

</header>

<main>
<section id="skills">
<h1 class="section-heading mb75px">
<span>
<i class="fa-solid fa-pen-nib"></i>
</span>
<span> SKILLS </span>
</h1>
<!-- <div class="skills-display"> -->
<div class="skills-progress">
<div class="btn"><a href="#">C++</a> </div>
<div class="btn"><a href="#">Comp Coding</a> </div>
<div class="btn"><a href="#">Cloud Dev</a></div>
<div class="btn"><a href="#">Web Dev</a></div>
<div class="btn"><a href="#">Java</a> </div>
<div class="btn"><a href="#">Digital Marketing</a> </div>
</div>
<!-- </div> -->
</section>

<section id="education">
<h1 class="section-heading mb75px">
<span>
<i class="fa-solid fa-graduation-cap"></i>
</span>
<span> EDUCATION </span>
</h1>
<div class="timeline-education">
<div class="timeline-education-box left">
<div class="timeline-education-container">
<div class="timeline-education-logo">

</div>
<h3 class="education-designation m0 m-blue"> Designation </h3>
<h4 class="education-institute-name"> Company Name </h4>
<h5 class="education-duration m0"> Month YYYY - Month YYYY </h5>

<p class="experience-description text-align-justify"> Lorem Ipsum is simply dummy text of the
printing and
typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the
1500s, when an
unknown printer took a galley of type and scrambled it to make a type specimen book. </p>
</div>
</div>
<div class="timeline-education-box right">
<div class="timeline-education-container">
<div class="timeline-education-logo">

</div>
<h3 class="education-designation m0 m-blue"> Degree </h3>
<h4 class="education-institute-name "> Institute Name </h4>
<h5 class="education-duration m0"> Month YYYY - Month YYYY </h5>
<p class="experience-description text-align-justify"> Lorem Ipsum is simply dummy text of the
printing and
typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the
1500s, when an
unknown printer took a galley of type and scrambled it to make a type specimen book. </p>
</div>
</div>
<div class="timeline-education-box left">
<div class="timeline-education-container">
<div class="timeline-education-logo">

</div>
<h3 class="education-designation m0 m-blue"> Designation </h3>
<h4 class="education-institute-name"> Company Name </h4>
<h5 class="education-duration m0"> Month YYYY - Month YYYY </h5>

<p class="experience-description text-align-justify"> Lorem Ipsum is simply dummy text of the
printing and
typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the
1500s, when an
unknown printer took a galley of type and scrambled it to make a type specimen book. </p>
</div>
</div>

</div>
</div>

<!-- Experience Section -->
<section id="experience">
<h1 class="section-heading mb75px">
<span>
<i class="fa-solid fa-briefcase"></i>
</span>
<span> EXPERIENCE </span>
</h1>
<div class="timeline">
<div class="timeline-box left">
<div class="timeline-container">
<div class="timeline-logo">

</div>
<h3 class="experience-designation m0 m-blue"> Designation </h3>
<h4 class="experience-company-name"> Company Name </h4>
<h5 class="experience-duration m0"> Month YYYY - Month YYYY </h5>

<p class="experience-description text-align-justify"> Lorem Ipsum is simply dummy text of the
printing and
typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the
1500s, when an
unknown printer took a galley of type and scrambled it to make a type specimen book. </p>
</div>
</div>
<div class="timeline-box right">
<div class="timeline-container">
<div class="timeline-logo">

</div>
<h3 class="experience-designation m0 m-blue"> Degree </h3>
<h4 class="experience-company-name "> Institute Name </h4>
<h5 class="experience-duration m0"> Month YYYY - Month YYYY </h5>
<p class="experience-description text-align-justify"> Lorem Ipsum is simply dummy text of the
printing and
typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the
1500s, when an
unknown printer took a galley of type and scrambled it to make a type specimen book. </p>
</div>
</div>
<div class="timeline-box left">
<div class="timeline-container">
<div class="timeline-logo">
</div>
<h3 class="experience-designation m0 m-blue"> Designation </h3>
<h4 class="experience-company-name"> Company Name </h4>
<h5 class="experience-duration m0"> Month YYYY - Month YYYY </h5>

<p class="experience-description text-align-justify"> Lorem Ipsum is simply dummy text of the
printing and
typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the
1500s, when an
unknown printer took a galley of type and scrambled it to make a type specimen book. </p>
</div>
</div>
<div class="timeline-box right">
<div class="timeline-container">
<div class="timeline-logo">
</div>
<h3 class="experience-designation m0 m-blue"> Degree </h3>
<h4 class="experience-company-name "> Institute Name </h4>
<h5 class="experience-duration m0"> Month YYYY - Month YYYY </h5>
<p class="experience-description text-align-justify"> Lorem Ipsum is simply dummy text of the
printing and
typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the
1500s, when an
unknown printer took a galley of type and scrambled it to make a type specimen book. </p>
</div>
</div>
</div>
</div>

</section>

<section id="portfolio">
<h1 class="section-heading mb75px">
<span>
<i class="fa-solid fa-file"></i>
</span>
<span> PROJECTS</span>
</h1>
<div class="card-container">
<div class="card">
<div class="face face-1">
<div class="card-content">
<h2>Project-1</h2>
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Hic adipisci recusandae

</p>
</div>
</div>
<div class="face face-2">
<h2>01</h2>
</div>
</div>
<div class="card">
<div class="face face-1">
<div class="-cardcontent">
<h2>Project-2</h2>
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Hic adipisci recusandae

</p>
</div>
</div>
<div class="face face-2">
<h2>02</h2>
</div>
</div>
<div class="card">
<div class="face face-1">
<div class="card-content">
<h2>Project-3</h2>
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Hic adipisci recusandae

</p>
</div>
</div>
<div class="face face-2">
<h2>03</h2>
</div>
</div>

</div>
</section>

<section id="contact">
<h1 class="section-heading mb75px">
<span>
<i class="fa-solid fa-address-card"></i>
</span>
<span> CONTACT </span>
</h1>
<div class="contact-container">
<h2>Contact Form</h2>
<form name="form1" action="https://formspree.io/f/mgeqoaya" method="POST" ;>
<!-- <form action="connect.php" method="POST"> -->
<!-- <input type="hidden" name="_subject" value="New email"> -->
<!-- onsubmit="reset(); return false; -->
<div class="row100">
<div class="col">
<div class="inputBox">
<input type="text" name="firstName" id="firstName" required="required">
<span class="text">First Name</span>
<span class="line"></span>
<small class="error"></small>
</div>
</div>
<div class="col">
<div class="inputBox">
<input type="text" id="lastName" name="lastName" required="required">
<span class="text">Last Name</span>
<span class="line"></span>
<small class="error"></small>
</div>
</div>
</div>
<div class="row100">
<div class="col">
<div class="inputBox">
<input type="text" id="email" name="email" required="required">
<span class="text">Email</span>
<span class="line"></span>
<small class="error"></small>
</div>
</div>
<div class="col">
<div class="inputBox">
<input type="text" id="mobile" name="mobile" required="required">
<span class="text">Mobile</span>
<span class="line"></span>
<small class="error"></small>
</div>
</div>
</div>
<div class="row100">
<div class="col">
<!-- <label for="Message">Message:</label> -->
<div class="inputBox textarea">
<textarea id="message" required="required" name="textarea"></textarea>
<span class="text">
Type Your Text Here...
</span>
<span class="line"></span>
<small class="error"></small>
</div>
</div>
</div>

<div class="row100">
<div class="col">
<input type="submit" value="Send" onclick="openPopup()">
<p id="success"></p>
<div class="popup" id="popup">
<h2>Thank You!</h2>
<p>Your message has been sent successfully. Thanks!</p>
<button type="button" id="ok" onclick="closePopup()">OK</button>
</div>
</div>
</div>
</form>

</div>
<div>
<ul class="social-icons text-center">
<li style="--clr:#0072b1;">
<a href="https://www.linkedin.com/in/shivamjha2712/">
<i class="fa-brands fa-linkedin"></i>
</a>
</li>
<li style="--clr:#171515;">
<a href="https://github.com/shivam-jha2712">
<i class="fa-brands fa-github"></i>
</a>
</li>
<li style="--clr:#00acee;">
<a href="https://twitter.com/Shivamj23174085">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li style="--clr:#3b5998;">
<a href="https://www.facebook.com/rudransh.jha.54/">
<i class="fa-brands fa-facebook"></i>
</a>
</li>
<li style="--clr: #b15e00;">
<a href="https://linktr.ee/shivamjha2712---">
<i class="fa-solid fa-file-code"></i>
</a>
</li>
</ul>
</div>
</section>
</main>
<!-- <script src="https://smtpjs.com/v3/smtp.js">
</script> -->
<script src="script.js"></script>
</body>


</html>
Loading