-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (48 loc) · 2.88 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>First Verse Help by toddjreynolds</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header>
<div id="banner">
<img src="img/logo.png" alt="Logo" height="85" width="43">
<h1>First Verse</h1>
<h2>SUPPORT</h2>
<div id="buttons">
<a class="w3-button" href="https://twitter.com/firstverseapp">
<img src="img/Twitter.png" alt="Twitter" height="32" width="32">
</a>
<a class="w3-button" href="mailto:[email protected]">
<img src="img/email.png" alt="Email" height="32" width="32">
</a>
</div>
</div>
<!-- <p class="view"><a href="https://github.com/toddjreynolds">View My GitHub Profile</a></p>-->
</header>
<div class="wrapper">
<h3>
<a id="frequently-asked-questions" class="anchor" href="#frequently-asked-questions" aria-hidden="true"><span class="octicon octicon-link"></span></a>Frequently Asked Questions</h3>
<h4>How can I connect multiple devices with First Verse?</h4>
<p>Connecting to multiple devices with First Verse helps keep the whole family in sync during scripture study. To connect, make sure all devices have First Verse installed and open. Anyone can tap the small people icon in the top right corner of the screen and then invite others to connect. Once connected, anyone can tap the previous or next button to take everyone to the next verse.</p>
<h4>Why can't I select text in First Verse?</h4>
<p>I noticed that kids often read and track with their fingers. Doing so on a device meant a lot of unintended text selection that was a big distraction. I might include a setting in the future that allows text selection to be enabled. Maybe. </p>
<h4>What? No swiping to the next verse?</h4>
<p>Nope. I found that allowing swiping to the next verse, caused problems for kids that track their reading with their finger.</p>
<h4>Have more questions or feedback?</h4>
<p>If you have other questions or feedback, you can send me an email at <a href="mailto:[email protected]">[email protected]</a>, or find me on Twitter <a href="http://twitter.com/firstverseapp">@FirstVerseApp</a>. I look forward to hearing from you.</p>
<footer>
<!-- <p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>-->
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>