generator-bourbon-neat
Version:
Yeoman generator for a website using thoughtbot's Bourbon Neat.
87 lines (72 loc) • 4.48 kB
HTML
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="author" content="<%= authorName %>">
<meta name="description" content="<%= appDescription %>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><%= appName %></title>
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="shortcut icon" href="/favicon.ico">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<!-- build:css styles/vendor.css -->
<!-- bower:css -->
<% if (includeNormalize) { %><link rel="stylesheet" href="../bower_components/normalize-css/normalize.css"><% } %>
<!-- endbower -->
<!-- endbuild -->
<!-- build:css(.tmp) styles/main.css -->
<link rel="stylesheet" href="styles/main.css">
<!-- endbuild --><% if (includeModernizr) { %>
<!-- build:js scripts/vendor/modernizr.js -->
<script src="../bower_components/modernizr/modernizr.js"></script>
<!-- endbuild -->
<% } %>
</head>
<body>
<!--[if lt IE 10]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="container">
<div class="header">
<a href="404.html">404 Page</a>
</div><!-- .header -->
<div class="main">
<h1>Congratulations!</h1>
<p>The <code>bourbon-neat</code> generator has given you...</p>
<h3><a href="https://html5boilerplate.com/" title="The web’s most popular front-end template" target="_blank">HTML5 Boilerplate</a></h3>
<p>HTML5 Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites.</p>
<h3><a href="http://sass-lang.com/" title="CSS with superpowers" target="_blank">Sass</a></h3>
<p>Sass is a mature, stable, and powerful professional grade CSS extension language.</p>
<h3><a href="http://bourbon.io/" title="thoughtbot: Bourbon Saas mixin library" target="_blank">Bourbon</a></h3>
<p>A simple and lightweight mixin library for Sass.</p>
<h3><a href="http://neat.bourbon.io/" title="thoughtbot: Neat responsive grid" target="_blank">Neat</a></h3>
<p>Sleek, intuitive, and powerful mobile first front-end framework (Grid) for faster and easier web development.</p>
<% if (includeNormalize) { %><h3><a href="http://necolas.github.io/normalize.css/" title="Normalize CSS" target="_blank">Normalize.css</a></h3>
<p>A modern, HTML5-ready alternative to CSS resets. Makes browsers render all elements more consistently and in line with modern standards.</p>
<% } %>
<% if (includeModernizr) { %><h3><a href="http://modernizr.com/" title="Modernizr js" target="_blank">Modernizr.js</a></h3>
<p>Modernizr is an open-source JavaScript library that helps you build the next generation of HTML5 and CSS3-powered websites.</p>
<% } %>
<p>Happy coding!</p>
</div><!-- .main -->
</div><!-- .container -->
<div class="footer">
Brought to you by the brilliant people at <a href="http://koolth.com.au">koolth</a>
</div><!-- .footer -->
<!-- build:js scripts/vendor.js -->
<!-- bower:js -->
<script src="../bower_components/jquery/dist/jquery.js"></script>
<!-- endbower -->
<!-- endbuild -->
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
</body>
</html>