├── README.md ├── css └── styles.css ├── img ├── Display.png ├── facebook.png ├── img1.png ├── img2.png ├── img3.png ├── instagram.png ├── logo.png ├── thumb1.png ├── thumb2.png ├── thumb3.png └── twitter.png ├── index.html └── js └── script.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingstella/starbuck-landing-page/HEAD/README.md -------------------------------------------------------------------------------- /css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingstella/starbuck-landing-page/HEAD/css/styles.css -------------------------------------------------------------------------------- /img/Display.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingstella/starbuck-landing-page/HEAD/img/Display.png -------------------------------------------------------------------------------- /img/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingstella/starbuck-landing-page/HEAD/img/facebook.png -------------------------------------------------------------------------------- /img/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingstella/starbuck-landing-page/HEAD/img/img1.png -------------------------------------------------------------------------------- /img/img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingstella/starbuck-landing-page/HEAD/img/img2.png -------------------------------------------------------------------------------- /img/img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingstella/starbuck-landing-page/HEAD/img/img3.png -------------------------------------------------------------------------------- /img/instagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingstella/starbuck-landing-page/HEAD/img/instagram.png -------------------------------------------------------------------------------- /img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingstella/starbuck-landing-page/HEAD/img/logo.png -------------------------------------------------------------------------------- /img/thumb1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingstella/starbuck-landing-page/HEAD/img/thumb1.png -------------------------------------------------------------------------------- /img/thumb2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingstella/starbuck-landing-page/HEAD/img/thumb2.png -------------------------------------------------------------------------------- /img/thumb3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingstella/starbuck-landing-page/HEAD/img/thumb3.png -------------------------------------------------------------------------------- /img/twitter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingstella/starbuck-landing-page/HEAD/img/twitter.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingstella/starbuck-landing-page/HEAD/index.html -------------------------------------------------------------------------------- /js/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingstella/starbuck-landing-page/HEAD/js/script.js --------------------------------------------------------------------------------