Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions Orders.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/styles.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/application.css" media="screen" />
</head>
<body>
<header role="banner">
Expand Down Expand Up @@ -102,7 +102,7 @@ <h2>
<button role="button">Place Order</button>
</form>
</main>
<footer role="contentinfo">
<footer class="clearfix" role="contentinfo">
<p id="copyright">&copy Peggy and Sarah 2015</p>
</footer>
</body>
Expand Down
8 changes: 4 additions & 4 deletions blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/styles.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/application.css" media="screen" />
</head>
<body>
<header role="banner">
Expand Down Expand Up @@ -46,7 +46,7 @@ <h2 tabindex="0">
<p>Bacon ipsum dolor amet jerky leberkas andouille swine ham id cupim, spare ribs jowl. Alcatra brisket anim enim drumstick chicken flank doner tempor consequat swine velit magna. Bresaola tri-tip sed brisket. Pig officia in, incididunt pork strip steak quis. Cupim minim labore consequat consectetur swine culpa, ex deserunt. Venison tail ut nisi tempor frankfurter. Dolore shankle beef irure mollit do, ipsum laborum minim tri-tip swine ullamco.
<p>Chicken prosciutto laborum ribeye pork loin ham hock sirloin venison picanha nulla nisi ground round. Tri-tip pancetta doner, magna mollit beef in velit. Commodo ea ut incididunt, salami chuck tri-tip ad. Pancetta ground round in esse bacon shankle salami pork belly duis ham magna velit cupim. Bresaola pork chop swine ipsum ball tip turducken boudin.
<p>We rate Wok n Roll as: <meter max="5" value="3" title="Yum">3 out of 5</meter>
<footer>
<footer class="clearfix">
Share on your favorite social network <button role="button">FB LOGO</button>
</footer>
</article>
Expand All @@ -64,13 +64,13 @@ <h2 tabindex="0">
<p>Squirty cheese croque monsieur feta. Blue castello halloumi monterey jack cheese and wine caerphilly cheese triangles taleggio airedale. Halloumi cheese and wine cheddar stinking bishop cream cheese dolcelatte mozzarella dolcelatte. Manchego halloumi cheese and biscuits.
<p>We rate Food Pun #2: <meter max="5" value="1" title="Yuck!">1 out of 5</meter>

<footer>
<footer class="clearfix">
Share on your favorite social network <button role="button">FB LOGO</button>
</footer>
</article>
</section>
</main>
<footer role="contentinfo">
<footer class="clearfix" role="contentinfo">
<p id="copyright">&copy Peggy and Sarah 2015</p>
</footer>
</body>
Expand Down
4 changes: 2 additions & 2 deletions contacts.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/styles.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/application.css" media="screen" />
</head>
<body>
<header role="banner">
Expand Down Expand Up @@ -65,7 +65,7 @@ <h2>
</fieldset>
</section>
</main>
<footer role="contentinfo">
<footer class="clearfix" role="contentinfo">
<p id="copyright">&copy Peggy and Sarah 2015</p>
</footer>
<script src="js/localstorage.js"></script>
Expand Down
Loading