-
Notifications
You must be signed in to change notification settings - Fork 0
/
berita.html
165 lines (162 loc) · 9.59 KB
/
berita.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Berita</title>
<link rel="stylesheet" href="assets/css/bootstrap.css" />
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/kontak.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" />
</head>
<body>
<div id="header" align="center">
<div id="logo-smk" class="pt-3" align="center">
<img src="assets/img/logo.png" alt="logo-smk" />
</div>
<div id="menuBar" class="bg-light rounded-pill">
<div class="row justify-content-center align-items-center g-2">
<div class="col"></div>
<div class="col"><a href="/">HOME</a></div>
<div class="col">
<div class="dropdown">
<a href="#" class="dropdown-toggle" data-bs-toggle="dropdown">INFORMASI</a>
<div class="dropdown-menu">
<a href="#" class="dropdown-item">Berita</a>
<a href="pengumuman.html" class="dropdown-item">Pengumuman</a>
</div>
</div>
</div>
<div class="col">
<div class="dropdown">
<a href="#" class="dropdown-toggle" data-bs-toggle="dropdown">PROFIL</a>
<div class="dropdown-menu">
<a href="sejarah.html" class="dropdown-item">Sejarah</a>
<a href="struktur.html" class="dropdown-item">Struktur Organisasi</a>
</div>
</div>
</div>
<div class="col"><a href="kontak.html">KONTAK</a></div>
<div class="col"></div>
</div>
</div>
<div class="title" style="margin-top: 90px">
<h2>Selamat Datang di</h2>
<h2>SMK Negeri 3 Wakanda</h2>
</div>
</div>
<svg id="bawaHeader2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path
fill="#ffffff"
fill-opacity="1"
d="M0,64L40,85.3C80,107,160,149,240,154.7C320,160,400,128,480,112C560,96,640,96,720,106.7C800,117,880,139,960,165.3C1040,192,1120,224,1200,202.7C1280,181,1360,107,1400,69.3L1440,32L1440,320L1400,320C1360,320,1280,320,1200,320C1120,320,1040,320,960,320C880,320,800,320,720,320C640,320,560,320,480,320C400,320,320,320,240,320C160,320,80,320,40,320L0,320Z"
></path>
</svg>
<div class="container my-5">
<div class="text-center mb-5">
<span class="text-secondary text-uppercase">Berita Terbaru</span>
</div>
<div class="row">
<div class="col-md-4 p-4">
<div class="border">
<div class="position-relative w-100" style="height: 250px; background-image: url(assets/img/image1.jpeg); background-size: cover; background-position: center">
<div class="position-absolute bg-dark" style="opacity: 0.3; top: 0; left: 0; right: 0; bottom: 0"></div>
<div class="position-absolute text-white d-flex flex-column justify-content-center align-items-center rounded-circle" style="top: 10px; right: 10px; width: 70px; height: 70px; background-color: #9b5de5">
<small>2022</small>
<small><b>JAN</b></small>
</div>
<a href="#" class="position-absolute px-3 py-2 text-white" style="bottom: 10px; left: 10px; background-color: #9b5de5"><small>FOTO</small></a>
</div>
<div class="px-3 pt-4 pb-3">
<a href="#" class="d-inline-block"><h4 class="text-dark" style="font-weight: 600; font-size: 1.1rem">Rapat Pembagian Tugas Semester Genap Tahun 2022-2023</h4></a>
<p sty class="text-secondary text-start">Pada hari senin 2 Januari 2023 diselenggarakan rapat pembagian tugas semester genap tahun ajar 2022-2023 bertempat di Ruang Aula SMK Negeri 3 Wakanda.</p>
<div class="d-flex mt-4">
<div class="d-flex align-items-center mr-4">
<small class="mt-1" style="color: #9b5de5">6 min ago</small>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 p-4">
<div class="border">
<div class="position-relative w-100" style="height: 250px; background-image: url(assets/img/image2.jpeg); background-size: cover; background-position: center">
<div class="position-absolute bg-dark" style="opacity: 0.3; top: 0; left: 0; right: 0; bottom: 0"></div>
<div class="position-absolute text-white d-flex flex-column justify-content-center align-items-center rounded-circle" style="top: 10px; right: 10px; width: 70px; height: 70px; background-color: #9b5de5">
<small>2022</small>
<small><b>JAN</b></small>
</div>
<a href="#" class="position-absolute px-3 py-2 text-white" style="bottom: 10px; left: 10px; background-color: #9b5de5"><small>FOTO</small></a>
</div>
<div class="px-3 pt-4 pb-3">
<a href="#" class="d-inline-block"><h4 class="text-dark" style="font-weight: 600; font-size: 1.1rem">Uji Coba Kenaikan Tingkat Ekskul Pencak Silat SMK Negeri 3 Selong</h4></a>
<p class="text-secondary text-start">Ekstrakurikuler pencak silat SMK Negeri 3 Selong menyelenggarakan Latihan Uji Coba Kenaikan Tingkat (UCKT) pada hari Kamis 29 Desember 2022 bertempat di lapang..</p>
<div class="d-flex mt-4">
<div class="d-flex align-items-center mr-4">
<small class="mt-1" style="color: #9b5de5">6 min ago </small>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 p-4">
<div class="border">
<div class="position-relative w-100" style="height: 250px; background-image: url(assets/img/image3.jpg); background-size: cover; background-position: center">
<div class="position-absolute bg-dark" style="opacity: 0.3; top: 0; left: 0; right: 0; bottom: 0"></div>
<div class="position-absolute text-white d-flex flex-column justify-content-center align-items-center rounded-circle" style="top: 10px; right: 10px; width: 70px; height: 70px; background-color: #9b5de5">
<small>2022</small>
<small><b>JAN</b></small>
</div>
<a href="#" class="position-absolute px-3 py-2 text-white" style="bottom: 10px; left: 10px; background-color: #9b5de5"><small>FOTO</small></a>
</div>
<div class="px-3 pt-4 pb-3">
<a href="#" class="d-inline-block"><h4 class="text-dark" style="font-weight: 600; font-size: 1.1rem">Guru TAV SMK Negeri 3 Selong Mengikuti Pelatihan Service Smartphone Android</h4></a>
<p class="text-secondary text-start">Guru produktif kompetensi keahlian Teknik Audio Video SMK Negeri 3 Selong mengikuti pelatihan peningkatan kompetensi guru dengan materi "Pelatihan Servi..</p>
<div class="d-flex mt-4">
<div class="d-flex align-items-center mr-4">
<small class="mt-1" style="color: #9b5de5">6 min ago </small>
</div>
</div>
</div>
</div>
</div>
<nav aria-label="Page navigation example">
<ul class="pagination">
<li class="page-item"><a class="page-link" href="#">Previous</a></li>
<li class="page-item"><a class="page-link" href="#">1</a></li>
<li class="page-item"><a class="page-link" href="#">2</a></li>
<li class="page-item"><a class="page-link" href="#">3</a></li>
<li class="page-item"><a class="page-link" href="#">Next</a></li>
</ul>
</nav>
</div>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path
fill="#0061ff"
fill-opacity="1"
d="M0,96L40,128C80,160,160,224,240,250.7C320,277,400,267,480,234.7C560,203,640,149,720,117.3C800,85,880,75,960,101.3C1040,128,1120,192,1200,192C1280,192,1360,128,1400,96L1440,64L1440,320L1400,320C1360,320,1280,320,1200,320C1120,320,1040,320,960,320C880,320,800,320,720,320C640,320,560,320,480,320C400,320,320,320,240,320C160,320,80,320,40,320L0,320Z"
></path>
</svg>
<footer class="text-white text-center pb-2" style="background-color: #0061ff; font-size: 12px">
<p>
Created with
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="red" class="bi bi-balloon-heart-fill" viewBox="0 0 16 16">
<path
fill-rule="evenodd"
d="M8.49 10.92C19.412 3.382 11.28-2.387 8 .986 4.719-2.387-3.413 3.382 7.51 10.92l-.234.468a.25.25 0 1 0 .448.224l.04-.08c.009.17.024.315.051.45.068.344.208.622.448 1.102l.013.028c.212.422.182.85.05 1.246-.135.402-.366.751-.534 1.003a.25.25 0 0 0 .416.278l.004-.007c.166-.248.431-.646.588-1.115.16-.479.212-1.051-.076-1.629-.258-.515-.365-.732-.419-1.004a2.376 2.376 0 0 1-.037-.289l.008.017a.25.25 0 1 0 .448-.224l-.235-.468ZM6.726 1.269c-1.167-.61-2.8-.142-3.454 1.135-.237.463-.36 1.08-.202 1.85.055.27.467.197.527-.071.285-1.256 1.177-2.462 2.989-2.528.234-.008.348-.278.14-.386Z"
/>
</svg>
by <a class="text-white fw-bold" href="https://instagram.com/amrulizwan_">Amrul Izwan</a>
</p>
</footer>
<script src="assets/js/bootstrap.bundle.min.js">
var viewMode = getCookie("view-mode");
if(viewMode == "desktop"){
viewport.setAttribute('content', 'width=1024');
}else if (viewMode == "mobile"){
viewport.setAttribute('content', 'width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no');
}
</script>
</body>
</html>