-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
98 lines (93 loc) · 4.62 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
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html lang="en">
<meta name="viewport" content="width=device-width, initial-scale=1">
<head>
<title>Zenkimoto - Labor Signs</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
<link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/zenkimoto.css">
</head>
<body>
<div class="navbar" id="zenkimoto_navbar" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand" href="index.html">ZENKIMOTO</a>
</div>
</div>
</div>
<div class="jumbotron main">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="appImage center-block"></div>
</div>
<div class="col-md-6">
<h1>Labor Signs</h1>
<p>A simple way to time your contractions for moms-to-be!</p>
<p><a href="https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=934044442&mt=8"><img src="img/Download_on_the_App_Store_Badge_US-UK_135x40.svg" alt="Download on the App Store" /></a></p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-5">
<div class="page-header zenkimoto_header">
<h4><span class="glyphicon glyphicon-question-sign zenkimoto_header_icon"></span>What is Labor Signs?</h4>
</div>
<p>Don't time your contractions by hand, let Labor Signs handle it for you!</p>
<p>Labor Signs is a contraction timer app designed for pregnant moms-to-be. Use Labor Signs to track your contractions as you approach active labor. It will indicate when it might be time for you to head to the hospital or contact your midwife.</p>
<div class="page-header zenkimoto_header">
<h4><span class="glyphicon glyphicon-time zenkimoto_header_icon"></span>Timing Contractions</h4>
</div>
<p>When timing contractions, it is important to note the duration and frequency of your contractions. The duration is the time from the start to the end of your contraction. The frequency is the time from the start of a contraction to the start of the next contraction. As you approach active labor, your contractions will become more regular lasting about 50 - 70 seconds and about 5 minutes apart.</p>
</div>
<div class="col-md-5">
<div class="page-header zenkimoto_header">
<h4><span class="glyphicon glyphicon-heart zenkimoto_header_icon"></span>Features</h4>
</div>
<ul>
<li>Simple and intuitive interface to time your contractions</li>
<li>Track your contraction intensities</li>
<li>View all your historical contractions</li>
<li>Modify already timed contractions in case you make an error</li>
<li>Quick access emergency contact list</li>
<li>Find the nearest hospital and obstetrician</li>
<li>Handy contraction quick reference</li>
<li>Change your output times to 24 hour clock</li>
<li>Easily access your contractions statistical information</li>
<li>Send your contraction data via email</li>
</ul>
</div>
<div class="col-md-1"></div>
</div>
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-10">
<div class="text-center zenkimoto_support">
<p>For support, inquiries and feedback, please email <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="col-md-1"></div>
</div>
</div>
<footer class="zenkimoto_footer">
<div class="container">
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-10">
<div class="zenkimoto_disclaimer">
<small>Disclaimer: All content in the Labor Signs app is provided for information purposes only and should not be treated as a substitute for the medical advice given by a healthcare professional. The developer of Labor Signs is not responsible or liable for any diagnosis made by the user based on the content provided in the app. Should you be in any doubt, please consult your medical practitioner.</small>
</div>
<small>Apple and the Apple logo are trademarks of Apple Inc., registered in the U.S. and other countries. App Store is a service mark of Apple Inc.</small>
</div>
<div class="col-md-1"></div>
</div>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</body>
</html>