diff --git a/sass/main.scss b/sass/main.scss index fc038f3..3897e6a 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -82,4 +82,33 @@ a, a:focus { } } -} \ No newline at end of file +} + +.contribute { + width: calc(100% - 72px); + margin: 24px; + padding: 18px 12px; + + background-image: url(/img/contribute.jpg); + background-repeat: no-repeat; + background-position: center right; + background-color: #1f1a14; + border: 1px #1f1b11 solid; + border-radius: 4px; + box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.25); + color: #f8f3ec; + + font-family: 'Crimson Text', serif; + + h2,p { + margin: 0; + } + .button { + background-color: #f8f3ec; + color: #1f1a14; + padding: 4px 8px; + border-radius: 4px; + margin: 12px 0; + text-decoration: none; + } +} diff --git a/static/img/contribute.jpg b/static/img/contribute.jpg new file mode 100644 index 0000000..26ff4c1 Binary files /dev/null and b/static/img/contribute.jpg differ diff --git a/templates/index.html b/templates/index.html index 217cf75..e96674a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -52,6 +52,13 @@ +
+

Contribute!

+

Anyone can submit a pull request for this wiki. Give it a go maybe!

+
+ Get Started +
+