-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfaq.html
More file actions
94 lines (80 loc) · 3.35 KB
/
faq.html
File metadata and controls
94 lines (80 loc) · 3.35 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
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
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Studyr</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link href="css/slider.css" rel="stylesheet">
<!--<link href="../assets/css/docs.css" rel="stylesheet">-->
</head>
<body data-spy="scroll" data-target=".subnav" data-offset="50">
<!-- Navbar
================================================== -->
<section id="navbar1">
<div class="container">
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="/">Studyr</a>
<div class="nav-collapse">
<ul class="nav">
<li><a href="/">Features</a></li>
<li class="active"><a href="#">FAQ</a></li>
</ul>
<span class="pull-right">
<a href="#"><img src="img/google_play.png" /></a>
</span>
<span class="pull-right">
<ul class="nav">
<li><a href="mailto:contact@studyr.net">Contact us</a></li>
</ul>
</span>
</div><!-- /.nav-collapse -->
</div>
</div><!-- /navbar-inner -->
</div><!-- /navbar -->
</div>
</section>
<div class="container">
<div class="row">
<div class="span9">
<h3><strong>Why is Studyr better than the other student planner apps on Google Play™?</strong></h3>
<p>BECAUSE I SAID SO. But in all actuality, the main thing going for Studyr is its ease of use and eye-pleasing UI. And the fact that it's my only app and will be updated until the end of time.</p>
<h3><strong>...so you want me to install an app based on its UI and "future" features?</strong></h3>
<p>Pretty much. See the face to the right --></p>
<h3><strong>Remind me again why I would bother getting it now.</strong></h3>
<p>Will saying "please" do it? But really, don't you want to look like a modern Android and not some iPhone app knockoff? Embrace the platform! (<a href="http://www.engadget.com/2012/03/31/flurrys-analytics-apple-app-store-amazon-appstore-android-google-play/">and the developers...</a>)</p>
</div>
<div class="span3">
<h1 style="font-size: 1500%;"><br><br><strong>^.^</strong></h1>
</div>
</div>
<br><br><br>
<!-- Footer
================================================== -->
<footer class="footer">
<br>
<p>© <a href="http://johngrosen.com">John Grosen</a> 2012<span class="pull-right">icons by glyphicons.com</span></p>
</footer>
</div><!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>