-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
63 lines (54 loc) · 2.32 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title> odyssee - About </title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="styles/all.css" media="all"/>
<link rel="stylesheet" href="https://use.typekit.net/qep5qwj.css">
<link rel="icon" type="image/png" href="images/icon.png">
</head>
<ul>
<li style="float:right"><a class="active" href="home.html">Close</a></li>
</ul>
<body>
<br>
<h1 id="titleText">Bringing you a vision wider than yesterday—</h1>
<div id = "content">
<div id="text">
<p>
Especially in the midst of this quarantine crisis, we’re all fighting the feeling that we’re living in a tunnel.
That feeling that the world we inhabit is constricted to a narrow path, where the days melt irretrievably together,
and despite the passage of weeks and months, somehow, everything looks the same as the starting point.
</p>
<p>
odyssee is about escaping that tunnel. We took a threefold approach to making that happen.
</p>
<br>
<img id="awareness" alt="awareness" src="images/1.gif" />
<br>
<h4>I. Awareness of the present moment</h4>
<p>
Our days can blend together because it’s too easy to slip into cruise control,
unaware of the details that fleet by us. By asking us to periodically record our moods, activities,
and attitudes, the challenge prompts us to take note of these details, expanding each moment into an experience in its own right.
</p>
<br>
<img id="reflection" alt="reflection" src="images/2.gif" />
<br>
<h4>II. Reflection on our experiences</h4>
<p>
Recording our experiences throughout the day allows us to look back and learn. So even if tomorrow we’re in the same place, we’re nonetheless a different person.
</p>
<br>
<img id="vulnerability" alt="vulnerability" src="images/3.gif" />
<br>
<h4>III. Vulnerability with others</h4>
<p>
By showing through visualizations how our experiences all fit together in a bigger ecosystem, we can begin to expand beyond the narrow tunnel we inhabit.
We hope the interchange allows people to learn vicariously through each other and fosters a sense of solidarity that can fight against the seclusion that hangs over all of our heads.
</p>
<br> <br> <br>
</div>
</div>
</body>
</html>