forked from itscodenation/int-fanpage-18-19-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
63 lines (60 loc) · 3.77 KB
/
about.html
File metadata and controls
63 lines (60 loc) · 3.77 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
<!DOCTYPE html>
<html>
<head>
<title> </title>
<meta charset="utf-8"/>
<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="aboutMain">
<div class="leftPane">
"A cereal is any of the edible
components of the grain (botanically, a type of fruit, called a caryopsis) of cultivated grass,
composed of the endosperm, germ, and bran. Cereal grains are grown in greater quantities and
provide more food energy worldwide than any other type of crop[1] and are therefore staple crops.
Edible grains from other plant families, such as buckwheat (Polygonaceae),
quinoa (Amaranthaceae) and chia (Lamiaceae), are referred to as pseudocereals.
In their natural, unprocessed, whole grain form, cereals are a rich source of vitamins, minerals,
carbohydrates, fats, oils, and protein. When processed by the removal of the bran, and germ,
the remaining endosperm is mostly carbohydrate. In some developing countries, grain in the form of rice,
wheat, millet, or maize constitutes a majority of daily sustenance. In developed countries,
cereal consumption is moderate and varied but still substantial."
</div>
<div class="rightPane">
"While each individual species has its own peculiarities, the cultivation of all cereal crops is similar. Most are annual plants; consequently one planting yields one harvest. Wheat, rye, triticale, oats,
barley, and spelt are the "cool-season" cereals.[citation needed]
These are hardy plants that grow well in moderate weather and cease to grow in hot weather (approximately 30 °C [86 °F], but this varies by species and variety). The "warm-season" cereals are tender and prefer hot weather. Barley and rye are the hardiest cereals,
able to overwinter in the subarctic and Siberia.
Many cool-season cereals are grown in the tropics. However, some are only grown in cooler highlands, where it may be possible to grow multiple crops per year."
</div>
</div>
<div id="wikipedia_source">
<p>Quoted from this <a target="_blank" href="https://en.wikipedia.org/wiki/Cereal">Wikipedia Article</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>