mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Linking sites count to browse page
This commit is contained in:
parent
8abd3298af
commit
90939f3488
2 changed files with 10 additions and 1 deletions
|
@ -57,6 +57,14 @@
|
|||
color: #B8D375;
|
||||
font-size: .9em;
|
||||
margin-bottom: 1.8em;
|
||||
|
||||
a {
|
||||
color: #B8D375;
|
||||
text-decoration: underline;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
h2.section-header {
|
||||
font-size: 2.2em;
|
||||
|
|
|
@ -120,7 +120,8 @@
|
|||
<div class="row header-Content content">
|
||||
<div class="col col-50">
|
||||
<h2 class="section-header">Introducing the New Neocities</h2>
|
||||
<p class="intro-text">Now’s a great time to join our community of over <%= @sites_count.to_s.reverse.gsub(/...(?=.)/,'\&,').reverse %> websites!
|
||||
<p class="intro-text">Now’s a great time to join our community of over
|
||||
<a href="/browse"><%= @sites_count.to_s.reverse.gsub(/...(?=.)/,'\&,').reverse %> websites</a>!
|
||||
You get <%= Site::FREE_MAXIMUM_IN_MEGABYTES %> MB of free web space to make whatever you’d like. </p>
|
||||
<ul class="intro-List">
|
||||
<li class="intro-Social">
|
||||
|
|
Loading…
Add table
Reference in a new issue