├── Admin ├── Hapus_Akun.php ├── Hapus_Guru.php ├── Hapus_Mata_Pelajaran.php ├── Hapus_Murid.php ├── Hapus_Pesan.php ├── Input_Nilai.php ├── Nilai.php ├── Note untuk logika Nilai.txt ├── Proses_Edit_Akun.php ├── Proses_Edit_Guru.php ├── Proses_Edit_Mata_Pelajaran.php ├── Proses_Edit_Murid.php ├── Proses_Input_Akun.php ├── Proses_Input_Mata_Pelajaran.php ├── Proses_Tambah_Guru.php ├── Proses_Tambah_Murid.php ├── akun.php ├── akun2.php ├── akun_edit.php ├── guru.php ├── guru_edit.php ├── icon.jpg ├── image │ ├── a.png │ ├── e.png │ ├── g.png │ ├── m.png │ ├── mpl.png │ └── n.png ├── index.php ├── mata_pelajaran.php ├── mata_pelajaran_edit.php ├── murid.php ├── murid_edit.php ├── pesan.php ├── process_guru.php ├── tambah_akun.php ├── tambah_guru.php ├── tambah_mata_pelajaran.php └── tambah_murid.php ├── Data Base school.sql ├── Guru Di daftarkan Oleh Admin.txt ├── Guru ├── Nilai.php ├── index.php └── process_guru.php ├── LICENSE ├── Level.txt ├── Logika.txt ├── Murid └── index.php ├── Note Untuk Database.txt ├── Proses_Kirim.php ├── README.md ├── akutansi.php ├── css ├── bootstrap.css ├── font-awesome.css ├── jquery-ui.css ├── roma.css ├── style.css ├── swipebox.css └── utama.css ├── fasilitas.php ├── fonts ├── FontAwesome.otf ├── fontawesome-webfont.eot ├── fontawesome-webfont.svg ├── fontawesome-webfont.ttf ├── fontawesome-webfont.woff ├── fontawesome-webfont.woff2 ├── glyphicons-halflings-regular.woff └── glyphicons-halflings-regular.woff2 ├── images ├── 1.jpg ├── 2.jpg ├── Backup │ ├── ab1.jpg │ ├── ab2.jpg │ ├── avb1.jpg │ ├── banner2.jpg │ ├── bg1.jpg │ ├── g1.jpg │ ├── g10.jpg │ ├── g11.jpg │ ├── g12.jpg │ ├── g2.jpg │ ├── g3.jpg │ ├── g4.jpg │ ├── g5.jpg │ ├── g6.jpg │ ├── g7.jpg │ ├── g8.jpg │ ├── g9.jpg │ ├── t1.jpg │ ├── t2.jpg │ ├── t3.jpg │ ├── t4.jpg │ ├── t5.jpg │ └── t6.jpg ├── FUTSALL.jpg ├── Lap1.jpg ├── MURID1-b.jpg ├── MURID1.jpg ├── MURID2.jpg ├── MURID3.jpg ├── SMKBARUNAWATI.jpg ├── Thumbs.db ├── akun │ ├── akun.png │ ├── e akun.png │ └── kumpul.jpg ├── baruna2.jpg ├── basket.jpg ├── basket1.jpg ├── bengkel.jpg ├── c-arrows.png ├── carousel.png ├── icon_gambar.ico ├── icons.svg ├── kantin.jpg ├── komputer.jpg ├── logo.ico ├── lpg.png ├── otomotif │ ├── oto.jpg │ ├── oto2.jpg │ └── oto3.png ├── perpustakaan.jpg ├── perpustkaan.jpg ├── play-button.png ├── rpl │ ├── rpl.jpg │ ├── rpl2.jpg │ └── rpl3.jpg ├── search.png ├── sekolah.jpg ├── tanaman.jpg ├── up2.png └── voly.jpg ├── index.php ├── js ├── SmoothScroll.min.js ├── bootstrap.js ├── easing.js ├── jquery-2.1.4.min.js ├── jquery-ui.js ├── jquery.swipebox.min.js ├── move-top.js ├── numscroller-1.0.js └── simplePlayer.js ├── koneksi.php ├── logout.php ├── mail.php ├── napigasi.php ├── napigasi2.php ├── otomotif.php ├── profile_sekolah.php ├── proses_daftar.php ├── proses_login.php ├── rpl.php ├── screenshot ├── admin.png ├── akun.png ├── beranda.png ├── contact.png ├── guru.png ├── matapelajaran.png ├── murid.png └── nilai.png ├── urutan.txt ├── validasi_daftar.js └── w3layouts-License.txt /Admin/Hapus_Akun.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Admin/Hapus_Guru.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Admin/Hapus_Mata_Pelajaran.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Admin/Hapus_Pesan.php: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | 8 | SMK TERPADU 9 | 10 | 11 | 12 | 13 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 |
42 | 43 | 50 | 51 |
52 |
53 |
54 | Nama Mata Pelajaran :

55 | Jurusan :

56 | Kelas :

57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | $data_murid[nisn] 84 | 85 | 86 | 87 | 88 | "; 89 | 90 | $N++; 91 | $T++; 92 | $A++; 93 | } 94 | 95 | ?> 96 | 97 |
NISNNama MuridNilai UTSNilai UAS
98 | 99 |
100 |
101 |
102 | 103 | 104 | 105 | 106 | 107 | 108 |
109 |
110 |

© 2018 SMK TERPADU | Design by W3layouts.

111 |
112 |
113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 143 | 158 | 159 | 160 | 161 | 162 | 163 | 168 | 169 | 170 | 171 | 176 | 177 | 178 | 179 | 184 | 185 | 186 | 187 | 188 | 189 | -------------------------------------------------------------------------------- /Admin/Nilai.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SMK TERPADU 6 | 7 | 8 | 9 | 10 | 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 | 62 | 63 | 64 | 65 | 66 | 67 |
Mata Pelajaran : 47 | 61 |
68 |
69 |
70 |
71 | 72 | 73 | 74 | 75 | 76 |
77 |
78 |

© 2018 SMK TERPADU | Design by W3layouts.

79 |
80 |
81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 111 | 126 | 127 | 128 | 129 | 130 | 135 | 136 | 137 | 138 | 143 | 144 | 145 | 146 | 151 | 152 | 153 | 154 | 155 | 156 | -------------------------------------------------------------------------------- /Admin/Note untuk logika Nilai.txt: -------------------------------------------------------------------------------- 1 | pakai logika 2 | jika data di database ada maka update 3 | jika data di database tidak ada maka input -------------------------------------------------------------------------------- /Admin/Proses_Edit_Akun.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Admin/Proses_Edit_Guru.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Admin/Proses_Edit_Mata_Pelajaran.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Admin/Proses_Input_Akun.php: -------------------------------------------------------------------------------- 1 | 15 | window.alert('Username sudah Terdaftar') 16 | window.location.href='akun.php'; 17 | "); 18 | } 19 | -------------------------------------------------------------------------------- /Admin/Proses_Input_Mata_Pelajaran.php: -------------------------------------------------------------------------------- 1 | 17 | window.alert('Kode sudah Dipakai') 18 | window.location.href='mata_pelajaran.php'; 19 | "); 20 | } 21 | -------------------------------------------------------------------------------- /Admin/Proses_Tambah_Guru.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Admin/Proses_Tambah_Murid.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Admin/akun.php: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | SMK TERPADU 8 | 9 | 10 | 11 | 12 | 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 |

Akun Control

39 | 40 | 41 |
42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | $data[username]"; 69 | echo ""; 70 | echo ""; 71 | echo " 72 | "; 73 | } 74 | 75 | ?> 76 | 77 |
Username Level Aksi
$LevelEdit Hapus
78 |
79 | 80 |
81 |
82 |
83 | 84 | 85 | 86 | 87 | 88 |
89 |
90 |

