Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sandip #2

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vercel
14 changes: 7 additions & 7 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Favicon -->
<link id='favicon' rel="shortcut icon" href="/assets/images/favicon.png" type="image/x-png">
<link id='favicon' rel="shortcut icon" href="https://upload.wikimedia.org/wikipedia/commons/thumb/4/42/Eo_circle_purple_white_letter-s.svg/1200px-Eo_circle_purple_white_letter-s.svg.png" type="image/x-png">
<title>Got Lost! Page Not Found</title>
</head>
<body oncontextmenu="return false">

<!-- navbar starts -->
<header>
<a href="/" class="logo"><i class="fab fa-node-js"></i> Jigar</a>
<a href="/" class="logo"><i class="fab fa-node-js"></i> Sandip</a>

<div id="menu" class="fas fa-bars"></div>
<nav class="navbar">
Expand Down Expand Up @@ -61,7 +61,7 @@ <h3>Look like you're lost</h3>
<div class="box-container">

<div class="box">
<h3>Jigar's Portfolio</h3>
<h3>Sandip's Portfolio</h3>
<p>Thank you for visiting my personal portfolio website. Connect with me over socials. <br/> <br/> Keep Rising 🚀. Connect with me over live chat!</p>
</div>

Expand All @@ -77,9 +77,9 @@ <h3>quick links</h3>

<div class="box">
<h3>contact info</h3>
<p> <i class="fas fa-phone"></i>+91 704-302-4736</p>
<p> <i class="fas fa-envelope"></i>jigarsable21@gmail.com</p>
<p> <i class="fas fa-map-marked-alt"></i>Pune, India-412206</p>
<p> <i class="fas fa-phone"></i>+91 914-654-7366</p>
<p> <i class="fas fa-envelope"></i>suryawanshisandip2999@gmail.com</p>
<p> <i class="fas fa-map-marked-alt"></i>Sangli, India - 416410</p>
<div class="share">

<a href="https://www.linkedin.com/in/jigar-sable" class="fab fa-linkedin" target="_blank"></a>
Expand All @@ -91,7 +91,7 @@ <h3>contact info</h3>
</div>
</div>

<h1 class="credit">Designed with <i class="fa fa-heart pulse"></i> by <a href="https://www.linkedin.com/in/jigar-sable"> jigar sable</a></h1>
<h1 class="credit">Designed with <i class="fa fa-heart pulse"></i> by <a href="https://www.linkedin.com/in/jigar-sable"> Sandip Suryawanshi</a></h1>

</section>
<!-- footer section ends -->
Expand Down
9 changes: 5 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
outline: none;
border: none;
text-transform: capitalize;
transition: all 0.2s linear;

}
html {
font-size: 62.5%;
overflow-x: hidden;
scroll-behavior: smooth;
}
body {
background: #f7f7f7;
background:rgb(230, 223, 223);
font-family: "Poppins", sans-serif;
}

