This repository has been archived by the owner on Sep 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
336 lines (307 loc) · 11.5 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0"
/>
<link rel="stylesheet" href="dist/output.css" />
<!-- MDI Icons -->
<link
rel="stylesheet"
href="https://cdn.materialdesignicons.com/6.5.95/css/materialdesignicons.min.css"
/>
<title>SiAmaWolu</title>
</head>
<body class="overflow-y-hidden">
<main
class="mx-auto h-screen overflow-y-scroll max-w-[444px] mb-[56px] p-0 pb-24 shadow-lg border"
>
<!-- aa -->
<div
class="fixed bottom-14 z-10 w-full max-w-[444px] -ml-1 flex justify-center"
>
<a
class="px-[15px] py-2 bg-blue-500 shadow-xl my-auto rounded-full border-2 border-white"
>
<span class="flex flex-col items-center">
<i class="mdi mdi-location-enter text-white text-[27px]"></i>
</span>
</a>
</div>
<!-- ddd -->
<!-- bottom nav -->
<div class="flex items-center justify-center">
<div
class="fixed bottom-0 px-2 bg-white w-[443px] h-[80px] flex justify-center border border-x-0"
>
<div class="flex flex-row space-x-5 px-5">
<!-- Item #1 -->
<div class="flex group">
<a
href="index.html"
class="px-3 py-2 text-indigo-400 hover:text-indigo-800"
>
<span class="flex flex-col items-center">
<!-- Icon -->
<i
class="mdi mdi-home mdi-24px mx-1 text-indigo-400 group-hover:text-indigo-800 transition-color duration-200"
></i>
<!-- Text -->
<span class="text-xs mb-2 transition-all duration-200">
Home
</span>
<!-- Focus Dot -->
<span
class="h-2 w-2 rounded-full group-hover:bg-indigo-500 hover:h-3 hover:w-3 transition-all duration-150 delay-100"
></span>
</span>
</a>
</div>
<!-- Item #1 -->
<div class="flex group">
<a
href="index.html"
class="px-3 py-2 text-indigo-400 hover:text-indigo-800"
>
<span class="flex flex-col items-center">
<!-- Icon -->
<i
class="mdi mdi-calendar-outline mdi-24px mx-1 text-indigo-400 group-hover:text-indigo-800 transition-color duration-200"
></i>
<!-- Text -->
<span class="text-xs mb-2 transition-all duration-200">
Scheduled
</span>
<!-- Focus Dot -->
<span
class="h-2 w-2 rounded-full group-hover:bg-indigo-500 hover:h-3 hover:w-3 transition-all duration-150 delay-100"
></span>
</span>
</a>
</div>
<!-- Item #3 -->
<div class="flex group">
<a
href="index.html"
class="px-3 py-2 text-indigo-400 hover:text-indigo-800"
>
<span class="flex flex-col items-center">
<!-- Icon -->
<i
class="mdi mdi-bell-outline mdi-24px mx-1 text-indigo-400 group-hover:text-indigo-800 transition-color duration-200"
></i>
<!-- Text -->
<span class="text-xs mb-2 transition-all duration-200">
Notification
</span>
<!-- Focus Dot -->
<span
class="h-2 w-2 rounded-full group-hover:bg-indigo-500 hover:h-3 hover:w-3 transition-all duration-150 delay-100"
></span>
</span>
</a>
</div>
<!-- Item #5 -->
<div class="flex group">
<a
href="account.html"
class="px-3 py-2 text-indigo-400 hover:text-indigo-800"
>
<span class="flex flex-col items-center">
<!-- Icon -->
<i
class="mdi mdi-account-circle-outline mdi-24px mx-1 text-indigo-400 group-hover:text-indigo-800 transition-color duration-200"
></i>
<!-- Text -->
<span class="text-xs mb-2 transition-all duration-200">
Account
</span>
<!-- Focus Dot -->
<span
class="h-2 w-2 rounded-full group-hover:bg-indigo-500 transition-all duration-150 delay-100"
></span>
</span>
</a>
</div>
</div>
</div>
</div>
<!-- end bottom -->
<!-- profile -->
<div class="block p-5">
<p class="text-sm font-light">Selamat Siang,</p>
<p class="">Azriel Sebastian</p>
</div>
<!-- end profile -->
<!-- Navigation Bar -->
<div class="flex px-5">
<div
class="px-2 bg-gradient-to-r text-white from-blue-700 to-[#63c2f0] shadow-lg rounded-lg w-full"
>
<div class="flex flex-row justify-center">
<!-- Item #1 -->
<div class="flex group box-border">
<a class="px-3 pb-3 py-3">
<span class="flex flex-col items-center">
<!-- Icon -->
<i
class="px-2 mdi mdi-timer text-[23px] text-blue-600 bg-white rounded-full shadow-2xl"
></i>
<!-- Text -->
<span class="text-xs mt-2"> Statistic</span>
</span>
</a>
</div>
<!-- end Item #1 -->
<!-- Item #2 -->
<div class="flex group">
<a class="px-3 pb-3 py-3">
<span class="flex flex-col items-center">
<!-- Icon -->
<i
class="px-2 mdi mdi-note-text text-[23px] text-blue-600 bg-white rounded-full shadow-2xl"
></i>
<!-- Text -->
<span class="text-xs mt-2"> Presence </span>
</span>
</a>
</div>
<!-- end Item #2 -->
<!-- Item #3 -->
<div class="flex group">
<a class="px-3 pb-3 py-3">
<span class="flex flex-col items-center">
<!-- Icon -->
<i
class="px-2 mdi mdi-note-check text-[23px] text-blue-600 bg-white rounded-full shadow-2xl"
></i>
<!-- Text -->
<span class="text-xs mt-2"> Activity </span>
</span>
</a>
</div>
<!-- end Item #3 -->
<!-- Item #4 -->
<div class="flex group">
<a class="px-3 pb-3 py-3">
<span class="flex flex-col items-center">
<!-- Icon -->
<i
class="px-2 mdi mdi-send-circle text-[23px] text-blue-600 bg-white rounded-full shadow-2xl"
></i>
<!-- Text -->
<span class="text-xs mt-2">Izin</span>
</span>
</a>
</div>
<!-- end Item #4 -->
</div>
</div>
</div>
<!-- End Navigation Bar -->
<!-- Check in check out -->
<p class="mt-6 px-5 pb-3 font-normal text-sm">
<i class="mdi mdi-calendar-range text-blue-500"></i> TODAY - SELASA, 26
AGUSTUS 2021
</p>
<div class="block mx-5 my-5">
<div class="shadow-[0_12px_50px_-6px_rgb(0,0,0,0.15)]">
<div
class="flex bg-white p-3 border border-x-0 border-t-0 border-b-1"
>
<i
class="mx-2 px-2 mdi mdi-location-enter text-white text-[26px] bg-blue-500 shadow-md my-auto rounded-full"
></i>
<div class="flex flex-col justify-center w-full px-5 py-1">
<div class="flex justify-between items-center">
<div class="flex flex-col">
<h2 class="text-sm font-medium">CHECK-IN</h2>
</div>
</div>
<div class="flex pt-2 text-sm text-gray-400">
<div class="flex items-center mr-auto">
<div class="font-normal">
<p>
Sheduled: <i class="mdi mdi-alarm text-green-500"></i>
<span class="font-semibold">9:00</span> WIB
</p>
<p>
Checked in at:
<span class="font-semibold"> </span> --:--
</p>
</div>
</div>
<!-- <div class="flex items-center font-medium text-gray-900">
$1800
<span class="text-gray-400 text-sm font-normal"> /wk</span>
</div> -->
</div>
</div>
</div>
<div class="flex p-3">
<i
class="mx-2 px-2 mdi mdi-location-exit text-white text-[26px] bg-[#ffd94e] shadow-md my-auto rounded-full"
></i>
<div class="flex flex-col justify-center w-full px-5 py-1">
<div class="flex justify-between items-center">
<div class="flex flex-col">
<h2 class="text-sm font-medium">CHECK-OUT</h2>
</div>
</div>
<div class="flex pt-2 text-sm text-gray-400">
<div class="flex items-center mr-auto">
<div class="font-normal">
<p>
Sheduled: <i class="mdi mdi-alarm text-green-500"></i>
<span class="font-semibold">9:00</span> WIB
</p>
<p>
Checked in at:
<span class="font-semibold"> </span> --:--
</p>
</div>
</div>
<!-- <div class="flex items-center font-medium text-gray-900">
$1800
<span class="text-gray-400 text-sm font-normal"> /wk</span>
</div> -->
</div>
</div>
</div>
</div>
</div>
<!-- end check in check out -->
<!-- Current Lecture -->
<div class="px-5 mb-10">
<p class="font-normal text-sm">
<i class="mdi mdi-book-variant text-blue-400"></i> CURRENT LECTURE
</p>
<div
class="py-4 px-8 bg-gradient-to-r text-white from-blue-700 to-[#63c2f0] shadow-lg rounded-lg my-5"
>
<a href="absen.html">
<div>
<h2 id="subject" class="text-white text-[16px] font-semibold">
Pemodelan Perangkat Lunak
</h2>
<h2 class="mt-2 text-white" id="time">11:20 - 14:46 WIB</h2>
</div>
</a>
<div class="flex justify-end mt-4">
<a href="absen.html"> </a
><a
id="teacher"
href="statistic.html"
class="text-sm font-medium text-white"
>
Agung Setiawan S.kom
</a>
</div>
</div>
</div>
<!-- End Currect Lecture -->
</main>
</body>
</html>