-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
117 lines (117 loc) · 3.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
<!DOCTYPE html>
<html lang="in">
<head>
<meta charset="UTF-8">
<title>Kelas 7B</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
margin: 0;
font-family: Unispace, Helvetica, sans-serif;
background-color: white;
}
@keyframes animation {
0% {right:500px; top:0px;}
80% {right:2px; top:0px;}
100% {right:0px; top:0px;}
}
.bar {
background-color: aqua;
width: 370px;
height: 20px;
padding: 10px;
margin: 1px;
box-shadow:
0 5px 5px rgba(0, 0, 0, 0.10),
0 8px 8px rgba(0, 0, 0, 0.10),
0 5px 8px rgba(0, 0, 0, 0.10),
0 8px 5px rgba(0, 0, 0, 0.10),
0 12px 12px rgba(0, 0, 0, 0.10);
position: relative;
animation-name: animation;
animation-duration: 1.0s;
}
.bar a {
color: white;
padding: 5px;
text-decoration: none;
}
.bar2 {
background-color: #B3B3B3;
width: 200px;
height: 50px;
padding: 10px;
margin: 1px;
box-shadow:
0 5px 5px rgba(0, 0, 0, 0.10),
0 8px 8px rgba(0, 0, 0, 0.10),
0 5px 8px rgba(0, 0, 0, 0.10),
0 8px 5px rgba(0, 0, 0, 0.10),
0 12px 12px rgba(0, 0, 0, 0.10);
position: relative;
animation-name: animation;
animation-duration: 1.0s;
}
.bar2 a {
color: white;
padding: 5px;
text-decoration: none;
}
.info {
width: 352px;
border: 0.5px solid black;
margin: 10px;
padding: 4px;
border-radius: 2px;
box-shadow:
0 5px 5px rgba(0, 0, 0, 0.10),
0 8px 8px rgba(0, 0, 0, 0.10),
0 5px 8px rgba(0, 0, 0, 0.10),
0 8px 5px rgba(0, 0, 0, 0.10),
0 12px 12px rgba(0, 0, 0, 0.10);
background-color: #B3B3B3;
position: relative;
animation-name: animation;
animation-duration: 1.4s;
}
.info a {
color: white;
padding: 3px;
text-decoration: none;
}
</style>
</head>
<body>
<div class="bar">
<center>
<img src="sidebar-icon.png" width="14" height="14">
<a href="index.html"><b style="color:blue">Home</b></a>
<a href="informasi.html"><b style="color:white">Infomasi</b></a>
<a href="Jadwal.html"><b style="color:white">Jadwal</b></a>
<a href="daftar-siswa.html"><b style="color:white">Murid</b></a>
<a href="buku.html"><b style="color:white">Buku</b></a>
</div>
<div class="info"><center><b><a href="addpost.js" style="color:white">+ Created New Post ( Beta Version )</a></a></b></center></div>
<div class="info">
<center><b style="color:aqua">New Update</b></center>
<hr>
<h4 style="color:white">Daftar Update :</h4>
<h4 style="color:white">1. Perbaikan Masalah UI "User Interface" Yang Terlalu Kecil "scale=25" Menjadi "scale=device-scale=1"</h4></h4>
<h4 style="color:white">2. Masalah Informasi Yang Masih Error Pada Pages</h4>
<h4 style="color:white">3. Penambahan Fitur "+ Created New Post" (Beta)</h4>
<h4 style="color:white">4. Perubahan "Button Page" Agar Jauh Lebih Rapi</h4>
<h4 style="color:white">5. Perubahan Ui Pada Halaman</h4>
<h4 style="color:white">6. Perubahan Warna Pada Halaman</h4>
<h7><a href="informasi.html" style="color:blue">Versi 0.15.2 - Update</a></h6
7>
</div>
<div class="info">
<center><b style="color:aqua">Information</b></center>
<hr>
<h4 style="color:white">Deskripsi :</h4>
<h4 style="color:white">Created by : <a href="" style="color:blue">@Ernesto Yoofi</a></h4>
<h4 style="color:white">Creation starts from : 14 November 2021 / 20:20:62</h4>
<h4 style="color:white">Release time : 21:54:09 / 14 Nov 2021</h4>
</div>
</body>
</html>