Skip to content

Commit

Permalink
error fix: redirection and images
Browse files Browse the repository at this point in the history
  • Loading branch information
hkholic13 committed Sep 3, 2023
1 parent e96b5cd commit a3c4efc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ <h1 class="size-50">My <br /> Profile</h1>

<!-- single work -->
<div class="col-md-4 col-sm-6 projects">
<a class="portfolio_item"> <img src="img/portfolio/project_01.JPG" alt="image" class="img-responsive" />
<a class="portfolio_item"> <img src="img/portfolio/project_01.jpg" alt="image" class="img-responsive" />
<div class="portfolio_item_hover">
<div class="portfolio-border clearfix">
<div class="item_info"> <span>Web Development</span> <em>Movie Booking Application </em> </div>
Expand All @@ -275,7 +275,7 @@ <h1 class="size-50">My <br /> Profile</h1>

<!-- single work -->
<div class="col-md-4 col-sm-6 projects">
<a class="portfolio_item"> <img src="img/portfolio/project_02.JPG " alt="image" class="img-responsive" />
<a class="portfolio_item"> <img src="img/portfolio/project_02.jpg " alt="image" class="img-responsive" />
<div class="portfolio_item_hover">
<div class="portfolio-border clearfix">
<div class="item_info"> <span>AWS, Database Systems</span> <em>Sensus Data Analysis</em> </div>
Expand All @@ -284,7 +284,7 @@ <h1 class="size-50">My <br /> Profile</h1>
</a>
</div>
<div class="col-md-4 col-sm-6 projects">
<a class="portfolio_item"> <img src="img/portfolio/project_03.JPG " alt="image" class="img-responsive" />
<a class="portfolio_item"> <img src="img/portfolio/project_03.jpg " alt="image" class="img-responsive" />
<div class="portfolio_item_hover">
<div class="portfolio-border clearfix">
<div class="item_info"> <span>Big Data Analytics, AWS, Machine Learning</span> <em>Porter Delivery Time Estimation</em> </div>
Expand All @@ -293,7 +293,7 @@ <h1 class="size-50">My <br /> Profile</h1>
</a>
</div>
<div class="col-md-4 col-sm-6 projects">
<a class="portfolio_item"> <img src="img/portfolio/project_04.JPG " alt="image" class="img-responsive" />
<a class="portfolio_item"> <img src="img/portfolio/project_04.jpg " alt="image" class="img-responsive" />
<div class="portfolio_item_hover">
<div class="portfolio-border clearfix">
<div class="item_info"> <span>Mobile Application Development</span> <em>Blood Alcohol Percentage (BAC) Calculator App</em> </div>
Expand Down
2 changes: 1 addition & 1 deletion js/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ form.addEventListener('submit', e => {
fetch(scriptURL, { method: 'POST', body: new FormData(form), mode: 'no-cors' })
.then(response => {
alert("Your message was sent successfully! I will be in touch as soon as I can.");
location.assign("https://himanshikhatri.github.io/");
location.assign("https://hkholic13.github.io/himanshiportfolio.github.io/");
})
.catch(error => console.error('Error!', error.message));
});
Expand Down

0 comments on commit a3c4efc

Please sign in to comment.