From 9e9715db9dd3ed22b37f66407bcda9af2d717e18 Mon Sep 17 00:00:00 2001 From: Lucas Gruwez Date: Sun, 12 Mar 2017 21:10:39 +1100 Subject: [PATCH 1/3] :bug: Fixed bug with image The image wasn't showing up on npm. Also doubled the image resolution --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 204c42b..a6c801b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

Waffle grid

- +

An easy to use flexbox grid system. From 5b7173c35b11666e850c2fc44237d112f2ab6988 Mon Sep 17 00:00:00 2001 From: Lucas Gruwez Date: Sun, 12 Mar 2017 21:16:19 +1100 Subject: [PATCH 2/3] :pencil2: Switched top image to svg --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6c801b..0f1c482 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

Waffle grid

- +

An easy to use flexbox grid system. From 6f678c3a9b4126eb90de7344115c0a6ee61de66e Mon Sep 17 00:00:00 2001 From: Lucas Gruwez Date: Sun, 12 Mar 2017 21:19:10 +1100 Subject: [PATCH 3/3] :fire: Delete index.jade --- docs/_jade/index.jade | 55 ------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 docs/_jade/index.jade diff --git a/docs/_jade/index.jade b/docs/_jade/index.jade deleted file mode 100644 index ca457fa..0000000 --- a/docs/_jade/index.jade +++ /dev/null @@ -1,55 +0,0 @@ -// output: ../index.html -//- -// Header -header - .header-content - // This div is needed to ensure that the content is centered - img(src="{{site.baseurl}}/img/waffle-logo-white.svg", alt="Waffle logo") - h1.title Waffle grid - p An easy to use flexbox grid system. - p.small Made by - a(href="https://github.com/lucasgruwez") @lucasgruwez - -// Main content -main - - // Grid features - section#features - .grid - .row - .col.col-4-of-12.col-m-4-of-4 - img(src="{{site.baseurl}}/img/icon-feather.svg", alt="Feather icon") - h2 Light weight - p The waffle grid system is super lightweight, weighing in at only 7kb minified using the default settings. - .col.col-4-of-12.col-m-4-of-4 - img(src="{{site.baseurl}}/img/icon-phone.svg", alt="Phone icon") - h2 Responsive - p With classes for medium and small devices, the waffle grid can make your layouts fully responsive. - .col.col-4-of-12.col-m-4-of-4 - img(src="{{site.baseurl}}/img/icon-sliders.svg", alt="Sliders icon") - h2 Customisable - p The waffle grid system was written entyerly in sass, so that you can easily change customize the grid to suit your needs. - - // Download call to action - section#download-cta - a.btn(href="{{site.download}}") Download {{site.version}} - - // Grid example - section#grid-example - | {% include example.html %} - - // Docs preview - section#docs-preview - .wrapper - - - // Docs call to actio - section#docs-cta - a.btn(href="{{site.docs}}") Read the docs - -// Bottom "All code hosted with ❤ by GitHub section that pops up -.gist.js-activated - .gist-meta - a All code - | hosted with ❤ by - a(href="https://github.com") GitHub