-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
105 lines (99 loc) · 3.28 KB
/
index.html
File metadata and controls
105 lines (99 loc) · 3.28 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
<!DOCTYPE html>
<html lang='en-US' dir='ltr'>
<head>
<meta charset='utf-8'>
<title>Get Arcadia High Mobile</title>
<meta name='description' content='We keep you up to date with Arcadia High!'>
<meta name='author' content='Arcadia High Mobile Team'>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<meta name='color-scheme' content='light dark'>
<link rel='icon' type='image/png' href='https://ahs.app/icon.png'>
<meta property='og:type' content='website'>
<meta property='og:url' content='https://get.ahs.app'>
<meta property='og:title' content='Arcadia High Mobile v4.0'>
<meta name='twitter:image:src' content='https://get.ahs.app/2021-banner.png'>
<meta property='og:image' content='https://get.ahs.app/2021-banner.png'>
<meta property='og:image:alt' content='Available for iOS and Android. We keep you up to date with Arcadia High!'>
<meta name='twitter:card' content='summary_large_image'>
<meta name='twitter:title' content='Arcadia High Mobile v4.0'>
<meta name='twitter:description' content='Available for iOS and Android. We keep you up to date with Arcadia High!'>
<meta property='og:description' content='Available for iOS and Android. We keep you up to date with Arcadia High!'>
<meta property='og:site_name' content='ahs.app'>
<style>
body{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-family: Helvetica, Roboto, Sans-serif;
background: #fce;
text-align: center;
padding: 4pt;
gap: 16pt;
margin-bottom: 1.5rem;
}
img{
width: 16vw;
}
h1, p {
font-weight: normal;
margin: 0;
}
a{
color: black;
text-decoration: none;
margin-top: 1rem;
font-size: 1.5rem;
min-width: 50vw;
background: white;
padding: 1rem;
border-radius: 1rem;
margin: 0;
transition: background 200ms;
}
a:hover {
background: #fff8;
}
#screenshots {
display: flex;
width: 100%;
overflow-x: scroll;
gap: .5rem;
}
#screenshots, #screenshots>img{
border-radius: .5rem;
}
#screenshots>img{
flex-basis: 12rem;
flex-shrink: 0;
flex-grow: 1;
}
</style>
</head>
<body>
<img src='https://ahs.app/icon.png'>
<h1>Arcadia High Mobile App v4.2</h1>
<p>Made with ❤️ by the 2023-2024 Arcadia High App Development Team :D</p>
<p><em>Download it for...</em></p>
<a href='https://apps.apple.com/us/app/id1305220468'>
iOS
</a>
<a href='https://play.google.com/store/apps/details?id=com.hsappdev.ahs'>
Android
</a>
<p>Here are the instructions for our NFC scanners!</p>
<a href='https://drive.google.com/file/d/1OTcmvhx8S6dkY6N4TVoLZOGTcz6n8G0z/view?usp=sharing'>
Instructions
</a>
<section id='screenshots'>
<img src='https://get.ahs.app/2021-screenshot-1.jpeg'>
<img src='https://get.ahs.app/2021-screenshot-2.jpeg'>
<img src='https://get.ahs.app/2021-screenshot-3.jpeg'>
<img src='https://get.ahs.app/2021-screenshot-4.jpeg'>
<img src='https://get.ahs.app/2021-screenshot-5.jpeg'>
</section>
<em>
We are Jeffrey Aaron Jeyasingh, Rachel Saw, May Wang, Celena Wang, Krystal Tao, Cindy Tao, Kaitlyn Kwan, Angela Zhuang, Channing Huang, Kelly Cheng, Jesse Chen, Tia Tran, Sophie Choi, Aiden Khun, Mathew Xie, Ekam Gupta, Yingchi Xiao.
</em>
</body>
</html>