diff --git a/pinaxcon/templates/site_base.html b/pinaxcon/templates/site_base.html index 8270e20..eed76e7 100644 --- a/pinaxcon/templates/site_base.html +++ b/pinaxcon/templates/site_base.html @@ -21,6 +21,8 @@
+
+
{% include "_messages.html" %} diff --git a/pinaxcon/templates/static_pages/homepage.html b/pinaxcon/templates/static_pages/homepage.html index daefc0c..e1ee85f 100644 --- a/pinaxcon/templates/static_pages/homepage.html +++ b/pinaxcon/templates/static_pages/homepage.html @@ -15,6 +15,8 @@
+
+

North Bay Python

@@ -25,6 +27,8 @@

2017 conference: 2 & 3 December

Talk submissions close 29 September

+
+ diff --git a/static/images/hills.svg b/static/images/hills.svg new file mode 100644 index 0000000..8e10c7d --- /dev/null +++ b/static/images/hills.svg @@ -0,0 +1,247 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + diff --git a/static/scss/custom.scss b/static/scss/custom.scss index 34f925b..7e9a1d4 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -147,3 +147,20 @@ body.reviews.voting-status { .navbar { box-shadow: $box-shadow; } + + + +#hills { + background: url("../images/hills.svg"); + background-size: 100%; + background-position: bottom; + background-repeat: no-repeat; + width: 50%; + height: 100%; + position: absolute; + bottom: 0; + right: 0; + z-index: -9999; + opacity: 0.3; + background-blend-mode: multiply; +}