forked from nccherry/nccherry.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
monomyth-old.html
104 lines (90 loc) · 5.28 KB
/
monomyth-old.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<head>
<title>Nicki & Tyler</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link href="https://fonts.googleapis.com/css?family=Bungee|Bungee+Shade|Cormorant:400,700&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/bootstrap-grid.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap-reboot.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/custom.css">
</head>
<body>
<nav class="navbar navbar-expand-md navbar-light container">
<a class="navbar-brand" href="/"><img src="assets/images/roachbro-2.png"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="/wedding">Wedding Details</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/lets-dance">Let's dance</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="/monomyth">Heroes' Journey</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/pics">Cute pics</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/registry">Registry</a>
</li>
</ul>
</div>
</nav>
<div class="container">
<div class="row mb-4">
<div class="col-md-12">
<h1>Heroes' Journey</h1>
<p>In true UChicago nerd spirit, we've broken up our story into a highly digestable <a href="https://en.wikipedia.org/wiki/Hero%27s_journey">Joseph Campbell-style monomyth.</a> Here's a little mood-music to enjoy while reading: </p>
<iframe src="https://open.spotify.com/embed/track/5UFt0wpIRFSYTIPjZny4u9" width="100%" height="80" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
</div>
</div>
<div class="row">
<div class="col-md-5 mb-2rem">
<img class="img-fluid" src="assets/images/cute_pics/2012_snitch.jpg">
</div>
<div class="col-md-7">
<h3>The Call to Adventure</h3>
<p class="mb-2rem">Our heroes meet as fresh-faced UChicago underclassmen. Tyler and Nicki meet in the house lounge of Snell-Hitchcock during Tyler's orientation week.</p>
<h3>Refusal of the Call</h3>
<p class="mb-2rem">Despite their many shared interests, Tyler isn't able to get over Nicki's enjoyment of Coldplay. Our heroes remain just friends.</p>
<h3>Threshold</h3>
<p class="mb-2rem">As our heroes’ mutual friends circle grew, they started hanging out together more and increasingly enjoyed each other’s company. They secretly began to wonder: could this become more than just a friendship? Nicki also stopped listening to Coldplay.</p>
</div>
</div>
<div class="row">
<div class="col-md-5 mb-2rem">
<img class="img-fluid" src="assets/images/cute_pics/2014_scav.jpg">
</div>
<div class="col-md-7">
<h3>Revelation</h3>
<p class="mb-2rem">Tyler and Nicki both participated in the annual UChicago Scavenger Hunt. After four days of intense creation filled with all manners of wondrous eccentricity, our heroes’ team won the hunt – and they each other’s heart.</p>
<h3>Transformation</h3>
<p class="mb-2rem">Years passed, and our heroes have graduated college and are enjoying a leisurely life together in Chicago with their pet roach, Roachbro. But alas – the East Coast beckons with new opportunities. Can our heroes’ relationship survive this change in scenery?</p>
</div>
</div>
<div class="row">
<div class="col-md-5 mb-2rem">
<img class="img-fluid" src="assets/images/cute_pics/2019_proposal.jpg">
</div>
<div class="col-md-7">
<h3>Atonement</h3>
<p class="mb-2rem">Our heroes spent two years physically apart – with Nicki attending graduate school in New Haven and Tyler working a new job in New York. Against all odds, however, our heroes' love and longing for each other only grew stronger.</p>
<h3>Return</h3>
<p class="mb-2rem">After Nicki graduated from school, our heroes reunited in New York. But wait – first, a throwback vacation in Chicago! And then – a wedding ring! A surprise proposal! And now you are on this website.</p>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</body>
</html>