-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
416 lines (405 loc) · 22.8 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
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
<!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">
<title>It's my life</title>
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bubblegum+Sans&family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="CSS/style.css">
</head>
<body class="bg-info bg-opacity-25">
<header>
<nav class="navbar navbar-expand-lg navbar-light bg-info fixed-top">
<div class="container-xl">
<a class="navbar-brand" href="#home">It's my life</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Lists
</a>
<ul class="dropdown-menu bg-info" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="#toDoList">To-Do List</a></li>
<li><a class="dropdown-item" href="#filmsList">Films List</a></li>
<li><a class="dropdown-item" href="#booksList">Books List</a></li>
<li><a class="dropdown-item" href="#shoppingList">Shopping List</a></li>
<li><a class="dropdown-item" href="#travelList">Travel List</a></li>
<li><a class="dropdown-item" href="#dreamsList">Dreams List</a></li>
<li><a class="dropdown-item" href="#goalsList">Goals List</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="#tracker">Tracker</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#lifeBalance">Life Balance</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#music">Music</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main class="container-xl px-5">
<section id="home" class="container-fluid pt-5 d-flex flex-column-reverse flex-md-row">
<div class="container-fluid m-auto p-0">
<h1 class="display-1 fw-bold">It's my life</h1>
<p class="col-md-8 py-3 lead fs-4">I'm Alena. <br> I'm open to new knowledge, I like to study new technologies and apply them in practice. I’m entirely self-taught. My learning experiences - online courses and lectures, tutorials from YouTube, specialized literature and official documentation.<br>Skills: HTML, CSS, JS, Bootstrap, Github. <br>Tools: Figma, Visual Studio Code, WebStorm.<br><br>P.S.<br> My life is a canvas, on which i draw my dreams with bright colors.</p>
</div>
<div class="container-fluid p-0">
<div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="false">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img/home/chess.jpg" class="d-block w-100" alt="chess">
<div class="carousel-caption d-none d-md-block">
<p>My favorite game is chess. Do you want to play chess with me?</p>
</div>
</div>
<div class="carousel-item ">
<img src="img/home/lotus.png" class="d-block w-100" alt="lotus">
<div class="carousel-caption d-none d-md-block">
<p>My favorite flower is lotus.</p>
</div>
</div>
<div class="carousel-item">
<img src="img/home/tiger.jpg" class="d-block w-100" alt="tiger">
<div class="carousel-caption d-none d-md-block">
<p>My favorite animal is white tiger.</p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</section>
<section id="about" class="container-fluid d-flex flex-column flex-md-row align-items-center justify-content-center">
<div class="container-fluid p-0 m-5">
<h2 class="display-5 fw-bold">About project</h2>
<p class="col-md-8 py-3 fs-3">Do you want to be productive in your work and life? Just do it!</p>
<img src="img/time.jpg" class="rounded mx-auto d-block w-100 h-100 " alt="time">
</div>
<div class="container-fluid p-0 ">
<p class="col-md-12 py-3 fs-5">
The project contains: <br> To-Do List where you can write down all your important things. <br> Films List where you can record all the movies you want to watch.<br> Books List in which you can write down everything you want to read.<br> Shopping List in which you can write down everything you want to buy.<br> Travel List in which you can write down citys you want to go.<br> Dreams List where you can write down all your dreams.<br> Goals List where you can write down all your goals.<br> Tracker where you can control your habits. <br>Life Balance where you can write down your objectives in different spheres of life and and evaluate them on a scale from 0 to 10.<br> Music for inspiration.
</p>
</div>
</section>
<section id="lists" class="container-xl px-5">
<section id="toDoList" class="container-xl pt-5 shadow-sm p-3 mb-5 bg-body rounded bg-info bg-opacity-10">
<h2 class="display-5 fw-bold">To-Do List</h2>
<div class="my-3">
<button class="btn btn-primary btn-lg" type="button" data-bs-toggle="collapse" data-bs-target="#collapseToDoList" aria-expanded="false" aria-controls="collapseToDoList">Add Task</button>
</div>
<div id="collapseToDoList" class="collapse pt-5">
<div class="card">
<div class="card-body">
<form id="taskForm" class="row">
<div class="mb-3 col-md-4 col-lg-4">
<label for="taskTitle" class="form-label">Task</label>
<input type="text" name="title" class="form-control" id="taskTitle" placeholder="Add a new task">
</div>
<div class="mb-3 col-md-4 col-lg-4">
<label for="taskDate" class="form-label">Date</label>
<input type="date" name="date" class="form-control" id="taskDate" placeholder="">
</div>
<div class="col-12">
<button id="taskButton" type="submit" class="btn btn-primary">Submit</button>
</div>
</form>
</div>
</div>
</div>
<div id="tasksRow" class="row align-items-start">
</div>
</section>
<section id="filmsList" class="container-xl pt-5 shadow-sm p-3 mb-5 bg-body rounded bg-info bg-opacity-10">
<h2 class="display-5 fw-bold">Films List</h2>
<div class="my-3">
<button class="btn btn-primary btn-lg" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFilms" aria-expanded="false" aria-controls="collapseFilms">Add Film</button>
</div>
<div id="collapseFilms" class="collapse pt-5">
<div class="card">
<div class="card-body">
<form id="filmForm" class="row">
<div class="mb-3 col-md-4 col-lg-4">
<label for="filmTitle" class="form-label">Film title </label>
<input type="text" name="title" class="form-control" id="filmTitle" placeholder="Add a new film title">
</div>
<div class="mb-3 col-md-4 col-lg-4">
<label for="filmComment" class="form-label">Comment</label>
<input type="text" name="comment" class="form-control" id="filmComment" placeholder="Add a new comment">
</div>
<div class="col-12">
<button id="filmButton" type="submit" class="btn btn-primary">Submit</button>
</div>
</form>
</div>
</div>
</div>
<div id="filmsRow" class="row align-items-start">
</div>
</section>
<section id="booksList" class="container-xl pt-5 shadow-sm p-3 mb-5 bg-body rounded bg-info bg-opacity-10">
<h2 class="display-5 fw-bold">Books List</h2>
<div class="my-3">
<button class="btn btn-primary btn-lg" type="button" data-bs-toggle="collapse" data-bs-target="#collapseBooks" aria-expanded="false" aria-controls="collapseBooks">Add Book</button>
</div>
<div id="collapseBooks" class="collapse pt-5">
<div class="card">
<div class="card-body">
<form id="bookForm" class="row">
<div class="mb-3 col-md-4 col-lg-4">
<label for="bookTitle" class="form-label">Book title</label>
<input type="text" name="title" class="form-control" id="bookTitle" placeholder="Add a new book title">
</div>
<div class="mb-3 col-md-4 col-lg-4">
<label for="bookAuthor" class="form-label">Book author</label>
<input type="text" name="title" class="form-control" id="bookAuthor" placeholder="Add a book author">
</div>
<div class="mb-3 col-md-4 col-lg-4">
<label for="bookComment" class="form-label">Comment</label>
<input type="text" name="comment" class="form-control" id="bookComment" placeholder="Add a new comment">
</div>
<div class="col-12">
<button id="bookButton" type="submit" class="btn btn-primary">Submit</button>
</div>
</form>
</div>
</div>
</div>
<div id="booksRow" class="row align-items-start">
</div>
</section>
<section id="shoppingList" class="container-xl pt-5 shadow-sm p-3 mb-5 bg-body rounded bg-info bg-opacity-10">
<h2 class="display-5 fw-bold">Shopping List</h2>
<div class="my-3">
<button class="btn btn-primary btn-lg" type="button" data-bs-toggle="collapse" data-bs-target="#collapseProducts" aria-expanded="false" aria-controls="collapseProducts">Add Product</button>
</div>
<div id="collapseProducts" class="collapse pt-5">
<div class="card">
<div class="card-body">
<form id="productForm" class="row">
<div class="mb-3 col-md-4 col-lg-4">
<label for="productTitle" class="form-label">Product</label>
<input type="text" name="title" class="form-control" id="productTitle" placeholder="Add a new product">
</div>
<div class="col-12">
<button id="productButton" type="submit" class="btn btn-primary">Submit</button>
</div>
</form>
</div>
</div>
</div>
<div id="productsRow" class="row align-items-start">
</div>
</section>
<section id="travelList" class="container-xl pt-5 shadow-sm p-3 mb-5 bg-body rounded bg-info bg-opacity-10">
<h2 class="display-5 fw-bold">Travel List</h2>
<div class="my-3">
<button class="btn btn-primary btn-lg" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTravels" aria-expanded="false" aria-controls="collapseTravels">Add Travel</button>
</div>
<div id="collapseTravels" class="collapse pt-5">
<div class="card">
<div class="card-body">
<form id="travelForm" class="row">
<div class="mb-3 col-md-4 col-lg-4">
<label for="travelTitle" class="form-label">Travel title</label>
<input type="text" name="title" class="form-control" id="travelTitle" placeholder="Add a new travel">
</div>
<div class="mb-3 col-md-4 col-lg-4">
<label for="country" class="form-label">Country</label>
<input type="text" name="country" class="form-control" id="country" placeholder="Add a country">
</div>
<div class="mb-3 col-md-4 col-lg-4">
<label for="city" class="form-label">City</label>
<input type="text" name="city" class="form-control" id="city" placeholder="Add a city">
</div>
<div class="mb-3 col-md-4 col-lg-4">
<label for="purpose" class="form-label">What is the purpose of your visit?</label>
<input type="text" name="purpose" class="form-control" id="purpose" placeholder="Add a purpose">
</div>
<div class="mb-3 col-md-4 col-lg-4">
<label for="address" class="form-label">Where would you like to go?</label>
<input type="text" name="address" class="form-control" id="address" placeholder="Where would you like to go?">
</div>
<div class="mb-3 col-md-4 col-lg-4">
<label for="homeAddress" class="form-label">Where will you be staying?</label>
<input type="text" name="home" class="form-control" id="homeAddress" placeholder="Where will you be staying?">
</div>
<div class="mb-3 col-md-4 col-lg-4">
<label for="travelDate" class="form-label">When would you like to travel?</label>
<input type="date" name="date" class="form-control" id="travelDate" placeholder="">
</div>
<div class="mb-3 col-md-4 col-lg-4">
<label for="travelBackDate" class="form-label">When will you be coming back?</label>
<input type="date" name="date" class="form-control" id="travelBackDate" placeholder="">
</div>
<div class="mb-3 col-md-4 col-lg-4">
<label for="travelComment" class="form-label">Comment</label>
<input type="text" name="comment" class="form-control" id="travelComment" placeholder="Add a new comment">
</div>
<div class="col-12">
<button id="travelButton" type="submit" class="btn btn-primary">Submit</button>
</div>
</form>
</div>
</div>
</div>
<div id="travelsRow" class="row align-items-start">
</div>
</section>
<section id="dreamsList" class="container-xl pt-5 shadow-sm p-3 mb-5 bg-body rounded bg-info bg-opacity-10">
<h2 class="display-5 fw-bold">Dreams List</h2>
<div class="my-3">
<button class="btn btn-primary btn-lg" type="button" data-bs-toggle="collapse" data-bs-target="#collapseDreams" aria-expanded="false" aria-controls="collapseDreams">Add Dream</button>
</div>
<div id="collapseDreams" class="collapse pt-5">
<div class="card">
<div class="card-body">
<form id="dreamForm" class="row">
<div class="mb-3 col-md-4 col-lg-4">
<label for="dreamTitle" class="form-label">Dream title </label>
<input type="text" name="title" class="form-control" id="dreamTitle" placeholder="Add a new dream">
</div>
<div class="mb-3 col-md-4 col-lg-4">
<label for="dreamComment" class="form-label">Comment</label>
<input type="text" name="comment" class="form-control" id="dreamComment" placeholder="Add a new comment">
</div>
<div class="col-12">
<button id="dreamButton" type="submit" class="btn btn-primary">Submit</button>
</div>
</form>
</div>
</div>
</div>
<div id="dreamsRow" class="row align-items-start">
</div>
</section>
<section id="goalsList" class="container-xl pt-5 shadow-sm p-3 mb-5 bg-body rounded bg-info bg-opacity-10">
<h2 class="display-5 fw-bold">Goals List</h2>
<div class="my-3">
<button class="btn btn-primary btn-lg" type="button" data-bs-toggle="collapse" data-bs-target="#collapseGoalsList" aria-expanded="false" aria-controls="collapseGoalsList">Add Goal</button>
</div>
<div id="collapseGoalsList" class="collapse pt-5">
<div class="card">
<div class="card-body">
<form id="goalsForm" class="row">
<div class="mb-3 col-md-4 col-lg-4">
<label for="goalTitle" class="form-label">Goal</label>
<input type="text" name="title" class="form-control" id="goalTitle" placeholder="Add a new goal">
</div>
<div class="mb-3 col-md-4 col-lg-4">
<label for="goalDate" class="form-label">Date</label>
<input type="date" name="date" class="form-control" id="goalDate" placeholder="">
</div>
<div class="mb-3 col-md-4 col-lg-4">
<label for="goalComment" class="form-label">Comment</label>
<input type="text" name="comment" class="form-control" id="goalComment" placeholder="Add a new comment">
</div>
<div class="col-12">
<button id="goalButton" type="submit" class="btn btn-primary">Submit</button>
</div>
</form>
</div>
</div>
</div>
<div id="goalsRow" class="row align-items-start">
</div>
</section>
</section>
<section id="tracker" class="container-xl px-5 pt-5">
<h2 class="display-5 fw-bold">Tracker</h2>
<div class="my-3">
<button class="btn btn-primary btn-lg" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTrackers" aria-expanded="false" aria-controls="collapseTrackers">Add Tracker</button>
</div>
<div id="collapseTrackers" class="collapse pt-5">
<div class="card">
<div class="card-body">
<form id="trackerForm" class="row">
<div class="mb-3 col-md-4 col-lg-4">
<label for="trackerTitle" class="form-label">Tracker</label>
<input type="text" name="title" class="form-control" id="trackerTitle" placeholder="Add a new tracker">
</div>
<div class="col-12">
<button id="trackerButton" type="submit" class="btn btn-primary">Submit</button>
</div>
</form>
</div>
</div>
</div>
<div id="trackersRow" class="row align-items-start">
</div>
</section>
<section id="lifeBalance" class="container-xl px-5 pt-5">
<h2 class="display-5 fw-bold">Life Balance</h2>
<button id="saveButton" type="button" class="btn btn-primary col-md-2" style="margin: 20px 1px;">Save</button>
<div id="spheresOfLifeRow" class="accordion accordion-flush row align-items-start">
</div>
</section>
<section id="music" class="container-xl px-5 pt-5">
<h2 class="display-5 fw-bold">Music</h2>
<div class="d-flex flex-column align-items-center">
<img src="img/music_notes.png" class="img-fluid w-50 h-50" alt="music_notes">
<audio id="player" controls>
</audio>
<button id="nextButton" type="button" class="btn btn-primary col-md-2" style="margin: 20px 1px;">Next</button>
</div>
</section>
</main>
<footer id=footer class="footer bg-info bg-opacity-50">
<div class="container-fluid pt-1">
<ul class="navbar-nav d-flex flex-row justify-content-evenly align-items-center flex-wrap">
<li class="nav-item">
<a class="nav-link link-secondary" href="#home">It's my life</a>
</li>
<li class="nav-item">
<a class="nav-link link-secondary" href="#about">About</a>
</li>
</ul>
</div>
<div class="container-fluid pb-1 px-4">
<span class="text-muted px-1 d-flex justify-content-center">2022 Alena</span>
</div>
</footer>
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ" crossorigin="anonymous"></script>
<script src="js/filmsList.js"></script>
<script src="js/toDoList.js"></script>
<script src="js/booksList.js"></script>
<script src="js/shoppingList.js"></script>
<script src="js/travelsList.js"></script>
<script src="js/dreamsList.js"></script>
<script src="js/goalsList.js"></script>
<script src="js/tracker.js"></script>
<script src="js/lifeBalance.js"></script>
<script src="js/music.js"></script>
</body>
</html>