├── README.md ├── images ├── 1.jpeg ├── 2.jpeg ├── 3.jpg ├── bg.jpeg ├── heart.webp ├── paper.webp └── test.txt ├── index.html ├── mobile.js ├── script.js └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developerrahulofficial/impressingCrush/HEAD/README.md -------------------------------------------------------------------------------- /images/1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developerrahulofficial/impressingCrush/HEAD/images/1.jpeg -------------------------------------------------------------------------------- /images/2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developerrahulofficial/impressingCrush/HEAD/images/2.jpeg -------------------------------------------------------------------------------- /images/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developerrahulofficial/impressingCrush/HEAD/images/3.jpg -------------------------------------------------------------------------------- /images/bg.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developerrahulofficial/impressingCrush/HEAD/images/bg.jpeg -------------------------------------------------------------------------------- /images/heart.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developerrahulofficial/impressingCrush/HEAD/images/heart.webp -------------------------------------------------------------------------------- /images/paper.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developerrahulofficial/impressingCrush/HEAD/images/paper.webp -------------------------------------------------------------------------------- /images/test.txt: -------------------------------------------------------------------------------- 1 | This is text file 2 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developerrahulofficial/impressingCrush/HEAD/index.html -------------------------------------------------------------------------------- /mobile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developerrahulofficial/impressingCrush/HEAD/mobile.js -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developerrahulofficial/impressingCrush/HEAD/script.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/developerrahulofficial/impressingCrush/HEAD/style.css --------------------------------------------------------------------------------