mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
Add info on kickstarter to homepage
This commit is contained in:
parent
2bb32e0091
commit
d4303c7e46
4 changed files with 25 additions and 2 deletions
BIN
public/img/kickstarterlogo.png
Normal file
BIN
public/img/kickstarterlogo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
public/img/kickstarterthumbnail.jpg
Normal file
BIN
public/img/kickstarterthumbnail.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
|
@ -1916,3 +1916,15 @@ table#latest-visitors {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.intro-List.kickstarter {
|
||||||
|
padding: 1.2em 0em 2.5em;
|
||||||
|
|
||||||
|
.title a {
|
||||||
|
color: white;
|
||||||
|
font-weight: bold;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
margin-top: 15px;
|
||||||
|
}
|
||||||
|
}
|
|
@ -61,7 +61,18 @@
|
||||||
<p class="intro-text">
|
<p class="intro-text">
|
||||||
Neocities is a community of <a href="/browse"><%= @sites_count.to_s.reverse.gsub(/...(?=.)/,'\&,').reverse %> sites</a> that are bringing back the lost individual creativity of the web. We provide free hosting and tools that allow anyone to make a web site. Only your imagination is required. Join us!
|
Neocities is a community of <a href="/browse"><%= @sites_count.to_s.reverse.gsub(/...(?=.)/,'\&,').reverse %> sites</a> that are bringing back the lost individual creativity of the web. We provide free hosting and tools that allow anyone to make a web site. Only your imagination is required. Join us!
|
||||||
</p>
|
</p>
|
||||||
<ul class="intro-List">
|
<div class="intro-List kickstarter">
|
||||||
|
<div class="title">
|
||||||
|
<a href="https://www.kickstarter.com/projects/1262953102/neocities-30-an-interactive-html-css-course-for-ev">
|
||||||
|
<img src="/img/kickstarterthumbnail.jpg" style="width: 200px; float: left; margin-right: 20px; border: 3px solid white;">
|
||||||
|
SUPPORT OUR
|
||||||
|
<img src="/img/kickstarterlogo.png" style="width: 280px; display:block; margin: 8px 0px;">
|
||||||
|
29 DAYS LEFT
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<p>We need your help to build an amazing HTML/CSS course into Neocities! <a href="https://www.kickstarter.com/projects/1262953102/neocities-30-an-interactive-html-css-course-for-ev">Learn More >></a></p>
|
||||||
|
</div>
|
||||||
|
<!--<ul class="intro-List">
|
||||||
<li class="intro-Social">
|
<li class="intro-Social">
|
||||||
<span class="intro-Icon"></span>
|
<span class="intro-Icon"></span>
|
||||||
<h3 class="delta">Share your web creation with the world</h3>
|
<h3 class="delta">Share your web creation with the world</h3>
|
||||||
|
@ -75,7 +86,7 @@
|
||||||
<p class="base">
|
<p class="base">
|
||||||
We’ve made it easier to build your website and explore other sites. Neocities features an in-browser HTML editor, custom domain support, faster site loading, easy file uploading, RSS feeds, folder support, and much more.
|
We’ve made it easier to build your website and explore other sites. Neocities features an in-browser HTML editor, custom domain support, faster site loading, easy file uploading, RSS feeds, folder support, and much more.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>-->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col signup-Area">
|
<div class="col signup-Area">
|
||||||
|
|
Loading…
Add table
Reference in a new issue