From 90939f3488c5bf14d333c159e50e9c5784e19733 Mon Sep 17 00:00:00 2001 From: Victoria Wang Date: Thu, 9 Oct 2014 18:39:47 -0700 Subject: [PATCH] Linking sites count to browse page --- sass/_project-sass/_project-Header.scss | 8 ++++++++ views/newindex_mockup.erb | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/sass/_project-sass/_project-Header.scss b/sass/_project-sass/_project-Header.scss index 7b0da328..58f30860 100644 --- a/sass/_project-sass/_project-Header.scss +++ b/sass/_project-sass/_project-Header.scss @@ -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; diff --git a/views/newindex_mockup.erb b/views/newindex_mockup.erb index 44d67108..75dda2e5 100644 --- a/views/newindex_mockup.erb +++ b/views/newindex_mockup.erb @@ -120,7 +120,8 @@

Introducing the New Neocities

-

Now’s a great time to join our community of over <%= @sites_count.to_s.reverse.gsub(/...(?=.)/,'\&,').reverse %> websites! +

Now’s a great time to join our community of over + <%= @sites_count.to_s.reverse.gsub(/...(?=.)/,'\&,').reverse %> websites! You get <%= Site::FREE_MAXIMUM_IN_MEGABYTES %> MB of free web space to make whatever you’d like.