Skip to content

Commit

Permalink
update render data
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheus1714 committed Sep 9, 2023
1 parent e34554a commit 3a9ecfe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions js/render-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ const projects = [
description: "Create dark neumorphism cards",
ref: "./tutorials/Dark Neumorphism Cards/index.html",
},
{
name: "3D Wavy Circle Loader Animation Effects",
description: "Create 3D Wavy Circle Loader Animation Effects",
ref: "./tutorials/3D Wavy Circle Loader Animation Effects/index.html",
},
]
const projectsList = document.querySelector("#projects ul")
for (let project of projects) {
Expand Down

0 comments on commit 3a9ecfe

Please sign in to comment.