diff --git a/.DS_Store b/.DS_Store index 67de47a..815e746 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/composer.json b/composer.json index ae1b135..ac8f703 100644 --- a/composer.json +++ b/composer.json @@ -11,6 +11,7 @@ "laravel/sanctum": "^3.2", "laravel/tinker": "^2.8", "laravel/ui": "^4.6", + "mallardduck/blade-lucide-icons": "^1.23", "symfony/css-selector": "^7.2", "symfony/dom-crawler": "^7.2" }, diff --git a/composer.lock b/composer.lock index 69597fb..7a78dab 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,89 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "562fbab897e7f7fb3bba05352cc9d922", + "content-hash": "89656637435d34ce7295d546ba9c533b", "packages": [ + { + "name": "blade-ui-kit/blade-icons", + "version": "1.8.0", + "source": { + "type": "git", + "url": "https://github.com/driesvints/blade-icons.git", + "reference": "7b743f27476acb2ed04cb518213d78abe096e814" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/driesvints/blade-icons/zipball/7b743f27476acb2ed04cb518213d78abe096e814", + "reference": "7b743f27476acb2ed04cb518213d78abe096e814", + "shasum": "" + }, + "require": { + "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/filesystem": "^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0", + "illuminate/view": "^8.0|^9.0|^10.0|^11.0|^12.0", + "php": "^7.4|^8.0", + "symfony/console": "^5.3|^6.0|^7.0", + "symfony/finder": "^5.3|^6.0|^7.0" + }, + "require-dev": { + "mockery/mockery": "^1.5.1", + "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0", + "phpunit/phpunit": "^9.0|^10.5|^11.0" + }, + "bin": [ + "bin/blade-icons-generate" + ], + "type": "library", + "extra": { + "laravel": { + "providers": [ + "BladeUI\\Icons\\BladeIconsServiceProvider" + ] + } + }, + "autoload": { + "files": [ + "src/helpers.php" + ], + "psr-4": { + "BladeUI\\Icons\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Dries Vints", + "homepage": "https://driesvints.com" + } + ], + "description": "A package to easily make use of icons in your Laravel Blade views.", + "homepage": "https://github.com/blade-ui-kit/blade-icons", + "keywords": [ + "blade", + "icons", + "laravel", + "svg" + ], + "support": { + "issues": "https://github.com/blade-ui-kit/blade-icons/issues", + "source": "https://github.com/blade-ui-kit/blade-icons" + }, + "funding": [ + { + "url": "https://github.com/sponsors/driesvints", + "type": "github" + }, + { + "url": "https://www.paypal.com/paypalme/driesvints", + "type": "paypal" + } + ], + "time": "2025-02-13T20:35:06+00:00" + }, { "name": "brick/math", "version": "0.12.1", @@ -1952,6 +2033,66 @@ ], "time": "2024-09-21T08:32:55+00:00" }, + { + "name": "mallardduck/blade-lucide-icons", + "version": "1.23.0", + "source": { + "type": "git", + "url": "https://github.com/mallardduck/blade-lucide-icons.git", + "reference": "19081819bb527e15eed22f6528b9d059c1a8df8b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mallardduck/blade-lucide-icons/zipball/19081819bb527e15eed22f6528b9d059c1a8df8b", + "reference": "19081819bb527e15eed22f6528b9d059c1a8df8b", + "shasum": "" + }, + "require": { + "blade-ui-kit/blade-icons": "^1.6", + "php": "^8.0" + }, + "require-dev": { + "ext-dom": "*", + "ext-fileinfo": "*", + "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0", + "phpunit/phpunit": "^9.0|^10.5|^11.0", + "spatie/phpunit-snapshot-assertions": "^4.2.14" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "MallardDuck\\LucideIcons\\BladeLucideIconsServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "MallardDuck\\LucideIcons\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Dan Pock" + } + ], + "description": "A package to easily make use of Lucide icons in your Laravel Blade views.", + "homepage": "https://github.com/mallardduck/blade-lucide-icons", + "keywords": [ + "LucideIcons", + "blade", + "laravel" + ], + "support": { + "issues": "https://github.com/mallardduck/blade-lucide-icons/issues", + "source": "https://github.com/mallardduck/blade-lucide-icons/tree/1.23.0" + }, + "time": "2024-07-22T15:40:39+00:00" + }, { "name": "masterminds/html5", "version": "2.9.0", diff --git a/config/blade-lucide-icons.php b/config/blade-lucide-icons.php new file mode 100644 index 0000000..8953189 --- /dev/null +++ b/config/blade-lucide-icons.php @@ -0,0 +1,57 @@ + 'lucide', + + /* + |----------------------------------------------------------------- + | Fallback Icon + |----------------------------------------------------------------- + | + | This config option allows you to define a fallback + | icon when an icon in this set cannot be found. + | + */ + + 'fallback' => '', + + /* + |----------------------------------------------------------------- + | Default Set Classes + |----------------------------------------------------------------- + | + | This config option allows you to define some classes which + | will be applied by default to all icons within this set. + | + */ + + 'class' => '', + + /* + |----------------------------------------------------------------- + | Default Set Attributes + |----------------------------------------------------------------- + | + | This config option allows you to define some attributes which + | will be applied by default to all icons within this set. + | + */ + + 'attributes' => [ + // 'width' => 50, + // 'height' => 50, + ], + +]; diff --git a/public/berita.png b/public/berita.png new file mode 100644 index 0000000..2d0b285 Binary files /dev/null and b/public/berita.png differ diff --git a/public/img1.svg b/public/img1.svg new file mode 100644 index 0000000..a17e02d --- /dev/null +++ b/public/img1.svg @@ -0,0 +1,21 @@ + diff --git a/public/img2.svg b/public/img2.svg new file mode 100644 index 0000000..df61bd5 --- /dev/null +++ b/public/img2.svg @@ -0,0 +1,21 @@ + diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 184cea4..e5efbea 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -38,11 +38,14 @@ .text-info{ color: #3B38A0!important; } + .text-black{ + color: #333!important; + }
+ Sistem Informasi Adiwiyata.
Pusat Pengembangan Generasi Lingkungan Hidup
+
+ JAKARTA – Sebanyak empat pelanggar Peraturan Daerah (Perda) Provinsi DKI Jakarta Nomor 2 Tahun 2005 tentang Pengendalian Pencemaran Udara menjalani sidang Tindak Pidana Ringan (Tipiring) di Pengadilan Negeri Jakarta Barat pada Selasa (29/7). +
+ + Baca Selengkapnya