© 2018 SMK TERPADU | Design by W3layouts.

91 |
92 |
93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 121 | 134 | 135 | 136 | 137 | 138 | 143 | 144 | 145 | 146 | 151 | 152 | 153 | 154 | 159 | 160 | 161 | 162 | 163 | -------------------------------------------------------------------------------- /Admin/akun2.php: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | SMK TERPADU 8 | 9 | 10 | 11 | 12 | 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 |

Akun Control

39 | 40 | 41 |
42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | $data[username]"; 69 | echo ""; 70 | echo ""; 71 | echo " 72 | "; 73 | } 74 | 75 | ?> 76 | 77 |
Username Level Aksi
$LevelEdit Hapus
78 |
79 | 80 |
81 |
82 |
83 | 84 | 85 | 86 | 87 | 88 |
89 |
90 |

© 2018 SMK TERPADU

91 |
92 |
93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 121 | 134 | 135 | 136 | 137 | 138 | 143 | 144 | 145 | 146 | 151 | 152 | 153 | 154 | 159 | 160 | 161 | 162 | 163 | -------------------------------------------------------------------------------- /Admin/akun_edit.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SMK TERPADU 6 | 7 | 8 | 9 | 10 | 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 |

Akun Control

37 |
38 | 39 | 47 | 48 |
49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | Level : 74 | 80 | "; 81 | } 82 | else if ($Level == 2) 83 | { 84 | echo " 85 | 86 | 92 | "; 93 | } 94 | else 95 | { 96 | echo " 97 | 98 | 104 | "; 105 | } 106 | 107 | 108 | ?> 109 | 110 |
Username Lama : " Readonly>
Username Baru : Opsional
Password Baru : Opsional
79 | Level : 91 | Level : 103 |
111 | 112 | 113 | 114 |
115 | 116 |
117 | 118 |
119 |
120 |
121 | 122 | 123 | 124 | 125 | 126 |
127 |
128 |

© 2018 SMK TERPADU

129 |
130 |
131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 159 | 172 | 173 | 174 | 175 | 176 | 181 | 182 | 183 | 184 | 189 | 190 | 191 | 192 | 197 | 198 | 199 | 200 | 201 | -------------------------------------------------------------------------------- /Admin/guru.php: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | SMK TERPADU 8 | 9 | 10 | 11 | 12 | 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 |

Guru

39 | 40 | 41 |
42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | "; 87 | } 88 | 89 | ?> 90 | 91 |
NIP Nama Guru Username Nomor Telepon Jenis Kelamin Agama Aksi
$data[nip] $data[nama_guru] $data[username] $data[no_hp] $data[jenkel] $Agama Edit Hapus
92 |
93 | 94 |
95 |
96 |
97 | 98 | 99 | 100 | 101 |
102 |
103 |

© 2018 SMK TERPADU | Design by W3layouts.

104 |
105 |
106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 134 | 147 | 148 | 149 | 150 | 151 | 156 | 157 | 158 | 159 | 164 | 165 | 166 | 167 | 172 | 173 | 174 | 175 | 176 | -------------------------------------------------------------------------------- /Admin/icon.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/Admin/icon.jpg -------------------------------------------------------------------------------- /Admin/image/a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/Admin/image/a.png -------------------------------------------------------------------------------- /Admin/image/e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/Admin/image/e.png -------------------------------------------------------------------------------- /Admin/image/g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/Admin/image/g.png -------------------------------------------------------------------------------- /Admin/image/m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/Admin/image/m.png -------------------------------------------------------------------------------- /Admin/image/mpl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/Admin/image/mpl.png -------------------------------------------------------------------------------- /Admin/image/n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/Admin/image/n.png -------------------------------------------------------------------------------- /Admin/index.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SMK TERPADU 6 | 7 | 8 | 9 | 10 | 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 |

Admin Pannel

45 |
46 |
47 | 52 |
53 | 54 |
55 | 60 |
61 | 62 |
63 | 68 |
69 |
70 |
71 | 72 |
73 | 74 |
75 |
76 | 81 |
82 | 83 |
84 | 89 |
90 | 91 |
92 | 97 |
98 |
99 | 100 |
101 | 102 |
103 |
104 | 105 | 106 | 107 | 108 | 109 |
110 |
111 |

© 2018 SMK TERPADU | Design by W3layouts.

112 |
113 |
114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 144 | 159 | 160 | 161 | 162 | 163 | 168 | 169 | 170 | 171 | 176 | 177 | 178 | 179 | 184 | 185 | 186 | 187 | 188 | 189 | -------------------------------------------------------------------------------- /Admin/mata_pelajaran.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SMK TERPADU 6 | 7 | 8 | 9 | 10 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 |
38 | 39 | 40 |
41 |
42 |

Mata Pelajaran

43 | 44 |
45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | "; 74 | } 75 | ?> 76 |
Kode Mata Pelajaran Nama Mata Pelajaran Nama Guru Kelas Jurusan Aksi
$data[kode_mata_pelajaran] $data[nama_matapelajaran] $data_guru[nama_guru] $data[kelas] $data[jurusan] Edit Hapus
77 |
78 | 79 |
80 |
81 |
82 | 83 | 84 | 85 | 86 | 87 |
88 |
89 |

© 2018 SMK TERPADU | Design by W3layouts.

90 |
91 |
92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 122 | 137 | 138 | 139 | 140 | 141 | 146 | 147 | 148 | 149 | 154 | 155 | 156 | 157 | 162 | 163 | 164 | 165 | 166 | 167 | -------------------------------------------------------------------------------- /Admin/mata_pelajaran_edit.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SMK TERPADU 6 | 7 | 8 | 9 | 10 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 |
38 | 39 | 40 |
41 |
42 |

Edit Mata Pelajaran

43 |
44 | 45 | 58 | 59 |
60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 87 | 88 | 89 | 90 | 91 | 119 | 120 | 121 | 122 | 123 | 155 |
Kode Mata Pelajaran : " Readonly>
Kode Mata Pelajaran Baru : ">
Nama Mata Pelajaran : ">
Nama Guru : 86 |
Jurusan : 95 | 96 | 97 | 98 | 99 | "; 100 | } else if ($data['jurusan'] == "RPL") { 101 | echo " 102 | 107 | "; 108 | } else { 109 | echo " 110 | 115 | "; 116 | } 117 | ?> 118 |
Kelas : 127 | 128 | 129 | 130 | 131 | "; 132 | } 133 | 134 | if ($data['kelas'] == 11) { 135 | echo " 136 | 141 | "; 142 | } 143 | 144 | if ($data['kelas'] == 12) { 145 | echo " 146 | 151 | "; 152 | } 153 | ?> 154 |
156 | 157 | 158 | Batal 159 |
160 | 161 |
162 | 163 |
164 |
165 |
166 | 167 | 176 | 177 | 178 | 179 | 180 | 181 |
182 |
183 |

© 2018 SMK TERPADU

184 |
185 |
186 | 187 | 188 | 189 | 190 | 191 | 192 | 193 | 194 | 195 | 196 | 197 | 198 | 199 | 200 | 201 | 202 | 203 | 204 | 205 | 206 | 216 | 231 | 232 | 233 | 234 | 235 | 240 | 241 | 242 | 243 | 248 | 249 | 250 | 251 | 256 | 257 | 258 | 259 | 260 | 261 | -------------------------------------------------------------------------------- /Admin/murid.php: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | SMK TERPADU 8 | 9 | 10 | 11 | 12 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 |
33 | 34 |
35 |
36 |

Murid

