-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (20 loc) · 822 Bytes
/
index.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
<!DOCTYPE html>
<head>
<meta charset="utf-8"/>
<title>Should I do the thing?</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<!-- <h1>Should I do the thing?</h1>-->
<h2>Should I Do The Thing? (2016-2021)<br>expresses, as a diagram, major life turning points;<br><br>not really to make a decision,<br>but to reveal the decision<br>one already recognizes<br>to be the right one.</h2>
<ul>
<li><a href=v1.jpg>v1 - Nov 2016</a></li>
<li><a href="v2.pdf">v2 - Dec 2017 / Jan 2018</a></li>
<li><a href="v3.pdf">v3 - May 2020</a></li>
<li><a href="v4.1.pdf">v4.1 - Dec 2021 / Jan 2022</a> [current]</li>
</ul><br><Br>
<a href=v4.1.pdf>
Click to download A4 (b&w) printable:<br>
<img src="v4.PNG" width=100% style="max-width:800px"></a>
</body>
</html>