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 - + +

Water.css

- 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.

- Water.css - Make your tiny website just a little nicer | Product Hunt Embed + Water.css - Make your tiny website just a little nicer | Product Hunt Embed

Goals