Skip to content

Commit

Permalink
Merge pull request #49 from blindaks/new-branch
Browse files Browse the repository at this point in the history
Updated script.js
  • Loading branch information
shrey141102 authored Oct 4, 2023
2 parents dabdf8f + 2884897 commit 14b980e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ const projects = [
link: "./Music Player/index.html",
image: "https://beebom.com/wp-content/uploads/2016/08/10-Best-iPhone-Music-Player-Apps-You-Should-Try-in-2019.jpg?w=750&quality=75"
},
{
title: "URL Shortener",
discription: "URL Shortener made using HTML, CSS, and JavaScript.",
link: "./URL Shortener/index.html",
image:"https://www.clickslice.co.uk/wp-content/uploads/2022/07/1_Pdw7h5X6vQQNVopIzHBG6A.jpeg"
},
]

const cards = document.getElementsByClassName("cards")
Expand Down

0 comments on commit 14b980e

Please sign in to comment.