diff --git a/www/themes/jason-williamsca/assets/css/theme.css b/www/themes/jason-williamsca/assets/css/theme.css new file mode 100644 index 0000000..cdd308f --- /dev/null +++ b/www/themes/jason-williamsca/assets/css/theme.css @@ -0,0 +1,46 @@ +html, body { height: 100%; } + +body { + background-color: #ccfff3; + font-family: roboto,sans-serif; + color: #302b44; +} + +#page-content { + flex: 1 0 auto; +} + +footer { + flex-shrink: 0; + background-color: #302b44; +} + +footer p, footer ul li { + color: #686283; + font-size: 0.8rem; +} + +footer ul { + margin-top: -16px; + padding-left: 20px; +} + +.container-fluid { + padding-left: 5%; + padding-right: 5%; +} + +.navbar { + padding-left: 5%; + padding-right: 5%; +} + +.navbar-light .navbar-brand { + height: 80px; + padding-left: 100px; + font-family: cinzel,serif; + font-size: 2.5rem; + background-image: url('../images/jwlogo.png'); + background-repeat: no-repeat; + color: #302b44; +} \ No newline at end of file diff --git a/www/themes/jason-williamsca/assets/images/jwlogo.png b/www/themes/jason-williamsca/assets/images/jwlogo.png new file mode 100644 index 0000000..4192f0a Binary files /dev/null and b/www/themes/jason-williamsca/assets/images/jwlogo.png differ diff --git a/www/themes/jason-williamsca/assets/images/madeinyyc.png b/www/themes/jason-williamsca/assets/images/madeinyyc.png new file mode 100644 index 0000000..5a82b64 Binary files /dev/null and b/www/themes/jason-williamsca/assets/images/madeinyyc.png differ diff --git a/www/themes/jason-williamsca/layouts/default.htm b/www/themes/jason-williamsca/layouts/default.htm index 3b49622..e383e8e 100644 --- a/www/themes/jason-williamsca/layouts/default.htm +++ b/www/themes/jason-williamsca/layouts/default.htm @@ -10,12 +10,20 @@ description = "Default Layout" + + Hello, world! - + +
{% partial 'header' %} - {% page %} +
+ {% page %} +
+
+ + {% partial 'footer' %} diff --git a/www/themes/jason-williamsca/pages/welcome.htm b/www/themes/jason-williamsca/pages/welcome.htm index 178db48..6446c7a 100644 --- a/www/themes/jason-williamsca/pages/welcome.htm +++ b/www/themes/jason-williamsca/pages/welcome.htm @@ -5,23 +5,14 @@ is_hidden = 0 ==
-
-

Hello, world!

-

Welcome to my site!

-

This column is seven units wide.

+
+

Feed

-
-
-
-

Column 2

-
-
-

Column 3

-
-
+
+

Welcome

+

Welcome to Ja.son-Williams.ca, the little home on the web of – surprise, surprise – Jason Williams.

+

Jay is a caucasian male originally from Swansea, UK but last spotted in Calgary, Canada. By day he's a mild-mannered bank employee and by night he's... uh... asleep, mostly.

+

He doesn't kepp very much stuff here, but to browse around please make a selection from the menu at the top right of the page.

-
\ No newline at end of file diff --git a/www/themes/jason-williamsca/partials/footer.htm b/www/themes/jason-williamsca/partials/footer.htm new file mode 100644 index 0000000..b1bc0b9 --- /dev/null +++ b/www/themes/jason-williamsca/partials/footer.htm @@ -0,0 +1,24 @@ +description = "Site Footer" +== +
+
+
+
+

©2020 Jason Williams

+
    +
  • Home
  • +
  • Resume
  • +
  • Feed
  • +
  • Contact Me
  • +
+

Weather info goes here!

+

Made with 💖 in #YYC

+
+
+

Recent Projects

+
+
+

Recent Blog Posts

+
+
+
\ No newline at end of file diff --git a/www/themes/jason-williamsca/partials/header.htm b/www/themes/jason-williamsca/partials/header.htm index 8b425c8..585daa7 100644 --- a/www/themes/jason-williamsca/partials/header.htm +++ b/www/themes/jason-williamsca/partials/header.htm @@ -1,33 +1,28 @@ description = "Site Header" == - + \ No newline at end of file