From d381fdfbe1445967a5b02f51772e2b3d6c8f7731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Tue, 21 Jan 2025 15:04:39 +0300 Subject: [PATCH] - Added a new SVG logo for Truncgil Finance to the project. - Updated the title in the welcome view to reflect the new branding. - Replaced the existing logo in the welcome view with the newly added SVG logo. - Modified the background image alt text for better accessibility. - Updated footer information to display the Truncgil Finance version instead of Laravel. - Enhanced the welcome view layout by removing unnecessary elements and improving the overall structure. These changes enhance the branding and user experience of the Truncgil Finance application. --- public/img/logo.svg | 32 +++++++ resources/views/welcome.blade.php | 137 +++--------------------------- 2 files changed, 44 insertions(+), 125 deletions(-) create mode 100644 public/img/logo.svg diff --git a/public/img/logo.svg b/public/img/logo.svg new file mode 100644 index 0000000..7c286f1 --- /dev/null +++ b/public/img/logo.svg @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index b9d609c..0741209 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -4,7 +4,7 @@ - Laravel + Truncgil Finance @@ -21,37 +21,21 @@
- Laravel background + Background
- + Truncgil Finance Logo
@if (Route::has('login')) @@ -60,114 +44,17 @@