Copyright :3 - Our Services ☭
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -200,3 +200,9 @@ nav {
|
|||||||
.h-5 {
|
.h-5 {
|
||||||
height: 5vh;
|
height: 5vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
bottom: 0;
|
||||||
|
width: 100%;
|
||||||
|
position: fixed;
|
||||||
|
}
|
||||||
|
|||||||
@@ -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">
|
||||||
|
© 1999 by C3Gov
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user