From f119d1c49a616f81e0eac6ddf4c7898fb5b78085 2017-08-13 01:52:36 From: Christopher Neugebauer Date: 2017-08-13 01:52:36 Subject: [PATCH] adds some hills --- diff --git a/pinaxcon/templates/site_base.html b/pinaxcon/templates/site_base.html index 8270e204a5d7b5450a266337f1fa8663f3227ed0..eed76e759550ef5e1b31197b65f7c2dfed103f9a 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 daefc0c358496d08d05da45943ff782725ead017..e1ee85f1c37db065ff1dd7bd2ad419cc7f443639 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 0000000000000000000000000000000000000000..8e10c7d4774f0be0a7b875c578b534b521ef7385 --- /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 34f925bcc2963905680705c63461f819f4a58ba2..7e9a1d4214f2f88e0d15df7e60d4bef758c8d075 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; +}