├── README.md ├── index.html ├── index_template.html └── stylesheets ├── main.css └── normalize.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotsara/100-projects/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotsara/100-projects/HEAD/index.html -------------------------------------------------------------------------------- /index_template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotsara/100-projects/HEAD/index_template.html -------------------------------------------------------------------------------- /stylesheets/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotsara/100-projects/HEAD/stylesheets/main.css -------------------------------------------------------------------------------- /stylesheets/normalize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dotsara/100-projects/HEAD/stylesheets/normalize.css --------------------------------------------------------------------------------