Expand Down Expand Up @@ -229,7 +229,7 @@ header .navbar ul li a:hover {
.home .content h2 span {
font-size: 5rem;
font-weight: 800;
color: #ff7b00;
color: #002057;
}
.home .content p {
font-size: 2.5rem;
Expand Down Expand Up @@ -346,7 +346,7 @@ header .navbar ul li a:hover {

/* about section starts */
.about {
background: rgb(255, 255, 255);
background: hsl(221,73%,94%);
}
.about .row {
display: flex;
Expand Down Expand Up @@ -1223,3 +1223,4 @@ form .button-area {
top: calc(100% - 12rem);
}
/* scroll top ends */

Binary file added assets/images/github calender.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/images/sandip.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/images/stats.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ $(document).ready(function () {
document.addEventListener('visibilitychange',
function () {
if (document.visibilityState === "visible") {
document.title = "Portfolio | Jigar Sable";
document.title = "Portfolio | Sandip Suryawanshi";
$("#favicon").attr("href", "assets/images/favicon.png");
}
else {
Expand All @@ -71,7 +71,7 @@ document.addEventListener('visibilitychange',

// <!-- typed js effect starts -->
var typed = new Typed(".typing-text", {
strings: ["frontend development", "backend development", "web designing", "android development", "web development"],
strings: ["frontend development", "backend development", "web designing", "web development"],
loop: true,
typeSpeed: 50,
backSpeed: 25,
Expand Down Expand Up @@ -110,7 +110,7 @@ function showProjects(projects) {
projects.slice(0, 6).forEach(project => {
projectHTML += `
<div class="box tilt">
<img draggable="false" src="/assets/images/projects/${project.image}.png" alt="project" />
<img draggable="false" src="${project.image}" alt="project" />
<div class="content">
<div class="tag">
<h3>${project.name}</h3>
Expand Down
16 changes: 8 additions & 8 deletions experience/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
<link rel="stylesheet" href="./style.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link id='favicon' rel="shortcut icon" href="/assets/images/favicon.png" type="image/x-png">
<!-- <link id='favicon' rel="shortcut icon" href="https://upload.wikimedia.org/wikipedia/commons/thumb/4/42/Eo_circle_purple_white_letter-s.svg/1200px-Eo_circle_purple_white_letter-s.svg.png" type="image/x-png"> -->

<title>Experience | Portfolio Jigar Sable</title>
<title>Experience | Portfolio Sandip Suryawanshi</title>
</head>
<body oncontextmenu="return false">

<!-- navbar starts -->
<header>
<a href="/" class="logo"><i class="fab fa-node-js"></i> Jigar</a>
<a href="/" class="logo"><i class="fab fa-node-js"></i> Sandip</a>

<div id="menu" class="fas fa-bars"></div>
<nav class="navbar">
Expand Down Expand Up @@ -169,7 +169,7 @@ <h3>Contributor | Open Source Program</h3>
<div class="box-container">

<div class="box">
<h3>Jigar's Portfolio</h3>
<h3>Sandip's Portfolio</h3>
<p>Thank you for visiting my personal portfolio website. Connect with me over socials. <br/> <br/> Keep Rising 🚀. Connect with me over live chat!</p>
</div>

Expand All @@ -185,9 +185,9 @@ <h3>quick links</h3>

<div class="box">
<h3>contact info</h3>
<p> <i class="fas fa-phone"></i>+91 704-302-4736</p>
<p> <i class="fas fa-envelope"></i>jigarsable21@gmail.com</p>
<p> <i class="fas fa-map-marked-alt"></i>Pune, India-412206</p>
<p> <i class="fas fa-phone"></i>+91 9146547366</p>
<p> <i class="fas fa-envelope"></i>suryawanshisandip2999@gmail.com</p>
<p> <i class="fas fa-map-marked-alt"></i>Sangli, India-416-410</p>
<div class="share">

<a href="https://www.linkedin.com/in/jigar-sable" class="fab fa-linkedin" target="_blank"></a>
Expand All @@ -199,7 +199,7 @@ <h3>contact info</h3>
</div>
</div>

<h1 class="credit">Designed with <i class="fa fa-heart pulse"></i> by <a href="https://www.linkedin.com/in/jigar-sable"> jigar sable</a></h1>
<h1 class="credit">Designed with <i class="fa fa-heart pulse"></i> by <a href="https://www.linkedin.com/in/jigar-sable"> Sandip Suryawanshi</a></h1>

</section>
<!-- footer section ends -->
Expand Down
2 changes: 1 addition & 1 deletion experience/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ document.onkeydown = function(e) {
document.addEventListener('visibilitychange',
function(){
if(document.visibilityState === "visible"){
document.title = "Experience | Portfolio Jigar Sable";
document.title = "Experience | Portfolio Sandip Suryawanshi";
$("#favicon").attr("href","/assets/images/favicon.png");
}
else {
Expand Down
Loading