Skip to content

Commit

Permalink
Updating manifest and main html file
Browse files Browse the repository at this point in the history
  • Loading branch information
jakearchibald committed Jun 6, 2012
1 parent 9b29597 commit f64f0de
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
1 change: 0 additions & 1 deletion www/assets/7/style/mainmin.css

This file was deleted.

18 changes: 9 additions & 9 deletions www/index.html
Expand Up @@ -4,14 +4,14 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Sprite Cow - Generate CSS for sprite sheets</title>
<link rel="stylesheet" href="assets/6/style/mainmin.css">
<link rel="shortcut icon" href="assets/6/favicon.ico">
<link rel="stylesheet" href="assets/7/style/all-min.css">
<link rel="shortcut icon" href="assets/7/favicon.ico">
<script>var _gaq=[['_setAccount','UA-24099758-1'],['_trackPageview']];(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=g.src='//www.google-analytics.com/ga.js';s.parentNode.insertBefore(g,s)}(document,'script'))</script>
</head>
<body>
<div class="container intro">
<header>
<h1><span>Sprite Cow</span></h1>
<header class="main-header">
<h1 class="cow-logo">Sprite Cow</h1>
</header>
<div class="toolbar-container">
</div>
Expand All @@ -31,7 +31,7 @@ <h1>What?</h1>
bit of copyable css.
</p>
<p>
<a href="assets/6/tutorial-sprite.png" class="tutorial">Load the example image</a>, and have a click
<a href="assets/7/tutorial-sprite.png" class="tutorial">Load the example image</a>, and have a click
around. It becomes pretty obvious.
</p>
</section>
Expand All @@ -49,7 +49,7 @@ <h1>Why?</h1>
</section>
</div>
</div>
<footer class="main">
<footer class="main-footer">
<ul>
<li><a href="https://github.com/jakearchibald/sprite-cow">Github</a></li>
<li><a href="https://github.com/jakearchibald/sprite-cow/issues">Bug/feature tracker</a></li>
Expand All @@ -62,14 +62,14 @@ <h1>Why?</h1>
<h1>Sorry, it isn't working out between us</h1>
<p>
It's not you, I just can't get along with your browser.
Maybe if things change in the future... maybe if you bring a newish
version of <a href="http://www.google.com/chrome/">Chrome</a>,
Maybe if things change in the future... maybe if you bring
<a href="http://www.google.com/chrome/">Chrome</a>,
<a href="http://www.mozilla.com/en-US/firefox/new/">Firefox</a>,
<a href="http://www.opera.com/">Opera</a> or even
<a href="http://ie.microsoft.com/testdrive/Info/Downloads/Default.html">IE10</a>
to the party... not promising anything, but give me a call.
</p>
</div>
<script src="assets/6/script/mainmin.js"></script>
<script src="assets/7/script/mainmin.js"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions www/offline.appcache
@@ -1,8 +1,8 @@
CACHE MANIFEST

assets/7/script/mainmin.js
assets/7/style/mainmin.css
assets/7/style/fonts/pro.ttf
assets/7/style/all-min.css
assets/7/style/fonts/oswald.ttf
assets/7/style/imgs/sprites1.png
assets/7/tutorial-sprite.png
assets/7/favicon.ico
Expand Down

0 comments on commit f64f0de

Please sign in to comment.