diff --git a/public/img/cat.png b/public/img/cat.png index d4be8f21..7d8eeadb 100644 Binary files a/public/img/cat.png and b/public/img/cat.png differ diff --git a/public/img/folder.png b/public/img/folder.png index 7f76ab0e..6f6251f1 100644 Binary files a/public/img/folder.png and b/public/img/folder.png differ diff --git a/public/img/neocities-Logo.png b/public/img/neocities-Logo.png index 9eb33a32..b60bb992 100644 Binary files a/public/img/neocities-Logo.png and b/public/img/neocities-Logo.png differ diff --git a/public/img/neocitieslogotext.svg b/public/img/neocitieslogotext.svg new file mode 100644 index 00000000..f25dafd3 --- /dev/null +++ b/public/img/neocitieslogotext.svg @@ -0,0 +1,1477 @@ + + + + diff --git a/public/img/topbar-cat.png b/public/img/topbar-cat.png index fd50cc89..f9aec160 100644 Binary files a/public/img/topbar-cat.png and b/public/img/topbar-cat.png differ diff --git a/sass/_project-sass/_project-Header.scss b/sass/_project-sass/_project-Header.scss index 5f6347df..1f07dcc9 100644 --- a/sass/_project-sass/_project-Header.scss +++ b/sass/_project-sass/_project-Header.scss @@ -389,7 +389,7 @@ .hp .logo{ padding-top:45px; - + img { width: 300px; } @media (max-device-width:480px), screen and (max-width:800px){ padding-left:20px; padding-right:20px; @@ -442,12 +442,12 @@ left:0; position:absolute; top:0; - width:70px; + width:73px; z-index:9; } .interior .header-Nav{ - padding-left:70px; + padding-left:74px; @media (max-device-width:480px), screen and (max-width:800px){ width:100%; } diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index e1a4ff93..00ec5ac1 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -308,9 +308,9 @@ margin-right: auto; } .folder-icon { - background: url(/img/folder.png) no-repeat 0px 0px; - width: 95px; - height: 65px; + background: url(/img/folder.png) 6px 3px no-repeat; + background-size: 95px; + height: 69px; display: block; padding-top: 35px; } @@ -1389,16 +1389,25 @@ a.tag:hover { padding: 25px 40px 40px 40px; } .brand-asset { - margin-bottom: 3em; + margin-bottom: 2.7em; p { margin-top: 10px; } } -.columns.press { +.columns.press .col-66 { h3 { margin-bottom: 0; line-height: 150%; margin-bottom: 10px; margin-top: 1.5em; } + blockquote { + quotes: none; + margin: 0 1.5em; + font-style: italic; + font-size: .85em; + } + blockquote:before, blockquote:after { + content: none; + } } \ No newline at end of file diff --git a/views/_footer.erb b/views/_footer.erb index ae3f9d67..abfb6597 100644 --- a/views/_footer.erb +++ b/views/_footer.erb @@ -11,6 +11,7 @@
- What are you waiting for? Go make your web site! + What are you waiting for? Go make your web site!
“What I'm trying to do with Neocities is re-enable that creativity, and show people that it isn’t just a nostalgia thing any more,” [Kyle Drake] says, adding that the site now hosts about 26,000 sites and has proven financially self-sustaining. “This is something you can really do.”
+“What I'm trying to do with Neocities is re-enable that creativity, and show people that it isn’t just a nostalgia thing any more,” [Kyle Drake] says, adding that the site now hosts about 26,000 sites and has proven financially self-sustaining.
“…[T]here needs to be an alternative to the current pre-formatted, template-driven, standardizing platforms, which make it easy to have a web presence, but hard to make that presence your own.”
+There needs to be an alternative to the current pre-formatted, template-driven, standardizing platforms, which make it easy to have a web presence, but hard to make that presence your own.
“…[T]he project is a way to recreate not only the aesthetic of the early personal websites, but also the original mission of Geocities: to give anyone with internet access a free place on the web.”
+The project is a way to recreate not only the aesthetic of the early personal websites, but also the original mission of Geocities: to give anyone with internet access a free place on the web.
“Lots of people are angry about FCC Chairman Tom Wheeler's Internet "fast lane" proposal that would let Internet service providers charge Web services for priority access to consumers. But one Web hosting service called NeoCities isn't just writing letters to the FCC. Instead, the company found the FCC's internal IP address range and throttled all connections to 28.8Kbps speeds.”
+Lots of people are angry about FCC Chairman Tom Wheeler's Internet "fast lane" proposal that would let Internet service providers charge Web services for priority access to consumers. But one Web hosting service called NeoCities isn't just writing letters to the FCC. Instead, the company found the FCC's internal IP address range and throttled all connections to 28.8Kbps speeds.
- I don't have an account yet. + I don't have an account yet.
I forgot my password. diff --git a/views/surf.erb b/views/surf.erb index a06e5e23..fc6bcd3a 100644 --- a/views/surf.erb +++ b/views/surf.erb @@ -25,9 +25,10 @@ overflow: hidden; } #logo { - background: url(/img/topbar-cat.png) no-repeat 1px -1px; + background: url(/img/topbar-cat.png) no-repeat 1px 0px; width: 30px; - height: 29px; + height: 26px; + background-size: 29px; position: absolute; display: block; }