From 7fd0d36fe3a169c2cfcdfeb557d2ed9832e7986f Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Tue, 14 Feb 2023 23:37:46 +0300 Subject: [PATCH] update README --- README.md | 29 ++++++++++--------- doc.html => src/doc.html | 0 humans.txt => src/humans.txt | 0 index.html => src/index.html | 0 logo.svg => src/logo.svg | 0 scribbler-doc.css => src/scribbler-doc.css | 0 .../scribbler-global.css | 0 .../scribbler-landing.css | 0 scribbler.js => src/scribbler.js | 0 9 files changed, 15 insertions(+), 14 deletions(-) rename doc.html => src/doc.html (100%) rename humans.txt => src/humans.txt (100%) rename index.html => src/index.html (100%) rename logo.svg => src/logo.svg (100%) rename scribbler-doc.css => src/scribbler-doc.css (100%) rename scribbler-global.css => src/scribbler-global.css (100%) rename scribbler-landing.css => src/scribbler-landing.css (100%) rename scribbler.js => src/scribbler.js (100%) 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