mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
news feed kickstarter banner
This commit is contained in:
parent
b164acbff4
commit
51f42e3ae5
3 changed files with 20 additions and 0 deletions
BIN
public/img/tutorialthumbnail.png
Normal file
BIN
public/img/tutorialthumbnail.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
|
@ -1936,4 +1936,19 @@ table#latest-visitors {
|
||||||
p {
|
p {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
.welcome.kickstarter {
|
||||||
|
background: #daeea5 url(/img/tutorialthumbnail.png) no-repeat;
|
||||||
|
background-position: right center;
|
||||||
|
background-size: auto 100%;
|
||||||
|
padding: 15px 100px 4px 23px;
|
||||||
|
margin-bottom: 13px;
|
||||||
|
font-size: 95%;
|
||||||
|
|
||||||
|
h4 {
|
||||||
|
margin-bottom: .2em;
|
||||||
|
a {
|
||||||
|
color: #2c3e50!important;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -21,6 +21,11 @@
|
||||||
<div class="content misc-page columns right-col">
|
<div class="content misc-page columns right-col">
|
||||||
<div class="col-left">
|
<div class="col-left">
|
||||||
<div class="col col-66">
|
<div class="col col-66">
|
||||||
|
<div class="welcome kickstarter">
|
||||||
|
<h4><a href="https://www.kickstarter.com/projects/1262953102/neocities-30-an-interactive-html-css-course-for-ev">The Neocities Kickstarter: An HTML/CSS course for everyone</a></h4>
|
||||||
|
<p><strong>26 days left</strong> to get Neocities rewards and support our education goals! <a href="https://www.kickstarter.com/projects/1262953102/neocities-30-an-interactive-html-css-course-for-ev">Learn More >></a></p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<% if site.site_changed == false || site.changed_count == 0 %>
|
<% if site.site_changed == false || site.changed_count == 0 %>
|
||||||
<div class="welcome">
|
<div class="welcome">
|
||||||
<h4>Thanks for joining the Neocities community!</h4>
|
<h4>Thanks for joining the Neocities community!</h4>
|
||||||
|
|
Loading…
Add table
Reference in a new issue