-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
142 lines (122 loc) · 5.23 KB
/
index.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>My landing page</title>
<!-- We need this line below for responsiveness! -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- code a Hero / Banner section -->
<div class="banner" style="background-image: url(http://storage-cube.quebecormedia.com/v1/cl_prod/canadian_living/bb92658b-5af7-47ad-ba3a-e1aea911e2c7/25-healthy-fruits-image1424807763.jpg)">
<div class="container">
<h1>Organic eco responisble smoothies</h1>
<p>The best smoothies in Barcelona are at Platja de la Nova Icària</p>
<a href="#" class="btn-green">Try our smoothies!</a>
</div>
</div>
<!-- code a "How it works" section -->
<div class="container">
<h2 class="text-center">Whats inside our smoothies</h2>
<div class="cards">
<div class="card">
<img src="https://tmbnotes.co/image/cache/fruit/8811-800x800.jpg" alt="tropical fruits">
<div>
<h3 class="text-center">Organic fruits</h3>
<p>We hand pick the fruits ourselves in order to give you the best experience</p>
</div>
</div>
<div class="card">
<img src="http://static1.squarespace.com/static/572ce4690442625c7b203b4e/572ce68f1bbee02710df8516/5983850a579fb36672902b7d/1501792992293/static1.squarespace.jpg?format=1500w" alt="organic">
<div>
<h3 class="text-center">100% organic</h3>
<p>Nothing else by fruits, natural fibers, and love</p>
</div>
</div>
<div class="card">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQQ2v0e4cdvBpCkVpE5e2b1qh0pCb86EJEgSO5_b-la596YYyUu" alt="smoothies">
<div>
<h3 class="text-center">Shake</h3>
<p>We shake the fruits ourselves until they give out the best of themselves</p>
</div>
</div>
<div class="card">
<img src="https://www.auchandirect.fr/backend/media/products_images/0N_57268.jpg" alt="ananas">
<div>
<h3 class="text-center">Ananas</h3>
<p>We hand pick the fruits ourselves in order to give you the best experience</p>
</div>
</div>
<div class="card">
<img src="https://charliesfruitonline.com.au/wp-content/uploads/2018/02/grape.jpg" alt="grapes">
<div>
<h3 class="text-center">Grapes</h3>
<p>Nothing else by fruits, natural fibers, and love</p>
</div>
</div>
<div class="card">
<img src="https://cdn1.medicalnewstoday.com/content/images/hero/266/266128/266128_1100.jpg" alt="mint">
<div>
<h3 class="text-center">Mint</h3>
<p>We shake the fruits ourselves until they give out the best of themselves</p>
</div>
</div>
<div class="card">
<img src="http://cdn.shopify.com/s/files/1/0206/9470/products/coconuts_4382_resized_d9dfdbc5-5037-41cb-88d2-43088d2c449c_grande.jpeg?v=1476812986" alt="coconut">
<div>
<h3 class="text-center">Coconut</h3>
<p>We hand pick the fruits ourselves in order to give you the best experience</p>
</div>
</div>
<div class="card">
<img src="https://4.imimg.com/data4/UL/DS/MY-13396088/cavendish-banana-500x500.jpg" alt="banana">
<div>
<h3 class="text-center">Banana</h3>
<p>Nothing else by fruits, natural fibers, and love</p>
</div>
</div>
<div class="card">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRpv4maAtuBMjetNiAe_a3iX8c7EIZeimY2oKAM07g6xm_EzWVy" alt="oranges">
<div>
<h3 class="text-center">Oranges</h3>
<p>We shake the fruits ourselves until they give out the best of themselves</p>
</div>
</div>
<div class="card">
<img src="https://cdn.shopify.com/s/files/1/2336/3219/products/shutterstock_336818993meyer_x850.jpg?v=1554665742" alt="lemon">
<div>
<h3 class="text-center">Lemon</h3>
<p>We hand pick the fruits ourselves in order to give you the best experience</p>
</div>
</div>
<div class="card">
<img src="https://www.simplyrecipes.com/wp-content/uploads/2013/09/how-to-chop-ginger-vertical-a-1800.jpg" alt="ginger">
<div>
<h3 class="text-center">Ginger</h3>
<p>Nothing else by fruits, natural fibers, and love</p>
</div>
</div>
<div class="card">
<img src="https://daily.jstor.org/wp-content/uploads/2017/05/avocado_1050x700.jpg" alt="avocado">
<div>
<h3 class="text-center">Avocado</h3>
<p>We shake the fruits ourselves until they give out the best of themselves</p>
</div>
</div>
</div>
</div>
<!-- code a footer -->
<div class="footer">
<div class="container text-center">
<ul class="list-inline">
<li><a href="#"><i class="fab fa-github"></i></a></li>
<li><a href="#"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fab fa-instagram"></i></a></li>
<li><a href="#"><i class="fab fa-twitter"></i></a></li>
</ul>
<p>Organic eco responsible smoothies de la Platja de la Nova Icària © 2019</p>
</div>
</div>
</body>
</html>