-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathjournal.html
More file actions
257 lines (243 loc) · 10.5 KB
/
journal.html
File metadata and controls
257 lines (243 loc) · 10.5 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
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="CSS/journal.css">
<link rel="icon" href="Resource/icon/coffee-icon.png" type="image/png">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap" rel="stylesheet">
<title>Journal</title>
</head>
<body>
<nav>
<div class="nav1">
<div class="nav1inner">
<a href="home_page.html">Home</a>
</div>
<div class="nav1inner">
<a href="about.html">About Us</a>
</div>
<div class="nav1inner">
<a href="journal.html">Journal</a>
</div>
</div>
<div id="logo">
<a href="home_page.html"><img id="logo" src="Resource/icon/logo.png" alt="logo"></a>
</div>
<div class="nav1">
<div class="nav1inner">
<a href="menu.html">Menu</a>
</div>
<div class="nav1inner">
<a href="wholesale.html">Wholesale</a>
</div>
<div class="nav1inner">
<button id="shopbtn" data-bs-toggle="dropdown" aria-expanded="false">
Shop Now ▼
</button>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="cart.html">Cart</a></li>
<li><a class="dropdown-item" href="sale.html">Items</a></li>
</ul>
</div>
</div>
</nav>
<section id="b_section">
<section id="innersection">
<table class="sectiontable">
<tr>
<td class="image">
<div>
<img src="Resource/Img/journal1.jpg" alt="img" class="journalimg">
</div>
</td>
<td class="text">
<p>KNOWLEDGE</p>
<h3>How to brew coffee like a barista</h3>
<div>AUGUST 2, 2021</div>
<h6>
A medium-sized latte with a shot of espresso, sweetened, coffee with added espresso. Half and half is a combination of milk and cream, a single shot of espresso with wings beans, topped with whipped cream...
</h6>
</td>
</tr>
</table>
<table class="sectiontable">
<tr>
<td class="text">
<p>KNOWLEDGE LEARN</p>
<h3>Cold Brew - More than just cold coffee</h3>
<div>JULY 17, 2021</div>
<h6>
A coffee served in a white cup.Utilizing a percolator to brew the coffee and frothing milk in a Turkish style, which typically involves heating and frothing the milk on the stove....
</h6>
</td>
<td class="image">
<div>
<img src="Resource/Img/journal2.jpg" alt="img" class="journalimg">
</div>
</td>
</tr>
</table>
<table class="sectiontable">
<tr>
<td class="image">
<div>
<img src="Resource/Img/journal3.jpg" alt="img" class="journalimg">
</div>
</td>
<td class="text">
<p>INTERVIEW</p>
<h3>Meeting a farmer family in the mountains of Peru</h3>
<div>OCTOBER 17, 2020</div>
<h6>
Two shots of black espresso and a creamy mocha. Also, a cortado and a macchiato in a dark cup. Creamy, tangy iced Americano, served in a white cup, to go...
</h6>
</td>
</tr>
</table>
<table class="sectiontable">
<tr>
<td class="text">
<p>INTERVIEW</p>
<h3>Making Organic Farming Sustainable</h3>
<div>OCTOBER 15, 2020</div>
<h6>
A white cup, macchiato with frothed milk from a percolator in the Turkish style, with crema and wings, served with a carajillo mazagran...
</td>
<td class="image">
<div>
<img src="Resource/Img/journal4.jpg" alt="img" class="journalimg">
</div>
</td>
</tr>
</table>
<table class="sectiontable">
<tr>
<td class="image">
<div>
<img src="Resource/Img/journal5.jpg" alt="img" class="journalimg">
</div>
</td>
<td class="text">
<p>EVENTS LEARN</p>
<h3>Professional Latte Art Class - Advanced Training</h3>
<div> JUNE 4, 2020</div>
<h6>
Creamy cappuccino and an acidic redeye iced Americano, both served in a white cup. Lastly, a medium-sized espresso latte to go...
</h6>
</td>
</tr>
</table>
<table class="sectiontable">
<tr>
<td class="text">
<p>LEARN</p>
<h3>How to Grind coffee beans for the Perfect Cup</h3>
<div>MAY 26, 2020</div>
<h6>
A long espresso brewed with a siphon, with steamed ristretto and cinnamon, and a strong aroma of robust chicory. Cinnamon, long espresso, along with kopi-luwak...
<td class="image">
<div>
<img src="Resource/Img/journal6.jpg" alt="img" class="journalimg">
</div>
</td>
</tr>
</table>
<table class="sectiontable">
<tr>
<td class="image">
<div>
<img src="Resource/Img/journal7.jpg" alt="img" class="journalimg">
</div>
</td>
<td class="text">
<p>INTERVIEW PARTNERS</p>
<h3>Interview with coffee farmer Aaron Fernandes</h3>
<div>FEBRUARY 17, 2020</div>
<h6>
Cream added to an iced Americano, possibly with an acidic taste, and a white cup for presentation...
</h6>
</td>
</tr>
</table>
<table class="sectiontable">
<tr>
<td class="text">
<p>EVENTS LEARN</p>
<h3>Everything you need to know about Espresso Brewing</h3>
<div>FEBRUARY 13, 2020</div>
<h6>
Macchiato with frothed milk with crema and wings, served with a carajillo mazagran. Creamy cappuccino and an acidic redeye iced Americano, both served in a white cup...
</h6>
</td>
<td class="image">
<div>
<img src="Resource/Img/journal8.jpg" alt="img" class="journalimg">
</div>
</td>
</tr>
</table>
<table class="sectiontable">
<tr>
<td class="image">
<div>
<img src="Resource/Img/journal9.jpg" alt="img" class="journalimg">
</div>
</td>
<td class="text">
<p>PARTNERS</p>
<h3>A different family farm in Ethiopia</h3>
<div>OCTOBER 6, 2019</div>
<h6>
Creamy cappuccino and an acidic redeye iced Americano, both served in a white cup. Lastly, a medium-sized espresso latte to go...
</h6>
</td>
</tr>
</table>
</section>
</section>
<footer>
<div id="footermaindiv1">
<div class="footerdiv1outer">
<div id="footerdiv1">
<div class="footdiv1inner" id="top"><a href="about.html">ABOUT</a></div>
<div class="footdiv1inner">COMPANY</div>
<div class="footdiv1inner">FAQ</div>
</div>
</div>
<div class="footerdiv1outer">
<div id="footerdiv1">
<div class="footdiv1inner" id="top"><a href="location.html">LOCATION</a></div>
<div class="footdiv1inner"><a href="location.html">KANDY</a></div>
<div class="footdiv1inner"><a href="location.html">COLOMBO</a></div>
</div>
</div>
<div class="footerdiv1outer">
<div id="footerdiv1">
<div class="footdiv1inner" id="top">FOLLOW ALONG</div>
<div class="footdiv1inner" id="imgdiv">
<img src="Resource/icon/fblogo.png" alt="fb" class="social">
<img src="Resource/icon/insta.png" alt="insta" class="social">
<img src="Resource/icon/x-social-media-white-icon.png" alt="twitter" class="social">
</div>
</div>
</div>
</div>
<div id="footermaindiv2">
<div class="footdiv2inner">© 2024 CEYLON COFFEE. ALL RIGHT RESERVED </div>
<div id="footerlogo">
<div class="footlogo"><img src="Resource/icon/logo.png" alt="logo"></div>
</div>
<div class="footdiv2inner"> BECAUSE WE LOVE COFFEE</div>
</div>
</footer>
<script src="JavaScript/journal.js"></script>
</body>
</html>