From 37d27f2679d8bfbb1f0221eb24862287762ebeef Mon Sep 17 00:00:00 2001 From: 53hornet <53hornet@gmail.com> Date: Tue, 2 Apr 2019 22:08:49 -0400 Subject: Working on strage column bug in bulma. --- _layouts/index.liquid | 122 ++++++++++++++++++++--------------------- _layouts/page.liquid | 147 ++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 202 insertions(+), 67 deletions(-) (limited to '_layouts') diff --git a/_layouts/index.liquid b/_layouts/index.liquid index c79017a..76bc2a8 100644 --- a/_layouts/index.liquid +++ b/_layouts/index.liquid @@ -9,10 +9,11 @@
+ hero + is-primary + is-fullheight + is-fullheight-with-navbar + ">
@@ -22,7 +23,7 @@ @@ -33,21 +34,24 @@ @@ -64,65 +68,57 @@
-
-

- {{ page.title }} -

+
- {{ page.content }} -
-
- + +
+
+

+ {{ page.title }} +

+

+ This is a paragraph. +

+
+
+ - -
-
+
- - - Facebook - - - - - LinkedIn - - - - - RSS - - + column + is-narrow + animated + fadeInRight + "> +
+ +
+ +
- +
@@ -132,7 +128,7 @@

This static site was built using Cobalt.rs, Bulma.io, - Animate.css, Nginx + Animate.css, and is self-hosted with Nginx

See a problem? diff --git a/_layouts/page.liquid b/_layouts/page.liquid index 26e55c6..7dc01b7 100644 --- a/_layouts/page.liquid +++ b/_layouts/page.liquid @@ -5,10 +5,149 @@ {{ page.title }} + -

-

{{ page.title }}

- {{ page.content }} -
+ +
+ +
+
+ + + + + +
+
+ + + +
+
+

+ {{ page.title }} +

+ + {{ page.content }} +
+
+ + + + + + +
+ + + + + + + -- cgit v1.2.3