-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmain.html
More file actions
319 lines (319 loc) · 8.45 KB
/
main.html
File metadata and controls
319 lines (319 loc) · 8.45 KB
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
<!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" />
<link
href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css"
/>
<link rel="stylesheet" href="css/main.css" />
<title>Main Page</title>
</head>
<body
class="my-10 mx-16 md:m-8 text-white"
style="background: linear-gradient(to top, #1b1919, #53a6d8)"
>
<!-- Navbar (Header) -->
<header
class="
flex
relative
sm:m-4 sm:justify-between
md:flex md:justify-between md:relative
"
>
<input type="checkbox" id="check" />
<label for="check" class="checkbtn sm:flex-end">
<i class="fas fa-bars text-white"></i>
</label>
<a href="index.html"
><img
class="mx-8 w-auto h-10 sm:mx-4 sm:flex-start md:flex-start"
src="assets/MauNgapainLogo(edited).png"
alt="Logo"
/></a>
<ul
class="
sm:justify-center sm:items-center
md:flex md:justify-end md:items-center md:py-4
"
>
<li>
<a
class="
mx-10
font-bold
md:text-xl
md:rounded-lg
md:px-3
md:py-2
md:hover:bg-white
md:hover:text-black
"
href="contact-us.html"
>Contact Us</a
>
</li>
<li>
<a
class="
mx-10
font-bold
md:text-xl
md:rounded-lg
md:px-3
md:py-2
md:hover:bg-white
md:hover:text-black
"
href="help.html"
>Help</a
>
</li>
</ul>
</header>
<!-- Main Content -->
<!-- Weather Card -->
<div>
<h1
id="title-card-weather"
class="text-6xl text-center mt-24 font-bold sm:text-4xl"
>
Cuaca Yang Akan Datang
</h1>
</div>
<div id="weather-cards" class="flex justify-center mt-16 sm:w-auto">
<div
id="card-1"
class="
satuan
inline-block
bg-white
px-12
pt-12
pb-14
mx-5
w-56
sm:h-full
rounded-lg
text-center
"
>
<div class="px-6 py-8 bg-blue-400 rounded-full">
<i
id="weather"
class="fas fa-cloud-sun fa-4x icon"
style="color: white"
></i>
</div>
<p id="summary" class="mt-12 text-blue-400 text-xl">Cuaca Hari Ini</p>
<div class="flex justify-center">
<img
src="./assets/clock.svg"
class="mt-4"
style="max-width: 20px; margin-right: 10px"
alt=""
/>
<p id="time" class="mt-4 text-blue-400" style="margin-right: 5px">
10:01 PM
</p>
</div>
</div>
<div
id="card-2"
class="
satuan
inline-block
bg-white
px-12
pt-12
pb-14
mx-5
w-56
rounded-lg
text-center
"
>
<div class="px-6 py-8 bg-blue-400 rounded-full">
<i
id="weather"
class="fas fa-cloud-sun fa-4x icon"
style="color: white"
></i>
</div>
<p id="summary" class="mt-12 text-blue-400 text-xl">Cuaca Hari Ini</p>
<div class="flex justify-center">
<img
src="./assets/clock.svg"
class="mt-4"
style="max-width: 20px; margin-right: 10px"
alt=""
/>
<p id="time" class="mt-4 text-blue-400" style="margin-right: 5px">
10:01 PM
</p>
</div>
</div>
<div
id="card-3"
class="
satuan
inline-block
bg-white
px-12
pt-12
pb-14
mx-5
w-56
rounded-lg
text-center
"
>
<div class="px-6 py-8 bg-blue-400 rounded-full">
<i
id="weather"
class="fas fa-cloud-sun fa-4x icon"
style="color: white"
></i>
</div>
<p id="summary" class="mt-12 text-blue-400 text-xl">Cuaca Hari Ini</p>
<div class="flex justify-center">
<img
src="./assets/clock.svg"
class="mt-4"
style="max-width: 20px; margin-right: 10px"
alt=""
/>
<p id="time" class="mt-4 text-blue-400" style="margin-right: 5px">
10:01 PM
</p>
</div>
</div>
<div
id="card-4"
class="
satuan
inline-block
bg-white
px-12
pt-12
pb-14
mx-5
w-56
rounded-lg
text-center
"
>
<div class="px-6 py-8 bg-blue-400 rounded-full">
<i
id="weather"
class="fas fa-cloud-sun fa-4x icon"
style="color: white"
></i>
</div>
<p id="summary" class="mt-12 text-blue-400 text-xl">Cuaca Hari Ini</p>
<div class="flex justify-center">
<img
src="./assets/clock.svg"
class="mt-4"
style="max-width: 20px; margin-right: 10px"
alt=""
/>
<p id="time" class="mt-4 text-blue-400" style="margin-right: 5px">
10:01 PM
</p>
</div>
</div>
</div>
<!-- Todo Card -->
<div class="text mb-20 mt-28">
<h1
id="title-card-todo"
class="text-white text-5xl font-bold text-center sm:text-4xl"
>
Mau Ngapain Aja Hari Ini??
</h1>
</div>
<div
id="card-todo"
class="
card
mx-auto
bg-white
text-black
w-3/5
rounded-lg
sm:w-11/12
md:w-7/12
"
>
<div class="card-head h-64 mb-3 rounded-t-lg w-full md:h-72">
<div class="clear flex justify-end p-3 text-2xl">
<i
id="reset-todo"
class="fas fa-sync-alt cursor-pointer text-white"
></i>
</div>
</div>
<div class="card-output h-96 text-black mx-2 p-3">
<div id="list" class="flex flex-col px-3 my-2 text-xl sm:h-80">
<!-- Nanti To-Do-List akan berada di sini -->
</div>
</div>
<div class="card-input flex items-center p-2">
<i
id="add-todo"
class="fas fa-plus-circle text-3xl mx-3 cursor-pointer"
></i>
<input
id="text-todo"
class="
input
py-2
w-full
text-center text-xl
border-4 border-black border-opacity-50
rounded-lg
"
type="text"
placeholder="Add a Todo"
/>
</div>
</div>
<!-- Footer -->
<footer>
<div class="flex flex-col mt-20 justify-center share_section">
<div class="text-white text-base flex justify-center items-center mb-8">
<p>- Supported By -</p>
</div>
<div class="icon flex flex-row justify-center items-center">
<a href="https://github.com/FTP-YCAB-Fullstack/GP1-Creative">
<img
class="logo mx-2"
src="./assets/GithubLogo(edited).png"
alt="Github"
/></a>
<a href="https://impactbyte.com/id/home">
<img
class="logo mx-2"
src="./assets/ImpactByteLogo(edited).png"
alt="Impactbyte"
/></a>
<a href="https://skilvul.com/">
<img
class="logo mx-2"
src="./assets/SkilvulLogo(edited).png"
alt="Skilvul"
/></a>
</div>
</div>
</footer>
<script type="module" src="js/main.js"></script>
</body>
</html>