-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpost.html
44 lines (42 loc) · 2.51 KB
/
post.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,700" media="all">
</head>
<body>
<header>
<div class="container">
<nav class="main-nav">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/blog.html">Blog</a></li>
</ul>
</nav>
<h1><a href="/">Coffee<strong>Cafe</strong></a></h1>
</div>
</header>
<div class="content">
---
layout: default
---
<div class="container">
<h2 class="spacing">What is Coffee?</h2>
<div class="blog-post spacing">
<p class="summary">Information<span class="date">January 02, 2016</span></p>
<p>Coffee is a brewed drink prepared from roasted coffee beans, which are the seeds of berries from the Coffea plant. The Coffea plant is native to subtropical Africa and some islands in southern Asia. The plant was exported from Africa to countries around the world and coffee plants are now cultivated in over 70 countries, primarily in the equatorial regions of the Americas, Southeast Asia, India, and Africa. The two most commonly grown are the highly regarded arabica, and the less sophisticated but stronger and more hardy robusta. Once ripe, coffee beans are picked, processed, and dried. Green (unroasted) coffee beans are one of the most traded agricultural commodities in the world. Once traded, the coffee beans are roasted to varying degrees, depending on the desired flavor. Roasted beans are ground and brewed to produce coffee as a beverage.</p>
<p>Coffee is slightly acidic and can have a stimulating effect on humans because of its caffeine content. Coffee is one of the most popular drinks in the world. It can be prepared and presented in a variety of ways (e.g., espresso, cappuccino, cafe latte, etc.). It is usually served hot, although iced coffee is also served. The majority of recent research suggests that moderate coffee consumption is benign or mildly beneficial in healthy adults.</p>
<p>Source / Read more <a href="https://en.wikipedia.org/wiki/Coffee">Wikipedia</a>.</p>
</div>
</div>
</div>
<footer>
<div class="container">
<p class="center-text"> <a href="http://cloudcannon.com">Created by CloudCannon</a></p>
</div>
</footer>
</body>
</html>