-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
92 lines (70 loc) · 3.45 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 7 ]><html class="no-js ie6" lang="en"><![endif]-->
<!--[if IE 7 ]><html class="no-js ie7" lang="en"><![endif]-->
<!--[if IE 8 ]><html class="no-js ie8" lang="en"><![endif]-->
<!--[if (gte IE 9)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8" />
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame -->
<meta http-equiv="cleartype" content="on">
<meta http-equiv="X-UA-Compatible" content="IE=edge;chrome=1" />
<!-- Page Info -->
<title>320+Susy | OddBird</title>
<meta name="description" content="Combining Andy Clark's 320-and-up boilerplate with Susy, for grids that realy are responsive." />
<meta name="author" content="Eric A. Meyer" />
<meta name="keywords" content="susy, 320, compass, sass, mobile, grids" />
<meta name="language" content="en-us" />
<!-- Microformat Profiles -->
<!-- hCard, hCalendar, rel-license, rel-tag, XOXO, XFN, VoteLinks -->
<link rel="profile" href="http://microformats.org/profile/specs/" />
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1">
<!--iOS. Delete if not required -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="apple-touch-startup-image" href="images/favicons/splash.png">
<!-- favicon.ico -->
<link rel="shortcut icon" href="images/favicons/favicon.ico" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/favicons/apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/favicons/apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="images/favicons/apple-touch-icon-precomposed.png">
<!-- Styles -->
<!-- For less capable mobile browsers
<link rel="stylesheet" media="handheld" href="css/handheld.css?v=1"> -->
<!--[if (IE 7)|(IE 8)]>
<link rel="stylesheet" href="css/ie.css" />
<![endif]-->
<!--[if gte IE 9]><!-->
<link rel="stylesheet" href="css/screen.css" />
<!--<![endif]-->
<link rel="stylesheet" href="css/print.css" media="print" />
<!-- Modernizr -->
<script src="js/modernizr.js"></script>
<script src="js/modernizr.selectors.js"></script>
</head>
<body id="susy-oddbird-net-susy320">
<div>
<header role="banner">
<h1><a rel="home">320+Susy</a></h1>
</header>
<div role="main">
<div>
<p><a href="http://stuffandnonsense.co.uk/projects/320andup/">320 and up</a> is a 'tiny screen first' boilerplate extension by Andy Clarke.</p>
<p><a href="http://susy.oddbird.net/">Susy</a> is a flexible grid-building tool by Eric Meyer, built in Compass/Sass.</p>
</div>
<p>This is an example of how one might use them together, to build different grids for different devices on one site.</p>
</div>
</div>
<footer role="contentinfo">
<div id="hcard-eric-meyer" class="author vcard">
<p>2011 by <a href="http://eric.oddbird.net" class="fn url">Eric A. Meyer</a></p>
<p><a href="http://www.oddbird.net" class="org">OddBird</a> | <a href="http://susy.oddbird.net">Susy</a></p>
</div>
</footer>
<!-- JavaScript -->
<script src="js/local.js"></script>
</body>
</html>