Skip to content

Instantly share code, notes, and snippets.

@thanhrossi
Created September 9, 2013 02:17
Show Gist options
  • Save thanhrossi/6490736 to your computer and use it in GitHub Desktop.
Save thanhrossi/6490736 to your computer and use it in GitHub Desktop.
vv
<!DOCTYPE html>
<!--[if IE 8]> <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">
<meta name="viewport" content="width=device-width">
<title>Foundation 4</title>
<link rel="stylesheet" href="css/app.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/vendor/custom.modernizr.js"></script>
</head>
<body>
<!-- header -->
<div class="header">
<div class="row">
<a href="#" class="logo">Logo</a>
<ul class="inline-list nav">
<li><a href="#">Solutions</a></li>
<li><a href="#">Product</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Contact</a></li>
</ul>
<div class="large-6 columns">
<img src="img/icon.png" alt="cafe" class="cafe"/>
</div>
<div class="large-6 columns intro">
<h1>Introducing</h1>
<h2>Somthing hot...</h2>
<a href="#" class="button">Try demo</a>
</div>
</div>
<ul class="control">
<li><a href="#" class="next">Next</a></li>
<li><a href="#" class="prev">Prev</a></li>
</ul>
</div>
<!-- End header -->
<div class="clearfix"></div>
<br><br><br><br><br><br>
<!-- content -->
<div class="row content">
<div id="intro1" class="large-3 small-6 columns">
<img src="img/icon-tablet.png" alt="tablet">
<h3><a href="#">Responsive webdesign</a></h3>
</div>
<div id="intro2" class="large-3 small-6 columns">
<img src="img/icon-cart.png" alt="">
<h3><a href="#">e Commerce website</a></h3>
</div>
<div id="intro3" class="large-3 small-6 columns">
<img src="img/icon-earth.png" alt="">
<h3><a href="#">Daily blog websites</a></h3>
</div>
<div id="intro4" class="large-3 small-6 columns">
<img src="img/icon-search.png" alt="">
<h3><a href="#">Search base websites</a></h3>
</div>
<img src="img/ipad.png" alt="ipad">
<h4>Lorem Ipsum is simply dummy text </h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. </p>
<br>
<p>
It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
</div>
<!-- end content -->
<hr>
<div class="row">
<div class="large-5 columns">
<img src="img/screenshot.png" alt="SCreen shot">
</div>
<div class="offset-1 large-6 columns">
<h4>Why choose US ?</h4>
<ul class="inline-list">
<li>Lorem Ipsum is simply dummy text 1</li>
<li>Lorem Ipsum is simply dummy text 2</li>
<li>Lorem Ipsum is simply dummy text 3</li>
<li>Lorem Ipsum is simply dummy text 4</li>
<li>Lorem Ipsum is simply dummy text 5</li>
<li>Lorem Ipsum is simply dummy text 6</li>
</ul>
</div>
</div>
<script>
document.write('<script src=' +
('__proto__' in {} ? 'js/vendor/zepto' : 'js/vendor/jquery') +
'.js><\/script>')
</script>
<script src="js/foundation.min.js"></script>
<!--
<script src="js/foundation/foundation.js"></script>
<script src="js/foundation/foundation.alerts.js"></script>
<script src="js/foundation/foundation.clearing.js"></script>
<script src="js/foundation/foundation.cookie.js"></script>
<script src="js/foundation/foundation.dropdown.js"></script>
<script src="js/foundation/foundation.forms.js"></script>
<script src="js/foundation/foundation.joyride.js"></script>
<script src="js/foundation/foundation.magellan.js"></script>
<script src="js/foundation/foundation.orbit.js"></script>
<script src="js/foundation/foundation.reveal.js"></script>
<script src="js/foundation/foundation.section.js"></script>
<script src="js/foundation/foundation.tooltips.js"></script>
<script src="js/foundation/foundation.topbar.js"></script>
<script src="js/foundation/foundation.interchange.js"></script>
<script src="js/foundation/foundation.placeholder.js"></script>
<script src="js/foundation/foundation.abide.js"></script>
-->
<script>
$(document).foundation();
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment