diff --git a/README.md b/README.md index 1d69fbb..080e423 100755 --- a/README.md +++ b/README.md @@ -2,26 +2,27 @@ ![Scribbler Screenshot](./screenshot.jpg) -Scribbler is a responsive HTML/CSS/Javascript template designed for developers who want to set up a small landing page and a documentation/usage page for their coding projects. It is developed with vanilla javascript and many great CSS3 features, such as CSS variables and CSS grid. With performance and simplicity in mind, the template is built without any extra overhead of libraries and is easy to customize. +Scribbler is a responsive HTML/CSS/Javascript template designed for developers +who want to set up a small landing page and a documentation/usage page +for their coding projects. +It is developed with vanilla javascript and many great CSS3 features, +such as CSS variables and CSS grid. With performance and simplicity in mind, +the template is built without any extra overhead of libraries and is easy to customize. -Check out the details on [Codrops](https://tympanus.net/codrops/2018/01/12/freebie-scribbler-website-template-html-sketch/) +Check out the details on +[Codrops](https://tympanus.net/codrops/2018/01/12/freebie-scribbler-website-template-html-sketch/). ## Live Demo + 👋 [Scribbler Live Demo](https://tympanus.net/Freebies/scribbler/) ## Credits -* [Highlight.js](https://highlightjs.org/) -* [Google Fonts - Ubuntu](https://fonts.google.com/specimen/Ubuntu) -* [Font Awesome v4](http://fontawesome.io/) + +* [Highlight.js](https://highlightjs.org/) +* [Google Fonts - Ubuntu](https://fonts.google.com/specimen/Ubuntu) +* [Font Awesome v4](https://fontawesome.com/v4/) ## License -Use it freely but please do not republish, distribute or sell "as-is". [Read more about our license.](http://tympanus.net/codrops/licensing/) - -## Misc - -Follow Amie: [Website](https://www.amie-chen.com/), [Dribbble](http://www.dribbble.com/amiechen01), [Github](https://github.com/amiechen), [Twitter](https://twitter.com/hyper_yolo), [Medium](https://medium.com/@hyperyolo) - -Follow Codrops: [Twitter](http://www.twitter.com/codrops), [Facebook](http://www.facebook.com/pages/Codrops/159107397912), [Google+](https://plus.google.com/101095823814290637419), [GitHub](https://github.com/codrops), [Pinterest](http://www.pinterest.com/codrops/) - -[© Codrops 2018](http://www.codrops.com) +Use it freely but please do not republish, distribute or sell "as-is". +[Read more about our license.](http://tympanus.net/codrops/licensing/) diff --git a/doc.html b/src/doc.html similarity index 100% rename from doc.html rename to src/doc.html diff --git a/humans.txt b/src/humans.txt similarity index 100% rename from humans.txt rename to src/humans.txt diff --git a/index.html b/src/index.html similarity index 100% rename from index.html rename to src/index.html diff --git a/logo.svg b/src/logo.svg similarity index 100% rename from logo.svg rename to src/logo.svg diff --git a/scribbler-doc.css b/src/scribbler-doc.css similarity index 100% rename from scribbler-doc.css rename to src/scribbler-doc.css diff --git a/scribbler-global.css b/src/scribbler-global.css similarity index 100% rename from scribbler-global.css rename to src/scribbler-global.css diff --git a/scribbler-landing.css b/src/scribbler-landing.css similarity index 100% rename from scribbler-landing.css rename to src/scribbler-landing.css diff --git a/scribbler.js b/src/scribbler.js similarity index 100% rename from scribbler.js rename to src/scribbler.js