new framework link, remove some useless code, whitespace killer

Add new CSS framework to the tutorials page

Remove some unused code from the neocities index file and default template index file

Killed lots of white space in the files i touched...
This commit is contained in:
Scott O'Hara 2014-04-13 20:29:02 -04:00
parent c9332ad648
commit b1de628450
3 changed files with 84 additions and 85 deletions

View file

@ -29,10 +29,6 @@
<link rel="apple-touch-icon-precomposed" href="#apple-icon-144.png" />
<link rel="apple-touch-startup-image" href="#startup.png" />
<!-- Tile icon for Win8 (144x144 + tile color) __doesn't validate__
<meta name="msapplication-TileImage" content="#apple-icon-144.png" />
<meta name="msapplication-TileColor" content="#222222" />
-->
<!-- Mobile Meta -->
<meta name="HandheldFriendly" content="True" />

View file

@ -1,14 +1,14 @@
doctype html
html
head
meta http-equiv="Content-Type" content="text/html; charset=UTF-8"
meta charset=UTF-8"
title #{username}
meta name="description" content=""
meta name="keywords" content=""
link href="//groundfloor.neocities.org/default.css" rel="stylesheet" type="text/css" media="all"
link href="//groundfloor.neocities.org/default.css" rel="stylesheet" media="all"
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
@ -28,4 +28,4 @@ html
p This page uses <strong>Ground Floor</strong> to style the page, <a href="//groundfloor.neocities.org" target="_blank">click here</a> to see some code examples. You can opt-out of this style and make your own design by removing the "default.css" link in the HTML.
footer
p Copyright 2013
p Copyright 2014

View file

@ -52,7 +52,10 @@
<a href="http://purecss.io/" title="Yahoo!'s Pure CSS" target="_blank">Pure</a>
</li>
<li>
<a href="https://github.com/bleachedgraphics/Brass-Tacks" title="Brass Tacks (currently in Alpha. More updates to come)" target="_blank">Brass Tacks</a>
<a href="https://github.com/scottaohara/Brass-Tacks" title="Brass Tacks Sass Framework" target="_blank">Brass Tacks</a>
</li>
<li>
<a href="https://github.com/owenversteeg/min" title="Min: the world's smallest (995 bytes) CSS framework" target="_blank">Min</a>
</li>
</ul>