Skip to content

Commit

Permalink
Merge pull request #1 from navinsidral321/release-1
Browse files Browse the repository at this point in the history
release commit
  • Loading branch information
navinsidral321 authored Dec 5, 2024
2 parents 2cae379 + 0984fd8 commit adcfbbe
Show file tree
Hide file tree
Showing 16 changed files with 1,196 additions and 65 deletions.
Binary file added assets/checkmark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/ecommerce.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/education.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/email.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/leetcode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/linkedin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/sortingVisualizer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/sqlapp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/work.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
345 changes: 308 additions & 37 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,51 +1,322 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Full Stack Developer</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="media.css" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Full Stack Developer</title>
<link id="theme" rel="stylesheet"
type="text/css" href="style.css" />
<link rel="stylesheet" href="style2.css" />
<link rel="stylesheet" href="media.css" />
</head>
<body>
<nav id="desktop-nav">
<div class="logo">Navin Sidral</div>
<div>
<ul class="nav-links">
<li><a href="#about">About</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</nav>
<nav id="mobile-nav">
<div class="logo">Navin Sidral</div>
<div class="mobile-menu">
<div class="mobile-icon" onclick="toggleMenu()">
<span></span>
<span></span>
<span></span>
<div class="logo">Navin Sidral</div>
<div>
<ul class="nav-links">
<li><a href="#about">About</a></li>
<li><a href="#skill">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#certifications">Certifications</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</nav>
<nav id="mobile-nav">
<div class="logo">Navin Sidral</div>
<div class="mobile-menu">
<div class="mobile-icon" onclick="toggleMenu()">
<span></span>
<span></span>
<span></span>
</div>
<div class="menu-links">
<li><a href="#about" onclick="toggleMenu()">About</a></li>
<li><a href="#skill" onclick="toggleMenu()">Skills</a></li>
<li><a href="#projects" onclick="toggleMenu()">Projects</a></li>
<l1><a href="#certifications" onclick="toggleMenu()">Certifications</a></l1>
<li><a href="#contact" onclick="toggleMenu()">Contact</a></li>
</div>
</div>
</nav>
<br><br>
<div class="main">
<section id="profile">
<div class="profile-text">
<p class="profile-test1">Hi there, I am</p>
<h1 class="title">Navin Sidral</h1>
<p class="profile-test2">Full Stack Developer</p>
<div class="btn-container">
<button class="btn btn-color-2" onclick="window.open('./assets/java-developer.pdf')">
Download CV
</button>
<button class="btn btn-color-2" onclick="location.href='./#contact'">
Contact Info
</button>
</div>
<br>
<div id="socials-container">
<!-- <img src="./assets/linkedin.png" alt="My LinkedIn profile" class="hi-icon icon"
onclick="location.href=window.open('https://linkedin.com/','_blank')" /> -->
<a href="https://linkedin.com/" target="_blank" >
<img src="./assets/linkedin.png" alt="My LinkedIn profile" class="hi-icon icon"></a>

<!-- <img src="./assets/github.png" target="_blank" alt="My Github profile" class="hi-icon icon"
onclick="location.href=window.open('https://github.com/')" /> -->
<a href="https://github.com/" target="_blank" >
<img src="./assets/github.png" alt="My Github profile" class="hi-icon icon"></a>
<!-- <img src="./assets/leetcode.png" alt="My Leetcode profile" class="hi-icon icon"
onclick="location.href=window.open('https://github.com/','_blank')" /> -->
<a href="https://leetcode.com/u/New_321/" target="_blank" >
<img src="./assets/leetcode.png" alt="My Leetcode profile" class="hi-icon icon">
</a>
</div>
</div>
</section>

