-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
55 lines (53 loc) · 2.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Comethru</title>
<meta name="theme-color" content="#15202b">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The #1 party-tracking app. By students, for students.">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/home.css">
<link rel="shortcut icon" href="images/logo/favicon.png">
<!-- Twitter preview -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@ErikBoesen">
<meta name="twitter:title" content="Comethru">
<meta name="twitter:description" content="The #1 party-tracking app. By students, for students.">
<meta name="twitter:image" content="https://comethru.io/images/logo/feature.png">
<!-- Other platform preview -->
<meta property="og:url" content="https://comethru.io" />
<meta property="og:title" content="Comethru" />
<meta property="og:description" content="The app to help you find out what's the move." />
<meta property="og:image" content="https://comethru.io/images/logo/feature.png" />
</head>
<body>
<div class="columns">
<div class="column info">
<img class="logo" src="images/logo/logo.png" alt="Comethru logo">
<h1>What's happening on campus?</h1>
<div class="download-buttons">
<a class="download-button" href="https://apps.apple.com/us/app/comethru-yale/id1487264399">
<img src="images/download/app_store.png" alt="Download on the App Store">
</a>
<a class="download-button" href="https://play.google.com/store/apps/details?id=com.erikboesen.comethru">
<img src="images/download/google_play.png" alt="Get it on Google Play">
</a>
</div>
</div>
<div class="column previews">
<div class="preview iphone_x">
<img class="frame" src="images/devices/iphone_x.png">
<img class="screenshot" src="images/screenshots/iphone_x.png">
</div>
<div class="preview pixel">
<img class="frame" src="images/devices/pixel.png">
<img class="screenshot" src="images/screenshots/pixel.png">
</div>
</div>
</div>
<footer>
<p>© 2020. By <a href="https://erikboesen.com">Erik Boesen</a>. <a href="privacypolicy">Privacy Policy</a> <a href="tos">Terms of Service</a></p>
</footer>
</body>
</html>