-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
258 lines (237 loc) · 11.5 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
256
257
258
<!DOCTYPE HTML>
<!--
Solid State by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Amae</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/css/edit.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css"/>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1 class="home"><a href="index.html"><img src="images/amae_icon.svg" alt="Amae Logo" class="myIconMenu">Amae</a></h1>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<div class="inner">
<h2>Menu</h2>
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="taskboard.html">Scheduler</a></li>
<li><a href="nanny.html">Find a Nanny</a></li>
<li><a href="learn.html">Learn</a></li>
<li><a href="chat.html">Chat</a></li>
<button type="button" class="collapsibleMenu">Process</button>
<div class="collapseContent">
<li><a href="whyNewParents.html">Why New Parents?</a></li>
<li><a href="uiAndGoal.html">UI and Goal</a></li>
<li><a href="styleguide.html">Styleguide</a></li>
<li><a href="feedback.html">Feedback & Iteration</a></li>
</div>
</ul>
<a href="#" class="close">Close</a>
</div>
</nav>
<!-- Banner -->
<section id="banner">
<div class="inner">
<div class="titleBox">
<div class="left">
<h2><img src="images/amae_icon.svg" alt="Amae Logo" class="myIcon">Amae</h2>
<p>Amae is a utility app for busy parents. Amae helps parents to manage their time, learn about parenting and get help easily and quickly.</p>
<a href="https://www.figma.com/proto/MTkTlvyHoJziDU2ZnpaCSs/334_Stage5_v2?node-id=2%3A2849&viewport=422%2C1134%2C0.19956186413764954&scaling=scale-down" class="button primary" target="_blank">View Prototype</a>
</div>
<div class="right">
<div class="myImgConainer">
<a href="https://www.figma.com/proto/MTkTlvyHoJziDU2ZnpaCSs/334_Stage5_v2?node-id=2%3A2849&viewport=422%2C1134%2C0.19956186413764954&scaling=scale-down" target="_blank" class="homeMockup">
<img src="images/mockupPhone.png" alt="" class="myOver" /></a>
<img src="images/mockupShadow.png" alt="" class="myUnder" />
</div>
</div>
</div>
</div>
</section>
<!-- Wrapper -->
<section id="wrapper" class="overwrite">
<!-- Overview -->
<section class="wrapper ourOverview style2">
<div class="myBox">
<div class="myCircle">
<img src="images/vec1.png">
<span>Assign Tasks to Guardians</span>
</div>
<div class="myCircle">
<img src="images/vec2.png">
<span>Outsource Babysitting</span>
</div>
<div class="myCircle">
<img src="images/vec3.png">
<span>Engage with new Parents Community</span>
</div>
<div class="myCircle">
<img src="images/vec4.png">
<span>A learning resource for Parenting</span>
</div>
</div>
</section>
<!-- One -->
<section id="one" class="wrapper alt spotlight style1">
<div class="inner">
<a href="taskboard.html" class="image"><img src="images/showcase1.png" alt="" data-aos="fade-right" data-aos-offset="200"/></a>
<div class="content">
<h2 class="major">Split tasks with your partner.</h2>
<p>Lorem ipsum dolor sit amet, etiam lorem adipiscing elit. Cras turpis ante, nullam sit amet turpis non, sollicitudin posuere urna. Mauris id tellus arcu. Nunc vehicula id nulla dignissim dapibus. Nullam ultrices, neque et faucibus viverra, ex nulla cursus.</p>
<a href="taskboard.html" class="special">Learn more</a>
</div>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper spotlight style2">
<div class="inner">
<a href="nanny.html" class="image"><img src="images/showcase2.png" alt="" data-aos="fade-left" data-aos-offset="200"/></a>
<div class="content">
<h2 class="major">Outsource your parenting tasks and duties.</h2>
<p>Lorem ipsum dolor sit amet, etiam lorem adipiscing elit. Cras turpis ante, nullam sit amet turpis non, sollicitudin posuere urna. Mauris id tellus arcu. Nunc vehicula id nulla dignissim dapibus. Nullam ultrices, neque et faucibus viverra, ex nulla cursus.</p>
<a href="nanny.html" class="special">Learn more</a>
</div>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper alt spotlight style3">
<div class="inner">
<a href="learn.html" class="image"><img src="images/showcase3.png" alt="" data-aos="fade-right" data-aos-offset="200"/></a>
<div class="content">
<h2 class="major">A learning resource for parenting.</h2>
<p>Lorem ipsum dolor sit amet, etiam lorem adipiscing elit. Cras turpis ante, nullam sit amet turpis non, sollicitudin posuere urna. Mauris id tellus arcu. Nunc vehicula id nulla dignissim dapibus. Nullam ultrices, neque et faucibus viverra, ex nulla cursus.</p>
<a href="learn.html" class="special">Learn more</a>
</div>
</div>
</section>
<!-- Four -->
<section id="four" class="wrapper spotlight style4">
<div class="inner">
<a href="chat.html" class="image"><img src="images/showcase4.png" alt="" data-aos="fade-left" data-aos-offset="200"/></a>
<div class="content">
<h2 class="major">Stay in Touch with other Parents, Family & Nannies</h2>
<p>Lorem ipsum dolor sit amet, etiam lorem adipiscing elit. Cras turpis ante, nullam sit amet turpis non, sollicitudin posuere urna. Mauris id tellus arcu. Nunc vehicula id nulla dignissim dapibus. Nullam ultrices, neque et faucibus viverra, ex nulla cursus.</p>
<a href="chat.html" class="special">Learn more</a>
</div>
</div>
</section>
<!-- Five -->
<section id="five" class="wrapper alt style1 altCol">
<div class="inner">
<h2 class="major">Our Process</h2>
<p>Cras mattis ante fermentum, malesuada neque vitae, eleifend erat. Phasellus non pulvinar erat. Fusce tincidunt, nisl eget mattis egestas, purus ipsum consequat orci, sit amet lobortis lorem lacus in tellus. Sed ac elementum arcu. Quisque placerat auctor laoreet.</p>
<section class="features">
<article>
<a href="whyNewParents.html" class="image"><img src="images/pic04.jpg" alt="" /></a>
<h3 class="major">Why new Parents?</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing vehicula id nulla dignissim dapibus ultrices.</p>
<a href="whyNewParents.html" class="special">Learn more</a>
</article>
<article>
<a href="uiAndGoal.html" class="image"><img src="images/pic05.jpg" alt="" /></a>
<h3 class="major">UI and Goal</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing vehicula id nulla dignissim dapibus ultrices.</p>
<a href="uiAndGoal.html" class="special">Learn more</a>
</article>
<article>
<a href="styleguide.html" class="image"><img src="images/pic06.jpg" alt="" /></a>
<h3 class="major">Style Guide</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing vehicula id nulla dignissim dapibus ultrices.</p>
<a href="styleguide.html" class="special">Learn more</a>
</article>
<article>
<a href="feedback.html" class="image"><img src="images/pic07.jpg" alt="" /></a>
<h3 class="major">Feedback & Iteration</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing vehicula id nulla dignissim dapibus ultrices.</p>
<a href="feedback.html" class="special">Learn more</a>
</article>
</section>
</div>
</section>
</section>
<!-- Footer -->
<section id="footer">
<div class="inner">
<div class="footerBox">
<div class="left">
<h2 class="major">Reviews</h2>
<div class="reviewBox">
<div class="review">
<p>Finally an app that helps parents work together and simplify the hassle of raising children!</p>
<p>- Said Gilbert</p>
</div>
<div class="review">
<p>A simple way to find a babysitter and stay in touch with them and your kid.</p>
<p>- Lynden Greene</p>
</div>
<div class="review">
<p>Juggling our jobs and raising our child has been tough. Thanks to Amae we spend less time organizing, and more time with our child.</p>
<p>- Kirsty Hicks</p>
</div>
<div class="review">
<p>Every parent will at some point need a babysitter. Finally there's an app to easily get you one!</p>
<p>- Isla Colon</p>
</div>
<div class="review">
<p>We just welcomed our first child to this world. Amae has been a wonderful learning resource for us.</p>
<p>- Saira Harrison</p>
</div>
<div class="review">
<p>Schedule your tasks, book nannies, learn about parenting and stay in touch with your family and nanny. Amae does it all!</p>
<p>- Kareem Stevenson</p>
</div>
</div>
</div>
<div class="right">
<h2 class="major">Get in touch</h2>
<ul class="contact">
<li class="icon solid fa-home">
Amae Inc.<br />
4067 Robson St<br />
Vancouver, BC, Canada
</li>
<li class="icon solid fa-phone"><a href="tel:(000) 000-0000">604-601-5263</a></li>
<li class="icon solid fa-envelope"><a href="#">E-Mail</a></li>
<li class="icon brands fa-twitter"><a href="#">Twitter</a></li>
<li class="icon brands fa-facebook-f"><a href="#">Facebook</a></li>
<li class="icon brands fa-instagram"><a href="#">Instagram</a></li>
<h2 class="major spacer"></h2>
<a href="https://www.figma.com/proto/MTkTlvyHoJziDU2ZnpaCSs/334_Stage5_v2?node-id=2%3A2849&viewport=422%2C1134%2C0.19956186413764954&scaling=scale-down" target="_blank" class="imgLink"><img src="images/googlePlay.png" alt="Get it on Google Play" title="Get it on Google Play"/></a>
</ul>
</div>
</div>
<ul class="copyright">
<li>Amae</li><li><a href="references.html">References</a></li><li>Disclaimer: This is a design showcase. All endorsements are fictional.</li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>