commit a8b3513f6ff004522f1e7cbe91522009cc97bebc Author: v3n0s0undsyst3m Date: Fri Mar 17 08:15:45 2023 +0700 first commit diff --git a/assets/Backup_of_assets.cdr b/assets/Backup_of_assets.cdr new file mode 100644 index 0000000..e66f6d2 Binary files /dev/null and b/assets/Backup_of_assets.cdr differ diff --git a/assets/assets.cdr b/assets/assets.cdr new file mode 100644 index 0000000..fa5d1d9 Binary files /dev/null and b/assets/assets.cdr differ diff --git a/assets/css/index.php b/assets/css/index.php new file mode 100644 index 0000000..dbbde5d --- /dev/null +++ b/assets/css/index.php @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/assets/css/style.css b/assets/css/style.css new file mode 100644 index 0000000..be67856 --- /dev/null +++ b/assets/css/style.css @@ -0,0 +1,208 @@ + +.nav-item > a { + color : #2AAF88 !important; + font-weight: 400; + } + + .nav-item:hover > a { + color : #097455 !important; + } + + + #intro-example { + height: 400px; +} + +/* Height for devices larger than 992px */ +@media (min-width: 992px) { + #intro-example { + height: 600px; + } +} + + +.box{ +padding:10px 15%; +} + +.marketplace-section { + +min-height : 500px; +background-image: url('../images/bgsection.png'); +background-size:cover; +padding:20% 10%; + +} + +.marketplace-title { + +color:white; + +} + + +.title-png { + +width: 35px; +height: 25px; +padding-bottom:15px; +margin-left:5px; +} + + +.marketplace-desc { + +color:white; + +} + +.box-part{ +background:#FFF; +background-image: url('../images/bgcart.png'); +background-size:cover; +border-radius:10px; +padding:60px 30px; +margin:30px 0px; +border : 1px solid #C6c6c9; +} + +.text { + +min-height : 100px; + +} + + +.text2 { + +padding-bottom : 20px; + +} + + +h4{ +margin-bottom:5px; +color : #2AAF88 !important; +} + +.text > span { + +font-size : 0.8em; + +} + + +.image-overlay { +position: relative; +overflow: hidden; +cursor:pointer; +} + +.image-overlay img { +display: block; +width: 100%; +height: auto; +transition: transform 0.5s ease; +} + +.image-overlay:hover img { +transform: scale(1.2); +} + +.overlay { +position: absolute; +bottom: 0; +left: 0; +right: 0; +background-color:rgba(239, 198, 10, 0.5); +overflow: hidden; +width: 100%; +height: 0; +transition: height 0.5s ease; +} + +.image-overlay:hover .overlay { +height: 100%; +} + +.overlay h3, +.overlay p { +color: #fff; +text-align: center; +} + +.overlay h3 { +margin-top: 50%; +font-size: 2rem; +transition: margin-top 0.5s ease; +} + +.image-overlay:hover .overlay h3 { +margin-top: 30%; +} + +.overlay p { +margin: 1rem 0; +} + + +.nav-item > .active { +font-weight:700; +} + + +.testimonial-card { +margin-bottom: 2rem; +border: none; +border-radius: 1rem; +box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1); +} + +.testimonial-card img { +border-top-left-radius: 1rem; +border-top-right-radius: 1rem; +} + +.testimonial-card h5 { +margin-top: 1rem; +font-weight: bold; +} + +.testimonial-card p { +margin: 1rem 0; +} + + +.profile-pic { + width: 100px; + height: 100px; + border-radius: 50%; + background-color: #f2f2f2; + display: flex; + align-items: center; + justify-content: center; + overflow: hidden; + } + + +.content2 {display:none;} +.preload { width:100px; +height: 100px; +position: fixed; +top: 50%; +left: 35%;} + + + /* Height for devices larger than 992px */ + @media (min-width: 992px) { + #intro-example { + height: 600px; + } + + .preload { width:100px; +height: 100px; +position: fixed; +top: 50%; +left: 46%;} + +} \ No newline at end of file diff --git a/assets/images/bgcart.png b/assets/images/bgcart.png new file mode 100644 index 0000000..eb0055c Binary files /dev/null and b/assets/images/bgcart.png differ diff --git a/assets/images/bgmarket.png b/assets/images/bgmarket.png new file mode 100644 index 0000000..c0131b8 Binary files /dev/null and b/assets/images/bgmarket.png differ diff --git a/assets/images/bgsection.png b/assets/images/bgsection.png new file mode 100644 index 0000000..42a8c4b Binary files /dev/null and b/assets/images/bgsection.png differ diff --git a/assets/images/hero.png b/assets/images/hero.png new file mode 100644 index 0000000..c7c15ff Binary files /dev/null and b/assets/images/hero.png differ diff --git a/assets/images/hero.webp b/assets/images/hero.webp new file mode 100644 index 0000000..aa324d2 Binary files /dev/null and b/assets/images/hero.webp differ diff --git a/assets/images/hero2.png b/assets/images/hero2.png new file mode 100644 index 0000000..4a84938 Binary files /dev/null and b/assets/images/hero2.png differ diff --git a/assets/images/hero3.png b/assets/images/hero3.png new file mode 100644 index 0000000..ac6350b Binary files /dev/null and b/assets/images/hero3.png differ diff --git a/assets/images/index.php b/assets/images/index.php new file mode 100644 index 0000000..dbbde5d --- /dev/null +++ b/assets/images/index.php @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/assets/images/magesty-blonjo.png b/assets/images/magesty-blonjo.png new file mode 100644 index 0000000..bb7798c Binary files /dev/null and b/assets/images/magesty-blonjo.png differ diff --git a/assets/images/marketplace1.png b/assets/images/marketplace1.png new file mode 100644 index 0000000..246b95e Binary files /dev/null and b/assets/images/marketplace1.png differ diff --git a/assets/images/marketplace2.png b/assets/images/marketplace2.png new file mode 100644 index 0000000..bbd9e74 Binary files /dev/null and b/assets/images/marketplace2.png differ diff --git a/assets/images/navlogo-w.png b/assets/images/navlogo-w.png new file mode 100644 index 0000000..ed15d59 Binary files /dev/null and b/assets/images/navlogo-w.png differ diff --git a/assets/images/navlogo.png b/assets/images/navlogo.png new file mode 100644 index 0000000..fd0b1c8 Binary files /dev/null and b/assets/images/navlogo.png differ diff --git a/assets/images/title.png b/assets/images/title.png new file mode 100644 index 0000000..ca1b269 Binary files /dev/null and b/assets/images/title.png differ diff --git a/assets/index.php b/assets/index.php new file mode 100644 index 0000000..1eb17f2 --- /dev/null +++ b/assets/index.php @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/assets/js/index.php b/assets/js/index.php new file mode 100644 index 0000000..dbbde5d --- /dev/null +++ b/assets/js/index.php @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/config/index.php b/config/index.php new file mode 100644 index 0000000..8e388e9 --- /dev/null +++ b/config/index.php @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/index.php b/index.php new file mode 100644 index 0000000..3ba84c7 --- /dev/null +++ b/index.php @@ -0,0 +1,395 @@ + + +
+ +
+ +
+ + + + + + + + +
+ +
+
+
+ +
+
+
+ +
+ + +
+
+
+ +
+ +
+ + + +
+

Daftar Akun

+
+ +
+ Klik untuk pendaftaran akun Magesty Blonjo +
+ + + +
+
+ +
+ +
+ + + +
+

Login Marketplace

+
+ +
+ Klik untuk login ke akun Magesty Blonjo +
+ + + +
+
+ +
+ +
+ + + +
+

Lupa Password

+
+ +
+ Klik untuk menuju halaman lupa password Magesty Blonjo +
+ + + +
+
+ + + +
+
+
+ + + + + +
+
+
+ +

MARKETPLACE Image 2

+

+ Marketplace yang tergabung dalam Program Magesty Blonjo sebanyak 2 Marketplace + Klik logo marketplace dibawah untuk melihat detail +

+ +
+
+
+
+ Image 1 +
+
+
+
+
+ Image 2 +
+
+
+ +
+
+ +
+
+ +

+ Image 3 +

+
+
+
+ + +
+
+
+
+

KELEBIHAN MAGESTY BLONJO Image 2

+
+ +
+
KELEBIHAN MAGESTY BLONJO
+
+ +
+
+
+
+
+ +
+
+
+ +
+
+ + +
+
+ +
+ +
+
+

Efisiensi Kerja

+
Efisensi proses kerja dapat dilakukan negosiasi harga secara langsung
+
+
+
+ +
+
+ +
+ +
+
+

Pelacakan Pembayaran

+
Pelacakan pembayaran untuk keperluan audit
 
+
+
+
+ +
+
+ +
+ +
+
+

Patuh Pajak

+
Kepatuhan terhadap penerapan pajak daerah sehingga pajak daerah menjadi lebih optimal
+
+
+
+ +
+
+ +
+ +
+
+

Integrasi Bank Jateng

+
Terintegrasi dengan Bank daerah dalam hal ini Bank Jateng
+
+
+
+ +
+
+ +
+ +
+
+

Perbandingan harga

+
Perbandingan harga antar penyedia lebih mudah
+
+
+
+ +
+
+
+
+
+ +
+
+ + + + + + + +
+
+
+ + + + +
+

TESTIMONI Image 2

+
+ +
+
TESTIMONI
+
+ + +
+
+ + + + + +
+
+ +
+
+
+ + \ No newline at end of file diff --git a/kontak/index.php b/kontak/index.php new file mode 100644 index 0000000..9cb4efa --- /dev/null +++ b/kontak/index.php @@ -0,0 +1,85 @@ + + + + + + + + + + + + +
+
+
+
+
+

Image 2 KONTAK KAMI Image 2

+
+
+
+ + +

+ +

+ +

+ Pengadaan Barang/Jasa Kota Magelang

+ Jl. Jend. Sarwo Edhie Wibowo No. 2 Magelang 56101
+Telp. (0293) 363695 Pesawat 164 Fax. (0293) 364910
+Email : ukpbj.kotamagelang@gmail.com
+ulpkotamagelang@gmail.com
+

+ +
+
+
+ +
+ + + + + + + + + + + + + \ No newline at end of file diff --git a/layout/footer.php b/layout/footer.php new file mode 100644 index 0000000..4266ddd --- /dev/null +++ b/layout/footer.php @@ -0,0 +1,225 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/layout/header.php b/layout/header.php new file mode 100644 index 0000000..6c84f19 --- /dev/null +++ b/layout/header.php @@ -0,0 +1,28 @@ + + + + + + + Magesty Blonjo + + + + + + + + + + + + + + + + + + + + + diff --git a/layout/index.php b/layout/index.php new file mode 100644 index 0000000..1eb17f2 --- /dev/null +++ b/layout/index.php @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/profil/index.php b/profil/index.php new file mode 100644 index 0000000..4dbbe8f --- /dev/null +++ b/profil/index.php @@ -0,0 +1,83 @@ + + + + + + + + + + + + +
+
+
+
+
+

Image 2 PROFIL MAGESTY BLONJO Image 2

+
+
+
+ + +

+ + +

+ +

+ Apa itu MAGESTY BLONJO ?

+Magesty Blonjo merupakan Internalisasi perubahan budaya kerja menuju digitalisasi pengadaan barang/Jasa, dengan tujuan memberikan kemudahan dan perluasan usaha kepada usaha kecil, mikro dan koperasi dalam pasar pengadaan barang/jasa pemerintah, mendorong UMK Go Digital, menjadikan pengadaan lebih inklusif, meningkatkan penggunaan produksi dalam negeri, memanfaatkan marketplace dalam Pengadaan Barang Jasa Pemerintah (PBJP); dan yang tidak kalah penting meningkatkan transparansi dan akuntabilitas PBJP. +

+ +
+
+
+ + +
+ + + + + + + + + + + + \ No newline at end of file diff --git a/regulasi/index.php b/regulasi/index.php new file mode 100644 index 0000000..39c7944 --- /dev/null +++ b/regulasi/index.php @@ -0,0 +1,311 @@ + + + + + + + + + + + + +
+
+
+
+
+

Image 2 REGULASI MAGESTY BLONJO Image 2

+
+
+
+ + +
+ +
+ +

+ +

+
+
+

+ Undang-Undang No. 11 Tahun 2020
+ Tentang Cipta Kerja +

+
+
+
+ + + +
+ +

+ +

+
+
+

+ Peraturan Pemerintah No. 80 Tahun 2019
+ Tentang Perdagangan Melalui Sistem Elektronik +

+
+
+
+ + +
+ +

+ +

+
+
+ +

+ Peraturan Presiden Nomor 16 Tahun 2018
+ Tentang Pengadaan Barang/Jasa Pemerintahan +

+ +

+ Peraturan Presiden Nomor 54 Tahun 2018
+ Tentang Strategi Nasional Pencegahan Korupsi +

+ +

+ Peraturan Presiden Nomor 12 Tahun 2021
+ Perubahan atas Peraturan Presiden Nomor 16 Tahun 2018 Tentang Pengadaan Barang/Jasa Pemerintah +

+ +
+
+
+ + + + +
+ +

+ +

+
+
+ +

+ Instruksi Presiden Nomor 2 Tahun 2022
+ Tentang Percepatan Peningkatan Penggunaan Produk Dalam Negeri dan Produk Usaha Mikro, Usaha Kecil, dan Koperasi Dalam Rangka Menyukseskan Gerakan Nasional Bangga Buatan Indonesia Pada Pelaksanaan Pengadaan Barang/Jasa Pemerintah +

+ +
+
+
+ + + +
+

+ +

+
+
+ +

+ Peraturan Lembaga Nomor 9 Tahun 2021
+ Tentang Toko Daring dan Katalog Elektronik dalam Pengadaan Barang/Jasa Pemerintahan +

+ +
+
+
+ + + + +
+

+ +

+
+
+ +

+ Surat Edaran Kepala LKPP Nomor 31 Tahun 2020
+ Tentang Pelaksanaan Program Bela Pengadaan +

+ +
+
+
+ + + + + + +
+ +

+ +

+
+
+ +

+ Surat Edaran Bersama Nomor 027/2929/SJ dan Nomor 1 Tahun 2021
+ Tentang Percepatan Pelaksanaan Pengadaan Barang/Jasa dalam Pengelolaan Keuangan Daerah +

+ +

+ Surat Edaran Bersama Nomor 027/1022/SJ dan Nomor 1 Tahun 2022
+ Tentang Gerakan Nasional Bangga Buatan Indonesia pada Pengadaan Barang/Jasa di Lingkungan Pemerintah Daerah +

+ + +
+
+
+ + + + +
+

+ +

+
+
+ +

+ Surat Edaran KPK Nomor 14 Tahun 2022
+ Tentang Pencegahan Korupsi Pengadaan Barang dan Jasa Melalui Implementasi E-Katalog +

+ +
+
+
+ + + + + + +
+ +

+ +

+
+
+ +

+ Keputusan Deputi II Nomor 38 Tahun 2021
+ Tentang Tata Cara Penyelenggaraan Toko Daring +

+ +

+ Keputusan Deputi II Nomor 2 Tahun 2022
+ entang Penetapan Produk/Komoditas Toko Daring +

+ + +
+
+
+ + + + + +
+

+ +

+
+
+ +

+ Instruksi Gubernur No. 4 Tahun 2021
+ Tentang Pengadaan Barang/Jasa Pemerintah Melalui E-Katalog Lokal dan E-Marketplace di Jawa Tengah +

+ +
+
+
+ + + + + +
+
+
+ +
+
+ + + + + + + + + + + + \ No newline at end of file