-
Notifications
You must be signed in to change notification settings - Fork 0
/
berita-page.html
299 lines (265 loc) · 19.8 KB
/
berita-page.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Statistik Kasulampua</title>
<meta content="Website Resmi BPS se-Kasulampua (Kalimantan, Sulawesi, Maluku, dan Papua)" name="description">
<meta content="data, statistik, konreg, kasulampua, kalimantan, sulawesi, maluku, papua" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Tambahan CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/chart.css">
<link rel="stylesheet" href="assets/css/owl.css">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.10.2/css/all.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.10.2/css/v4-shims.css">
<link rel="stylesheet"href="https://unpkg.com/swiper@7/swiper-bundle.min.css"/>
<script>
window.Promise ||
document.write(
'<script src="https://cdn.jsdelivr.net/npm/promise-polyfill@8/dist/polyfill.min.js"><\/script>'
)
window.Promise ||
document.write(
'<script src="https://cdn.jsdelivr.net/npm/eligrey-classlist-js-polyfill@1.2.20171210/classList.min.js"><\/script>'
)
window.Promise ||
document.write(
'<script src="https://cdn.jsdelivr.net/npm/findindex_polyfill_mdn"><\/script>'
)
</script>
<script src="https://cdn.jsdelivr.net/npm/apexcharts"></script>
<script>
// Replace Math.random() with a pseudo-random number generator to get reproducible results in e2e tests
// Based on https://gist.github.com/blixt/f17b47c62508be59987b
var _seed = 42;
Math.random = function() {
_seed = _seed * 16807 % 2147483647;
return (_seed - 1) / 2147483646;
};
</script>
</head>
<body>
<!-- ======= Top Bar ======= -->
<div id="topbar" class="d-flex align-items-center fixed-top" style="background-color: black;">
<div class="container d-flex justify-content-center justify-content-md-between">
<div class="topnav-info d-flex align-items-center">
<i class="nav-link d-flex align-items-center"><a href="/glosarium.html"><span>Glosarium</span></a></i>
<i class="nav-link d-flex align-items-center ms-4"><a href="/sitemap.html"><span>Peta Situs</span></a></i>
</div>
<div class="languages d-none d-md-flex align-items-center">
<ul>
<li>ID</li>
<li><a href="#">EN</a></li>
</ul>
</div>
</div>
</div>
<!-- Start Header -->
<header id="header" class="fixed-top d-flex align-items-center" style="background-color: black;">
<div class="container-fluid container-xl d-flex align-items-center justify-content-lg-between">
<a href="index.html" class="logo me-auto me-lg-0"><img src="assets/img/kasulampualogo.svg" alt="" class="img-fluid"></a>
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a href="/index.html">Beranda</a></li>
<li><a href="/berita.html">Berita</a></li>
<li><a href="/statistik.html">Statistik</a></li>
<li><a href="/publikasi.html">Publikasi</a></li>
<li><a href="/infografis.html">Infografis</a></li>
<li><a href="/tentang.html">Tentang</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
<a href="https://wa.me/6281231007474" class="book-a-table-btn d-none d-lg-flex">Hubungi Kami</a>
</div>
</header>
<!-- End Header -->
<main>
<section id="blank" class="d-flex align-items-center"></section>
<!-- Berita Section -->
<section id="berita" class="events">
<div class="container" data-aos="fade-up">
<!-- Page content-->
<div class="row text-dark">
<div class="col-lg-8">
<!-- Post content-->
<article>
<!-- Post header-->
<header class="mb-4">
<!-- Post title-->
<h1 class="fw-bolder mb-1">Welcome to Blog Post!</h1>
<!-- Post meta content-->
<div class="text-muted fst-italic mb-2">Posted on January 1, 2022 by Start Bootstrap</div>
</header>
<!-- Preview image figure-->
<figure class="mb-4"><img class="img-fluid rounded" src="https://dummyimage.com/900x400/ced4da/6c757d.jpg" alt="..." /></figure>
<!-- Post content-->
<section class="mb-5">
<p class="fs-5 mb-4">Science is an enterprise that should be cherished as an activity of the free human mind. Because it transforms who we are, how we live, and it gives us an understanding of our place in the universe.</p>
<p class="fs-5 mb-4">The universe is large and old, and the ingredients for life as we know it are everywhere, so there's no reason to think that Earth would be unique in that regard. Whether of not the life became intelligent is a different question, and we'll see if we find that.</p>
<p class="fs-5 mb-4">If you get asteroids about a kilometer in size, those are large enough and carry enough energy into our system to disrupt transportation, communication, the food chains, and that can be a really bad day on Earth.</p>
<h2 class="fw-bolder mb-4 mt-5">I have odd cosmic thoughts every day</h2>
<p class="fs-5 mb-4">For me, the most fascinating interface is Twitter. I have odd cosmic thoughts every day and I realized I could hold them to myself or share them with people who might be interested.</p>
<p class="fs-5 mb-4">Venus has a runaway greenhouse effect. I kind of want to know what happened there because we're twirling knobs here on Earth without knowing the consequences of it. Mars once had running water. It's bone dry today. Something bad happened there as well.</p>
</section>
</article>
</div>
<!-- Side widgets-->
<div class="col-lg-4">
<!-- Search widget-->
<div class="card mb-4">
<div class="card-header">Cari Berita</div>
<div class="card-body">
<div class="input-group">
<input class="form-control" type="text" placeholder="Masukkan Kata Kunci" aria-label="Enter search term..." aria-describedby="button-search" />
<button class="btn btn-primary" id="button-search" type="button">Cari</button>
</div>
</div>
</div>
<!-- Side widget-->
<div class="card mb-4">
<div class="card-header">Side Widget</div>
<div class="card-body">You can put anything you want inside of these side widgets. They are easy to use, and feature the Bootstrap 5 card component!</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Berita Section -->
</main>
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="footer-info">
<a href="https://sultra.bps.go.id" class="logo me-auto me-lg-0"><img src="assets/img/logobps.svg" alt="" class="img-fluid" style="margin-bottom: 15px;"></a>
<p>
Jl. Boulevard No. 1<br>
Kendari, Sulawesi Tenggara<br><br>
<strong>Telp:</strong> 08 123 100 7474<br>
<strong>Email:</strong> sultra@bps.go.id<br>
</p>
<div class="social-links mt-3">
<a href="https://facebook.com/bpsprovsultra" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://instagram.com/bpsprovsultra" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="https://youtube.com/bpsprovsultra" class="youtube"><i class="bx bxl-youtube"></i></a>
</div>
</div>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Tautan:</h4>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Bappeda</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="http://bappeda.kalselprov.go.id" target="_blank" rel="nofollow" class="effect-shine">Kalimantan Selatan</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://bappeda.kalbarprov.go.id" target="_blank" rel="nofollow" class="effect-shine">Kalimantan Barat</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="http://bappeda.kalteng.go.id" target="_blank" rel="nofollow" class="effect-shine">Kalimantan Tengah</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://bappeda.kaltimprov.go.id" target="_blank" rel="nofollow" class="effect-shine">Kalimantan Timur</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://bappedalitbang.kaltaraprov.go.id/" target="_blank" rel="nofollow" class="effect-shine">Kalimantan Utara</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="http://bappeda.sulutprov.go.id" target="_blank" rel="nofollow" class="effect-shine">Sulawesi Utara</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="http://bappeda.sultengprov.go.id" target="_blank" rel="nofollow" class="effect-shine">Sulawesi Tengah</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://bappelitbangda.sulselprov.go.id/" target="_blank" rel="nofollow" class="effect-shine">Sulawesi Selatan</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://bappedasultra.go.id" target="_blank" rel="nofollow" class="effect-shine">Sulawesi Tenggara</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://bappeda.gorontaloprov.go.id/" target="_blank" rel="nofollow" class="effect-shine">Gorontalo</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="http://bappeda.sulbarprov.go.id" target="_blank" rel="nofollow" class="effect-shine">Sulawesi Barat</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://malukuprov.go.id" target="_blank" rel="nofollow" class="effect-shine">Maluku</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://bappeda.malutprov.go.id" target="_blank" rel="nofollow" class="effect-shine">Maluku Utara</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://bappeda.papuabaratprov.go.id" target="_blank" rel="nofollow" class="effect-shine">Papua Barat</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://bappeda.papua.go.id" target="_blank" rel="nofollow" class="effect-shine">Papua</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Badan Pusat Statistik</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="https://kalsel.bps.go.id" target="_blank" rel="nofollow" class="effect-shine">BPS Kalimantan Selatan</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://kalbar.bps.go.id" target="_blank" rel="nofollow" class="effect-shine">BPS Kalimantan Barat</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://kalteng.bps.go.id" target="_blank" rel="nofollow" class="effect-shine">BPS Kalimantan Tengah</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://kaltim.bps.go.id" target="_blank" rel="nofollow" class="effect-shine">BPS Kalimantan Timur</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://kaltara.bps.go.id" target="_blank" rel="nofollow" class="effect-shine">BPS Kalimantan Utara</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://sulut.bps.go.id" target="_blank" rel="nofollow" class="effect-shine">BPS Sulawesi Utara</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://sulteng.bps.go.id" target="_blank" rel="nofollow" class="effect-shine">BPS Sulawesi Tengah</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://sulsel.bps.go.id" target="_blank" rel="nofollow" class="effect-shine">BPS Sulawesi Selatan</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://sultra.bps.go.id" target="_blank" rel="nofollow" class="effect-shine">BPS Sulawesi Tenggara</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://gorontalo.bps.go.id" target="_blank" rel="nofollow" class="effect-shine">BPS Gorontalo</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://sulbar.bps.go.id" target="_blank" rel="nofollow" class="effect-shine">BPS Sulawesi Barat</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://maluku.bps.go.id" target="_blank" rel="nofollow" class="effect-shine">BPS Maluku</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://malut.bps.go.id" target="_blank" rel="nofollow" class="effect-shine">BPS Maluku Utara</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://papuabarat.bps.go.id" target="_blank" rel="nofollow">BPS Papua Barat</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://papua.bps.go.id" target="_blank" rel="nofollow" class="effect-shine">BPS Papua</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Bank Indonesia</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="https://www.bi.go.id/id/tentang-bi/profil/organisasi/Pages/Kantor-Perwakilan-Provinsi-Kalimantan-Selatan.aspx" target="_blank" rel="nofollow" class="effect-shine">KP Kalimantan Selatan</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://www.bi.go.id/id/tentang-bi/profil/organisasi/Pages/Kantor-Perwakilan-Kalimantan-Barat.aspx" target="_blank" rel="nofollow" class="effect-shine">KP Kalimantan Barat</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://www.bi.go.id/id/tentang-bi/profil/organisasi/Pages/Kantor-Perwakilan-Kalimantan-Tengah.aspx" target="_blank" rel="nofollow" class="effect-shine">KP Kalimantan Tengah</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://www.bi.go.id/id/tentang-bi/profil/organisasi/Pages/Kantor-Perwakilan-Provinsi-Kalimantan-Timur.aspx" target="_blank" rel="nofollow" class="effect-shine">KP Kalimantan Timur</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://www.bi.go.id/id/tentang-bi/profil/organisasi/Pages/Kantor-Perwakilan-Kalimantan-Utara.aspx" target="_blank" rel="nofollow" class="effect-shine">KP Kalimantan Utara</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://www.bi.go.id/id/tentang-bi/profil/organisasi/Pages/Kantor-Perwakilan-Sulawesi-Utara.aspx" target="_blank" rel="nofollow" class="effect-shine">KP Sulawesi Utara</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://www.bi.go.id/id/tentang-bi/profil/organisasi/Pages/Kantor-Perwakilan-Sulawesi-Tengah.aspx" target="_blank" rel="nofollow" class="effect-shine">KP Sulawesi Tengah</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://www.bi.go.id/id/tentang-bi/profil/organisasi/Pages/Kantor-Perwakilan-Sulawesi-Selatan.aspx" target="_blank" rel="nofollow" class="effect-shine">KP Sulawesi Selatan</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://www.bi.go.id/id/tentang-bi/profil/organisasi/Pages/Kantor-Perwakilan-Sulawesi-Tenggara.aspx" target="_blank" rel="nofollow" class="effect-shine">KP Sulawesi Tenggara</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://www.bi.go.id/id/tentang-bi/profil/organisasi/Pages/Kantor-Perwakilan-Gorontalo.aspx" target="_blank" rel="nofollow" class="effect-shine">KP Gorontalo</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://www.bi.go.id/id/tentang-bi/profil/organisasi/Pages/Kantor-Perwakilan-Sulawesi-Barat.aspx" target="_blank" rel="nofollow" class="effect-shine">KP Sulawesi Barat</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://www.bi.go.id/id/tentang-bi/profil/organisasi/Pages/Kantor-Perwakilan-Provinsi-Maluku.aspx" target="_blank" rel="nofollow" class="effect-shine">KP Maluku</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://www.bi.go.id/id/tentang-bi/profil/organisasi/Pages/Kantor-Perwakilan-Maluku-Utara.aspx" target="_blank" rel="nofollow" class="effect-shine">KP Maluku Utara</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://www.bi.go.id/id/tentang-bi/profil/organisasi/Pages/Kantor-Perwakilan-Papua-Barat.aspx" target="_blank" rel="nofollow">KP Papua Barat</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://www.bi.go.id/id/tentang-bi/profil/organisasi/Pages/Kantor-Perwakilan-Papua.aspx" target="_blank" rel="nofollow" class="effect-shine">KP Papua</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
<span id="currentYear"></span> © <strong><span>BPS Provinsi Sulawesi Tenggara</span></strong>. Semua Hak Dilindungi
</div>
</div>
</footer><!-- End Footer -->
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Tambahan JS File -->
<script src="assets/js/main.js"></script>
<script src="assets/js/tabs.js"></script>
<script src="assets/js/owl-carousel.js"></script>
<script src="assets/js/isotope.min.js"></script>
<script>
function bannerSwitcher() {
next = $('.sec-1-input').filter(':checked').next('.sec-1-input');
if (next.length) next.prop('checked', true);
else $('.sec-1-input').first().prop('checked', true);
}
var bannerTimer = setInterval(bannerSwitcher, 5000);
$('nav .controls label').click(function() {
clearInterval(bannerTimer);
bannerTimer = setInterval(bannerSwitcher, 5000)
});
</script>
<script>
document.getElementById("currentYear").innerHTML = new Date().getFullYear();
</script>
</body>
</html>