-
Notifications
You must be signed in to change notification settings - Fork 38
/
index.html
238 lines (216 loc) · 8.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!-- you need the following meta tag to make your website responsive-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0" />
<title>Happify</title>
<!-- CSS -->
<!-- Google Material Icon Fonts: http://google.github.io/material-design-icons/ -->
<link href="//fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="css/materialize.min.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!-- Navigation Bar-->
<!-- TODO 1: Apply a different background color to the navigation bar
Hint: http://next.materializecss.com/color.html
-->
<nav role="navigation">
<div class="nav-wrapper container">
<a href="#" class="brand-logo">Happify</a>
<ul class="right hide-on-med-and-down black-text">
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#process">Design Process</a>
</li>
<li>
<a href="#prototype">Prototype</a>
</li>
<li>
<a href="#team">Team</a>
</li>
</ul>
<!-- This slide menu will only appear on a mobile screen -->
<a href="#" data-target="slide-out" class="sidenav-trigger">
<i class="material-icons">menu</i>
</a>
<!-- Mobile Collapse: http://next.materializecss.com/navbar.html -->
<ul id="slide-out" class="sidenav">
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#process">Design Process</a>
</li>
<li>
<a href="#prototype">Prototype</a>
</li>
<li>
<a href="#team">Team</a>
</li>
</ul>
</div>
</nav>
<!-- Teaser -->
<div class="section">
<div class="container center-align">
<br>
<br>
<br>
<br>
<h1 class="header teal-text text-accent-4">Make your life happier than ever</h1>
<h4 class="header light">An intelligent interactive system that combines machine learning and human-centered design to improve our lives</h4>
<br>
<!-- TODO 2: Make the button look smoothy and shiny!
Hint: http://next.materializecss.com/buttons.html
-->
<button><a href="#prototype">Try it</a></button>
<br>
<br>
</div>
</div>
<!-- About -->
<div id="about" class="section">
<div class="container">
<h2 class="header light">About</h2>
<p class="light flow-text">
Happiness in modern society is complex and difficult to sustain. Our solution provides an intelligent interactive system
that combines machine learning and human-centered design to make people happier than ever before. Our system
leverages significantly deep neural networks to learn and adapt to each individual's needs and abilities,
and generate really fun stuffs to make people constantly laugh. With our solution, you can stay emotionally
healthy, feel always confident, and eventually become a happier you!
</p>
</div>
</div>
<!-- Design process -->
<div id="process" class="section">
<div class="container">
<h2 class="header light">Design Process</h2>
<p class="light flow-text">
To build our solution, we took an iterative design process from contextual inquiry to paper prototyping and congnitive walkthrough.
We also took a survey of millions of people to collect different personality traits and computationally construct
a broad range of personas that informed the design of our system.
</p>
<!-- TODO 3: Make the list better and collapsible
Hint: http://next.materializecss.com/collapsible.html
-->
<ul>
<li>
<div>
<i class="material-icons">accessibility</i>Needfinding</div>
<div>
<span>Lorem ipsum dolor sit amet.</span>
</div>
</li>
<li>
<div>
<i class="material-icons">stay_current_portrait</i>Paper prototypes</div>
<div>
<span>Lorem ipsum dolor sit amet.</span>
</div>
</li>
<li>
<div>
<i class="material-icons">border_color</i>Cognitive walkthrough</div>
<div>
<span>Lorem ipsum dolor sit amet.</span>
</div>
</li>
<li>
<div>
<i class="material-icons">face</i>Personas</div>
<div>
<span>Lorem ipsum dolor sit amet.</span>
</div>
</li>
</ul>
</div>
</div>
<!-- Prototype -->
<div id="prototype" class="section">
<div class="container">
<h2 class="header light">Prototype</h2>
<p class="light flow-text">
Try our awesome prototype! It's a fun carousel!
</p>
<!-- TODO 4: Add a carousel component below.
Hint: Find a carousel component on your own: http://next.materializecss.com/
-->
</div>
</div>
<!-- Team -->
<div id="team" class="section">
<div class="container">
<h2 class="header light">Team</h2>
<!-- TODO 5: Make this responsive!
That is, show two cards per row on a medium screen and one card per row on a small screen
Hint: Modify class names: http://next.materializecss.com/grid.html
-->
<div class="row">
<div class="col s3">
<div class="card">
<div class="card-image">
<img src="img/walter.jpg">
<span class="card-title">Walter White</span>
</div>
<div class="card-content">
Product Manager
</div>
</div>
</div>
<div class="col s3">
<div class="card">
<div class="card-image">
<img src="img/skyler.jpg">
<span class="card-title">Skyler White</span>
</div>
<div class="card-content">
UX Designer
</div>
</div>
</div>
<div class="col s3">
<div class="card">
<div class="card-image">
<img src="img/jesse.jpg">
<span class="card-title">Jesse Pinkman</span>
</div>
<div class="card-content">
Developer
</div>
</div>
</div>
<div class="col s3">
<div class="card">
<div class="card-image">
<img src="img/saul.jpg">
<span class="card-title">Saul Goodman</span>
</div>
<div class="card-content">
Attroney
</div>
</div>
</div>
</div>
</div>
<br>
<br>
</div>
<!-- TODO 6:
1) Add a new section here.
2) Link the section to the navigation bar.
3) Experiment with other components in http://next.materializecss.com/
-->
<div class="section teal accent-4">
<div class="container white-text center-align">
Copyright @ Happify 2017
</div>
</div>
<!-- Scripts-->
<script src="js/materialize.min.js"></script>
<script src="js/main.js" type='module'></script>
</body>
</html>