├── Analog Clock ├── images │ └── clouds.jpg └── index.html ├── Countdown Timer ├── headset.jpg ├── index.html ├── shoe.jpg ├── style.css └── style.js ├── Drumkit ├── images │ └── drum.jpg ├── index.html ├── sounds │ ├── boom.wav │ ├── clap.wav │ ├── hihat.wav │ ├── kick.wav │ ├── openhat.wav │ ├── ride.wav │ ├── snare.wav │ ├── tink.wav │ └── tom.wav └── style.css ├── Follow Along Navigation ├── index.html ├── style.css └── wall.jpg ├── Key sequence detection ├── index.html └── style.css ├── Music-Player ├── images │ ├── dream.jpg │ ├── melody.jpg │ └── peace.jpg ├── index.html ├── music │ ├── dream.mp3 │ ├── melody.mp3 │ └── peace.mp3 ├── script.js └── style.css ├── Password_Generator ├── index.html ├── script.js └── style.css ├── README.md ├── Trending movies ├── favicon.ico ├── index.html ├── script.js └── style.css ├── Whack-a-mole ├── dirt.svg ├── index.html ├── mole.svg ├── script.js └── style.css └── hulu-clone ├── favicon.ico ├── image ├── close.svg ├── cover-1.jpg ├── cover-2.jpg ├── cover-3.jpg ├── cover-4.jpg ├── facebook.svg ├── favicon.ico.png ├── header.jpg ├── instagram.svg ├── live-sports-logo-1.png ├── live-sports-logo-2.png ├── live-sports-logo-3.svg ├── live-sports-logo-4.png ├── live-sports-small.jpg ├── live-sports.jpg ├── logo.png ├── logos.png ├── network-logo-bg.png ├── screen.png ├── twitter.svg └── youtube.svg ├── index.html ├── script.js └── style.css /Analog Clock/images/clouds.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Divyamcm/Projects/2de889de280bb53c57060a44661499915ac64c3a/Analog Clock/images/clouds.jpg -------------------------------------------------------------------------------- /Analog Clock/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 |This festive season we have multiple amazing offers on all branded shoes. 19 | Bank and payment offers, and many more deals.This sale brings hundreds of deals 20 | across all branded shoes. To help you find the best discounts, 21 | we've handpicked some of the best deals and offers available on shoes during the ongoing discount Sale. Grab the offer soon!!🤩 22 |
23 |