-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
426 lines (404 loc) · 14.1 KB
/
home.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
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/foto/logo.png" type="image/png">
<title>BPPK STEMBAYO</title>
<!-- Font Awesome Icons -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="stul.css">
<!-- Stylesheet -->
<style>
*,
*:before,
*:after{
padding: 0;
margin: 0;
}
body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 1.6;
color: #333;
}
.carousel-item::before {
content: "";
display: block;
position: absolute;
top: 70%;
left: 0;
width: 100%;
height: 30%;
/* background: rgba(0, 0, 0, 0.5); Overlay hitam dengan transparansi */
z-index: 2;
}
.carousel-caption {
position: relative;
z-index: 3; /* Pastikan teks berada di atas overlay */
}
@media only screen and (min-width: 900px) {
.carousel-item .amang img {
border-radius: 20px !important;
overflow: hidden;
width: auto ;
height: 600px !important;
}
}
@media only screen and (max-width: 600px) {
.amang img{
border-radius: 20px;
width: auto;
height: 219px !important;
overflow: hidden;
}
}
.carousel-item img {
display: block;
width: 100%;
height: auto;
}
h1,
h2,
h3 {
font-family: 'Arial', sans-serif;
}
a {
color: #1a0dab;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.blog-content {
text-align: left;
margin-left: 50px;
margin-right: -20px;
margin-bottom: 20px;
}
.btn-read-more {
font-size: 14px;
}
.button-12 {
display: flex;
flex-direction: column;
align-items: center;
padding: 6px 14px;
font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
border-radius: 6px;
border: none;
background: #6E6D70;
box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1), inset 0px 0.5px 0.5px rgba(255, 255, 255, 0.5), 0px 0px 0px 0.5px rgba(0, 0, 0, 0.12);
color: #DFDEDF;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
}
.button-12:focus {
box-shadow: inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2), 0px 0.5px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
outline: 0;
}
.sidebar{
height: 105vh;
min-height: 500px;
width: 60px;
position: fixed;
top: 0;
left: 0;
background-color: #16191e;
overflow: hidden;
transition: width 0.2s;
z-index: 1000;
}
.sidebar a {
color: #ffffff;
text-decoration: none;
}
.sidebar:hover{
width: 160px;
overflow: visible;
}
img.logo{
width: 50px;
padding: 0 4px;
margin: 30px 0;
}
nav{
height: 60vh;
min-height: 300px;
}
ul{
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-around;
}
li a{
width: 160px;
display: flex;
align-items: center;
justify-content: space-around;
text-decoration: none;
padding: 10px 0;
font-family: 'Poppins',sans-serif;
color: #cacaca;
}
li a:hover{
background-image: linear-gradient(
to right,
#2a88e6 7px,
rgba(255,255,255,0.1) 7px
);
color: #ffffff;
}
i.fas{
font-size: 20px;
text-align: right;
}
li p{
width: 75px;
font-size: 16px;
text-align: left;
letter-spacing: 0.3px;
}
@media (min-width: 768px) {
.blog-content {
text-align: left;
margin-left: 100px;
margin-right: -200px;
margin-bottom: 20px;
}
}
.navbar-brand img {
height: 40px;
width: auto;
margin-right: 5px;
}
.navbar-brand {
display: flex;
align-items: center;
}
footer {
text-align: left;
margin-left: 50px;
margin-right: -20px;
margin-bottom: 0px;
}
footer p {
margin-bottom: -100px;
}
.contact {
text-align: center;
margin: 20px 0;
}
.contact h2 {
font-size: 24px;
margin-bottom: 10px;
margin-right: 120px;
}
.contact p {
font-size: 16px;
margin: 0;
}
.contact a {
color: #1a0dab;
text-decoration: none;
}
</style>
</head>
<body>
<div class="sidebar">
<div class="logo">
<a href="#">
<img src="https://4.bp.blogspot.com/-gfDReKw330k/VP93v41IrgI/AAAAAAAAADw/NWMb3UdAtFo/s1600/BPPK%2BFull%2BColor%2BTransparan.png" alt="logo" class="logo"></a>
</div>
<nav>
<ul>
<li>
<a href="home">
<i class="fa-solid fa-house" style="color: #ffffff;"></i>
<p>Home</p>
</a>
</li>
<li>
<a href="event/">
<i class="fa-solid fa-bookmark" style="color: #ffffff;"></i>
<p>Event</p>
</a>
</li>
<li>
<a href="about/">
<i class="fas fa-user"></i>
<p>About</p>
</a>
</li>
<li>
<a href="presensi/">
<i class="fa-solid fa-ticket" style="color: #ffffff;"></i>
<p>Presensi</p>
</a>
</li>
<li>
<a href="mailto:[email protected]">
<i class="fa-solid fa-address-book" style="color: #ffffff;"></i>
<p>Contact</p>
</a>
</li>
</ul>
</nav>
</div>
<div id="home" style="padding:20px">
<!-- ... (bppk) ... -->
<div class="container mx-auto mt-4">
<div class="row">
<div class="col-lg-8">
<div class="blog-content" style="background: #fbfbfb; border-radius: 0.15em; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); padding: 10px;">
<h1></h1>
<p class="text-muted">Oleh BPPK Stembayo</p>
<div class="text-center">
<img src="/foto/logo.png" class="img-fluid" alt="Logo Bppk" height="200px" width="200px" style="display: block; margin: 0 auto;">
</div>
<br>
<p>BPPK Stembayo (Berbahasa, Penerapan Pengetahuan dan Kesastraan - Sekolah Teknologi Menengah Negeri Pembangunan Yogyakarta) merupakan salah satu Seksi Bidang yang berada di bawah kepengurusan OSIS SMK Negeri 2 Depok Sleman.<br><br>Terdapat 4 Sub Seksi Bidang dibawah BPPK Stembayo, yaitu:<br><br>1. [SDFC] Stembayo Debating Forum Club (Debat Bahasa Inggris)<br>2. [Karista] Karya Ilmiah Siswa Stembayo<br>3. [SC] STEZINE's Crew (Jurnalistik)<br>4. [SNB] Stembayo Nihongo Benkyoukai (Bahasa Jepang)<br><br>BPPK Stembayo lahir pada tanggal 27 September 2006 dengan nama "Berorganisasi ,Pendidikan Politik dan Kepemimpinan." Berdasarkan AD/ART PK & OSIS Amandemen 2014, kepanjangan BPPK berubah menjadi "Berbahasa, Penerapan Pengetahuan dan Kesastraan." Perubahan kepanjangan BPPK digagas oleh Bendahara I PK serta Koordinator dan Bendahara I BPPK periode kepengurusan 2013/2014 (Generasi Ke-8 BPPK). Dasar dari perubahan kepanjangan ini adalah untuk mensinkronkan antara nama dengan bidang yang diampu oleh BPPK. Kepanjangan ini mulai berlaku sejak periode kepengurusan 2014/2015 (Generasi Ke-9 BPPK) sampai dengan sekarang.<br><br>Semboyan dari BPPK Stembayo adalah "Never Ending Spirit" :D<br><br>
</p>
<br>
<div class="text-center mb-8">
<h3 class="text-3xl font-bold"><span class="text-dark-blue-400">Jadwal Ekstrakulikuler</span></h3>
</div>
<table class="table">
<thead>
<tr>
<th>Hari</th>
<th>Kegiatan</th>
<th>Waktu</th>
</tr>
</thead>
<tbody>
<tr>
<td>Selasa</td>
<td>SNB</td>
<td>15.30 - 17.00</td>
</tr>
<tr>
<td>Rabu</td>
<td>SNB, SDF, JURNALISTIK</td>
<td>15.30 - 17.00</td>
</tr>
<tr>
<td>Kamis</td>
<td>Karista</td>
<td>15.30 - 17.00</td>
</tr>
</tbody>
</table>
<div class="text-center mb-8">
<h3 class="text-3xl font-bold"><span class="text-dark-blue-400">Dokumentasi Ekstra</span></h3>
</div>
<div id="carouselExample" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="amang">
<img src="https://i.ibb.co.com/R0Dh6gs/Whats-App-Image-2024-07-15-at-18-11-21.jpg" class="d-block w-100" alt="Kegiatan 1">
</div>
<div class="carousel-caption">
<!-- <h5>Nama Ekstrakurikuler 1</h5>
<p style="text-align: center;">Deskripsi singkat tentang ekstrakurikuler 1.</p> -->
</div>
</div>
<div class="carousel-item">
<div class="amang">
<img src="https://i.ibb.co.com/m0CKkT5/Whats-App-Image-2024-07-15-at-18-11-22.jpg" class="d-block w-100" alt="Kegiatan 2">
</div>
</div>
<div class="carousel-item">
<div class="amang">
<img src="https://i.ibb.co.com/Z1CrQp0/sdf.jpg" class="d-block w-100" alt="Kegiatan 3">
</div>
</div>
</div>
<!-- Controls -->
<a class="carousel-control-prev" href="#carouselExample" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExample" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div id="standarisi" class="pt-20 pb-20 bg-gray-100">
<div class="container mx-auto px-4">
<div class="text-center mb-8">
<h3 class="text-3xl font-bold"><span class="text-dark-blue-400">Prestasi</span></h3>
</div>
<ul class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4">
<li class="border rounded-xl transition transform hover:scale-105 bg-gray-100 overflow-hidden">
<div class="rounded overflow-hidden aspect-video">
<img src="https://i.ibb.co.com/jvhVhYH/fiksi.jpg" alt="" class="w-full h-full object-cover">
</div>
<div class="text-left p-2">
<h3 class="text-xl font-semibold py-2 px-2">Finalis Nasional FIKSI SMK 2023</h3>
<!-- <p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Aut iure minus corrupti, animi accusantium provident ut commodi officiis praesentium sequi odio reprehenderit quibusdam eius totam quisquam magnam. Eligendi, at. Dolor.</p> -->
</div>
</li>
<li class="border rounded-xl transition transform hover:scale-105 bg-gray-100 overflow-hidden">
<div class="rounded overflow-hidden aspect-video">
<img src="https://i.ibb.co.com/0ZDydKw/IMG-20240722-WA0010.jpg" alt="" class="w-full h-full object-cover">
</div>
<div class="text-left p-2">
<h3 class="text-xl font-semibold py-2 px-2">Juara 1 FIKSI SMK Bidang Teknologi Digital</h3>
<!-- <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Illum perspiciatis consequatur sint aliquam autem ad eum quos ab molestias? Assumenda rerum sint porro fugit modi quo commodi beatae vel dicta.</p> -->
</div>
</li>
<li class="border rounded-xl transition transform hover:scale-105 bg-gray-100 overflow-hidden">
<div class="rounded overflow-hidden aspect-video">
<img src="https://i.ibb.co.com/4sn8k2r/IMG-20240722-101038.jpg" alt="" class="w-full h-full object-cover">
</div>
<div class="text-left p-2">
<h3 class="text-xl font-semibold py-2 px-2">Juara FIKSI SMK 2022</h3>
<!-- <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Illum perspiciatis consequatur sint aliquam autem ad eum quos ab molestias? Assumenda rerum sint porro fugit modi quo commodi beatae vel dicta.</p> -->
</div>
</li>
<li class="border rounded-xl transition transform hover:scale-105 bg-gray-100 overflow-hidden">
<div class="rounded overflow-hidden aspect-video">
<img src="https://i.ibb.co.com/RY2rsmd/IMG-20240722-WA0018.jpg" alt="" class="w-full h-full object-cover">
</div>
<div class="text-left p-2">
<h3 class="text-xl font-semibold py-2 px-2">Juara 3 English Contest Tingkat SMA/K se-DIY & JATENG</h3>
<!-- <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Illum perspiciatis consequatur sint aliquam autem ad eum quos ab molestias? Assumenda rerum sint porro fugit modi quo commodi beatae vel dicta.</p> -->
</div>
</li>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="text-dark py-4">
<div class="container mx-auto">
<div class="row">
<div class="col-md-6">
<p>© 2024 BPPK Stembayo. All Rights Reserved.</p>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>