-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (58 loc) · 2.92 KB
/
Copy pathindex.html
File metadata and controls
60 lines (58 loc) · 2.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Yale Menus</title>
<meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The #1 student-made app for dining at Yale.">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/home.css">
<link rel="icon" type="image/png" href="images/logo/favicon.png">
<link rel="icon" type="image/x-icon" href="images/logo/favicon.ico">
<!-- Twitter preview -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@ErikBoesen">
<meta name="twitter:title" content="Yale Menus">
<meta name="twitter:description" content="The #1 student-made app for dining at Yale.">
<meta name="twitter:image" content="https://yalemenus.com/images/logo/feature.png">
<!-- Other platform preview -->
<meta property="og:url" content="https://yalemenus.com" />
<meta property="og:title" content="Yale Menus" />
<meta property="og:description" content="The #1 student-made app for dining at Yale." />
<meta property="og:image" content="https://yalemenus.com/images/logo/feature.png" />
</head>
<body>
<div class="columns">
<div class="column info">
<img class="logo" src="images/logo/logo.png" alt="Yale Menus logo">
<hr>
<h1>Yale Menus</h1>
<h2>Dining with style.</h2>
<hr>
<div class="download-buttons">
<a class="download-button" href="https://apps.apple.com/us/app/yale-menus/id1273168650">
<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.adisa.diningplus">
<img src="images/download/google_play.png" alt="Get it on Google Play">
</a>
</div>
<!--<p class="links"><a href="https://api.yalemenus.com">API Documentation</a></p>-->
</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/home.png">
</div>
<div class="preview iphone_x">
<img class="frame" src="images/devices/iphone_x.png">
<img class="screenshot" src="images/screenshots/hall.png">
</div>
</div>
</div>
<footer>
<p>© 2023. Made by students, for students at <a href="https://umenus.io">UMenus</a>.</p>
</footer>
</body>
</html>