-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProduct.html
86 lines (75 loc) · 3.18 KB
/
Product.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
86
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Savaree!</title>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
<script src="js/ga.js" async="" type="text/javascript"></script>
<script async="" src="js/ga_001.js" type="text/javascript"></script>
<script src="js/jquery.min.js" type="text/javascript"></script>
<script src="js/jquery.capty.min.js" type="text/javascript"></script>
<script src="js/jquery.easing.1.3.js" type="text/javascript"></script>
<script src="js/scripts.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<link rel="stylesheet" type="text/css" href="css/component.css" />
<link rel="stylesheet" type="text/css" href="css/foundation.css" />
<link rel="stylesheet" type="text/css" href="css/index.css" media="all">
</head>
<body>
<!--<div class="" id="top_wrapper1">
<div id="top">
<div id="menu1">
<ul class="scroll nav">
<span style="float:right;">
<li><a href="signin.html">Sign In</a></li>
<li><a href="signup.html">Sign Up</a></li>
</span>
</ul>
</div>
</div>
<br>-->
<div class="" id="top_wrapper">
<div id="top">
<div class="container" id="logo">
<ul class="scroll logo">
<a href="index.html"><img src="img/logo.png"></a>
</ul>
</div>
<div id="menu">
<ul class="scroll nav">
<span style="float:right;">
<li> <a href="aboutus.html">About Savaree</a> </li>
<li> <a href="product.html">Products</a> </li>
<li> <a href="press.html">Press</a> </li>
<li class=""> <a href="https://play.google.com/store/apps/details?id=com.demo.savareedemo" class="button radius" target="_new">Download App</a> </li>
</span>
</ul>
</div>
</div>
</div>
</div>
<section id="section-3">
<div class="mediabox-large"><img src="img/3.png"/></div>
<div class="mediabox-small">
<h1>Key information</h1>
<p>Price: Free</p>
<p>Download it from:<a href="https://play.google.com/store/apps/details?id=com.demo.savareedemo"> Google Play</a></p>
<p>Launch Date: <a href= "#"/> Monday, April 14</a></p>
<p>Promo Video: <a href="https://vimeo.com/91157666">Watch on Vimeo</a></p>
<p>Website:<a href="http://savareeapp.com/"> www.savareeapp.com</a></p>
<p>Facebook: <a href="https://www.facebook.com/savareeofficialapp"> fb.com/savareeofficialapp</a></p>
<p>Twitter: <a href="https://twitter.com/Savareeapp">@savareeapp</a></p>
<p>Press Kit: <a href="https://www.dropbox.com/sh/l5h1rk76bad2p1p/woMNz7jVvu">Available on Dropbox</a></p>
</div>
</p>
<div class="screenshot"><img src="img/screenshot.png"/></div>
</section>
<div id="bottom_wrapper">
<div id="bottom">
Copyright.2014. <a href="http://savareeapp.com/">www.savareeapp.com</a>
</div>
</div>
<script src="js/cbpFWTabs.js"></script>
<script>
new CBPFWTabs( document.getElementById( 'tabs' ) );
</script>
</body>
</html>