-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (40 loc) · 1.77 KB
/
index.html
File metadata and controls
40 lines (40 loc) · 1.77 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
<!DOCTYPE html>
<html>
<head>
<title>Quick Dodge! - About</title>
<meta name="author" content="Matthew Perlman" />
<meta name="description" content="Support website for the app Quick Dodge!" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<header>
<a style="text-decoration: none;" href="index.html" target="_self">
<div class="navigation-button">About</div>
</a>
<a style="text-decoration: none;" href="terms-and-conditions.html" target="_self">
<div class="navigation-button">Terms and Conditions</div>
</a>
<a style="text-decoration: none;" href="privacy-policy.html" target="_self">
<div class="navigation-button">Privacy Policy</div>
</a>
</header>
<h1>About</h1>
<div class="content">
This website contains the legal documents relating to the "Quick Dodge!" app.
<br />
<br />
The Terms and Conditions of the app as well as its Privacy Policy can be reached with the links above.
</div>
<a href="https://apps.apple.com/us/app/quick-dodge/id1517218313" target="_blank" style="text-decoration-color: rgb(60, 60, 60);"><h1>Download Here</h1></a>
<div class="content horizontal-scroll">
<img src="./previews/bigScreen1.png" alt="App Preview" />
<img src="./previews/bigScreen2.png" alt="App Preview" />
<img src="./previews/bigScreen3.png" alt="App Preview" />
</div>
<h1>Credits</h1>
<div class="content">
Programmer, UI/UX Development: <a href="https://github.com/mattperls-code" target="_blank" style="color: rgb(60, 60, 60); text-decoration-color: rgb(60, 60, 60);">Matthew Perlman</a>
</div>
</body>
</html>