Skip to content

Commit f7e68c2

Browse files
committed
added landing page &fancy-hovers demo page
1 parent 6dedb3d commit f7e68c2

20 files changed

+9022
-0
lines changed

apple-touch-icon.png

3.47 KB
Loading

fancy-hovers/index.html

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<!DOCTYPE html>
2+
<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]-->
3+
<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]-->
4+
<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]-->
5+
<!--[if (gte IE 9)|!(IE)]!-->
6+
<html class='no-js' lang='en'>
7+
<!--<![endif]-->
8+
<head>
9+
<meta charset='utf-8'>
10+
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
11+
<title>Compass fancy-hover</title>
12+
<meta content='' name='description'>
13+
<meta content='' name='author'>
14+
<meta content='width=device-width, initial-scale=1.0' name='viewport'>
15+
<link href='/favicon.ico' rel='shortcut icon'>
16+
<link href='/stylesheets/style.css?v=2' rel='stylesheet'>
17+
<script src='/javascripts/libs/modernizr-1.7.min.js'></script>
18+
</head>
19+
<body>
20+
<div id='container'>
21+
<header></header>
22+
<div id='main-content' role='main'>
23+
<h1>Here's some fancy hovers:</h1>
24+
<ul id='hovers'>
25+
<li id='twitter'>
26+
Twitter
27+
<span></span>
28+
</li>
29+
<li id='facebook'>
30+
Facebook
31+
<span></span>
32+
</li>
33+
<li id='forrst'>
34+
Forrst
35+
<span></span>
36+
</li>
37+
<li id='rss'>
38+
RSS
39+
<span></span>
40+
</li>
41+
</ul>
42+
<h1>&hellip; and the Compass-generated spritesheet:</h1>
43+
<div id='sprite'>
44+
<img alt='the generated sprite' src='/images/hovertest-7cd2242a05.png'>
45+
</div>
46+
<h1>
47+
get the source
48+
<a href='https://gist.github.com/959764'>here</a>
49+
</h1>
50+
</div>
51+
<footer></footer>
52+
</div>
53+
</body>
54+
</html>

favicon.ico

3.55 KB
Binary file not shown.

images/hovertest-7cd2242a05.png

4.84 KB
Loading

images/hovertest/facebook_off.png

1.56 KB
Loading

images/hovertest/facebook_on.png

1.6 KB
Loading

images/hovertest/forrst_off.png

1.71 KB
Loading

images/hovertest/forrst_on.png

1.75 KB
Loading

images/hovertest/rss_off.png

1.81 KB
Loading

images/hovertest/rss_on.png

1.88 KB
Loading

images/hovertest/twitter_off.png

1.65 KB
Loading

images/hovertest/twitter_on.png

1.67 KB
Loading

index.html

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<!DOCTYPE html>
2+
<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]-->
3+
<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]-->
4+
<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]-->
5+
<!--[if (gte IE 9)|!(IE)]!-->
6+
<html class='no-js' lang='en'>
7+
<!--<![endif]-->
8+
<head>
9+
<meta charset='utf-8'>
10+
<meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
11+
<title>nathos @ github</title>
12+
<meta content='' name='description'>
13+
<meta content='' name='author'>
14+
<meta content='width=device-width, initial-scale=1.0' name='viewport'>
15+
<link href='/favicon.ico' rel='shortcut icon'>
16+
<link href='/stylesheets/style.css?v=2' rel='stylesheet'>
17+
<script src='/javascripts/libs/modernizr-1.7.min.js'></script>
18+
</head>
19+
<body>
20+
<div id='container'>
21+
<header></header>
22+
<div id='main-content' role='main'>
23+
<h1>What's here?:</h1>
24+
<ul id='whatshere'>
25+
<li>
26+
<a href='/fancy-hovers/'>Fancy Hovers demo</a>
27+
</li>
28+
</ul>
29+
</div>
30+
<footer></footer>
31+
</div>
32+
</body>
33+
</html>

javascripts/libs/dd_belatedpng.js

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)