-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstory.html
283 lines (257 loc) · 11.4 KB
/
story.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
<!doctype html>
<html lang="en" data-bs-theme="auto">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Wedding J&M - Story</title>
<meta name="description" content="The love story for Julia and Maggie, has topo maps of home states, and a masonry gallery.">
<meta name="author" content="Julia Kent">
<!-- Preload Bootstrap CSS -->
<link rel="preload" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" as="style">
<!-- Load Bootstrap CSS from CDN -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<!-- Custom CSS -->
<link href="./css/custom.css" rel="stylesheet">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="192x192" href="favicon_io/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="512x512" href="favicon_io/android-chrome-512x512.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon_io/favicon-16x16.png">
<link rel="manifest" href="favicon_io/site.webmanifest">
<link rel="icon" href="favicon_io/favicon.ico" type="image/x-icon">
<!-- Preload Banner Image -->
<link rel="preload" href="../images/cheekkiss.webp" as="image">
<style>
.jumbotron-story {
background-image: url("../images/cheekkiss.webp");
}
img {
max-width: 100%;
height: auto;
vertical-align: middle;
display: inline-block;
}
.grid-wrapper > div {
display: flex;
justify-content: center;
align-items: center;
}
.grid-wrapper > div > img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 5px;
}
.grid-wrapper {
display: grid;
grid-gap: 10px;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-auto-rows: 200px;
grid-auto-flow: dense;
}
.grid-wrapper .wide {
grid-column: span 2;
}
.grid-wrapper .tall {
grid-row: span 2;
}
.grid-wrapper .big {
grid-column: span 2;
grid-row: span 2;
}
.setlist {
width: 50%;
}
@media (max-width: 1200px) {
.setlist {
width: 80%;
}
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-md fixed-top">
<div class="container-fluid nav-text-container" style="margin: 0; padding: 0;">
<a class="navbar-brand nav-link fw-bold py-1 px-0 active" href="index.html" style="font-size: 1em;">
<img src="images/JandM.svg" alt="J&M" style="height: 1.5em;">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav ms-auto mb-2 mb-md-0">
<li class="nav-item">
<a class="nav-link fw-bold py-1 px-0" href="rsvp.html">R.S.V.P.</a>
</li>
<li class="nav-item">
<a class="nav-link fw-bold py-1 px-0" href="story.html">Story</a>
</li>
<li class="nav-item">
<a class="nav-link fw-bold py-1 px-0" href="schedule.html">Schedule</a>
</li>
<li class="nav-item">
<a class="nav-link fw-bold py-1 px-0" href="travel.html">Travel</a>
</li>
<li class="nav-item">
<a class="nav-link fw-bold py-1 px-0" href="faq.html">F.A.Q.</a>
</li>
<li class="nav-item">
<a class="nav-link fw-bold py-1 px-0" href="thank-you.html">Gratitude</a>
</li>
</ul>
</div>
</div>
</nav>
<main class="main-content">
<div class="jumbotron jumbotron-fluid jumbotron-story">
<div class="container">
<h1 class="display-4">Our Story</h1>
<p class="lead">The Brides</p>
</div>
</div>
<div class="container">
<h1 class="mt-5">How We Met</h1>
<p class="lead">Maggie and Julia first met shortly after Maggie noticed Julia in the port-a-potty lines on lot at Phish Dick's.</p>
<div class="text-center">
<p style="font-size: small">~It's Love. It's Love. It always was, and it is, and it always will be Love.~</p>
<img src="images/setlist_courier.drawio.svg" class="mx-auto d-block setlist" style="border-left: 1.5rem solid white; background:white" alt="Set List" ondblclick="popImage(this.src)">
</div>
<div class="container mt-5">
<!-- First Row -->
<div class="row">
<div class="col-md-6">
<h2>Julia Kent</h2>
<p>Julia is from the mid-Hudson Valley New York. She moved to Colorado in 2016 to study Atmospheric and Oceanic Sciences at CU Boulder immediately after graduating from the University of Rochester.
Since 2019 she has worked as a scientist/software engineer creating tooling for climate analysis at the National Center for Atmospheric Research.
She loves to knit, read fantasy, and swim-bike-run triathlons.</p>
</div>
<div class="col-md-6">
<img src="images/ny.png" alt="NY Topo" class="img-fluid">
</div>
</div>
<!-- Second Row -->
<div class="row mt-4">
<div class="col-md-6">
<h2>Maggie Sawyers</h2>
<p>Maggie was born in Germany, but considers Alexandria, Virginia her hometown. She studied marketing at Virginia Tech (Go Hokies!), and later moved to Colorado in 2017. Maggie has been forming an ever-growing community here since.
Maggie works as an accountant for the Buddhist publication company Shambhala Publications.
She loves permaculture, collaging, and pin-collecting.
</p>
</div>
<div class="col-md-6">
<img src="images/va.png" alt="VA Topo" class="img-fluid">
</div>
</div>
<!-- Third Row -->
<div class="row mt-4">
<div class="col-md-6">
<h2>Together</h2>
<p>Maggie and Julia have a shared love for hiking, hot springs, live music, and their cats Pabu and Raava. They're both known to break into song randomly.</p>
</div>
<div class="col-md-6" style="padding-bottom:1rem">
<img src="images/usa_nogrid.png" alt="USA Topo" class="img-fluid">
</div>
</div>
</div>
<div class="container" style="padding-top: 1rem; padding-bottom: 1rem">
<p class="lead">
Here is a gallery of some of our adventures:
</p>
</div>
<div class="grid-wrapper">
<div class="big">
<img src="images/masonry/proposal.jpeg" alt="" ondblclick="popImage(this.src)">
</div>
<div class="big">
<img src="images/masonry/vegas.jpeg" alt="" ondblclick="popImage(this.src)">
</div>
<div>
<img src="images/masonry/backpacking.jpeg" alt="" ondblclick="popImage(this.src)">
</div>
<div>
<img src="images/masonry/foco.jpeg" alt="" ondblclick="popImage(this.src)">
</div>
<div>
<img src="images/masonry/MaggieCert2.jpg" alt="" ondblclick="popImage(this.src)">
</div>
<div class="wide">
<img src="images/masonry/tetons.jpeg" alt="" ondblclick="popImage(this.src)">
</div>
<div>
<img src="images/masonry/julias_ring.jpg" alt="" ondblclick="popImage(this.src)">
</div>
<div class="tall">
<img src="images/masonry/hawaii.jpeg" alt="" ondblclick="popImage(this.src)">
</div>
<div class="big">
<img src="images/masonry/rrx.jpg" alt="" ondblclick="popImage(this.src)">
</div>
<div class="big">
<img src="images/masonry/tintype.jpg" alt="" ondblclick="popImage(this.src)">
</div>
<div class="big">
<img src="images/masonry/utah.jpeg" alt="" ondblclick="popImage(this.src)">
</div>
<div class="tall">
<img src="images/masonry/selfie.jpg" alt="" ondblclick="popImage(this.src)">
</div>
<div>
<img src="images/masonry/laughing.jpeg" alt="" ondblclick="popImage(this.src)">
</div>
<div>
<img src="images/masonry/fox.jpeg" alt="" ondblclick="popImage(this.src)">
</div>
<div>
<img src="images/masonry/princeton.jpg" alt="" ondblclick="popImage(this.src)">
</div>
<div class="wide">
<img src="images/masonry/kittens2.jpg" alt="" ondblclick="popImage(this.src)">
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/masonry/4.2.2/masonry.pkgd.min.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
var grid = document.querySelector('.grid');
var msnry = new Masonry(grid, {
itemSelector: '.grid-item',
columnWidth: '.grid-item',
percentPosition: true
});
grid.style.display = 'block';
msnry.layout();
});
</script>
<div class="overlay" onclick="closeOverlay()">
<img src="" alt="Expanded Image">
</div>
<script>
function popImage(src) {
const overlay = document.querySelector('.overlay');
overlay.style.display = 'flex';
overlay.querySelector('img').src = src;
}
function closeOverlay() {
const overlay = document.querySelector('.overlay');
overlay.style.display = 'none';
}
</script>
</main>
<footer class="py-3 my-4 border-top bg-light">
<div class="container d-flex justify-content-between align-items-center">
<div class="col-md-4 text-center text-md-start">
<p class="mb-0 text-body-secondary"><a href="https://github.com/jukent/maggie-and-julia" class="text-body-secondary">Coded by Julia</a><br>with lots of love for Maggie</p>
</div>
<div id="countdown" class="col-md-4 mb-0 text-body-secondary text-center"></div>
<div class="col-md-4 text-center text-md-end">
<p class="mb-0 text-body-secondary">Banner Photography by<br><a href="https://angiewilderphoto.com/" class="text-body-secondary">Angie Wilder</a></p>
</div>
</div>
</footer>
<script src="./js/custom.js"></script>
<!-- Preload Bootstrap JS -->
<link rel="preload" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" as="script">
<!-- Load Bootstrap JS from CDN -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous" defer></script>
</body>
</html>