diff --git a/www/themes/jason-williamsca/assets/css/theme.css b/www/themes/jason-williamsca/assets/css/theme.css index cdd308f..e1e1da6 100644 --- a/www/themes/jason-williamsca/assets/css/theme.css +++ b/www/themes/jason-williamsca/assets/css/theme.css @@ -35,8 +35,8 @@ footer ul { padding-right: 5%; } -.navbar-light .navbar-brand { - height: 80px; +.navbar-brand { + height: 75px; padding-left: 100px; font-family: cinzel,serif; font-size: 2.5rem; diff --git a/www/themes/jason-williamsca/assets/images/jwlogo.png b/www/themes/jason-williamsca/assets/images/jwlogo.png index 4192f0a..fc0db3b 100644 Binary files a/www/themes/jason-williamsca/assets/images/jwlogo.png and b/www/themes/jason-williamsca/assets/images/jwlogo.png differ diff --git a/www/themes/jason-williamsca/layouts/default.htm b/www/themes/jason-williamsca/layouts/default.htm index e383e8e..c5aff9d 100644 --- a/www/themes/jason-williamsca/layouts/default.htm +++ b/www/themes/jason-williamsca/layouts/default.htm @@ -19,7 +19,9 @@ description = "Default Layout" {% partial 'header' %}
- {% page %} +
+ {% page %} +
diff --git a/www/themes/jason-williamsca/pages/contact.htm b/www/themes/jason-williamsca/pages/contact.htm new file mode 100644 index 0000000..2a53c02 --- /dev/null +++ b/www/themes/jason-williamsca/pages/contact.htm @@ -0,0 +1,6 @@ +title = "Contact Me" +url = "/contact" +layout = "default" +is_hidden = 0 +== +

Contact Me

\ No newline at end of file diff --git a/www/themes/jason-williamsca/pages/feed.htm b/www/themes/jason-williamsca/pages/feed.htm new file mode 100644 index 0000000..d76fde2 --- /dev/null +++ b/www/themes/jason-williamsca/pages/feed.htm @@ -0,0 +1,6 @@ +title = "Feed" +url = "/feed" +layout = "default" +is_hidden = 0 +== +

Feed

\ No newline at end of file diff --git a/www/themes/jason-williamsca/pages/projects.htm b/www/themes/jason-williamsca/pages/projects.htm new file mode 100644 index 0000000..8a4d424 --- /dev/null +++ b/www/themes/jason-williamsca/pages/projects.htm @@ -0,0 +1,6 @@ +title = "Projects" +url = "/projects" +layout = "default" +is_hidden = 0 +== +

Projects

\ No newline at end of file diff --git a/www/themes/jason-williamsca/pages/resume.htm b/www/themes/jason-williamsca/pages/resume.htm new file mode 100644 index 0000000..dac9d25 --- /dev/null +++ b/www/themes/jason-williamsca/pages/resume.htm @@ -0,0 +1,6 @@ +title = "Résumé" +url = "/resume" +layout = "default" +is_hidden = 0 +== +

Résumé

\ No newline at end of file diff --git a/www/themes/jason-williamsca/pages/welcome.htm b/www/themes/jason-williamsca/pages/welcome.htm index 6446c7a..bf1a218 100644 --- a/www/themes/jason-williamsca/pages/welcome.htm +++ b/www/themes/jason-williamsca/pages/welcome.htm @@ -3,16 +3,14 @@ url = "/" layout = "default" is_hidden = 0 == -
-
-
-

Feed

+
+
+

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.

-
-

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.

+
+

Feed

-
\ No newline at end of file diff --git a/www/themes/jason-williamsca/partials/footer.htm b/www/themes/jason-williamsca/partials/footer.htm index b1bc0b9..f456979 100644 --- a/www/themes/jason-williamsca/partials/footer.htm +++ b/www/themes/jason-williamsca/partials/footer.htm @@ -3,21 +3,21 @@ description = "Site Footer"