-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (60 loc) · 2.06 KB
/
Copy pathindex.html
File metadata and controls
60 lines (60 loc) · 2.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Tsunami coffee</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="main">
<nav class="container">
<ul>
<li>Store</li>
<li>Hours</li>
<li>Wholesale</li>
</ul>
</nav>
<img src="/images/only.png" alt="coffee shop pic">
</div>
<div class="container supporting">
<img src="/images/bjpg.jpg" alt="">
<div class="description">
<h2>Great coffee does not happen by accident.</h2>
<p>We work side by side with farmers around the world to strengthen farming practices to cultivate the best coffee beans in the world. Then, we train our baristas in the sacred art of the brew process, yielding the most flavorful coffee you’ve ever tasted.</p>
<p>Tsunami Coffee is certified organic and fair trade.</p>
</div>
</div>
<div class="rating">
<div class="container">
<h1>9.4/10: A rush of flavors. Absolutely divine.</h1>
<p>~Coffee Critic</p>
</div>
</div>
<div class="container gallery">
<img src="/images/coffee1.jpg" alt="">
<img src="/images/coffee2.jpg" alt="">
<img src="/images/coffee3jpg.jpg" alt="">
<div class="clear-fix"></div>
</div>
<div class="container location">
<img src="/images/download.jpg" alt="">
<h1>Brewed with love in San Francisco.</h1>
</div>
<footer>
<div class="container">
<div class="copyright">
© Tsunami coffee
</div>
<nav>
<ul>
<li>Store</li>
<li>Hours</li>
<li>Wholesale</li>
</ul>
</nav>
</div>
</footer>
</body>
</html>