-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (30 loc) · 1017 Bytes
/
Copy pathindex.html
File metadata and controls
35 lines (30 loc) · 1017 Bytes
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
<!DOCTYPE html>
<html>
<title>Apptastic Software</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<body>
<div class="w3-container w3-green">
<h1>Apptastic Software</h1>
<p></p>
</div>
<div class="w3-row-padding">
<div class="w3-third">
<h2>About us</h2>
<p>Apptastic Software is a small indie development team that designs and builds backend, frontend, and mobile apps.</p>
</div>
<div class="w3-third">
<h2>Prior Work</h2>
<p>Android apps:</p>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.apptastic.stockholmcommute">Stockholm Commute</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.apptastic.nycsubwaymap">New York subway map</a></li>
</ul>
</div>
<div class="w3-third">
<h2>Contact us</h2>
<p><a href="mailto:apptastic.software@gmail.com">apptastic.software@gmail.com</a></p>
</div>
</div>
</body>
</html>