Skip to content

Commit eb4c4ee

Browse files
committed
Commit
1 parent 2756457 commit eb4c4ee

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

script.js

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,6 @@ window.addEventListener('click', event => {
3939
event.target.style.display = 'none';
4040
}
4141
});
42-
const projects = [
43-
{
44-
title: "Content Management System (CMS) 🏗",
45-
description: "Coming soon...",
46-
link: "#"
47-
},
48-
{
49-
title: "E-commerce Website 🛒",
50-
description: "Coming soon...",
51-
link: "#"
52-
},
53-
{
54-
title: "Chat Application 💬",
55-
description: "Coming soon...",
56-
link: "#"
57-
}
58-
];
5942

6043
const projectsContainer = document.querySelector(".projects");
6144
projects.forEach(project => {

0 commit comments

Comments
 (0)