-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
141 lines (132 loc) · 6.51 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="msvalidate.01" content="2F8029B2F9675F8EB31F2212658FD5E3"/>
<meta name="robots" content="index, follow"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Available on iOS and Android. Pleb is a new dating app focused on relationships and coversations with strangers rather than just hookups.">
<title>Pleb dating app on Android and iOS</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="assets/css/pleb.css" rel="stylesheet">
<link rel="canonical" href="https://pleb.dating"/>
</head>
<script>
window.onload = function() {
myFunction();
};
window.addEventListener('resize', myFunction);
function myFunction() {
let height = window.innerHeight;
let width = window.innerWidth;
// document.getElementById("body").style.maxHeight = `${height+60}px`;
// document.getElementById("body").style.height = `${height+60}px`;
// document.getElementById("home-contain").style.maxHeight = `${height}px`;
// document.getElementById("home-contain").style.height = `${height}px`;
document.getElementById("footer").style.display = "block";
if(width === 320){
document.getElementById("container-text").style.fontSize = `${29}px`;
}
}
</script>
<body>
<div class="home" id="body">
<div class="home-contain" id="home-contain">
<header id="header">
<div class="header-area">
<div class="header-logo">
<img src="https://s3-us-west-2.amazonaws.com/zivost-boring/cdn/images/logo%403x.png">
</div>
</div>
</header>
<div class="left-side-container">
<div class="left-side">
<div class="container-text" id="container-text">
“Beautiful faces don’t build beautiful relationships, beautiful souls do.”
</div>
<div class="container-sub-text">
<span class="tag-text">#JudgementFree</span> speed dating
</div>
<div class="container-download-buttons">
<!-- <input type="text" placeholder="Enter email address" id="email" required="required"/>
<div class="android-btn-sub" id="upper">
<button class="android-text" id="submit" onclick="onSubmit()" >
Get early access
</button>
</div> -->
<div class="ios-btn" onclick="window.open('https://apps.apple.com/us/app/pleb-dating/id1455964947?ls=1')">
<div class="ios-img">
<img src="https://s3-us-west-2.amazonaws.com/zivost-boring/cdn/images/apple%403x.png" alt="ios-img">
</div>
<div class="ios-text">
DOWNLOAD
</div>
<div class="clear"></div>
</div>
<div class="android-btn" onclick="window.open('https://play.google.com/store/apps/details?id=com.zivost.pleb')">
<div class="android-img">
<img src="https://s3-us-west-2.amazonaws.com/zivost-boring/cdn/images/androidLogo2%403x.png" alt="android-img">
</div>
<div class="ios-text">
DOWNLOAD
</div>
<div class="clear"></div>
</div>
</div>
</div>
</div>
<div class="right-side-container">
<div class="container-image">
<img src="https://s3-us-west-2.amazonaws.com/zivost-boring/cdn/images/image.png" alt="modern dating app">
</div>
</div>
<div class="clear"></div>
</div>
<footer id="footer">
<div class="footer-contain">
<div class="footer-left">
<div class="footer-text">
<a href="/blogs">BLOGS</a>
</div>
<div class="footer-text">
<a href="/privacy.html">PRIVACY POLICY</a>
</div>
<div class="footer-text">
<a href="/terms.html">TERMS AND CONDITIONS</a>
</div>
<!-- <div class="footer-text">
<a href="#">CONTACT</a>
</div>
<div class="footer-text">
<a href="#">JOBS</a>
</div> -->
</div>
<div class="footer-right">
<div class="footer-image">
<a href="https://www.facebook.com/pleb.dating/" target="_blank"><img src="https://s3-us-west-2.amazonaws.com/zivost-boring/cdn/images/001-facebook%403x.png"/></a>
</div>
<div class="footer-image">
<a href="https://www.instagram.com/pleb.dating" target="_blank"><img src="https://s3-us-west-2.amazonaws.com/zivost-boring/cdn/images/002-instagram%403x.png"/></a>
</div>
<div class="footer-image">
<a href="https://twitter.com/pleb_dating" target="_blank"><img src="https://s3-us-west-2.amazonaws.com/zivost-boring/cdn/images/003-twitter%403x.png"/></a>
</div>
</div>
</div>
</footer>
<div class="cookieConsent">
To help personalise content, tailor and measure ads and provide a safer experience, we use cookies. By clicking on or navigating the site, you agree to allow us to collect information on and off Pleb through cookies. Learn more, including about available controls: <a href="https://pleb.dating/cookies.html">Cookie Policy</a>.
<button id="closeCookieConsentButton" onclick="agree()">I Agree</button>
</div>
</div>
</body>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-135460279-1"></script>
<script type="text/javascript" src="assets/js/pleb.js"></script>
<!-- <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js"></script> -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-135460279-1');
</script>
</html>