-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
255 lines (255 loc) · 9.17 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>My Handy Little Health Journal</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href='http://fonts.googleapis.com/css?family=Roboto:300,500,100' rel='stylesheet' type='text/css'>
<link href="./assets/css/bootstrap.css" rel="stylesheet">
<link href="./assets/css/bootstrap-lightbox.css" rel="stylesheet">
<link href="./assets/css/custom.css" rel="stylesheet">
<link href="./assets/css/bootstrap-responsive.css" rel="stylesheet">
<!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="./assets/js/jquery.js"></script>
<script src="./assets/js/bootstrap.js"></script>
<script src="./assets/js/bootstrap-lightbox.js"></script>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="./assets/js/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="./assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="./assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="./assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="./assets/ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="./assets/ico/favicon.png">
</head>
<body>
<div style="background-color: black; height: 30px;"></div>
<div class="banner">
<div class="container">
<div class="row-fluid">
<div class="span9" style="height:80px; padding-top:8px; background-size: contain; background-repeat: no-repeat; background-image: url('./assets/img/banner.png');">
<!--<p>
<img style="height: 80px; width: auto; padding-top: 8px" src="assets/img/banner.png"/>
</p>-->
</div>
<div class="span3" style="text-align:right; font-weight: lighter">
<p style="padding-top: 26px">
Follow us on <a href="https://www.facebook.com/pages/My-Handy-Little/221502028007788"><img src="assets/img/facebook_32.png"/></a> <a href="https://twitter.com/myhandylittle"><img src="assets/img/twitter_32.png"/></a>
</p>
</div>
</div>
</div>
</div>
<div id="info" class="section" style="padding-top:0px; padding-bottom: 0px;">
<div class="hero-unit super-hero bg-tools">
<div class="container">
<div class="row">
<div class="span8">
<center>
<h4>Health tools to live life better</h4>
<p class="e1 red">
every woman's personal health and wellness assistant
</p>
<p class="e1">
tips on how to start healthier habits
</p>
<p class="e1 red">
your health information anytime, anywhere
</p>
</center>
</div>
</div>
<div class="row">
<div class="span6 offset1">
<center>
<div class="rounded" style="margin-top:10px; padding: 20px; max-width: 400px">
Join <span class="thirsty">my handy little</span> community for updates and start to live life better!
<p>
<form class="form-horizontal">
<fieldset>
<input id="textinput" name="textinput" type="text" placeholder="email address" class="input-xlarge">
<button id="singlebutton" name="singlebutton" class="btn btn-warning">
Sign Up
</button>
</fieldset>
</form>
</p>
</div>
</center>
</div>
</div>
</div>
</div>
</div>
<div id="book" class="section normal-unit">
<div class="container">
<div class="row">
<div class="span3">
<center><img style="max-height: 350px" src="./assets/img/bookcover.jpg"/>
<p>
Published by ECW Press
</p>
</center>
</div>
<div class="span9">
<center style="min-height:400px; background-size: auto 80%; background-position: right bottom; background-image: url(./assets/img/sittingwoman.jpg); background-repeat: no-repeat;">
<p class="e2">
“<i>My Handy Little Health Journal</i> can help women take control of their medical information — a proactive
way to monitor your health and your health care.”
</p>
<p class="e1 red">
— Avis Favaro,
<br/>
medical correspondent, CTV National News
</p>
</center>
</div>
</div>
</div>
</div>
<div id="view" class="section secondary normal-unit">
<div class="container">
<div class="row">
<div class="span12">
Click to see sample pages
</div>
</div>
<div class="row">
<div id="lb_1" class="lightbox hide fade" tabindex="-1" role="dialog" aria-hidden="true">
<div class='lightbox-content'>
<img src="./assets/img/page/1_thumb.jpg">
</div>
</div>
<div id="lb_2" class="lightbox hide fade" tabindex="-1" role="dialog" aria-hidden="true">
<div class='lightbox-content'>
<img src="./assets/img/page/2_thumb.jpg">
</div>
</div>
<div id="lb_3" class="lightbox hide fade" tabindex="-1" role="dialog" aria-hidden="true">
<div class='lightbox-content'>
<img src="./assets/img/page/3_thumb.jpg">
</div>
</div>
<div id="lb_4" class="lightbox hide fade" tabindex="-1" role="dialog" aria-hidden="true">
<div class='lightbox-content'>
<img src="./assets/img/page/4_thumb.jpg">
</div>
</div>
<div class="span2">
<a data-toggle="lightbox" href="#lb_1"><img class="thumbe" src="./assets/img/page/1_thumb.jpg"></a>
</div>
<div class="span2">
<a data-toggle="lightbox" href="#lb_2"><img class="thumbe" src="./assets/img/page/2a_thumb.jpg"></a>
</div>
<div class="span2">
<a data-toggle="lightbox" href="#lb_2"><img class="thumbe" src="./assets/img/page/2b_thumb.jpg"></a>
</div>
<div class="span2">
<a data-toggle="lightbox" href="#lb_3"><img class="thumbe" src="./assets/img/page/3a_thumb.jpg"></a>
</div>
<div class="span2">
<a data-toggle="lightbox" href="#lb_3"><img class="thumbe" src="./assets/img/page/3b_thumb.jpg"></a>
</div>
<div class="span2">
<a data-toggle="lightbox" href="#lb_4"><img class="thumbe" src="./assets/img/page/4_thumb.jpg"></a>
</div>
</div>
<div class="row" style="margin-top: 20px">
<div class="span6">
<center>
<div class="e2" style="font-size: 19px">
“A fun and practical way to get healthier
by engaging in your own well-being.”
</div>
<div class="red e1" style="font-size: 19px">
— Dr. Brian Goldman, ER physician and host of White Coat, Black Art on CBC Radio One
</div>
</center>
</div>
<div class="span6">
<center>
<div class="e2" style="font-size: 19px">
“A great benefit for those who care for us and
must know what we have encountered along the way,
as well as in helping us to care for ourselves.”
</div>
<div class="e1 red" style="font-size: 19px">
— Dr. Jackie Gardner-Nix,
author of The Mindfulness Solution to Pain
</div>
</center>
</div>
</div>
</div>
</div>
<div id="app" class="section" style="padding-top:0px; padding-bottom: 0px;">
<div class="hero-unit super-hero bg-app" style="background-position: center center;">
<div class="container">
<div class="row">
<div class="span4">
<center><img style="height: 400px" src="assets/img/iphone-screen2.png"/>
<p class="e1 red">
coming soon
</p>
</center>
</div>
</div>
<div class="row">
<div class="span12">
<div class="e1">
<center>
You and your family's health information in the palm of your hand
</center>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="contact" class="section primary normal-unit">
<div class="container">
<div class="row">
<div class="span6">
<div class="row">
<center>
<div class="e1 span6" style="padding-bottom: 10px">
You can buy <span class="thirsty">my handy little health journal</span> at:
</div>
<div class="span3" style="max-width: 300px">
<img src="assets/img/chapters.jpg"/>
</div>
<div class="span3" style="max-width: 300px">
<img src="assets/img/amazon.jpg"/>
</div>
</center>
</div>
</div>
<div class="span6">
<div class="row">
<div class="span6">
<center>
<div class="bubble" style="max-width: 200px">
Contact us
</div>
<div style="padding-top: 10px; text-align: center" class="e1">
<a href="mailto:maryanne@myhandylittle.com">maryanne@myhandylittle.com</a>
<br/>
<a href="mailto:maryanne@myhandylittle.com">tania@myhandylittle.com</a>
</div>
</center>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>