-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (34 loc) · 1.29 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
<!DOCTYPE html>
<html>
<title>Artery</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<head>
<link href='main.css' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
<script src="https://code.jquery.com/jquery-latest.min.js"
type="text/javascript"></script>
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
<link rel="stylesheet" href="https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
<script src="js/app.js"></script>
<script src="js/QTransform.js"></script>
<script src="js/jquery.ui.touch-punch.min.js"></script>
</head>
<body onresize="resize()">
<h1>
<img id="logo" src='img/artery no background.png' alt="Artery Logo">
Artery
<a href="http://arteryapp.com">
<img id="gp" src='img/google-play-badge.png'>
</a>
</h1>
<div id="container">
<div id="card">
<div id="card-info">Download the app</div>
</div>
<img id="easel" src='img/easel.png' alt="easel">
</div>
<h2>Swipe left or right</h2>
</body>
</html>