-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
245 lines (240 loc) · 11.3 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
<!DOCTYPE html>
<html>
<head>
<!--meta-->
<meta charset="UTF-8">
<meta name="language" content="sk">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Kamila Skokňová" >
<meta name="keywords" content="">
<meta name="description" content="">
<!--fonts-->
<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=Bungee&family=Fredericka+the+Great&display=swap" rel="stylesheet">
<!--stylesheets-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link rel="stylesheet" href="assets/styles.css">
<!--favicon-->
<link rel="icon" href="img/background.jpg">
<!--title-->
<title>TO-DO LIST</title>
</head>
<body>
<main>
<section class="section position-absolute">
<div class="container">
<div class="row">
<div class="col-12 d-flex justify-content-between">
<span class="horizontal-piece"></span>
<h1 class="todo text-center pt-md-2 pt-md-2 pt-4 pt-1 px-3">TO-DO LIST:</h1>
<span class="horizontal-piece"></span>
</div>
</div>
</div>
</section>
<div class="darkness">
<div class="container">
<div class="row">
<div class="col-md-8 col-12 ps-5">
<h1>This is your daily <span style="color: bisque">To-Do List</span> Maker. <h3>
<h3>At first, you need to write down your 7 tasks.</h3>
<form>
<div class="d-flex">
<div class="input-control">
<input id="task" class="form-control mb-2" type="text" name="task" placeholder="">
</div>
<button type="submit" class="button add-btn" id="btn">Add</button>
</div>
</form>
<!-- len pre ukážku -->
<ol class="todoList">
</ol>
<!---->
<h4 class="mt-2">When you're done, scroll down. </h4>
</div>
</div>
</div>
</div>
<section class="section section_1">
<div class="container">
<div class="row">
<div class="col-12 d-flex justify-content-between">
<span class="vertical-piece-in"></span>
<h2 class="todo__text text-center pt-md-1 pt-3 ">1. rule</h2>
<span class="vertical-piece-in"></span>
</div>
</div>
</div>
</section>
<div class="darkness">
<div class="container">
<div class="row">
<div class="col-12 ps-5">
<h2>Make your To-Do List in the morning.</h2>
<h5>It needs to be your habit. Something you do automatically, before you start working.</h5>
<img src="" class="img-fluid d-none d-md-block">
</div>
</div>
</div>
</div>
<section class="section section_2">
<div class="container">
<div class="row">
<div class="col-12 d-flex justify-content-between">
<span class="vertical-piece-in"></span>
<h2 class="todo__text text-center pt-md-1 pt-3 ">2. rule</h2>
<span class="vertical-piece-in"></span>
</div>
</div>
</div>
</section>
<div class="darkness">
<div class="container">
<div class="row">
<div class="col-12 ps-5">
<h2>Do 1 task at a time.</h2>
<h5>Practise mindfullness. Stay focused at one thing.</h5>
<img src="" class="img-fluid d-none d-md-block">
</div>
</div>
</div>
</div>
<section class="section section_3">
<div class="container">
<div class="row">
<div class="col-12 d-flex justify-content-between">
<span class="vertical-piece-in"></span>
<h2 class="todo__text text-center pt-md-1 pt-3 ">3. rule</h2>
<span class="vertical-piece-in"></span>
</div>
</div>
</div>
</section>
<div class="darkness">
<div class="container">
<div class="row">
<div class="col-12 ps-5">
<h2>Write down your tasks, not goals.</h2>
<h5>Tasks are WHAT you do. Goals are WHY you do what you do. Write down your goals, too, but separately. </h5>
<img src="" class="img-fluid d-none d-md-block">
</div>
</div>
</div>
</div>
<section class="section section_4">
<div class="container">
<div class="row">
<div class="col-12 d-flex justify-content-between">
<span class="vertical-piece-in"></span>
<h2 class="todo__text text-center pt-md-1 pt-3 ">4. rule</h2>
<span class="vertical-piece-in"></span>
</div>
</div>
</div>
</section>
<div class="darkness">
<div class="container">
<div class="row">
<div class="col-12 ps-5">
<h2>Don't scare yourself too often.</h2>
<h5>Of course, you need to get out of your comfort zone. But be wise when to do so.</h5>
<img src="" class="img-fluid d-none d-md-block">
</div>
</div>
</div>
</div>
<section class="section section_5">
<div class="container">
<div class="row">
<div class="col-12 d-flex justify-content-between">
<span class="vertical-piece-in"></span>
<h2 class="todo__text text-center pt-md-1 pt-3 ">5. rule</h2>
<span class="vertical-piece-in"></span>
</div>
</div>
</div>
</section>
<div class="darkness">
<div class="container">
<div class="row">
<div class="col-12 ps-5">
<h2>Include something you love.</h2>
<h5>Your daily tasks are not just the ones you hate. Write down also the things you want to do.</h5>
<img src="" class="img-fluid d-none d-md-block">
</div>
</div>
</div>
</div>
<section class="section section_6">
<div class="container">
<div class="row">
<div class="col-12 d-flex justify-content-between">
<span class="vertical-piece-in"></span>
<h2 class="todo__text text-center pt-md-1 pt-3 ">6. rule</h2>
<span class="vertical-piece-in"></span>
</div>
</div>
</div>
</section>
<div class="darkness">
<div class="container">
<div class="row">
<div class="col-12 ps-5">
<h2>Tick off what you've done already.</h2>
<h5>When you complete something, tick it off to show yourself you're moving forward.</h5>
<img src="" class="img-fluid d-none d-md-block">
</div>
</div>
</div>
</div>
<section class="section section_7">
<div class="container">
<div class="row">
<div class="col-12 d-flex justify-content-between">
<span class="vertical-piece-in"></span>
<h2 class="todo__text text-center pt-md-1 pt-3 ">7. rule</h2>
<span class="vertical-piece-in"></span>
</div>
</div>
</div>
</section>
<div class="darkness">
<div class="container">
<div class="row">
<div class="col-12 ps-5">
<h2>Reward yourself.</h2>
<h5>Find the balance between being strict and kind. </h5>
<img src="" class="img-fluid d-none d-md-block">
</div>
</div>
</div>
</div>
<section class="section section_8">
<div class="container">
<div class="row">
<div class="col-12 pb-0 mb-0 d-flex justify-content-between">
<span class="horizontal-piece"></span>
<h1 class="todo text-center px-3 mb-3">DO IT NOW</h1>
<span class="horizontal-piece"></span>
</div>
</div>
</div>
</section>
<a href="/todo" class="btn button mb-2 reset-button"><i class="bi bi-repeat pe-2"></i>Reset</a>
<div class="true-light"></div>
</main>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-12 pb-0 mb-0">
<p class="text-end pb-0 mb-0">Created by <a href="https://kamilaskoknova.sk" class="pb-0 mb-0">Kamila Skoknova</a></p>
</div>
</div>
</div>
</footer>
<script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>
<script src="assets/scripts.js"></script>
</body>
</html>