-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.archive
526 lines (489 loc) · 22.2 KB
/
index.archive
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
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
<!DOCTYPE html>
<!-- THANK YOU TO SUPERHUMAN.COM FROM WHICH WE'VE SHAMELESSY STOLEN THIS WEBSITE. THANK YOU IN PARTICULAR TO RAHUL VOHRA, WHO IS AN AMAZING PERSON :) -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="Made by and made for Berkeley students">
<meta name="author" content="">
<meta property="fb:app_id" content="588922198553711">
<!-- Open Graph -->
<meta property="og:title" content="Berkeley Marriage Pact">
<meta property="og:type" content="website">
<meta property="og:url" content="http://berkeleymarriagepact.com/">
<meta property="og:image" content="https://dangeng.github.io/BerkeleyMarriagePactWebsite/assets/imgs/oski_trans.png">
<meta property="og:description" content="Made by and made for Berkeley students. Find your other half. Take the survey at berkeleymarriagepact.com">
<meta property="og:site_name" content="Berkeley Marriage Pact">
<!-- Rich Snippets and Structured Data -->
<meta itemprop="name" content="Berkeley Marriage Pact">
<meta itemprop="url" content="https://berkeleymarriagepact.com/">
<meta itemprop="description" content="Made by and made for Berkeley students. Find your other half. Take the survey at berkeleymarriagepact.com">
<meta itemprop="thumbnailUrl" content="https://dangeng.github.io/BerkeleyMarriagePactWebsite/assets/imgs/thumbnail.png">
<meta itemprop="image" content="https://dangeng.github.io/BerkeleyMarriagePactWebsite/assets/imgs/oski_trans.png">
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '588922198553711',
xfbml : true,
version : 'v2.0'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-157593138-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-157593138-1');
</script>
<!-- Other -->
<link rel="image_src" href="https://dangeng.github.io/BerkeleyMarriagePactWebsite/assets/imgs/oski_trans.png">
<!-- Bootstrap core CSS -->
<link href="./assets/bootstrap.min.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<link href="./assets/main.css" rel="stylesheet"><script charset="utf-8" src="./assets/button.550007e6cc79c00bac51111d8131d860.js"></script></head>
<body class="main vsc-initialized">
<div id="navbar-container" class="update-navbar-transparent">
<nav class="navbar navbar-fixed-top">
<div class="container-fluid">
<div class="row take-me-to-superhuman-section">
<div class="take-me-to-superhuman-container">
<a class="button" href="https://mail.superhuman.com/" target="_blank">
<div>Take me to Superhuman <img src="./assets/02eb6d3222e9f6a43cd14cb97c40f060.arrow.svg"></div>
</a>
</div>
</div>
<div class="row">
<div class="col-xs-offset-1 col-xs-12 col-lg-offset-4 col-lg-4 logo">
<h2>
<div><strong>Berkeley Marriage Pact</strong></div>
</h2>
</div>
<!--
<a class="col-xs-5 navbar-mobile-links" href="https://www.google.com">
<div data-selector="signup-button" class="button">
<div>Take Survey</div>
</div>
</a>
-->
<a class="col-xs-5 col-lg-3 navbar-desktop-links" href="https://berkeley206399.typeform.com/to/YvzqQp">
<div class="button">
<div>Take Survey</div>
</div>
</a>
</div>
</div>
</nav>
</div>
<div class="container-fluid header index-page update-navbar-transparent">
<div class="row">
<div class="bar"></div>
<div class="col-xs-offset-1 col-xs-10 col-md-10 col-lg-4">
<h1 class="update-navbar-black update-navbar-hide-on-desktop">
<div><nobr>Bringing</nobr><br><nobr>Bears</nobr><br>Together</div>
</h1>
<div data-signup-form="" class="sign-up mobile update-navbar-black update-navbar-hide-on-desktop update-navbar-hide-take-me-to-superhuman">
<table>
<tbody><tr>
<td class="button-cell">
<a href="https://berkeley206399.typeform.com/to/YvzqQp">
<div data-submit="" class="button">
<div>Take Survey</div>
</div>
</a>
</td>
</tr>
</tbody></table>
</div>
</div>
<div class="col-xs-12 col-lg-7">
<div class="row">
<div class="laptop-container">
<!--<img src="./assets/f4ea923047f0c5a2c85168b0e8a4cbae.header-laptop.png" alt="Superhuman on desktop and iPhone">-->
<img src="./assets/imgs/oski_trans.png" alt="Superhuman on desktop and iPhone">
<div class="baseline-strut" style="height: 0px;"></div>
</div>
</div>
</div>
</div>
<div class="down-arrow"></div>
</div>
<div class="container-fluid introduction update-navbar-white update-navbar-show-button update-navbar-hide-take-me-to-superhuman">
<div class="row">
<div class="background"></div>
<div class="col-xs-offset-1 col-xs-10 col-sm-offset-3 col-sm-6 col-lg-offset-4 col-lg-4">
<div class="separator"></div>
<div class="wow fadeIn" style="visibility: visible; animation-name: fadeIn;">
<h2>
<div>You're tired of using<br>Tinder | Bumble | Hinge | Grindr</div>
</h2>
<div class="narrative">
<p>
It's no surprise that dating apps don't work. It's because <em>they aren't designed </em> to work. The moment you find "the one," Tinder loses two users. It's a contradictory incentive that results in all the bad matches you've been getting.
</p>
<p>
Enter: <strong> The Berkeley Marriage Pact </strong>.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid visually-gorgeous update-navbar-white update-navbar-show-button update-navbar-hide-take-me-to-superhuman">
<div class="row">
<div class="col-xs-12 col-lg-8">
<div class="row">
<div class="background"></div>
</div>
</div>
<div class="col-xs-12 col-lg-3">
<div class="row">
<div class="bar"></div>
<div class="col-xs-offset-1 col-xs-10 col-sm-offset-3 col-sm-6 col-lg-offset-0 col-lg-12">
<div class="wow fadeIn" style="visibility: visible; animation-name: fadeIn;">
<div class="separator"></div>
<h2>
<div>Take our Survey</div>
</h2>
<h3>
<div></div>
</h3>
<div class="narrative">
<p>
The Berkeley Marriage Pact is a project made by Berkeley students and for Berkeley students. It is a brief survey open to currently enrolled students at Berkeley that is designed to find your perfect match. The results of the survey are then fed to cutting edge algorithms to find the most compatible partner for you.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid be-brilliant-with-people update-navbar-white update-navbar-show-button update-navbar-hide-take-me-to-superhuman">
<div class="row">
<div class="col-xs-12 col-lg-push-6 col-lg-offset-1 col-lg-4">
<div class="row">
<div class="col-xs-offset-1 col-xs-10 col-sm-offset-3 col-sm-6 col-lg-offset-0 col-lg-12">
<div class="wow fadeIn" style="visibility: visible; animation-name: fadeIn;">
<div class="separator"></div>
<h2>
<div>State of the Art</div>
</h2>
<h3>
<div>Our Algorithm</div>
</h3>
<div class="narrative">
<p>
Our patent pending match-making algorithm leverages recent advances in quantum computing, cryptocurrency, blockchain, and deep learning to find the perfect couples.
</p>
<p>
Just kidding... Our algorithm is actually a modified stable marriage on kernelized survey responses coupled with a graph analysis on social networks.
</p>
<p>
This is, incidentally, the same exact algorithm used to match doctors to residency programs and kidney donors to kidney recipients. Not a bad track record.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-lg-pull-5 col-lg-offset-1 col-lg-5 wow fadeInUp" style="visibility: visible; animation-name: fadeInUp;">
<div class="widget-container">
<!--<img class="profile" src="./assets/91556a74b54596664f27d4f68e68a18b.profile.png" alt="Superhuman social insights">-->
<img class="profile" src="./assets/imgs/brain.png" alt="Superhuman social insights">
<div class="baseline-strut" style="height: 0px;"></div>
</div>
</div>
</div>
</div>
<div class="container-fluid quotes quotes-1 update-navbar-white update-navbar-show-button update-navbar-hide-take-me-to-superhuman">
<div class="row">
<div class="background"></div>
<div class="col-xs-offset-1 col-xs-10 col-sm-8 col-md-6 col-lg-5">
<div class="quote quote-1 wow fadeInUp" style="visibility: visible; animation-name: fadeInUp;">
<div class="image"></div>
<div class="quote-container">
<div class="bar"></div>
<div class="quote-mark-container">
<div class="quote-mark"></div>
</div>
<div class="quote-body">
<div>I thought she was going to meet <br>boys in college...</div>
</div>
<div class="attribution">
<div>
My mom<br>
</div>
</div>
</div>
</div>
</div>
<div class="clearfix col-xs-offset-1 col-xs-10 col-sm-offset-3 col-sm-8 col-md-offset-5 col-md-6 col-lg-offset-6 col-lg-5">
<div class="quote quote-2 wow fadeInUp" style="visibility: visible; animation-name: fadeInUp;">
<div class="image"></div>
<div class="quote-container">
<div class="bar"></div>
<div class="quote-mark-container">
<div class="quote-mark"></div>
</div>
<div class="quote-body">
<div>Every szn's cuffin szn</div>
</div>
<div class="attribution">
<div>
Carol Christ<br>
UC Berkeley Chancellor
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid two-up update-navbar-white update-navbar-show-button update-navbar-hide-take-me-to-superhuman">
<div class="row">
<div class="col-sm-12 col-md-6 scheduled-emails">
<div class="row">
<div class="overlay">
<div class="col-xs-offset-1 col-xs-10 col-sm-offset-3 col-sm-6 col-md-offset-2 col-md-8">
<div class="wow fadeIn" style="visibility: visible; animation-name: fadeIn;">
<div class="separator"></div>
<h2>
<div>How private is the survey?</div>
</h2>
<h3>
<div></div>
</h3>
<div class="narrative">
<p>
Privacy is one of our top concerns. All survey responses are stored behind two-factor authentication and are fed completely anonymously to our algorithm.
</p>
<p>
Of course, a valid @berkeley.edu email will be necessary to take the survey and receive a match. But aside from contacting you and verifying your status as a student, your email will be untouched.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 snooze">
<div class="row">
<div class="overlay">
<div class="col-xs-offset-1 col-xs-10 col-sm-offset-3 col-sm-6 col-md-offset-2 col-md-8">
<div class="wow fadeIn" style="visibility: visible; animation-name: fadeIn;">
<div class="separator"></div>
<h2>
<div>Am I guaranteed to find <em>the one</em>?</div>
</h2>
<h3>
<div></div>
</h3>
<div class="narrative">
<p>
While we can't make guarantees on finding <em>the one</em>, we can guarantee that we will try our best to do so. What do you have to lose?
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid two-up update-navbar-white update-navbar-show-button update-navbar-hide-take-me-to-superhuman">
<div class="row">
<div class="col-sm-12 col-md-6 shortcuts">
<div class="row">
<div class="overlay">
<div class="col-xs-offset-1 col-xs-10 col-sm-offset-3 col-sm-6 col-md-offset-2 col-md-8">
<div class="wow fadeIn" style="visibility: visible; animation-name: fadeIn;">
<div class="separator"></div>
<h2>
<div>Why is this a thing?</div>
</h2>
<h3>
<div></div>
</h3>
<div class="narrative">
<p>
Think "social experiment" crossed with a desire to see some more joy in the world. We are just firm believers that Berkeley students can do with a bit more love in their lives. Sometimes all it takes to connect the dots is just one smart algorithm.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 offline">
<div class="row">
<div class="overlay">
<div class="col-xs-offset-1 col-xs-10 col-sm-offset-3 col-sm-6 col-md-offset-2 col-md-8">
<div class="wow fadeIn" style="visibility: visible; animation-name: fadeIn;">
<div class="separator"></div>
<h2>
<div>What is a marriage pact?</div>
</h2>
<h3>
<div>Is this binding...?</div>
</h3>
<div class="narrative">
<p>
The term marriage pact comes from season 4 episode 17 of "How I Met Your Mother" where Ted and Robin agree to get married when they are 40 if both of them are still single.
</p>
<p>
The Berkeley Marriage Pact was created in a similar vein, but it is definitely not binding. We just want to bring people together. And even though we'd love for you to at least drop a line, you don't even have to message them if you really don't want to.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid two-up update-navbar-white update-navbar-show-button update-navbar-hide-take-me-to-superhuman">
<div class="row">
<div class="col-sm-12 col-md-6 offline">
<div class="row">
<div class="overlay">
<div class="col-xs-offset-1 col-xs-10 col-sm-offset-3 col-sm-6 col-md-offset-2 col-md-8">
<div class="wow fadeIn" style="visibility: visible; animation-name: fadeIn;">
<div class="separator"></div>
<h2>
<div>Who are you guys?</div>
</h2>
<h3>
<div></div>
</h3>
<div class="narrative">
<p>
We're a group of Berkeley juniors and seniors just looking to spice things up a bit. Among our other projects include the Berkeley Piano on Sproul, the Overheard Facebook page, and the Confessions page. If you want to contact us please shoot us an email at <strong><span class="rev">moc.liamg@tcapegairramyelekreb</span></strong>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-12 col-md-6 shortcuts">
<div class="row">
<div class="overlay">
<div class="col-xs-offset-1 col-xs-10 col-sm-offset-3 col-sm-6 col-md-offset-2 col-md-8">
<div class="wow fadeIn" style="visibility: visible; animation-name: fadeIn;">
<div class="separator"></div>
<h2>
<div>Where is the best <br>bathroom on campus?</div>
</h2>
<h3>
<div></div>
</h3>
<div class="narrative">
<p>
As if we'll tell you!
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid read-status update-navbar-white update-navbar-show-button update-navbar-hide-take-me-to-superhuman">
<div class="row">
<div class="col-xs-offset-1 col-xs-10 col-sm-5 col-lg-3 contents">
<div class="separator"></div>
<div class="wow fadeIn" style="visibility: visible; animation-name: fadeIn;">
<h2>
<div>What are you waiting for?</div>
</h2>
<h3>
<div>Here's some possibilities</div>
</h3>
<div class="narrative">
<p>
🞄 You take the survey and message your match. You click instantly. Fast forward 10 years. House, two kids, and a doggo. The love of your life.
</p>
<p>
🞄 You get your match. You archive the email. Twenty years pass. You're 40. You're still single. In a final act of desperation you fish out that marriage pact thingy from your inbox. You shoot an email. They're single as well. Sparks fly.
</p>
<p>
🞄 You're matched with your BFF. You two laugh it off. What a stupid survey. Life's good.
</p>
</div>
</div>
</div>
<div class="col-xs-12 col-lg-offset-1 col-lg-7">
<div class="row">
<div class="image-container">
<img src="./assets/imgs/oski_surprised.png">
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid are-you-ready update-navbar-transparent update-navbar-hide-on-desktop update-navbar-hide-take-me-to-superhuman">
<div class="row">
<div class="screenshot-container">
<div class="screenshot screenshot-3">
<div class="front"></div>
<div class="left"></div>
<div class="bottom"></div>
</div>
<div class="screenshot screenshot-2">
<div class="front"></div>
<div class="left"></div>
<div class="bottom"></div>
</div>
<div class="screenshot screenshot-1">
<div class="front"></div>
<div class="left"></div>
<div class="bottom"></div>
</div>
</div>
<div class="overlay-1"></div>
<div class="overlay-2"></div>
<div class="col-xs-offset-1 col-xs-10">
<h1>
<div>Berkeley <br> Marriage <br> Pact </div>
</h1>
<div data-signup-form="" class="sign-up">
<table>
<tbody><tr>
<td class="button-cell">
<a href="https://berkeley206399.typeform.com/to/YvzqQp">
<div data-submit="" class="button">
<div>Take Survey</div>
</div>
</a>
</td>
</tr>
</tbody></table>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-offset-1 col-xs-10 col-sm-offset-7 col-sm-4 col-lg-offset-8 col-lg-3">
<div class="contents">
<div class="separator"></div>
<h3>
<div>By Berkeley Students<br>For Berkeley Students</div>
</h3>
</div>
</div>
</div>
</div>
<iframe scrolling="no" frameborder="0" allowtransparency="true" src="./assets/widget_iframe.69e02060c7c44baddf1b5629549acc0c.html" title="Twitter settings iframe" style="display: none;"></iframe><iframe id="rufous-sandbox" scrolling="no" frameborder="0" allowtransparency="true" allowfullscreen="true" style="position: absolute; visibility: hidden; display: none; width: 0px; height: 0px; padding: 0px; border: none;" title="Twitter analytics iframe" src="./assets/saved_resource.html"></iframe></body></html>