-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
380 lines (317 loc) · 13.7 KB
/
Copy pathindex.html
File metadata and controls
380 lines (317 loc) · 13.7 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X02BYTJ9F7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-X02BYTJ9F7');
</script>
<script type="text/javascript"> window.$crisp=[];window.CRISP_WEBSITE_ID="d8e451b1-53f6-4306-aef1-babe2e1b36e9";(function(){ d=document;s=d.createElement("script"); s.src="https://client.crisp.chat/l.js"; s.async=1;d.getElementsByTagName("head")[0].appendChild(s);})(); </script>
<title>High/Low - Connection Through Reflection</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./bootstrap.min.css">
<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>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<style>
#nav-logo {
width: 2em;
}
#banner {
position: absolute;
background-image: linear-gradient(to bottom right, #FB2A57, #FA9C1D);
width: 100%;
height: 90%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
color: white;
}
#banner img {
width: 150px;
}
#appstore-links {
display: flex;
flex-direction: row;
}
#about {
text-align: center;
width: 100%;
margin-top: 90vh;
padding-left: 25%;
padding-right: 25%;
padding-top: 50px;
}
#about-content {
margin-top: 1em;
font-size: 20px;
text-align: left;
line-height: 40px;
color: rgb(98, 98, 105);
}
#video-container {
width: 100%;
text-align: center;
}
#why {
width: 100%;
background-image: linear-gradient(to bottom right, #FB2A57, #FA9C1D);
text-align: center;
border-top: 15px solid rgb(240, 240, 240);
border-bottom: 15px solid rgb(240, 240, 240);
display: flex;
flex-direction: row;
}
#why-cont {
float: left;
height: 100%;
width: 50%;
margin: auto;
padding: 20px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
#why-content p {
width: 75%;
margin-left: auto;
margin-right: auto;
font-size: 20px;
line-height: 40px;
text-align: left;
}
#why-cont img {
width: 100%;
margin-bottom: 20px;
border-radius: 10px;
}
#why-content {
float: left;
background-color: white;
width: 50%;
bottom: 0px;
color: rgb(98, 98, 105);
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
#team {
text-align: center;
width: 100%;
margin-top: 50px;
color: rgb(98, 98, 105);
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
#team-wrapper {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 100%;
margin-left: auto;
margin-right: auto;
}
.team-member {
margin: 1em;
}
.team-member img {
width: 100px;
height: 100px;
border-radius: 100%;
background-image: linear-gradient(to bottom right, #dd0f3b, #f86622);
padding: 2px;
}
.team-member p {
color: #969696;
font-size: 15px;
}
#support {
width: 100%;
text-align: center;
background-image: linear-gradient(to bottom right, #FA9C1D, #FB2A57);
padding: 1em;
}
#support h1 {
width: 100%;
text-align: center;
color: white;
margin-top: 2em;
}
#support p {
margin-top: 1em;
color: white;
line-height: 2em;
text-align: center;
font-size: 20px;
}
#footer {
background-color: rgb(240, 240, 240);
padding: 1em;
color: gray;
}
.fa-github {
font-size: 10em;
transition: 0.3s;
color: white;
}
.fa-github:hover {
cursor: pointer;
color: #c8c8c8;
}
.button {
background-color: white;
color: #FB2A57;
padding: 15px;
border-radius: 10px;
font-size: 15px;
}
.button:hover {
text-decoration: none;
}
#support p.bottom {
margin-bottom: 4em;
}
@media only screen and (max-width: 800px) {
#about {
padding-left: 50px;
padding-right: 50px;
}
#why {
flex-direction: column;
}
#why-cont {
float: none;
width: 100%;
}
#why-content {
float: none;
width: 100%;
padding-top: 20px;
}
#team-wrapper {
flex-direction: column;
}
}
</style>
<meta name="title" content="High/Low - Home"/>
<meta name="description" content="High/Low is an app that helps you find meaning and purpose in every day!"/>
<meta name="robots" content="index,follow"/>
<meta name="apple-itunes-app" content="app-id=1495271870">
</head>
<body>
<nav class='navbar navbar-expand-lg navbar-light navbar-fixed-top' style='background-color: white;'>
<a class='navbar-brand' href='https://gethighlow.com'>
<img src='./assets/Logo-light.png' id='nav-logo'>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="./test.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./contact/index.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" target='_blank' href="https://blog.gethighlow.com">Blog</a>
</li>
</ul>
</div>
</nav>
<div id='banner'>
<img src='./assets/logo-white.png'/>
<h1>High/Low</h1>
<span>Connection Through Reflection</span>
<div id='appstore-links'>
<a href="https://apps.apple.com/us/app/high-low-reflect-each-day/id1495271870?mt=8" style="display:inline-block;overflow:hidden;background:url(https://linkmaker.itunes.apple.com/en-us/badge-lrg.svg?releaseDate=2020-01-20&kind=iossoftware&bubble=ios_apps) no-repeat;width:135px;height:40px;margin: 10px;"></a>
<a href='https://play.google.com/store/apps/details?id=com.gethighlow.highlowandroid&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png'/></a>
</div>
</div>
<div id='about'>
<h1>About</h1>
<p>
<div id="video-container">
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style><div class='embed-container'><iframe src="https://player.vimeo.com/video/493539788" width="640" height="360" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe></div>
</div>
<div id='about-content'>
<p>
High/Low is an app that is dedicated to your spiritual and emotional well being.
</p>
<p>
Our mission is to create tools to assist you in your daily life, and to provide an open, authentic community that you can connect with.
</p>
<p>
Studies have shown that the social media apps of today can lead people into greater anxiety and depression, doing damage to their mental health.
</p>
<p>
We believe it's possible to have the community you get from a social media app while connecting on a deeper, more authentic level.
</p>
<p>
With the High/Low app, we provide you with a variety of tools that allow you to express yourself and reflect inwardly, while connecting with a community of others who are doing the same thing.
</p>
<p>
We also put out weekly content aimed at improving your spiritual and emotional health.
</p>
<p>
Come join us, and we'll build this community together! We'd love to have you along on this journey!
</p>
</div>
</p>
</div>
<div id='why'>
<div id='why-cont'>
<img src='./assets/angled-iphone.png'>
</div>
<div id='why-content'>
<h1>Why High/Low?</h1>
<p>
High/Low is different from other social networking apps because, rather than simply providing a way for users to show off the best parts of their lives with each other, it encourages them to be more open and honest.
</p>
<p>
Our special High/Low format allows people to share the positive things in their circumstances (their highs) while also acknowledging the imperfections of their lives (their lows).
</p>
</div>
</div>
<div id="team">
<h1>Meet The Team</h1>
<div id="team-wrapper">
<div class="team-member">
<img src="assets/caleb.jpg">
<h3>Caleb Hester</h3>
<p>Senior Software Engineer<br>(Frontend, Backend)</p>
</div>
<div class="team-member">
<img src="assets/7E72B8F5-C84A-42A2-B891-B524AFB97D6E.jpeg">
<h3>Emma Hester</h3>
<p>Graphic Designer<br>(Logos and promotional content)</p>
</div>
<div class="team-member">
<img src="assets/brayden.jpg">
<h3>Brayden Morris</h3>
<p>Software Engineer<br>(Android)</p>
</div>
</div>
</div>
<div id="support">
<h1>Follow the Blog</h1>
<p>Still not sure? Follow our blog, and start getting inspirational content every week!</p>
<p class='bottom'><a href="https://blog.gethighlow.com" class='button'>Start Reading</a></p>
</div>
<div id='footer'>
Google Play and the Google Play logo are trademarks of Google LLC.
</div>
</body>
</html>