forked from itscodenation/int-fanpage-18-19-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (63 loc) · 2.81 KB
/
index.html
File metadata and controls
65 lines (63 loc) · 2.81 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title> </title>
<link rel="stylesheet" href="css/style.css" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Notable|Source+Sans+Pro" rel="stylesheet">
</head>
<body>
<div class="header">cereal</div>
<div class=navbar>
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="gallery.html">Gallery</a>
</div>
<div class="main">
</div>
<div class="content">
<div class="facts">
<div class="factBox" id="factOne">
<p>"The cereal industry uses 816 million pounds of sugar per year."</p>
</div>
<div class="factBox" id="factTwo">
<p>"The first breakfast cereal, originally named “Granula,” was invented...by James Caleb Jackson."</p>
</div>
<div class="factBox" id="factThree">
<p>"Americans consume 101 pounds or 160 bowls of cereal per person every year."</p>
</div>
</div>
<div class="facts">
<div class="factBox" id="factFour">
<p>"To create puffed cereals, makers use a pressure-cooking method called “gun-puffing,”..."</p>
</div>
<div class="factBox" id="factFive">
<p>"Astronauts ate Kellogg's Corn Flakes aboard Apollo 11, the first moon landing."</p>
</div>
<div class="factBox" id="factSix">
<p>"March 7th is National Cereal Day."</p>
</div>
</div>
<div>
<p>Facts taken from <a target="_blank" href="https://mobile-cuisine.com/did-you-know/cereal-fun-facts/">here</a></p>
</div>
<div class="footer">
<div class="social">
<a href="https://www.facebook.com/KelloggsFamilyRewards/">
<img class="social-image" src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/c2/F_icon.svg/2000px-F_icon.svg.png">
</a>
<a href="https://twitter.com/kelloggsus?lang=en">
<img class="social-image" src="http://goinkscape.com/wp-content/uploads/2015/07/twitter-logo-final.png">
</a>
<a href="https://www.instagram.com/kelloggsnyc/?hl=en">
<img class="social-image" src="https://instagram-brand.com/wp-content/uploads/2016/11/app-icon2.png">
</a>
</div>
<div>
<p id="copyright">Copyright 2018 ©</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>