-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
263 lines (240 loc) · 8.37 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
259
260
261
262
263
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="keywords"
content="Meditation App, Breathing Exercise, Nature Sounds, Nature Scenery, 4-7-8 breathing exercise, voice assistant, web app, jericho bantiquete"
/>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"
/>
<link rel="stylesheet" href="css/style.css" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./images/icons/favicon.png"
/>
<title>U Matter | Home</title>
</head>
<body>
<div class="preload">
<p class="text-loader">take a deep breath</p>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<nav class="nav-bar">
<nav class="nav">
<img src="./images/home-img/logo.svg" alt="" class="logo" />
<ul class="nav-links">
<a href="index.html" class="nav-link active">
<i class="fas fa-home nav-icon"></i>
<span class="nav-text">Home</span>
</a>
<a href="music.html" class="nav-link">
<i class="fas fa-music nav-icon"></i>
<span class="nav-text">Music</span>
</a>
<a href="scene.html" class="nav-link">
<i class="fas fa-mountain nav-icon"></i>
<span class="nav-text">Scene</span>
</a>
<a href="relax.html" class="nav-link">
<i class="fas fa-heartbeat nav-icon"></i>
<span class="nav-text">Relax & Breathe</span>
</a>
<a href="hope.html" class="nav-link">
<i class="fas fa-comments nav-icon"></i>
<span class="nav-text">Talk To Hope</span>
</a>
</ul>
</nav>
</nav>
<!-- mobile-header -->
<header class="header">
<!-- mobile logo -->
<div class="mobile-logo">
<img src="./images/home-img/logo.svg" alt="" />
</div>
<!-- menu -->
<div class="menu">
<div class="line line1"></div>
<div class="line line2"></div>
<div class="line line3"></div>
</div>
</header>
<!-- mobile nav -->
<nav class="mobile-nav">
<ul class="mobile-nav-links">
<a href="index.html" class="mobile-nav-link mobile-active">
<i class="fas fa-home mobile-nav-icon"></i>
<span class="mobile-nav-text">Home</span>
</a>
<a href="music.html" class="mobile-nav-link">
<i class="fas fa-music mobile-nav-icon"></i>
<span class="mobile-nav-text">Music</span>
</a>
<a href="scene.html" class="mobile-nav-link">
<i class="fas fa-mountain mobile-nav-icon"></i>
<span class="mobile-nav-text">Scene</span>
</a>
<a href="relax.html" class="mobile-nav-link">
<i class="fas fa-heartbeat mobile-nav-icon"></i>
<span class="mobile-nav-text">Relax & Breathe</span>
</a>
<a href="hope.html" class="mobile-nav-link">
<i class="fas fa-comments mobile-nav-icon"></i>
<span class="mobile-nav-text">Talk To Hope</span>
</a>
</ul>
</nav>
<!-- mobile-bottom-menu -->
<nav class="mobile-b-nav">
<ul class="mobile-b-nav-links">
<a href="index.html" class="mobile-b-nav-link">
<i class="fas fa-home mobile-b-icon mobile-b-active"></i>
</a>
<a href="music.html" class="mobile-b-nav-link">
<i class="fas fa-music mobile-b-icon"></i>
</a>
<a href="scene.html" class="mobile-b-nav-link">
<i class="fas fa-mountain mobile-b-icon"></i>
</a>
<a href="relax.html" class="mobile-b-nav-link">
<i class="fas fa-heartbeat mobile-b-icon"></i>
</a>
<a href="hope.html" class="mobile-b-nav-link">
<i class="fas fa-comments mobile-b-icon"></i>
</a>
</ul>
</nav>
<!-- content -->
<div class="content home">
<div class="glass-card">
<div class="card-text">
<h1>
<span id="greeting"></span>
<span id="name" contenteditable="true"> </span>
</h1>
<h2 class="typing">You're Awesome</h2>
</div>
<div class="home-card-img">
<img src="./images/home-img/home-image.svg" alt="" />
</div>
</div>
<div class="accordion">
<button type="button" class="accordion-button">
What is U Matter?
</button>
<div class="accordion-content">
<p>
<b>U matter</b> is a meditation and relaxation app that designed to
take you some moment to relax and breathe. <b>U Matter</b>
mission is to help you find your inner peace and improve your mental
health.
</p>
</div>
</div>
<div class="accordion">
<button type="button" class="accordion-button">
How can we help you?
</button>
<div class="accordion-content">
<p>
<b>U Matter</b> helps you to relax your body and mind with
meditation music, nature scenery with sounds, an AI voice asistant
to talk to and breathing exercises to help you cope with your stress
and anxiety. <b>U Matter</b> can help you to let go of the busy
mind, and relax your body.
<a href="#" class="modal-btn">See more</a>
</p>
</div>
</div>
<!-- modal -->
<div class="modal-bg">
<div class="modal-container">
<div class="modal">
<div class="card-modal card home-card-modal" id="music-modal">
<div class="modal-text">
<h2>Music</h2>
<p>Music to help you focus and relax.</p>
</div>
</div>
</div>
<div class="modal">
<div class="card-modal card home-card-modal" id="scene-modal">
<div class="modal-text">
<h2>Scene</h2>
<p>Nature scenes with sounds to enjoy while relaxing.</p>
</div>
</div>
</div>
<div class="modal">
<div class="card-modal card home-card-modal" id="breathe-modal">
<div class="modal-text">
<h2>Breathing exercises</h2>
<p>Guides you through the breathing exercise.</p>
</div>
</div>
</div>
<div class="modal">
<div class="card-modal card home-card-modal" id="ai-modal">
<div class="modal-text">
<h2>Talk to hope</h2>
<p>A voice assistant that always here to talk and to listen.</p>
</div>
</div>
</div>
</div>
<i class="fas fa-times close-btn"></i>
</div>
<!-- modal mobile -->
<div class="modal-container-mobile">
<div class="modal">
<div class="card-modal card home-card-modal" id="music-modal">
<div class="modal-text">
<h2>Music</h2>
<p>Music to help you focus and relax.</p>
</div>
</div>
</div>
<div class="modal">
<div class="card-modal card home-card-modal" id="scene-modal">
<div class="modal-text">
<h2>Scene</h2>
<p>Nature scenes with sounds to enjoy while relaxing.</p>
</div>
</div>
</div>
<div class="modal">
<div class="card-modal card home-card-modal" id="breathe-modal">
<div class="modal-text">
<h2>Breathing exercises</h2>
<p>Guides you through the breathing exercise.</p>
</div>
</div>
</div>
<div class="modal">
<div class="card-modal card home-card-modal" id="ai-modal">
<div class="modal-text">
<h2>Talk to hope</h2>
<p>An AI that always here to talk and to listen.</p>
</div>
</div>
</div>
</div>
</div>
<script src="../js/app.js"></script>
</body>
</html>