├── 3d social media icons └── index.html ├── Animated profile card ├── index.html ├── profile.png ├── src │ ├── index.html │ ├── profile.png │ └── style.css └── style.css ├── Contact manager app ├── index.html ├── script.js └── style.css ├── Password generator system ├── index.html ├── script.js └── style.css ├── Readme.md ├── Responsive login form ├── Images │ ├── bg.svg │ └── logo.png ├── icons │ ├── email.svg │ └── password lock.svg ├── index.html └── style.css ├── Responsive sticky navbar ├── index.html ├── script.js └── style.css ├── Search bar animation └── index.html ├── Slideshow ├── 1.jpg ├── 2.jpg ├── 3.jpg ├── index.html ├── script.js └── style.css ├── Swiper cards ├── 1.jfif ├── 2.jfif ├── 3.jfif ├── 4.jfif ├── index.html └── style.css └── Todo-app ├── index.html ├── script.js ├── style.css ├── to-do-list.svg └── to-do-list2.svg /3d social media icons/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | 6 | 7 | 8 |${contact.email}
32 |${contact.contactnumber}
33 |43 | Type in the below field 👇 and press enter to add your todo in the list 44 |
45 |