-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchallenges.html
More file actions
47 lines (44 loc) · 1.93 KB
/
challenges.html
File metadata and controls
47 lines (44 loc) · 1.93 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>CHALLENGES</title>
<link href="/style.css" rel="stylesheet" type="text/css">
<link href="/base.css" rel="stylesheet" type="text/css">
<link href="/shared.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="wrapper-masthead">
<div class="container">
<header class="masthead clearfix">
<h1><a href="/">i'm sarah</a></h1>
</header>
</div>
</div>
<div id="main" role="main" class="container">
<div>I am very interested in habit formation and time well spent and have embarked on a 30-day challenge every month since December 2007, in pursuit of a better understanding of myself, decision-making and human behavior. Here are a few from recent months and a couple that are on deck.</div>
<h3>Potential Future Topics</h3>
<ul>
<li>Kombucha Making</li>
<li>Refinish All Wooden Home Furnishings</li>
<li>Machine Learning Ultra challenge</li>
<li>Watercoloring</li>
<li>3 Hour Stimulus Rotations</li>
<li>Alternating Days 24-hour Water Fasts</li>
<li>HRV-influenced Training Schedule</li>
</ul>
<h3>2019</h3>
<div><strong>Oct:</strong> Master GTD</div>
<div><strong>Sept:</strong> Source New Social Groups</div>
<div><strong>Aug:</strong> Aggressive Daily Mobility</div>
<div><strong>July:</strong> Digital Minimalism (h/t Cal Newport)</div>
<div><strong>June:</strong> Weekly Meal Prepping</div>
<div><strong>May:</strong> Sleep Hygiene</div>
<div><strong>April:</strong> Evening Walks</div>
<div><strong>Mar:</strong> Legs of the Stool Daily Challenge</div>
<div><strong>Feb:</strong> 5-minute Writing Challenge</div>
<div><strong>Jan:</strong> KonMari the House!</div>
</div>
</body>
</html>