Skip to content

Commit

Permalink
Script.js updated
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Shetty <[email protected]>
  • Loading branch information
Gaurav0203Shetty committed Dec 13, 2023
1 parent 273964b commit a10333e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,14 @@ const projects = [
"Sudoku Game game made using HTML, CSS and JS",
link: "./Sudoku Game/index.html",
image: "./Sudoku Game/bozhin-karaivanov-yqcWOAHH1Rs-unsplash.jpg"
},
{
title: "Hide/Show password",
discription:
"A project made using HTML, CSS and JS which can be integrated easily to your website for better security when entering password in public spaces.",
link: "Hide-show-pass/index.html",
image: "https://i.ytimg.com/vi/Nnzt6_ISbOk/maxresdefault.jpg"
}

];

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

0 comments on commit a10333e

Please sign in to comment.