From edfb2583fc41ce69c5ff14da5504c65b38d5d48c Mon Sep 17 00:00:00 2001 From: Bandie Date: Fri, 27 Mar 2026 00:24:38 +0100 Subject: [PATCH] =?UTF-8?q?Copyright=20:3=20-=20Our=20Services=20=E2=98=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lang/en/app.php | 2 +- public/css/style.css | 6 ++++++ resources/views/layout/app.blade.php | 6 +++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/lang/en/app.php b/lang/en/app.php index 4f3464f..258ed91 100644 --- a/lang/en/app.php +++ b/lang/en/app.php @@ -28,7 +28,7 @@ return [ 'insertvideo' => '*Insert promotional video here*' ], 'services' => [ - 'title' => 'Our Service Overview', + 'title' => 'Our Services', 'topic1' => [ 'title' => 'Issuance of Hacker Passports', 'content' => 'Our team handles the issuance of travel documents. diff --git a/public/css/style.css b/public/css/style.css index a3e1804..2eb93fc 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -200,3 +200,9 @@ nav { .h-5 { height: 5vh; } + +.footer { + bottom: 0; + width: 100%; + position: fixed; +} diff --git a/resources/views/layout/app.blade.php b/resources/views/layout/app.blade.php index 2b2d3bc..687a38a 100644 --- a/resources/views/layout/app.blade.php +++ b/resources/views/layout/app.blade.php @@ -53,8 +53,12 @@
@yield('content') +
+
- +