diff --git a/app/index.rb b/app/index.rb index 07406d66..b3a79676 100644 --- a/app/index.rb +++ b/app/index.rb @@ -86,3 +86,7 @@ end get '/hotlinking/?' do erb :'hotlinking' end + +get '/thankyou' do + erb :'thankyou' +end \ No newline at end of file diff --git a/public/img/discourse-logo.png b/public/img/discourse-logo.png new file mode 100644 index 00000000..a0e952f1 Binary files /dev/null and b/public/img/discourse-logo.png differ diff --git a/public/img/kickstarterendpenelope.png b/public/img/kickstarterendpenelope.png new file mode 100644 index 00000000..c2f61c64 Binary files /dev/null and b/public/img/kickstarterendpenelope.png differ diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index c2d8948e..8bc6a24f 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -1842,7 +1842,7 @@ a.tag:hover { padding-top: 0; background: #4F7E89; - padding-bottom: 7em; + padding-bottom: 5em; a { color: white; @@ -2112,3 +2112,33 @@ table#latest-visitors { width: 100%; } } +.section.thankyou { + text-align: center; + color: #4F7E89; + padding: 6.5em 8% 7em; + + a { + color: #4F7E89; + text-decoration: underline; + } + img { + margin-bottom: 1em; + } + p { + font-size: 1em; + } + p:first-child { + font-size: 120%; + margin-bottom: .2em; + } +} +ul.thankyou { + list-style: none; + margin-top: 1.5em; + clear: both; + + li { + display: inline-block; + width: 32%; + } +} \ No newline at end of file diff --git a/views/index.erb b/views/index.erb index 98a5b181..9d5e5573 100644 --- a/views/index.erb +++ b/views/index.erb @@ -275,6 +275,14 @@

What are you waiting for? Start building your website now!

+ +
+
+

Sponsored by

+ Discourse +

With special thanks to our Kickstarter backers

+
+