From d959bedf2704e6bc677f79739118a6bafc176d98 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 7 Jan 2018 20:24:18 -0500 Subject: [PATCH] Updated navbar and hero. --- layouts/partials/home_hero.html | 33 +++++++----- layouts/partials/layout/navbar_contents.html | 55 +++++++++----------- layouts/partials/widget/tweet.html | 14 ++--- 3 files changed, 49 insertions(+), 53 deletions(-) diff --git a/layouts/partials/home_hero.html b/layouts/partials/home_hero.html index 46240a7..e10d9b4 100644 --- a/layouts/partials/home_hero.html +++ b/layouts/partials/home_hero.html @@ -1,4 +1,4 @@ -
+
-
-
- -
- {{ partial "home_hero_contents" . }} -
+
+
+ + - -
-
- -
+
+ +
+ {{ partial "home_hero_contents" . }} +
+ + +
+
+ +
+
-
+
\ No newline at end of file diff --git a/layouts/partials/layout/navbar_contents.html b/layouts/partials/layout/navbar_contents.html index fc50588..7b56655 100644 --- a/layouts/partials/layout/navbar_contents.html +++ b/layouts/partials/layout/navbar_contents.html @@ -6,42 +6,39 @@ - + \ No newline at end of file diff --git a/layouts/partials/widget/tweet.html b/layouts/partials/widget/tweet.html index dd617e6..91f5fe1 100644 --- a/layouts/partials/widget/tweet.html +++ b/layouts/partials/widget/tweet.html @@ -2,20 +2,12 @@
-
-
- -
-
-

{{ .author }}

-

- by @{{ .author }}

+

@{{ .author }}

-
- {{ .message }} -
+
{{ .message }}
+
\ No newline at end of file