From 79ad695531b4ac03b048de6ec62dbb6092dab92c Mon Sep 17 00:00:00 2001 From: Jonas Kuske <30421456+jonaskuske@users.noreply.github.com> Date: Mon, 27 May 2019 22:41:36 +0200 Subject: [PATCH] feat: add build files, add docs/ and .github/ --- .../CODE_OF_CONDUCT.md | 0 .github/CONTRIBUTING.md | 1 + index.html => docs/index.html | 47 +++++++++++----- logo.png => docs/logo.png | Bin logo.svg => docs/logo.svg | 0 screenshot.jpg => docs/screenshot.jpg | Bin script.js => docs/script.js | 0 gulpfile.js | 53 +++++++++--------- index.js | 2 +- src/builds/dark-legacy.standalone.css | 8 +++ src/builds/dark.standalone.css | 4 +- src/builds/light-legacy.standalone.css | 8 +++ src/builds/light.standalone.css | 4 +- 13 files changed, 80 insertions(+), 47 deletions(-) rename CODE_OF_CONDUCT.md => .github/CODE_OF_CONDUCT.md (100%) create mode 100755 .github/CONTRIBUTING.md rename index.html => docs/index.html (74%) rename logo.png => docs/logo.png (100%) rename logo.svg => docs/logo.svg (100%) rename screenshot.jpg => docs/screenshot.jpg (100%) rename script.js => docs/script.js (100%) create mode 100755 src/builds/dark-legacy.standalone.css create mode 100755 src/builds/light-legacy.standalone.css diff --git a/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md similarity index 100% rename from CODE_OF_CONDUCT.md rename to .github/CODE_OF_CONDUCT.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100755 index 0000000..7f003bd --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1 @@ +> 💡 TODO: Add contributing guide diff --git a/index.html b/docs/index.html similarity index 74% rename from index.html rename to docs/index.html index 727cb6f..a5e2472 100644 --- a/index.html +++ b/docs/index.html @@ -1,28 +1,36 @@ +
- Water.css is a just-add-css collection of styles to make simple websites like this just a little bit nicer. + Water.css is a just-add-css collection of styles to make simple websites like this just a + little bit nicer. Get it already!
- Now you can write your simple static site with nice semantic html, and Water.css will manage the styling for you. + Now you can write your simple static site with nice semantic html, and Water.css will manage + the styling for you.
-- Heck yeah! It doesn't include any fancy styles so it's easily mobile responsive. - Just add the famous responsive viewport tag and you'll be good to go! + Heck yeah! It doesn't include any fancy styles so it's easily mobile + responsive. + Just add the famous responsive + viewport tag and you'll be good to go!
In fact, try resizing this page. Everything flows super nicely as you'll see. @@ -127,15 +137,23 @@
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque dictum hendrerit velit, quis ullamcorper sem congue ac. Quisque id magna rhoncus, sodales massa vel, vestibulum elit. Duis ornare accumsan egestas. Proin maximus lacus interdum leo molestie convallis. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut iaculis risus eu felis feugiat, eu mollis neque elementum. Donec interdum, nisl id dignissim iaculis, felis dui aliquet dui, non fermentum velit lectus ac quam. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. - This is strong, this is normal, this is just bold, and this is emphasized! And heck, here's a link. + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque dictum hendrerit velit, quis + ullamcorper sem congue ac. Quisque id magna rhoncus, sodales massa vel, vestibulum elit. Duis + ornare accumsan egestas. Proin maximus lacus interdum leo molestie convallis. Orci varius + natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Ut iaculis risus eu + felis feugiat, eu mollis neque elementum. Donec interdum, nisl id dignissim iaculis, felis dui + aliquet dui, non fermentum velit lectus ac quam. Class aptent taciti sociosqu ad litora + torquent per conubia nostra, per inceptos himenaeos. + This is strong, this is normal, this is just bold, and this is + emphasized! And heck, here's a link.
"The HTML blockquote Element (or HTML Block Quotation Element) indicates that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation (see - Notes + Notes for how to change it). A URL for the source of the quotation may be given using theciteattribute, while a text representation of the source can be given using the<cite>cite element." @@ -160,9 +178,9 @@ Addresses are also styled to be awesome! - john.doe@example.com
- 778-330-2389
- 666-666-6666
+ john.doe@example.com
+ 778-330-2389
+ 666-666-6666
Heading 1
@@ -174,4 +192,5 @@ - + +