-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestimonials.html
More file actions
109 lines (81 loc) · 4.69 KB
/
testimonials.html
File metadata and controls
109 lines (81 loc) · 4.69 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
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>
Berkeley Marriage Pact - Testimonials
</title>
<!-- CSS -->
<link rel="stylesheet" href="/public/css/poole.css">
<link rel="stylesheet" href="/public/css/syntax.css">
<link rel="stylesheet" href="/public/css/lanyon.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
<!-- Icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/public/apple-touch-icon-precomposed.png">
<link rel="shortcut icon" href="/public/favicon.ico">
<!-- Font -->
<link href="https://fonts.googleapis.com/css?family=EB+Garamond&display=swap" rel="stylesheet">
<!-- 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>
</head>
<body>
<!-- Wrap is the content to shift when toggling the sidebar. We wrap the
content to avoid any CSS collisions with our real content. -->
<div class="wrap">
<div class="masthead" style="border-bottom: 0px">
</div>
<div class="container content">
<div class="post">
<h1 class="post-title">Berkeley Marriage Pact - Testimonials</h1>
<span class="post-date">By: Daniel Geng and Max Yuan</span>
<span class="post-date">15 Mar 2020</span>
<p>Hi YC!</p>
<p>Here are some (cherry picked) Berkeley Marriage Pact testimonials that we thought were truly amazing:</p>
<blockquote>
<p>“What I thought was hilarious was that my match was my boyfriend and both of us were absolutely dying when we got each other. I wanna know how we were matches together.”</p>
</blockquote>
<blockquote>
<p>“Honestly it’s going really well and everyone in our lives is shocked LOL. Congrats to y’all and your algorithm :)”</p>
</blockquote>
<blockquote>
<p>“You guys honestly nailed it. The algorithm you put together is great, so happy with my match. We have already gone out twice, with plans to go out again next week and things are looking good. I really appreciate this survey because I never had the confidence to ask someone out, and got my first date (and hopefully first girlfriend) out of this :)”</p>
</blockquote>
<blockquote>
<p>1) I enjoyed the data set and trends breakdown – I don’t know if you posted it on social media but if I didn’t take the survey I would’ve loved to see it anyways (so maybe post it if you haven’t?).
2) I heard from a close friend that she and her boyfriend took the test and somehow got matched together (so wow good job I’m impressed – but also sorry for maybe fucking up your matches but my boyfriend and I took it as well and didn’t get matched so…………. hopefully that doesn’t say anything about our relationship).
3) Kudos to whoever organized this and especially to the writers, 10/10 humour would read again. (High-key just choosing to stay in contact in hopes of some witty response.)”</p>
</blockquote>
<p>And from the Berkeley confession’s Facebook page:</p>
<blockquote>
<p>“I went on my Berkeley Marriage Pact date and had a lot of fun. But I feel that both of us were pretty much under the impression that this would be a joke-date. But in the end I actually liked them and I would be so down for another date but how can I go on another date if the first one wasn’t an actual date like what. I don’t know if it’s weird to ask to go on another date. Because yeah we may be “compatible” according to the algorithm but I don’t know if they’re into me appearance wise yk. They agreed to go on the date because we thought it’d be a funny experience and not necessarily because they were attracted to me. Like Ik that’s shallow but if they don’t know much about me they’re gonna rely a bit on my appearance when it comes to deciding if they actually wanna go out right ?”</p>
</blockquote>
</div>
<!--
<div class="related">
<h2>Related Posts</h2>
<ul class="related-posts">
<li>
<h3>
<a href="/2020/02/25/analysis/">
Berkeley Marriage Pact - Data Analysis
<small>25 Feb 2020</small>
</a>
</h3>
</li>
</ul>
</div>
-->
</div>
</div>
</body>
</html>