-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapple.html
82 lines (78 loc) · 2.29 KB
/
apple.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
<!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" />
<!-- 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>Life is like an apple</title>
<link rel="stylesheet" href="../base.css" />
</head>
<body>
<div class="container">
<div id="description-container" class="subcontainer">
<div class="item-title">Life is like an apple</div>
<div class="item-description item-subtitle">
<p>
"Life is like an apple." said my friend.
</p>
<p>
"Why?" I asked.
</p>
<p>
"Isn't it obvious? Life is like an apple," he responded.
</p>
<p>
"Is it because it can have different colors? Or maybe you mean life is simple, just like.. an apple?" I asked.
</p>
<p>
"Maybe, maybe not," he responded.
</p>
<p>
"But if you are being that vague, I can make that analogy with everything, like, why isn't life like an orange?"
</p>
<p>
"Does life really look like an orange you to? Life is obviously like an apple."
</p>
<p>
It's been years since that conversation with my friend. He kept repeating this a couple times again and the apple never got any less mysterious.
</p>
<hr>
<p>
I've been searching for a meaningful title for this personal blog for a long time, all to no avail.
</p>
<p>
But...
</p>
<p>
Why does everything need be meaningful? <br>
What's the urge to search for a meaning in everything? <br>
Who said meaningless can't be fun? <br>
</p>
<p>
I never really understood what my friend meant by that "Life is like an apple" thing.
Maybe he made it up.
Maybe he heard it from someone else and it kept haunting him.
</p>
<p>
But you know what else I never really understood? Life.
</p>
<p>
Maybe life is like an apple after all.
</p>
</div>
</div>
<script src="./footer.js"></script>
</div>
</body>
</html>