Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
126cd52
commited on 29-1-2024 at 9:44 am
smitmeshiya3052 Jan 29, 2025
5cd33c5
fchnages in index html file
smitmeshiya3052 Feb 1, 2025
b0056bd
fav icon change
smitmeshiya3052 Feb 1, 2025
6a9a7a3
fav icon chnages when visit back
smitmeshiya3052 Feb 1, 2025
22baf93
chnages in phone num validation
smitmeshiya3052 Feb 1, 2025
5484c84
chnages to whatapp icon
smitmeshiya3052 Feb 1, 2025
4dd5f7b
contact validation remove
smitmeshiya3052 Feb 1, 2025
44276fc
validatiopn added
smitmeshiya3052 Feb 1, 2025
a5f7273
contact section change
smitmeshiya3052 Feb 1, 2025
7953b72
contact color change
smitmeshiya3052 Feb 1, 2025
362103d
postion chnage
smitmeshiya3052 Feb 1, 2025
f727103
undo commit
smitmeshiya3052 Feb 1, 2025
c28b883
style css chnage
smitmeshiya3052 Feb 1, 2025
d94b4ab
style as exists
smitmeshiya3052 Feb 1, 2025
8bd42d1
style chnage
smitmeshiya3052 Feb 1, 2025
1788b75
all change done in index
smitmeshiya3052 Feb 1, 2025
1c9bfc0
mail related changes
smitmeshiya3052 Feb 3, 2025
9c05f96
first commit of heritage portfolio
smitmeshiya3052 Apr 26, 2025
6b5e915
first commit of heritage portfolio
smitmeshiya3052 Apr 26, 2025
5d41b34
Merge branch 'main' of https://github.com/smitmeshiya3052/Portfolio-W…
smitmeshiya3052 Apr 26, 2025
15ec37d
back name changed
smitmeshiya3052 Apr 26, 2025
dfa4a71
script file changed
smitmeshiya3052 Apr 26, 2025
e8ef264
skill chnage
smitmeshiya3052 Apr 26, 2025
49e34c1
all changes done
smitmeshiya3052 Apr 26, 2025
e29deb8
index file changes
smitmeshiya3052 Apr 26, 2025
cc8b94d
2nd changes in index file
smitmeshiya3052 Apr 26, 2025
f136f73
form removed
smitmeshiya3052 Apr 26, 2025
38a70f4
index file changes
smitmeshiya3052 Apr 26, 2025
5869475
Merge branch 'main' of https://github.com/smitmeshiya3052/Portfolio-W…
smitmeshiya3052 Apr 26, 2025
d0ec822
Unity
smitmeshiya3052 Apr 26, 2025
53c7e18
Unity Icon
smitmeshiya3052 Apr 26, 2025
eb88cd7
Unity Icon
smitmeshiya3052 Apr 26, 2025
5a7f156
Image Issue Solved and removed code button
smitmeshiya3052 Apr 26, 2025
4d7f11a
Image Issue Solved and removed code button
smitmeshiya3052 Apr 26, 2025
77dfed5
Nav Change
smitmeshiya3052 Apr 26, 2025
c3d8f98
sene Image
smitmeshiya3052 Apr 26, 2025
3b02c17
Image Change
smitmeshiya3052 Apr 26, 2025
b52c3fa
Image Change
smitmeshiya3052 Apr 26, 2025
41bf124
Image Change
smitmeshiya3052 Apr 26, 2025
f94f295
Image Change
smitmeshiya3052 Apr 26, 2025
cc82bb4
Image Change
smitmeshiya3052 Apr 26, 2025
ee7a282
Image Change
smitmeshiya3052 Apr 26, 2025
92484aa
Image Change
smitmeshiya3052 Apr 26, 2025
5844d28
Image Change
smitmeshiya3052 Apr 26, 2025
c0ba798
Image Change
smitmeshiya3052 Apr 26, 2025
c228015
Redirection
smitmeshiya3052 Apr 26, 2025
c030f15
Redirection
smitmeshiya3052 Apr 26, 2025
53734e1
Style
smitmeshiya3052 Apr 26, 2025
e04dc87
Style changes
smitmeshiya3052 Apr 26, 2025
d4a637d
width
smitmeshiya3052 Apr 26, 2025
d78cfd8
width
smitmeshiya3052 Apr 26, 2025
3b803eb
grid width
smitmeshiya3052 Apr 26, 2025
e0f1401
grid width
smitmeshiya3052 Apr 26, 2025
8b09760
grid width
smitmeshiya3052 Apr 26, 2025
24bb52b
style and script changes
smitmeshiya3052 Apr 30, 2025
764b549
index file change
smitmeshiya3052 Apr 30, 2025
4db56b8
View All Changes
smitmeshiya3052 Apr 30, 2025
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
24 changes: 12 additions & 12 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
<!-- 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="/assets/images/Heritage.jpeg" 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> Heritage Solution</a>

<div id="menu" class="fas fa-bars"></div>
<div id="menu" class="fas fa-bars"></div>
<nav class="navbar">
<ul>
<li><a href="/#home">Home</a></li>
Expand All @@ -29,11 +29,11 @@
<li><a href="/#contact">Contact</a></li>
</ul>
</nav>
</header>
</header>
<!-- navbar ends -->

<!-- 404 section start -->
<section class="page_404">
<section class="page_404">
<div class="container">
<div class="wrapper">
<h1 class="text-center ">404</h1>
Expand Down Expand Up @@ -61,8 +61,8 @@ <h3>Looks like you're lost</h3>
<div class="box-container">

<div class="box">
<h3>Jigar'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>
<h3>Heritage's Portfolio</h3>
<p>Thank you for visiting our company's portfolio website. Connect with me over socials. <br/> <br/> Keep Rising 🚀. Connect with me over live chat!</p>
</div>

<div class="box">
Expand All @@ -77,21 +77,21 @@ <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 8799370794</p>
<p> <i class="fas fa-envelope"></i>heritagesolution185@gmail.com</p>
<p> <i class="fas fa-map-marked-alt"></i>Surat, India-394101</p>
<div class="share">

<a href="https://www.linkedin.com/in/jigar-sable" class="fab fa-linkedin" target="_blank"></a>
<a href="https://github.com/jigar-sable" class="fab fa-github" target="_blank"></a>
<a href="mailto:jigarsable21@gmail.com" class="fas fa-envelope" target="_blank"></a>
<a href="mailto:smitmeshiya@gmail.com" class="fas fa-envelope" target="_blank"></a>
<a href="https://twitter.com/jigar_sable" class="fab fa-twitter" target="_blank"></a>
<a href="https://t.me/lifecode5" class="fab fa-telegram-plane" target="_blank"></a>
</div>
</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"> Heritage Solution</a></h1>

</section>
<!-- footer section ends -->
Expand Down
2 changes: 1 addition & 1 deletion assets/css/404.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ header{
}
section{
min-height: 100vh;
padding: 2rem 9%;
padding: 1rem 9%;
}
header .logo{
font-size: 1.9rem;
Expand Down
Loading