-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (75 loc) · 3.49 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
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
<!DOCTYPE html>
<html class="home home_index">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Solvely</title>
<link rel="icon" type="image/png" href="img/logo.jpg" sizes="196x196">
<link rel="icon" type="image/png" href="img/logo.jpg" sizes="96x96">
<link rel="icon" type="image/png" href="img/logo.jpg" sizes="32x32">
<link rel="icon" type="image/png" href="img/logo.jpg" sizes="16x16">
<link rel="icon" type="image/png" href="img/logo.jpg" sizes="128x128">
<link rel="stylesheet" media="all" href="css/main.css">
<link rel="stylesheet" media="all" href="css/jquery.fullPage.css">
<script src="./js/jquery.js"></script>
<script src="./js/jquery.fullPage.js"></script>
<script src="./js/main.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body class="home home_index">
<div id="fullpage">
<div class="section display-section">
<div id="right">
<div class="content">
<h1><img src="http://a3.mzstatic.com/us/r30/Purple62/v4/b7/29/fe/b729febc-8893-3f79-9806-2a96ee8b43b5/icon175x175.jpeg" id="logo">Solvely</h1>
<p>Take a picture of a multiple choice question and receive the most likely answer. Beta available on the App Store</p>
<hr>
<a class="button download" href="https://appstore.com/solvelymultiplechoicequestionsolver">
<span class="apple"></span>
<span class="download">Download Now</span>
</a>
<!--<a href="https://twitter.com/solvelyapp" class="button watch">Follow me</a>-->
</div>
</div>
<div id="left" class="preview-top">
<img src="./img/phone.gif" id="iphone">
</div>
<div class="clear"></div>
</div>
<div class="section preview-section" style="display: none" class="preview-bottom">
<div id="left">
<img src="./img/phone.gif" id="iphone">
</div>
<div class="clear"></div>
</div>
<div class="section team-section">
<div id="container">
<a href="https://github.com/robertchristopher">
<figure>
<img src="./img/rob.png" class="circle" width="100px" height="100px" />
<figcaption>Robert Christopher</figcaption>
<p>Developer, Co-Founder</p>
</figure>
</a>
<a href="https://github.com/danielchristopher1">
<figure>
<img src="./img/dan.png" class="circle" width="100px" height="100px" />
<figcaption>Daniel Christopher</figcaption>
<p>Developer, Co-Founder</p>
</figure>
</a>
</div>
<div class="container" id="footer">
<div class="divider"></div>
<p class="copy">© Solvely 2016</p>
<ul>
<li><a href="mailto:[email protected]">Support</a>
<li><a href="mailto:[email protected]">Inquiries</a>
</li>
<li><a href="mailto:[email protected]">Press</a>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>