Skip to content

Commit

Permalink
updated portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
davistheweb committed Feb 7, 2024
1 parent 40723b2 commit 439917a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
Binary file added asset/img/CheeseCakes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion asset/js/portfoilo.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ window.addEventListener('scroll', scrollTop);

//Resume link
function redirectToLink() {
window.location.href ="https://drive.google.com/file/d/1PPoU_KD4FhdYQpqYCD0TZaZZwrp2efPb/view?usp=sharing";
window.location.href ="https://drive.google.com/file/d/1Om8-CX8LY5NEAIPppvaOZ1jTRwfMD4kW/view?usp=sharing";
}

document.getElementById("download-btn").addEventListener("click", redirectToLink);
Expand Down
19 changes: 19 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,25 @@ <h3 class="port-1">

<!--=============== 1st Card Swipers Start===============-->

<article class="card__article swiper-slide">
<div class="card__image">
<img src="asset/img/CheeseCakes.png" alt="image" class="card__img">
</div>

<div class="card__data">
<h3 class="card__name">
CheeseCakes Website
</h3>
<p class="card__description">
Technologies: HTML, CSS & Javascript
</p>

<a href="https://cheese-cakes.vercel.app/"
class="card__button">Explore Project
<i class='bx bxs-right-arrow-alt'></i>
</a>
</div>
</article>
<article class="card__article swiper-slide">
<div class="card__image">
<img src="asset/img/Gradient.png" alt="image" class="card__img">
Expand Down

0 comments on commit 439917a

Please sign in to comment.