├── README.md ├── index.html ├── project_images ├── cover1.png ├── image_1.png └── quoteGeneratorGIF.gif ├── script.js └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nehasoni05/Random_Quote_Generator/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nehasoni05/Random_Quote_Generator/HEAD/index.html -------------------------------------------------------------------------------- /project_images/cover1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nehasoni05/Random_Quote_Generator/HEAD/project_images/cover1.png -------------------------------------------------------------------------------- /project_images/image_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nehasoni05/Random_Quote_Generator/HEAD/project_images/image_1.png -------------------------------------------------------------------------------- /project_images/quoteGeneratorGIF.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nehasoni05/Random_Quote_Generator/HEAD/project_images/quoteGeneratorGIF.gif -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nehasoni05/Random_Quote_Generator/HEAD/script.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nehasoni05/Random_Quote_Generator/HEAD/style.css --------------------------------------------------------------------------------