37 | 38 | 39 |
40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | $data[nisn] "; 60 | echo ""; 61 | echo ""; 62 | echo ""; 63 | echo ""; 64 | echo ""; 65 | echo ""; 66 | echo ""; 67 | echo ""; 68 | echo " 69 | "; 70 | } 71 | 72 | ?> 73 | 74 | 75 |
NISN Nama Username Kota Jenis Kelamin Agama Kelas Jurusan Aksi
$data[nama_murid] $data[username] $data[kota] $data[jenkel] $data[agama] $data[kelas] $data[jurusan] Edit Hapus
76 |
77 | 78 |
79 |
80 |
81 | 82 | 83 | 84 | 85 | 86 |
87 |
88 |

© 2018 SMK TERPADU | Design by W3layouts.

89 |
90 |
91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 119 | 132 | 133 | 134 | 135 | 136 | 141 | 142 | 143 | 144 | 149 | 150 | 151 | 152 | 157 | 158 | 159 | 160 | 161 | -------------------------------------------------------------------------------- /Admin/pesan.php: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | 8 | SMK TERPADU 9 | 10 | 11 | 12 | 13 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 |
42 | 43 |
44 |
45 |

Pesan

46 | 47 |
48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | "; 74 | } 75 | 76 | ?> 77 | 78 |
Tanggal Subject Nama Email Nomor Handphone Pesan Aksi
$data[Tanggal] $data[Subject] $data[Nama] $data[Email] $data[No_HP] $data[Isi] Hapus
79 |
80 | 81 |
82 |
83 |
84 | 85 | 86 | 87 | 88 | 89 |
90 |
91 |

© 2018 SMK TERPADU | Design by W3layouts.

92 |
93 |
94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 124 | 139 | 140 | 141 | 142 | 143 | 148 | 149 | 150 | 151 | 156 | 157 | 158 | 159 | 164 | 165 | 166 | 167 | 168 | 169 | -------------------------------------------------------------------------------- /Admin/process_guru.php: -------------------------------------------------------------------------------- 1 | 39 | alert("Input Nilai Berhasil"); 40 | document.location="Nilai.php"; 41 | '; 42 | } else { 43 | // kalau gagal alihkan ke halaman indek.php dengan status=gagal 44 | echo ''; 48 | } 49 | -------------------------------------------------------------------------------- /Admin/tambah_akun.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SMK TERPADU 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
32 |
33 |

Akun Control

34 |
35 |
36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 55 | 56 |
Username :
Password :
Level : 54 |
57 | 58 | 59 | Batal 60 |
61 | 62 |
63 | 64 |
65 |
66 |
67 | 68 | 69 | 70 | 71 | 72 |
73 |
74 |

© 2018 SMK TERPADU | Design by W3layouts.

75 |
76 |
77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 105 | 118 | 119 | 120 | 121 | 122 | 127 | 128 | 129 | 130 | 135 | 136 | 137 | 138 | 143 | 144 | 145 | 146 | 147 | -------------------------------------------------------------------------------- /Admin/tambah_guru.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SMK TERPADU 6 | 7 | 8 | 9 | 10 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 | 32 |
33 |
34 |

Guru

35 |
36 | 37 | 42 | 43 |
44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 80 | 81 | 82 | 83 | 84 | 93 | 94 |
NIP :
Nama Guru :
Username : 65 |
No Telepon :
Jenis Kelamin : 79 |
Agama : 92 |
95 | 96 | 97 | Batal 98 |
99 | 100 |
101 | 102 |
103 |
104 |
105 | 106 | 115 | 116 | 117 | 118 | 119 | 120 |
121 |
122 |

© 2018 SMK TERPADU | Design by W3layouts.

123 |
124 |
125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 153 | 166 | 167 | 168 | 169 | 170 | 175 | 176 | 177 | 178 | 183 | 184 | 185 | 186 | 191 | 192 | 193 | 194 | 195 | -------------------------------------------------------------------------------- /Admin/tambah_mata_pelajaran.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SMK TERPADU 6 | 7 | 8 | 9 | 10 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 |
38 | 39 | 40 |
41 |
42 |

Tambah Mata Pelajaran

43 |
44 | 45 | 50 | 51 |
52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 73 | 74 | 75 | 76 | 77 | 83 | 84 | 85 | 86 | 87 | 93 | 94 |
Kode Mata Pelajaran :
Nama Mata Pelajaran :
Nama Guru : 72 |
Jurusan : 82 |
Kelas : 92 |
95 | 96 | 97 | Batal 98 |
99 | 100 |
101 | 102 |
103 |
104 |
105 | 106 | 115 | 116 | 117 | 118 | 119 | 120 |
121 |
122 |

© 2018 SMK TERPADU | Design by W3layouts.

123 |
124 |
125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 155 | 170 | 171 | 172 | 173 | 174 | 179 | 180 | 181 | 182 | 187 | 188 | 189 | 190 | 195 | 196 | 197 | 198 | 199 | 200 | -------------------------------------------------------------------------------- /Admin/tambah_murid.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SMK TERPADU 6 | 7 | 8 | 9 | 10 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 | 32 |
33 |
34 |

Murid

35 |
36 | 37 | 42 | 43 | 44 |
45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 82 | 83 | 84 | 85 | 86 | 95 | 96 | 97 | 98 | 99 | 105 | 106 | 107 | 108 | 109 | 115 | 116 |
NISN :
Nama :
Username : 67 |
Kota :
Jenis Kelamin : 81 |
Agama : 94 |
Jurusan : 104 |
Kelas : 114 |
117 | 118 | 119 | Batal 120 | 121 |
122 | 123 |
124 | 125 |
126 |
127 |
128 | 129 | 138 | 139 | 140 | 141 | 142 | 143 |
144 |
145 |

© 2018 SMK TERPADU | Design by W3layouts.

146 |
147 |
148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | 156 | 157 | 158 | 159 | 160 | 161 | 162 | 163 | 164 | 165 | 166 | 167 | 168 | 176 | 189 | 190 | 191 | 192 | 193 | 198 | 199 | 200 | 201 | 206 | 207 | 208 | 209 | 214 | 215 | 216 | 217 | 218 | -------------------------------------------------------------------------------- /Guru Di daftarkan Oleh Admin.txt: -------------------------------------------------------------------------------- 1 | Guru minta / menghubungi admin 2 | dan admin membuat guru di pannel akun -------------------------------------------------------------------------------- /Guru/Nilai.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SMK TERPADU 6 | 7 | 8 | 9 | 10 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 |
38 | 39 | 40 | 50 | 51 | 52 |
53 |
54 |
55 | Nama Mata Pelajaran :

56 | Jurusan :

57 | Kelas :

58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | $data_murid[nisn] 85 | 86 | 87 | 88 | 89 | "; 90 | $N++; 91 | $T++; 92 | $A++; 93 | } 94 | 95 | ?> 96 | 97 |
NISNNama MuridNilai UTSNilai UAS
98 | 99 |
100 |
101 |
102 | 103 | 104 | 105 | 106 | 107 |
108 |
109 |

© 2018 SMK TERPADU | Design by W3layouts.

110 |
111 |
112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 142 | 157 | 158 | 159 | 160 | 161 | 166 | 167 | 168 | 169 | 174 | 175 | 176 | 177 | 182 | 183 | 184 | 185 | 186 | 187 | -------------------------------------------------------------------------------- /Guru/index.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SMK TERPADU 6 | 7 | 8 | 9 | 10 | 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 | 66 | 67 | 68 | 69 | 70 | 71 |
Mata Pelajaran : 47 | 65 |
72 |
73 |
74 |
75 | 76 | 77 | 78 | 79 | 80 |
81 |
82 |

© 2018 SMK TERPADU | Design by W3layouts.

