Copyright :3 - Our Services ☭

This commit is contained in:
2026-03-27 00:24:38 +01:00
parent e6a92213ea
commit edfb2583fc
3 changed files with 12 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ return [
'insertvideo' => '*Insert promotional video here*' 'insertvideo' => '*Insert promotional video here*'
], ],
'services' => [ 'services' => [
'title' => 'Our Service Overview', 'title' => 'Our Services',
'topic1' => [ 'topic1' => [
'title' => 'Issuance of Hacker Passports', 'title' => 'Issuance of Hacker Passports',
'content' => 'Our team handles the issuance of travel documents. 'content' => 'Our team handles the issuance of travel documents.

View File

@@ -200,3 +200,9 @@ nav {
.h-5 { .h-5 {
height: 5vh; height: 5vh;
} }
.footer {
bottom: 0;
width: 100%;
position: fixed;
}

View File

@@ -53,8 +53,12 @@
</div> </div>
<div class="content col"> <div class="content col">
@yield('content') @yield('content')
<br />
<br />
</div> </div>
</div> </div>
<div class="footer">
&copy; 1999 by C3Gov
</div>
</body> </body>
</html> </html>