<section id="about">
<p class="title1">Get To Know More</p>
<h1 class="title">About Me</h1>
<div class="section-container">
<div class="about-details-container">
<div class="about-containers">
<div class="details-container">
<h3>Experience</h3>
<p>2+ years <br />Full Stack Development<br> TCS Pune</p>
</div>
<div class="details-container">
<h3>Education</h3>
<p>B. Tech Computer Science August-2022<br />WIT Solapur</p>
</div>
</div>
<div class="menu-links">
<li><a href="#about" onclick="toggleMenu()">About</a></li>
<li><a href="#experience" onclick="toggleMenu()">Experience</a></li>
<li><a href="#projects" onclick="toggleMenu()">Projects</a></li>
<li><a href="#contact" onclick="toggleMenu()">Contact</a></li>
<div class="text-container">
<p>
Experienced Java Developer adept at designing and implementing scalable backend solutions.
Skilled in architecting Restful APIs and microservices architectures, optimizing database performance,
and integrating with third-party systems.
Proficient in Java, Spring Boot, and CI/CD pipelines to streamline development processes and ensure
efficient deployment.
Strong problem-solving abilities with a focus on delivering robust, maintainable code. Passionate about
leveraging technology to drive business growth and enhance user experiences. Bachelor’s degree in Computer
Science with certifications in cloud technologies. Let's connect to discuss how I can contribute to your
team's success.
</p>
</div>
</div>
</div>
</section>
<section id="skill">
<h1 class="title">Skills</h1>
<div class="skill-details-container">
<div class="about-containers">
<div class="details-container">
<h2 class="skill-sub-title">Backend Development</h2>
<div class="article-container">
<article>
<div>
<h3>Java 8</h3>
<p>Intermediate</p>
</div>
</article>
<article>
<div>
<h3>Speing Boot</h3>
<p>Intermediate</p>
</div>
</article>
<article>
<div>
<h3>Spring</h3>
<p>Intermediate</p>
</div>
</article>
<article>
<div>
<h3>Github</h3>
<p>Intermediate</p>
</div>
</article>
<article>
<div>
<h3>Python</h3>
<p>Intermediate</p>
</div>
</article>
<article>
<div>
<h3>Maven</h3>
<p>Intermediate</p>
</div>
</article>
<article>
<div>
<h3>Junit</h3>
<p>Intermediate</p>
</div>
</article>
<article>
<div>
<h3>RestAPI</h3>
<p>Intermediate</p>
</div>
</article>
<article>
<div>
<h3>Jenkins</h3>
<p>Intermediate</p>
</div>
</article>
<article>
<div>
<h3>Docker</h3>
<p>Intermediate</p>
</div>
</article>
<article>
<div>
<h3>Microservices</h3>
<p>Intermediate</p>
</div>
</article>
</div>
</div>
</div>
<div class="details-container">
<h2 class="skill-sub-title">Frontend Development</h2>
<div class="article-container">
<article>
<div>
<h3>HTML</h3>
<p>Intermediate</p>
</div>
</article>
<article>
<div>
<h3>CSS</h3>
<p>Intermediate</p>
</div>
</article>
<article>
<div>
<h3>JavaScript</h3>
<p>Intermediate</p>
</div>
</article>
<article>
<div>
<h3>TypeScript</h3>
<p>Basic</p>
</div>
</article>
<article>
<div>
<h3>Angular</h3>
<p>Basic</p>
</div>
</article>
<article>
<div>
<h3>AWS</h3>
<p>Basic</p>
</div>
</article>
</div>
</div>
</nav>
<nav id="profile">
<div class="profile-text">
<div class="text1">
<p>Hi There, I am</p>
<h1>Navin Sidral</h1>
</div>
</section>

<section id="projects">
<h1 class="title">Projects</h1>
<div class="skill-details-container">
<div class="about-containers">
<div class="details-container color-container">
<div class="article-container">
<img src="./assets/sqlapp.png" alt="Project 1" class="project-img" />
</div>
<div class="tect2">
<p>Full Stack Developer</p>
<h2 class="skill-sub-title project-title">SQL ANdroid App</h2>
<div class="btn-container">
<button class="btn btn-color-2 project-btn" onclick="location.href='https://github.com/'">
Github
</button>
<button class="btn btn-color-2 project-btn" onclick="location.href='https://play.google.com/store/apps/details?id=in.bank.sql&pli=1'",target="_blank">
Live Demo
</button>
</div>
</div>
<div class="details-container color-container">
<div class="article-container">
<img src="./assets/ecommerce.png" alt="Project 2" class="project-img" />
</div>
<h2 class="skill-sub-title project-title">E-Commerce WebSite</h2>
<div class="btn-container">
<button class="btn btn-color-2 project-btn" onclick="location.href='https://github.com/'">
Github
</button>
<button class="btn btn-color-2 project-btn" onclick="location.href='https://github.com/'">
Live Demo
</button>
</div>
</div>
<div class="details-container color-container">
<div class="article-container">
<img src="./assets/sortingVisualizer.png" alt="Project 3" class="project-img" />
</div>
<h2 class="skill-sub-title project-title">Sorting Visualizer</h2>
<div class="btn-container">
<button class="btn btn-color-2 project-btn" onclick="location.href='https://github.com/navinsidral321/sortingVisualizer'">
Github
</button>
<button class="btn btn-color-2 project-btn" onclick="location.href='https://navinsidral321.github.io/sortingVisualizer/'">
Live Demo
</button>
</div>
</div>
</div>
</div>
</section>

<section id="certifications">
<br><br><br>
<h1 class="title">Certifications and More.</h1>
<div class="about-containers">
<div class="details-container">
<h3>Certifications</h3>
<p>AWS cloud practitioner certification</p>
<p>Microsoft Certified: Azure Administrator Associate (AZ 104)
</p>
<p>Microsoft certified Azure Fundamentals (AZ 900)</p>
</div>
<div class="details-container">
<h3>Apperception</h3>
<p>Best Team Award 2023-2024 TCS</p>
<p>On The Spot Award TCS
</p>
</div>
</div>
</section>

<section id="contact">
<br><br><br>
<h1 class="title">Contact Me</h1>
<div class="contact-info-upper-container">
<div class="contact-info-container">
<img src="./assets/email.png" alt="Email icon" class="icon contact-icon" />
<p><a class="a1" href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="contact-info-container">
<img src="./assets/linkedin.png" alt="LinkedIn icon" class="icon contact-icon" />
<p><a class="a1" href="https://www.linkedin.com">LinkedIn</a></p>
</div>
</nav>
<script src="scritps.js"></script>
</div>
</section>
<footer>
<p>Copyright &#169; 2024 Navin Sidral. All Rights Reserved.</p>
</footer>
</div>
<script src="scritps.js"></script>


</body>

</html>
Loading

0 comments on commit adcfbbe

Please sign in to comment.