83 |
84 |
85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 115 | 130 | 131 | 132 | 133 | 134 | 139 | 140 | 141 | 142 | 147 | 148 | 149 | 150 | 155 | 156 | 157 | 158 | 159 | 160 | -------------------------------------------------------------------------------- /Guru/process_guru.php: -------------------------------------------------------------------------------- 1 | 40 | alert("Input Nilai Berhasil"); 41 | document.location="index.php"; 42 | '; 43 | } else { 44 | // kalau gagal alihkan ke halaman indek.php dengan status=gagal 45 | echo ' 46 | '; 50 | } 51 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2013-2018 Blackrock Digital LLC 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in 13 | all copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 21 | THE SOFTWARE. 22 | -------------------------------------------------------------------------------- /Level.txt: -------------------------------------------------------------------------------- 1 | Level 1 = Admin 2 | Level 2 = Guru 3 | Level 3 = Murid 4 | -------------------------------------------------------------------------------- /Logika.txt: -------------------------------------------------------------------------------- 1 | List mata pelajaran untuk di nilai guru di dapat dari table mata pelajaran berdasarkan nama guru 2 | 3 | di proses daftar tambahkan valiasi akun 4 | 5 | pilih pelajaran -> menampilkan data yang ada di database (termasuk jurusan dan kelas) jika tidak ada maka ubah fungsi dari update menjadi input -> -------------------------------------------------------------------------------- /Murid/index.php: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | 8 | SMK TERPADU 9 | 10 | 11 | 12 | 13 | 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 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 |
Nama :
Kelas :
Jurusan :
70 | 71 |
72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 90 | 91 | 92 | 93 | 94 | "; 95 | } 96 | 97 | ?> 98 | 99 |
Mata PelajaranNilai UTSNilai UAS
$data[nama_matapelajaran]$data[nilai_UTS]$data[nilai_UAS]
100 | 101 |
102 |
103 | 104 | 105 | 106 | 107 | 108 |
109 |
110 |

© 2018 SMK TERPADU | Design by W3layouts.

111 | okky 112 |
113 |
114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 144 | 159 | 160 | 161 | 162 | 163 | 168 | 169 | 170 | 171 | 176 | 177 | 178 | 179 | 184 | 185 | 186 | 187 | 188 | 189 | -------------------------------------------------------------------------------- /Note Untuk Database.txt: -------------------------------------------------------------------------------- 1 | Cara membuat jadwal pelajaran yang memungkinkan 1 hari ada lebih dari 1 pelajaran dengan sistem simpan,edit hapus bisa 1 mata pelajaran saja 2 | 3 | no_hp guru di ubah varchar 30 agar bisa menambahkan 0 di awal nomor -------------------------------------------------------------------------------- /Proses_Kirim.php: -------------------------------------------------------------------------------- 1 | alert('Pesan Terkirim'); document.location='index.php'; "; 14 | //header("Location: index.php"); 15 | } 16 | else{ 17 | echo ""; 18 | } 19 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # WEB-Sekolah 2 | 3 | Content management system (CMS) untuk Web sekolah
4 | Untuk contoh runningnya bisa di lihat di sini
5 | Project ini hanya memakai bootstrap v3 dan tidak memakai framework lain 6 | 7 | https://cms-websekolah3.000webhostapp.com/ 8 | 9 | Admin
10 | username : roma
11 | password : 1 12 | 13 | Guru
14 | username : hendika
15 | password : 1
16 | 17 | Murid
18 | username : okky
19 | password : 1
20 | 21 | Fitur 22 | 23 | - Login 24 | - Level Akun 25 | - Contact US 26 | 27 | Level Akses 28 | 29 | - Admin 30 | - Akun Control 31 | - Manajemen Murid 32 | - Manajemen Guru 33 | - Manajemen Nilai 34 | - Email / Contact masuk 35 | - Manajemen Matapelajaran 36 | - Guru 37 | - Manajemen Nilai 38 | - Murid 39 | - Melihat Nilai 40 | 41 | # Screenshot 42 | 43 | 44 | 45 | 46 | ################### BUGS ######################### 47 | 48 | - tulis di sini jika ada atau tulis di menu Issues 49 | 50 | ################### Next Update ######################### 51 | 52 | - ganti template 53 | - Penggunaan inlude page 54 | - Encrypt Password HASH tersendiri 55 | - System log mencatat waktu, IP addres, dan MAC addres ketika login 56 | - Title WEB bisa di ganti di CMS Pannel Admin dan konsisten dengan semua page 57 | - Beranda bersifat dinamis 58 | - Page Profil 59 | - Page Daftar seperti web sekolah pada umumnya (standar) 60 | - Bikin Pannel Pengaturan WEB 61 | - Manajemen Posting 62 | - Manajemen Beranda 63 | - Manajemen Sejarah Sekolah 64 | - Manajemen Jurusan 65 | - Manajemen Fasilitas 66 | - Pengaturan Title, Keyword, Logo, dan warna 67 | 68 | Jika ada pertanyaan bisa langsung tanya ke https://www.facebook.com/romadebrian
69 | Tolong berikan masukan dan saran di sini atau jika ada bugs tolong tulis di issues!! 70 | 71 | Progress projectnya https://github.com/users/romadebrian/projects/2 72 | 73 | Sumber template web nya https://w3layouts.com/template/scholarly-education-category-bootstrap-responsive-web-template/ 74 | -------------------------------------------------------------------------------- /akutansi.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SMK TERPADUS 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 | 32 | 33 | 76 | 77 | 78 | 79 |
80 |
81 |

© 2018 SMK TERPADU | Design by W3layouts.

