mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Add sponsor to homepage and initial kickstarter thank you page (incomplete)
This commit is contained in:
parent
e4c88688e7
commit
8d1ccdca8c
5 changed files with 82 additions and 1 deletions
|
@ -86,3 +86,7 @@ end
|
|||
get '/hotlinking/?' do
|
||||
erb :'hotlinking'
|
||||
end
|
||||
|
||||
get '/thankyou' do
|
||||
erb :'thankyou'
|
||||
end
|
BIN
public/img/discourse-logo.png
Normal file
BIN
public/img/discourse-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
|
@ -1842,7 +1842,7 @@ a.tag:hover {
|
|||
|
||||
padding-top: 0;
|
||||
background: #4F7E89;
|
||||
padding-bottom: 7em;
|
||||
padding-bottom: 5em;
|
||||
|
||||
a {
|
||||
color: white;
|
||||
|
@ -2112,3 +2112,32 @@ 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;
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
width: 32%;
|
||||
}
|
||||
}
|
|
@ -275,6 +275,14 @@
|
|||
<section class="section bottom-signup">
|
||||
<h2>What are you waiting for? <a href="#new">Start building your website now!</a></h2>
|
||||
</section>
|
||||
|
||||
<section class="section thankyou">
|
||||
<div class="row">
|
||||
<p>Sponsored by</p>
|
||||
<a href="//www.discourse.org"><img src="/img/discourse-logo.png" alt="Discourse" style="width:233px;"></a>
|
||||
<p>With special thanks to our <a href="/thankyou">Kickstarter backers</a></p>
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<footer class="footer-Base" role="contentinfo">
|
||||
|
|
40
views/thankyou.erb
Normal file
40
views/thankyou.erb
Normal file
|
@ -0,0 +1,40 @@
|
|||
<div class="header-Outro">
|
||||
<div class="row content single-Col">
|
||||
<h1>Thanks to our Kickstarter backers!</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content single-Col misc-page">
|
||||
<p>Thanks to everyone who contributed to our <a href="https://www.kickstarter.com/projects/1262953102/neocities-30-an-interactive-html-css-course-for-ev/">Kickstarter campaign</a> to build an interactive HTML/CSS course!</p>
|
||||
|
||||
<ul class="thankyou">
|
||||
<li><a href="//codinghorror.com">Jeff Atwood</a></li>
|
||||
<li><a href="//twitter.com/_ryanjohnson_">Ryan Johnson</a></li>
|
||||
<li><a href="//figure1.neocities.org/">Blake</a></li>
|
||||
<li><a href="//weien.org">Weien Wang</a></li>
|
||||
<li><a href="//caseorganic.com">@caseorganic</a></li>
|
||||
<li>Stu and Joan Clark</li>
|
||||
<li><a href="//dyingtime.neocities.org">José de Leon</a></li>
|
||||
<li><a href="//justjukka.neocities.org/">Jessica McCormick</a></li>
|
||||
<li><a href="//smacks.neocities.org">Mack</a></li>
|
||||
<li><a href="//noattentionspan.neocities.org/">Carl Quinn</a></li>
|
||||
<li>Lady Ramquist</li>
|
||||
<li><a href="//anhelocomperio.wordpress.com/">Cori Engman</a></li>
|
||||
<li><a href="//mattluu.com">Matt Luu</a></li>
|
||||
<li><a href="//boredzo.org">Peter Hosey</a></li>
|
||||
<li><a href="//instagram.com/blue_oak_art/">Buttisse</a></li>
|
||||
<li><a href="//thullbery.com">James "meow" Thullbery</a></li>
|
||||
<li><a href="//soemarko.com">Soemarko Ridwan</a></li>
|
||||
<li>Brad!</li>
|
||||
<li><a href="//mosscave.neocities.org">Evan Sirchuk</a></li>
|
||||
<li><a href="//kfang.neocities.org">Jim Chen</a></li>
|
||||
<li><a href="//www.jessespillane.com">Jesse Spillane</a></li>
|
||||
<li><a href="//g-mini.neocities.org/">G-Mini</a></li>
|
||||
<li><a href="//jonathanchang.org/">Jonathan Chang</a></li>
|
||||
<li><a href="//blog.voltagex.org">Adam Baxter (voltagex)</a></li>
|
||||
<li><a href="//transplant.neocities.org/index.html">Rae J W</a></li>
|
||||
<li>ArynChris</li>
|
||||
<li><a href="//svaard.neocities.org/">Svaard</a></li>
|
||||
<li><a href="//glipkerio.neocities.org">Chris H</a></li>
|
||||
</ul>
|
||||
</div>
|
Loading…
Add table
Reference in a new issue