From 3a9ecfe85aaee4504fde5d69f22968a025995228 Mon Sep 17 00:00:00 2001 From: matheus1714 Date: Sat, 9 Sep 2023 14:30:17 -0300 Subject: [PATCH] update render data --- js/render-data.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/js/render-data.js b/js/render-data.js index 9aa10a7..beee9f2 100644 --- a/js/render-data.js +++ b/js/render-data.js @@ -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) {