82 |
83 |
84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 111 | 124 | 125 | 126 | 127 | 128 | 133 | 134 | 135 | 136 | 141 | 142 | 143 | 144 | 149 | 150 | 151 | 152 | 153 | -------------------------------------------------------------------------------- /css/roma.css: -------------------------------------------------------------------------------- 1 | .menu-wrap ul { 2 | list-style:none; 3 | } 4 | 5 | .menu-wrap ul li a { 6 | float:left; 7 | width:150px; 8 | display:block; 9 | text-align:center; 10 | color:#FFF; 11 | text-decoration:none; 12 | text-transform:uppercase; 13 | } 14 | 15 | .menu-wrap ul li a:hover { 16 | background-color:#666; 17 | display:block; 18 | } 19 | 20 | .menu-wrap ul li:hover ul { 21 | display:block; 22 | } 23 | 24 | .menu-wrap ul ul { 25 | display:none; 26 | list-style:none; 27 | position:absolute; 28 | background-color:#53bd84; 29 | left:300px; 30 | top:50px; 31 | width:190px; 32 | } 33 | 34 | .menu-wrap ul ul li a { 35 | float:none; 36 | display:block; 37 | padding-left:30px; 38 | text-align:left; 39 | width:160px; 40 | } 41 | 42 | .menu-wrap ul ul li a:hover { 43 | color:#fff; 44 | } 45 | 46 | .roma-color-background 47 | { 48 | background-color : red; 49 | } 50 | 51 | .roma-table 52 | { 53 | width : 500px; 54 | } 55 | 56 | .roma-batasan 57 | { 58 | margin-top : 50px; 59 | margin-bottom : 100px; 60 | } 61 | 62 | .margin-atas 63 | { 64 | margin-top : 50px; 65 | } 66 | 67 | 68 | .margin-bawah 69 | { 70 | margin-bottom : 50px; 71 | } 72 | 73 | .detail_img { 74 | position: absolute; 75 | line-height: 2.4; 76 | bottom: 0%; 77 | height: 70px; 78 | left: 0; 79 | opacity: 1; 80 | width: 100%; 81 | color: #010; 82 | background: rgba(195, 192, 186, 0.52); 83 | -ms-transform: translateY(0%); 84 | -webkit-transform: translateY(0%); 85 | transform: translateY(0%); 86 | -webkit-transition: 0.35s all ease; 87 | transition: 0.35s all ease; 88 | text-align: center; 89 | font-size: 2em; 90 | } 91 | 92 | 93 | 94 | 95 | -------------------------------------------------------------------------------- /css/swipebox.css: -------------------------------------------------------------------------------- 1 | /*! Swipebox v1.2.8 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */ 2 | html.swipebox-html.swipebox-touch { 3 | overflow: hidden !important; 4 | } 5 | 6 | #swipebox-overlay img { 7 | border: none !important; 8 | } 9 | 10 | #swipebox-overlay { 11 | width: 100%; 12 | height: 100%; 13 | position: fixed; 14 | top: 0; 15 | left: 0; 16 | z-index: 99999 !important; 17 | overflow: hidden; 18 | -webkit-user-select: none; 19 | -moz-user-select: none; 20 | -ms-user-select: none; 21 | user-select: none; 22 | } 23 | 24 | #swipebox-container { 25 | position: relative; 26 | width: 100%; 27 | height: 100%; 28 | } 29 | 30 | #swipebox-slider { 31 | -webkit-transition: -webkit-transform 0.4s ease; 32 | transition: transform 0.4s ease; 33 | height: 100%; 34 | left: 0; 35 | top: 0; 36 | width: 100%; 37 | white-space: nowrap; 38 | position: absolute; 39 | display: none; 40 | cursor: pointer; 41 | } 42 | #swipebox-slider .slide { 43 | height: 100%; 44 | width: 100%; 45 | line-height: 1px; 46 | text-align: center; 47 | display: inline-block; 48 | } 49 | #swipebox-slider .slide:before { 50 | content: ""; 51 | display: inline-block; 52 | height: 43%; 53 | width: 1px; 54 | margin-right: -1px; 55 | } 56 | #swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container { 57 | display: inline-block; 58 | max-height: 100%; 59 | max-width: 100%; 60 | margin: 0; 61 | padding: 0; 62 | width: auto; 63 | height: auto; 64 | vertical-align: middle; 65 | } 66 | #swipebox-slider .slide .swipebox-video-container { 67 | background: none; 68 | max-width: 1140px; 69 | max-height: 100%; 70 | width: 100%; 71 | padding: 5%; 72 | -webkit-box-sizing: border-box; 73 | box-sizing: border-box; 74 | -moz-box-sizing: border-box; 75 | } 76 | #swipebox-slider .slide .swipebox-video-container .swipebox-video { 77 | width: 100%; 78 | height: 0; 79 | padding-bottom: 56.25%; 80 | overflow: hidden; 81 | position: relative; 82 | } 83 | #swipebox-slider .slide .swipebox-video-container .swipebox-video iframe { 84 | width: 100% !important; 85 | height: 100% !important; 86 | position: absolute; 87 | top: 0; 88 | left: 0; 89 | } 90 | #swipebox-slider .slide-loading { 91 | background: url(../images/loader.gif) no-repeat center center; 92 | } 93 | 94 | #swipebox-bottom-bar, 95 | #swipebox-top-bar { 96 | -webkit-transition: 0.5s all; 97 | transition: 0.5s all; 98 | -moz-transition: 0.5s all; 99 | position: absolute; 100 | left: 0; 101 | z-index: 999; 102 | height: 50px; 103 | width: 100%; 104 | } 105 | 106 | #swipebox-bottom-bar { 107 | bottom: -50px; 108 | } 109 | #swipebox-bottom-bar.visible-bars { 110 | -webkit-transform: translate3d(0, -50px, 0); 111 | transform: translate3d(0, -50px, 0); 112 | -moz-transform: translate3d(0, -50px, 0); 113 | -o-transform: translate3d(0, -50px, 0); 114 | -ms-transform: translate3d(0, -50px, 0); 115 | } 116 | 117 | #swipebox-top-bar { 118 | bottom: 14%; 119 | } 120 | #swipebox-title { 121 | display: block; 122 | width: 45%; 123 | text-align: center; 124 | margin: 0 auto !important; 125 | } 126 | #swipebox-prev, 127 | #swipebox-next, 128 | #swipebox-close { 129 | background-image: url(../images/icons.png); 130 | background-repeat: no-repeat; 131 | border: none !important; 132 | text-decoration: none !important; 133 | cursor: pointer; 134 | width: 50px; 135 | height: 50px; 136 | top: 0; 137 | } 138 | 139 | #swipebox-arrows { 140 | display: block; 141 | margin: 0 auto; 142 | width: 100%; 143 | height: 50px; 144 | } 145 | 146 | #swipebox-prev { 147 | background-position: -32px 13px; 148 | float: left; 149 | } 150 | 151 | #swipebox-next { 152 | background-position: -78px 13px; 153 | float: right; 154 | } 155 | #swipebox-close { 156 | right: 50px; 157 | top: 12px; 158 | position: absolute; 159 | z-index: 9999; 160 | background-position: 15px 12px; 161 | } 162 | .swipebox-no-close-button #swipebox-close { 163 | display: none; 164 | } 165 | 166 | #swipebox-prev.disabled, 167 | #swipebox-next.disabled { 168 | opacity: 0.3; 169 | } 170 | 171 | .swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider { 172 | -webkit-animation: rightSpring 0.3s; 173 | animation: rightSpring 0.3s; 174 | -moz-animation: rightSpring 0.3s; 175 | } 176 | .swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider { 177 | -webkit-animation: leftSpring 0.3s; 178 | animation: leftSpring 0.3s; 179 | -moz-animation: leftSpring 0.3s; 180 | } 181 | 182 | .swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after { 183 | -webkit-backface-visibility: hidden; 184 | backface-visibility: hidden; 185 | -webkit-transition: all .3s ease; 186 | transition: all .3s ease; 187 | -moz-transition: all .3s ease; 188 | content: ' '; 189 | position: absolute; 190 | z-index: 999; 191 | top: 0; 192 | height: 100%; 193 | width: 20px; 194 | opacity: 0; 195 | } 196 | .swipebox-touch #swipebox-container:before { 197 | left: 0; 198 | -webkit-box-shadow: inset 10px 0px 10px -8px #656565; 199 | box-shadow: inset 10px 0px 10px -8px #656565; 200 | -moz-box-shadow: inset 10px 0px 10px -8px #656565; 201 | } 202 | .swipebox-touch #swipebox-container:after { 203 | right: 0; 204 | -webkit-box-shadow: inset -10px 0px 10px -8px #656565; 205 | box-shadow: inset -10px 0px 10px -8px #656565; 206 | -moz-box-shadow: inset -10px 0px 10px -8px #656565; 207 | } 208 | .swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before { 209 | opacity: 1; 210 | } 211 | .swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after { 212 | opacity: 1; 213 | } 214 | 215 | @-webkit-keyframes rightSpring { 216 | 0% { 217 | left: 0; 218 | } 219 | 220 | 50% { 221 | left: -30px; 222 | } 223 | 224 | 100% { 225 | left: 0; 226 | } 227 | } 228 | 229 | @keyframes rightSpring { 230 | 0% { 231 | left: 0; 232 | } 233 | 234 | 50% { 235 | left: -30px; 236 | } 237 | 238 | 100% { 239 | left: 0; 240 | } 241 | } 242 | @-webkit-keyframes leftSpring { 243 | 0% { 244 | left: 0; 245 | } 246 | 247 | 50% { 248 | left: 30px; 249 | } 250 | 251 | 100% { 252 | left: 0; 253 | } 254 | } 255 | @keyframes leftSpring { 256 | 0% { 257 | left: 0; 258 | } 259 | 260 | 50% { 261 | left: 30px; 262 | } 263 | 264 | 100% { 265 | left: 0; 266 | } 267 | } 268 | @media screen and (min-width: 800px) { 269 | #swipebox-close { 270 | right: 50px; 271 | top: 12px; 272 | } 273 | 274 | #swipebox-arrows { 275 | width: 80%; 276 | max-width: 800px; 277 | } 278 | } 279 | /* Skin 280 | --------------------------*/ 281 | #swipebox-overlay { 282 | background: #0d0d0d; 283 | } 284 | 285 | #swipebox-bottom-bar, 286 | #swipebox-top-bar { 287 | opacity: 1; 288 | } 289 | 290 | #swipebox-top-bar { 291 | color: white !important; 292 | font-size: 15px; 293 | line-height: 30px; 294 | } 295 | @media(max-width:1366px){ 296 | #swipebox-top-bar { 297 | bottom: 20%; 298 | } 299 | } 300 | @media(max-width:1080px){ 301 | #swipebox-title { 302 | width: 61%; 303 | line-height: 1.8em; 304 | margin: 1em auto 0 !important; 305 | } 306 | } 307 | @media(max-width:768px){ 308 | #swipebox-title { 309 | width: 75%; 310 | } 311 | #swipebox-arrows { 312 | width: 83%; 313 | } 314 | } 315 | @media(max-width:667px){ 316 | #swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container { 317 | max-width: 80%; 318 | } 319 | #swipebox-title { 320 | width: 82%; 321 | font-size: 14px; 322 | font-weight: 300; 323 | } 324 | } 325 | @media(max-width:640px){ 326 | #swipebox-title { 327 | width: 82%; 328 | font-size: .9em; 329 | } 330 | #swipebox-arrows { 331 | width: 80%; 332 | } 333 | } 334 | @media(max-width:480px){ 335 | #swipebox-title { 336 | width: 85%; 337 | } 338 | #swipebox-close { 339 | right: 30px; 340 | } 341 | #swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container { 342 | max-width: 90%; 343 | } 344 | #swipebox-container { 345 | width: 97%; 346 | } 347 | } 348 | @media(max-width:414px){ 349 | #swipebox-container { 350 | width: 96%; 351 | } 352 | } 353 | @media(max-width:384px){ 354 | #swipebox-top-bar { 355 | bottom: 23%; 356 | } 357 | } -------------------------------------------------------------------------------- /css/utama.css: -------------------------------------------------------------------------------- 1 | .menu-wrap ul { 2 | list-style:none; 3 | } 4 | 5 | .menu-wrap ul li a { 6 | float:left; 7 | width:150px; 8 | display:block; 9 | text-align:center; 10 | color:#FFF; 11 | text-decoration:none; 12 | text-transform:uppercase; 13 | } 14 | 15 | .menu-wrap ul li a:hover { 16 | background-color:#666; 17 | display:block; 18 | } 19 | 20 | .menu-wrap ul li:hover ul { 21 | display:block; 22 | } 23 | 24 | .menu-wrap ul ul { 25 | display:none; 26 | list-style:none; 27 | position:absolute; 28 | background-color:#53bd84; 29 | left:300px; 30 | top:50px; 31 | width:190px; 32 | } 33 | 34 | .menu-wrap ul ul li a { 35 | float:none; 36 | display:block; 37 | padding-left:30px; 38 | text-align:left; 39 | width:160px; 40 | } 41 | 42 | .menu-wrap ul ul li a:hover { 43 | color:#fff; 44 | } -------------------------------------------------------------------------------- /fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /images/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/1.jpg -------------------------------------------------------------------------------- /images/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/2.jpg -------------------------------------------------------------------------------- /images/Backup/ab1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/Backup/ab1.jpg -------------------------------------------------------------------------------- /images/Backup/ab2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/Backup/ab2.jpg -------------------------------------------------------------------------------- /images/Backup/avb1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/Backup/avb1.jpg -------------------------------------------------------------------------------- /images/Backup/banner2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/Backup/banner2.jpg -------------------------------------------------------------------------------- /images/Backup/bg1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/Backup/bg1.jpg -------------------------------------------------------------------------------- /images/Backup/g1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/Backup/g1.jpg -------------------------------------------------------------------------------- /images/Backup/g10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/Backup/g10.jpg -------------------------------------------------------------------------------- /images/Backup/g11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/Backup/g11.jpg -------------------------------------------------------------------------------- /images/Backup/g12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/Backup/g12.jpg -------------------------------------------------------------------------------- /images/Backup/g2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/Backup/g2.jpg -------------------------------------------------------------------------------- /images/Backup/g3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/Backup/g3.jpg -------------------------------------------------------------------------------- /images/Backup/g4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/Backup/g4.jpg -------------------------------------------------------------------------------- /images/Backup/g5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/Backup/g5.jpg -------------------------------------------------------------------------------- /images/Backup/g6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/Backup/g6.jpg -------------------------------------------------------------------------------- /images/Backup/g7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/Backup/g7.jpg -------------------------------------------------------------------------------- /images/Backup/g8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/Backup/g8.jpg -------------------------------------------------------------------------------- /images/Backup/g9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/Backup/g9.jpg -------------------------------------------------------------------------------- /images/Backup/t1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/Backup/t1.jpg -------------------------------------------------------------------------------- /images/Backup/t2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/Backup/t2.jpg -------------------------------------------------------------------------------- /images/Backup/t3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/Backup/t3.jpg -------------------------------------------------------------------------------- /images/Backup/t4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/Backup/t4.jpg -------------------------------------------------------------------------------- /images/Backup/t5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/Backup/t5.jpg -------------------------------------------------------------------------------- /images/Backup/t6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/Backup/t6.jpg -------------------------------------------------------------------------------- /images/FUTSALL.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/FUTSALL.jpg -------------------------------------------------------------------------------- /images/Lap1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/Lap1.jpg -------------------------------------------------------------------------------- /images/MURID1-b.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/MURID1-b.jpg -------------------------------------------------------------------------------- /images/MURID1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/MURID1.jpg -------------------------------------------------------------------------------- /images/MURID2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/MURID2.jpg -------------------------------------------------------------------------------- /images/MURID3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/MURID3.jpg -------------------------------------------------------------------------------- /images/SMKBARUNAWATI.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/SMKBARUNAWATI.jpg -------------------------------------------------------------------------------- /images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/Thumbs.db -------------------------------------------------------------------------------- /images/akun/akun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/akun/akun.png -------------------------------------------------------------------------------- /images/akun/e akun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/akun/e akun.png -------------------------------------------------------------------------------- /images/akun/kumpul.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/akun/kumpul.jpg -------------------------------------------------------------------------------- /images/baruna2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/baruna2.jpg -------------------------------------------------------------------------------- /images/basket.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/basket.jpg -------------------------------------------------------------------------------- /images/basket1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/basket1.jpg -------------------------------------------------------------------------------- /images/bengkel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/bengkel.jpg -------------------------------------------------------------------------------- /images/c-arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/c-arrows.png -------------------------------------------------------------------------------- /images/carousel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/carousel.png -------------------------------------------------------------------------------- /images/icon_gambar.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/icon_gambar.ico -------------------------------------------------------------------------------- /images/icons.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /images/kantin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/kantin.jpg -------------------------------------------------------------------------------- /images/komputer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/komputer.jpg -------------------------------------------------------------------------------- /images/logo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/logo.ico -------------------------------------------------------------------------------- /images/lpg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/lpg.png -------------------------------------------------------------------------------- /images/otomotif/oto.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/otomotif/oto.jpg -------------------------------------------------------------------------------- /images/otomotif/oto2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/otomotif/oto2.jpg -------------------------------------------------------------------------------- /images/otomotif/oto3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/otomotif/oto3.png -------------------------------------------------------------------------------- /images/perpustakaan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/perpustakaan.jpg -------------------------------------------------------------------------------- /images/perpustkaan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/perpustkaan.jpg -------------------------------------------------------------------------------- /images/play-button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/play-button.png -------------------------------------------------------------------------------- /images/rpl/rpl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/rpl/rpl.jpg -------------------------------------------------------------------------------- /images/rpl/rpl2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/rpl/rpl2.jpg -------------------------------------------------------------------------------- /images/rpl/rpl3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/rpl/rpl3.jpg -------------------------------------------------------------------------------- /images/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/search.png -------------------------------------------------------------------------------- /images/sekolah.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/sekolah.jpg -------------------------------------------------------------------------------- /images/tanaman.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/tanaman.jpg -------------------------------------------------------------------------------- /images/up2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/up2.png -------------------------------------------------------------------------------- /images/voly.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/romadebrian/WEB-Sekolah/e4fdb267f34d16dc6df464e35148abe69fb3f567/images/voly.jpg -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | SMK TERPADU 7 | 8 | 9 | 10 | 11 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 |
41 | 42 | 73 | 74 | 75 | 76 |
77 |
78 |

EVENT SEKOLAH

79 | 80 | 81 |
82 |
83 |
84 | Lomba Futsal 85 |
86 |

Lomba Futsal antar kelas

87 | 88 |
89 |
90 |
91 |
92 |
93 | Lomba Basket 94 |
95 |

Lomba Basket antar smk

96 |
97 |
98 |
99 |
100 |
101 | Hari Pohon Sedunia 102 |
103 |

Memperingati Hari Pohon Sedunia

104 |
105 |
106 |
107 |
108 |
109 | Lomba voly 110 |
111 |

Lomba voly persahabatan

112 |
113 |
114 |
115 |
116 | 117 |
118 |
119 | 120 | 121 | 122 | 123 |
124 |
125 | 126 |

© 2018 SMK TERPADU | Design by W3layouts.

127 |
128 |
129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 158 | 173 | 174 | 175 | 176 | 177 | 182 | 183 | 184 | 185 | 190 | 191 | 192 | 193 | 198 | 199 | 200 | 201 | 202 | 203 | -------------------------------------------------------------------------------- /js/easing.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery EasIng v1.1.2 - http://gsgd.co.uk/sandbox/jquery.easIng.php 3 | * 4 | * Uses the built In easIng capabilities added In jQuery 1.1 5 | * to offer multiple easIng options 6 | * 7 | * Copyright (c) 2007 George Smith 8 | * Licensed under the MIT License: 9 | * http://www.opensource.org/licenses/mit-license.php 10 | */ 11 | 12 | // t: current time, b: begInnIng value, c: change In value, d: duration 13 | 14 | jQuery.extend( jQuery.easing, 15 | { 16 | easeInQuad: function (x, t, b, c, d) { 17 | return c*(t/=d)*t + b; 18 | }, 19 | easeOutQuad: function (x, t, b, c, d) { 20 | return -c *(t/=d)*(t-2) + b; 21 | }, 22 | easeInOutQuad: function (x, t, b, c, d) { 23 | if ((t/=d/2) < 1) return c/2*t*t + b; 24 | return -c/2 * ((--t)*(t-2) - 1) + b; 25 | }, 26 | easeInCubic: function (x, t, b, c, d) { 27 | return c*(t/=d)*t*t + b; 28 | }, 29 | easeOutCubic: function (x, t, b, c, d) { 30 | return c*((t=t/d-1)*t*t + 1) + b; 31 | }, 32 | easeInOutCubic: function (x, t, b, c, d) { 33 | if ((t/=d/2) < 1) return c/2*t*t*t + b; 34 | return c/2*((t-=2)*t*t + 2) + b; 35 | }, 36 | easeInQuart: function (x, t, b, c, d) { 37 | return c*(t/=d)*t*t*t + b; 38 | }, 39 | easeOutQuart: function (x, t, b, c, d) { 40 | return -c * ((t=t/d-1)*t*t*t - 1) + b; 41 | }, 42 | easeInOutQuart: function (x, t, b, c, d) { 43 | if ((t/=d/2) < 1) return c/2*t*t*t*t + b; 44 | return -c/2 * ((t-=2)*t*t*t - 2) + b; 45 | }, 46 | easeInQuint: function (x, t, b, c, d) { 47 | return c*(t/=d)*t*t*t*t + b; 48 | }, 49 | easeOutQuint: function (x, t, b, c, d) { 50 | return c*((t=t/d-1)*t*t*t*t + 1) + b; 51 | }, 52 | easeInOutQuint: function (x, t, b, c, d) { 53 | if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b; 54 | return c/2*((t-=2)*t*t*t*t + 2) + b; 55 | }, 56 | easeInSine: function (x, t, b, c, d) { 57 | return -c * Math.cos(t/d * (Math.PI/2)) + c + b; 58 | }, 59 | easeOutSine: function (x, t, b, c, d) { 60 | return c * Math.sin(t/d * (Math.PI/2)) + b; 61 | }, 62 | easeInOutSine: function (x, t, b, c, d) { 63 | return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b; 64 | }, 65 | easeInExpo: function (x, t, b, c, d) { 66 | return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b; 67 | }, 68 | easeOutExpo: function (x, t, b, c, d) { 69 | return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b; 70 | }, 71 | easeInOutExpo: function (x, t, b, c, d) { 72 | if (t==0) return b; 73 | if (t==d) return b+c; 74 | if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b; 75 | return c/2 * (-Math.pow(2, -10 * --t) + 2) + b; 76 | }, 77 | easeInCirc: function (x, t, b, c, d) { 78 | return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b; 79 | }, 80 | easeOutCirc: function (x, t, b, c, d) { 81 | return c * Math.sqrt(1 - (t=t/d-1)*t) + b; 82 | }, 83 | easeInOutCirc: function (x, t, b, c, d) { 84 | if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b; 85 | return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b; 86 | }, 87 | easeInElastic: function (x, t, b, c, d) { 88 | var s=1.70158;var p=0;var a=c; 89 | if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3; 90 | if (a < Math.abs(c)) { a=c; var s=p/4; } 91 | else var s = p/(2*Math.PI) * Math.asin (c/a); 92 | return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b; 93 | }, 94 | easeOutElastic: function (x, t, b, c, d) { 95 | var s=1.70158;var p=0;var a=c; 96 | if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3; 97 | if (a < Math.abs(c)) { a=c; var s=p/4; } 98 | else var s = p/(2*Math.PI) * Math.asin (c/a); 99 | return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b; 100 | }, 101 | easeInOutElastic: function (x, t, b, c, d) { 102 | var s=1.70158;var p=0;var a=c; 103 | if (t==0) return b; if ((t/=d/2)==2) return b+c; if (!p) p=d*(.3*1.5); 104 | if (a < Math.abs(c)) { a=c; var s=p/4; } 105 | else var s = p/(2*Math.PI) * Math.asin (c/a); 106 | if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b; 107 | return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b; 108 | }, 109 | easeInBack: function (x, t, b, c, d, s) { 110 | if (s == undefined) s = 1.70158; 111 | return c*(t/=d)*t*((s+1)*t - s) + b; 112 | }, 113 | easeOutBack: function (x, t, b, c, d, s) { 114 | if (s == undefined) s = 1.70158; 115 | return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b; 116 | }, 117 | easeInOutBack: function (x, t, b, c, d, s) { 118 | if (s == undefined) s = 1.70158; 119 | if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b; 120 | return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b; 121 | }, 122 | easeInBounce: function (x, t, b, c, d) { 123 | return c - jQuery.easing.easeOutBounce (x, d-t, 0, c, d) + b; 124 | }, 125 | easeOutBounce: function (x, t, b, c, d) { 126 | if ((t/=d) < (1/2.75)) { 127 | return c*(7.5625*t*t) + b; 128 | } else if (t < (2/2.75)) { 129 | return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b; 130 | } else if (t < (2.5/2.75)) { 131 | return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b; 132 | } else { 133 | return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b; 134 | } 135 | }, 136 | easeInOutBounce: function (x, t, b, c, d) { 137 | if (t < d/2) return jQuery.easing.easeInBounce (x, t*2, 0, c, d) * .5 + b; 138 | return jQuery.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b; 139 | } 140 | }); 141 | -------------------------------------------------------------------------------- /js/move-top.js: -------------------------------------------------------------------------------- 1 | /* UItoTop jQuery Plugin 1.2 | Matt Varone | http://www.mattvarone.com/web-design/uitotop-jquery-plugin */ 2 | (function($){$.fn.UItoTop=function(options){var defaults={text:'To Top',min:200,inDelay:600,outDelay:400,containerID:'toTop',containerHoverID:'toTopHover',scrollSpeed:1000,easingType:'linear'},settings=$.extend(defaults,options),containerIDhash='#'+settings.containerID,containerHoverIDHash='#'+settings.containerHoverID;$('body').append(''+settings.text+'');$(containerIDhash).hide().on('click.UItoTop',function(){$('html, body').animate({scrollTop:0},settings.scrollSpeed,settings.easingType);$('#'+settings.containerHoverID,this).stop().animate({'opacity':0},settings.inDelay,settings.easingType);return false;}).prepend('').hover(function(){$(containerHoverIDHash,this).stop().animate({'opacity':1},600,'linear');},function(){$(containerHoverIDHash,this).stop().animate({'opacity':0},700,'linear');});$(window).scroll(function(){var sd=$(window).scrollTop();if(typeof document.body.style.maxHeight==="undefined"){$(containerIDhash).css({'position':'absolute','top':sd+$(window).height()-50});} 3 | if(sd>settings.min) 4 | $(containerIDhash).fadeIn(settings.inDelay);else 5 | $(containerIDhash).fadeOut(settings.Outdelay);});};})(jQuery); -------------------------------------------------------------------------------- /js/numscroller-1.0.js: -------------------------------------------------------------------------------- 1 | /** 2 | * jQuery scroroller Plugin 1.0 3 | * 4 | * http://www.tinywall.net/ 5 | * 6 | * Developers: Arun David, Boobalan 7 | * Copyright (c) 2014 8 | */ 9 | (function($){ 10 | $(window).on("load",function(){ 11 | $(document).scrollzipInit(); 12 | $(document).rollerInit(); 13 | }); 14 | $(window).on("load scroll resize", function(){ 15 | $('.numscroller').scrollzip({ 16 | showFunction : function() { 17 | numberRoller($(this).attr('data-slno')); 18 | }, 19 | wholeVisible : false, 20 | }); 21 | }); 22 | $.fn.scrollzipInit=function(){ 23 | $('body').prepend("
" ); 24 | }; 25 | $.fn.rollerInit=function(){ 26 | var i=0; 27 | $('.numscroller').each(function() { 28 | i++; 29 | $(this).attr('data-slno',i); 30 | $(this).addClass("roller-title-number-"+i); 31 | }); 32 | }; 33 | $.fn.scrollzip = function(options){ 34 | var settings = $.extend({ 35 | showFunction : null, 36 | hideFunction : null, 37 | showShift : 0, 38 | wholeVisible : false, 39 | hideShift : 0, 40 | }, options); 41 | return this.each(function(i,obj){ 42 | $(this).addClass('scrollzip'); 43 | if ( $.isFunction( settings.showFunction ) ){ 44 | if( 45 | !$(this).hasClass('isShown')&& 46 | ($(window).outerHeight()+$('#scrollzipPoint').offset().top-settings.showShift)>($(this).offset().top+((settings.wholeVisible)?$(this).outerHeight():0))&& 47 | ($('#scrollzipPoint').offset().top+((settings.wholeVisible)?$(this).outerHeight():0))<($(this).outerHeight()+$(this).offset().top-settings.showShift) 48 | ){ 49 | $(this).addClass('isShown'); 50 | settings.showFunction.call( this ); 51 | } 52 | } 53 | if ( $.isFunction( settings.hideFunction ) ){ 54 | if( 55 | $(this).hasClass('isShown')&& 56 | (($(window).outerHeight()+$('#scrollzipPoint').offset().top-settings.hideShift)<($(this).offset().top+((settings.wholeVisible)?$(this).outerHeight():0))|| 57 | ($('#scrollzipPoint').offset().top+((settings.wholeVisible)?$(this).outerHeight():0))>($(this).outerHeight()+$(this).offset().top-settings.hideShift)) 58 | ){ 59 | $(this).removeClass('isShown'); 60 | settings.hideFunction.call( this ); 61 | } 62 | } 63 | return this; 64 | }); 65 | }; 66 | function numberRoller(slno){ 67 | var min=$('.roller-title-number-'+slno).attr('data-min'); 68 | var max=$('.roller-title-number-'+slno).attr('data-max'); 69 | var timediff=$('.roller-title-number-'+slno).attr('data-delay'); 70 | var increment=$('.roller-title-number-'+slno).attr('data-increment'); 71 | var numdiff=max-min; 72 | var timeout=(timediff*1000)/numdiff; 73 | //if(numinc<10){ 74 | //increment=Math.floor((timediff*1000)/10); 75 | //}//alert(increment); 76 | numberRoll(slno,min,max,increment,timeout); 77 | 78 | } 79 | function numberRoll(slno,min,max,increment,timeout){//alert(slno+"="+min+"="+max+"="+increment+"="+timeout); 80 | if(min<=max){ 81 | $('.roller-title-number-'+slno).html(min); 82 | min=parseInt(min)+parseInt(increment); 83 | setTimeout(function(){numberRoll(eval(slno),eval(min),eval(max),eval(increment),eval(timeout))},timeout); 84 | }else{ 85 | $('.roller-title-number-'+slno).html(max); 86 | } 87 | } 88 | })(jQuery); -------------------------------------------------------------------------------- /js/simplePlayer.js: -------------------------------------------------------------------------------- 1 | 2 | var YTdeferred = jQuery.Deferred(); 3 | 4 | window.onYouTubeIframeAPIReady = function() { 5 | YTdeferred.resolve(window.YT); 6 | }; 7 | 8 | (function( $ ) { 9 | 10 | $.ajaxSetup({ 11 | cache: true 12 | }); 13 | 14 | $.getScript( "https://www.youtube.com/iframe_api") 15 | .done(function( script, textStatus ) { 16 | }); 17 | 18 | $.fn.simplePlayer = function() { 19 | 20 | var video = $(this); 21 | 22 | var play = $('
', { id: 'play' }).hide(); 23 | 24 | var defaults = { 25 | autoplay: 1, 26 | autohide: 1, 27 | border: 0, 28 | wmode: 'opaque', 29 | enablejsapi: 1, 30 | modestbranding: 1, 31 | version: 3, 32 | hl: 'en_US', 33 | rel: 0, 34 | showinfo: 0, 35 | hd: 1, 36 | iv_load_policy: 3 // add origin 37 | }; 38 | 39 | // onYouTubeIframeAPIReady 40 | 41 | YTdeferred.done(function(YT) { 42 | play.appendTo( video ).fadeIn('slow'); 43 | }); 44 | 45 | function onPlayerStateChange(event) { 46 | if (event.data == YT.PlayerState.ENDED) { 47 | play.fadeIn(500); 48 | } 49 | } 50 | 51 | function onPlayerReady(event) { 52 | var replay = document.getElementById('play'); 53 | replay.addEventListener('click', function() { 54 | player.playVideo(); 55 | }); 56 | } 57 | 58 | play.bind('click', function () { 59 | 60 | if ( !$('#player' ).length ) { 61 | 62 | $('