-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnot-in-books.html
75 lines (68 loc) · 3.31 KB
/
not-in-books.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Meta tags for open graph and twitter -->
<meta property="og:type" content="website">
<meta property="og:image" content="https://ganji.blog/assets/favicon/logo.png">
<meta property="og:site_name" content="Ganji Blog">
<!-- the ones below need to change per post -->
<meta property="og:title" content="Things you cannot learn from reading books - ganji.blog">
<meta property="og:url" content="https://ganji.blog/not-in-books">
<meta property="og:description" content="How to grill burgers over a charcoal barbecue. How to carve a wooden spoon. How to iron a shirt. How to tie a tie. How to play tennis. ...">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@no_mads_land">
<meta name="twitter:creator" content="ganji.blog">
<meta name="twitter:image" content="https://ganji.blog/assets/favicon/logo.png">
<!-- the ones below need to change per post -->
<meta name="twitter:title" content="Things you cannot learn from reading books - ganji.blog">
<meta name="twitter:description" content="How to grill burgers over a charcoal barbecue. How to carve a wooden spoon. How to iron a shirt. How to tie a tie. How to play tennis. ...">
<meta name="twitter:url" content="https://ganji.blog/not-in-books">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JXDFZEKF37"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
window.dataLayer.push(arguments)
}
gtag('js', new Date())
gtag('config', 'G-JXDFZEKF37', { transport_type: 'beacon' })
</script>
<!-- End gtag.js -->
<title>Things you cannot learn from reading books</title>
<link rel="stylesheet" href="../base.css" />
</head>
<body>
<div class="container">
<div id="description-container" class="subcontainer">
<div class="item-title">Things you cannot learn from reading books</div>
<div class="item-description item-subtitle">
<p>How to grill burgers over a charcoal barbecue.</p>
<p>How to carve a wooden spoon.</p>
<p>How to iron a shirt.</p>
<p>How to tie a tie.</p>
<p>How to play tennis.</p>
<p>How to ride a bicycle.</p>
<p>How to make new friends.</p>
<p>How to dribble in a football game.</p>
<p>How to play Für Elise on the piano.</p>
<p>How to heal from breaking up with someone you loved.</p>
<p>How to grieve.</p>
<p>How to trust.</p>
<p>How to negotiate for a better offer.</p>
<p>How to run a profitable business.</p>
<p>How to lead a team.</p>
<p>How to drive a car.</p>
<p>How to dance.</p>
<p>How to swim.</p>
<p>How to love.</p>
<p>How to live.</p>
<p>Life does not happen in the books. Life happens on the streets, among other human beings.</p>
</div>
</div>
<script src="./footer.js"></script>
</div>
</body>
</html>