25 | attractive offers today ! 26 |
├── Background-property-images ├── README.md ├── cute-bear.png ├── cute-girl.jpg ├── kitty-idea.png └── kitty.png ├── Form-Validation ├── README.md ├── images │ ├── illustration.svg │ └── logo.svg ├── index.html ├── main.js └── style.css ├── LICENSE ├── Media-Query-Project ├── Portrait.png ├── README.md ├── behance.png ├── dribbble-logo.png ├── instagram.png └── twitter-sign.png └── README.md /Background-property-images/README.md: -------------------------------------------------------------------------------- 1 | # Image-Hosting 2 | 3 | ## To download just 1 single folder, 4 | * go to the desired folder, 5 | * copy the url, 6 | * go to [downgit](https://minhaskamal.github.io/DownGit/#/home) & 7 | * follow the steps on the video 👇 -> 8 | 9 |  10 | 11 | 12 | 13 | # Project Part of This Video 14 | 15 | https://youtu.be/hwJKjsZUPjY 16 | 17 | [](https://youtu.be/hwJKjsZUPjY) 19 | 20 | 21 | ## Image credits : 22 | 23 | * [cute-girl](https://www.pexels.com/photo/woman-lying-on-plants-2125610/) 24 | * [cute-bear](https://www.freepik.com/free-vector/cute-bear-is-happy-cartoon-illustration_12341167.htm#position=4) 25 | * [kitty-avatar](https://www.flaticon.com/packs/kitty-avatars-3) 26 | -------------------------------------------------------------------------------- /Background-property-images/cute-bear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoyShaheb/Project-image-repo/e2aa9d5d409b28efe7040e4b92da891c64ee23ce/Background-property-images/cute-bear.png -------------------------------------------------------------------------------- /Background-property-images/cute-girl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoyShaheb/Project-image-repo/e2aa9d5d409b28efe7040e4b92da891c64ee23ce/Background-property-images/cute-girl.jpg -------------------------------------------------------------------------------- /Background-property-images/kitty-idea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoyShaheb/Project-image-repo/e2aa9d5d409b28efe7040e4b92da891c64ee23ce/Background-property-images/kitty-idea.png -------------------------------------------------------------------------------- /Background-property-images/kitty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JoyShaheb/Project-image-repo/e2aa9d5d409b28efe7040e4b92da891c64ee23ce/Background-property-images/kitty.png -------------------------------------------------------------------------------- /Form-Validation/README.md: -------------------------------------------------------------------------------- 1 | # Image-Hosting 2 | 3 | This Repository contains project images for learners to work with. 4 | Belongs to [Joy Shaheb YouTube Channel](https://www.youtube.com/c/JoyShaheb) 5 | 6 | ## To download just 1 single folder, 7 | 8 | - go to the desired folder, 9 | - copy the url, 10 | - go to [downgit](https://minhaskamal.github.io/DownGit/#/home) & 11 | - follow the steps on the video 👇 -> 12 | 13 |  14 | -------------------------------------------------------------------------------- /Form-Validation/images/illustration.svg: -------------------------------------------------------------------------------- 1 | 247 | -------------------------------------------------------------------------------- /Form-Validation/images/logo.svg: -------------------------------------------------------------------------------- 1 | 6 | -------------------------------------------------------------------------------- /Form-Validation/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 | 7 | 8 | 14 |