-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnow.html
45 lines (36 loc) · 1.88 KB
/
now.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Max Filenko — Now</title>
<link href="styles/style.css" rel="stylesheet">
</head>
<body>
<header>
<h1><a href="index.html">Max S. Filenko</a></h1>
<aside>(This is a <a href="https://nownownow.com/about" rel="external">now page</a> inspired by <a href="https://sive.rs/" rel="external">Derek Sivers</a>.)</aside>
</header>
<h2>What I’m doing now</h2>
<p>
Today I've <a href="https://twitter.com/itsnotaboutlife/status/1587783221793751041" rel="external">decided to stop using Twitter for a month</a> and I figured this might be a good occasion to start the "now page" (even though Derek didn't come up with it as a social media replacement in the first place).
</p>
<p>
Anyways, no Twitter for me for a month (neither Instagram by the way). Let's see what comes out of this. And let's read more <a href="lists.html#books">books</a> finally!
</p>
<h3>Reading</h3>
<p>
I was hardly reading anything this year as news were consuming all my spare time, but a couple of weeks back I started getting back on track.
</p>
<p>
Currently, I'm reading A Thousand Splendid Suns by Afghan-American author Khaled Hosseini and I really enjoy it!
</p>
<h3>Watching</h3>
<p>
With daylight saving time end it started to feel more like TV time on cold dark autumn nights, so we signed up for Netflix and started to watch Inventing Anna. Mind-blowing story!
</p>
<footer style="text-align:center;">
<p>Last updated on November 2 from my home in Hamburg, Germany.</p>
<p>✌</p></footer>
</body>
</html>