corrected footer

This commit is contained in:
2025-06-23 08:16:39 -04:00
parent 3e104ff3b1
commit 46920af6be
2 changed files with 34 additions and 26 deletions

View File

@@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Project Garuda | Valorant Digital</title>
<title>Project Garuda / Valorant Digital</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootswatch@5.3.2/dist/superhero/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<style>

View File

@@ -1,13 +1,17 @@
<!-- valorantdigital.com homepage with Bootswatch Superhero styling -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Valorant Digital</title>
<title>Home / Valorant Digital </title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootswatch@5.3.2/dist/superhero/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<style>
body {
display: flex;
flex-direction: column;
min-height: 100vh; /* This ensures the body takes at least the full height of the viewport */
}
.hero {
padding: 100px 0;
text-align: center;
@@ -22,6 +26,10 @@
.section-title {
margin-bottom: 2rem;
}
/* This pushes the content sections to take up available space */
main {
flex-grow: 1;
}
</style>
</head>
<body>
@@ -31,6 +39,7 @@
</div>
</nav>
<main>
<section class="hero">
<div class="container">
<h1 class="display-4">AI Content Systems for Agencies</h1>
@@ -52,11 +61,10 @@
<div class="col-md-4 mb-4">
<h3 class="text-primary"><i class="fa-solid fa-circle-check me-2"></i> Built Different</h3>
<p>Fully installed and configured. Built for brand voice, not bulk. No training. No prompt writing. No tool fatigue.</p>
</div>
</div>
</section>
</main>
<footer class="bg-dark text-center text-light py-4">
<div class="container">