forked from malarkey/320andup
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andy Clarke
committed
May 18, 2012
1 parent
f6c4315
commit addc095
Showing
10 changed files
with
209 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
<!doctype html> | ||
|
||
<!-- | ||
320 and Up | ||
Author: Andy Clarke (http://stuffandnonsense.co.uk) | ||
Author: Keith Clark (http://twitter.com/keithclarkcouk) | ||
Version: 3 | ||
URL: http://stuffandnonsense.co.uk/projects/320andup/ | ||
License: http://creativecommons.org/licenses/MIT/ | ||
--> | ||
|
||
<!-- HTML5 Mobile Boilerplate --> | ||
<!--[if IEMobile 7]><html class="no-js iem7"><![endif]--> | ||
<!--[if (gt IEMobile 7)|!(IEMobile)]><!--><html class="no-js" lang="en"><!--<![endif]--> | ||
|
||
<!-- HTML5 Boilerplate --> | ||
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> | ||
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]--> | ||
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]--> | ||
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]--> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
|
||
<title>Display table-based navigation | Upstart | 320 and Up</title> | ||
|
||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
|
||
<!-- http://t.co/dKP3o1e --> | ||
<meta name="HandheldFriendly" content="True"> | ||
<meta name="MobileOptimized" content="320"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<!-- For all browsers --> | ||
<link rel="stylesheet" href="../../../css/320andup.css"> | ||
|
||
<!--[if (lt IE 9) & (!IEMobile)]> | ||
<script src="../../../js/selectivizr-min.js"></script> | ||
<![endif]--> | ||
|
||
<!-- JavaScript --> | ||
<script src="../../../js/modernizr-2.5.3-min.js"></script> | ||
|
||
<link rel="shortcut icon" href="/favicon.ico"> | ||
<meta http-equiv="cleartype" content="on"> | ||
</head> | ||
|
||
<body class="clearfix"> | ||
|
||
<header role="banner" class="clearfix"> | ||
<h1><a href="http://stuffandnonsense.co.uk/projects/320andup/">320 and Up</a></h1> | ||
<a href="#navigation" title="Jump to navigation"><i class="icon-chevron-down"></i></a> | ||
</header> | ||
|
||
<div class="content clearfix"> | ||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p> | ||
</div><!-- / content --> | ||
|
||
<nav role="navigation" id="navigation"> | ||
<p><a href="http://stuffandnonsense.co.uk/blog/about/the_new_320_and_up">Read more about ‘320 and Up’ on Andy’s blog</a></p> | ||
</nav> | ||
|
||
<footer role="contentinfo"> | ||
<small>320 and Up, a Fashionably Flexible © responsive web design boilerplate by <a href="http://stuffandnonsense.co.uk">Andy Clarke</a>.</small> | ||
<small>‘320 and Up’ wouldn’t be possible without <a href="http://html5boilerplate.com/">HTML5 Boilerplate</a>, <a href="http://framelessgrid.com/">Frameless grid</a> and <a href="http://twitter.github.com/bootstrap/">Bootstrap</a>. Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>. The Font Awesome webfont, CSS, and LESS files are licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</small> | ||
</footer> | ||
|
||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> | ||
<script>window.jQuery || document.write('<script src="../../../js/jquery-1.7.2.min.js"><\/script>')</script> | ||
|
||
<script src="../../../js/plugins.js"></script> | ||
<script src="../../../js/script.js"></script> | ||
<script src="../../../js/helper.js"></script> | ||
<script> | ||
var _gaq=[["_setAccount","UA-XXXXX-X"],["_trackPageview"]]; | ||
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1; | ||
g.src=("https:"==location.protocol?"//ssl":"//www")+".google-analytics.com/ga.js"; | ||
s.parentNode.insertBefore(g,s)}(document,"script")); | ||
</script> | ||
</body> | ||
</html> |
Oops, something went wrong.