-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfoodNDrink.html
48 lines (41 loc) · 1.96 KB
/
foodNDrink.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Arghya Dutta</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="apple-touch-icon" sizes="180x180" href="../assets/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="../assets/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../assets/favicon_io/favicon-16x16.png">
<link rel="manifest" href="../assets/favicon_io/site.webmanifest">
<link rel="stylesheet" href="../assets/style.css">
</head>
<em><a href="../notebooks.html">Notebooks</a></em>
<h1>Food and drink</h1>
<p>Few interesting videos and articles.</p>
<dl>
<dt><a href="https://www.youtube.com/watch?v=2lPGf1gM9nA">Advanced Coffee Making</a>, Lecture at Assembly Coffee London</dt>
<dt>
Orwell, G. (1946) <em>A Nice Cup of Tea</em>. <a href="https://www.orwellfoundation.com/the-orwell-foundation/orwell/essays-and-other-works/a-nice-cup-of-tea/">Evening Standard</a>
</dt>
<dd>
"Tenthly, one should pour tea into the cup first." And of course, the man had one more rule "Lastly, tea…".
</dd>
<dt>
<a href="https://www.youtube.com/watch?v=1bwhyD7RPVw">How to make Chocolate</a>
</dt>
<dt>
<a href="https://www.saveur.com/global-sugar-guide">The Complete Guide to Sugar Around the World</a> by Craig Cavallo
</dt>
<dt>
<a href="https://www.foodrepublic.com/2017/03/15/all-types-of-rice/">14 Types Of Rice And The Best Dishes To Use Them</a> from Food Republic
</dt>
<dt>
<a href="https://www.reddit.com/r/coolguides/comments/davkj5/apples_on_a_scale_from_most_tart_to_most_sweet/">Apples on a scale from most tart to most sweet</a>
</dt>
<dt>
A <a href="https://www.konkanirecipes.com/">nice blog</a> on <a href="https://en.wikipedia.org/wiki/Konkan">Konkani</a> recipes.
</dt>
</dl>
</body>
</html>