Files
valorantdigital.com/index.html
Software Shinobi 9ab20d470b
All checks were successful
code.valorantdigital.com-projectgaruda/valorantdigital.com/pipeline/head This commit looks good
updated with aria copy
2025-08-03 20:47:50 -04:00

76 lines
3.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>AI Content Systems / Valorant Digital </title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootswatch@5.3.2/dist/lux/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;
background: linear-gradient(rgba(18, 18, 18, 0.9), rgba(18, 18, 18, 0.9)), url('valorantdigital.png') no-repeat center center;
background-size: cover;
color: white;
}
.hero h1 {
font-weight: 800;
font-size: 3rem;
}
.section-title {
margin-bottom: 2rem;
}
/* This pushes the content sections to take up available space */
main {
flex-grow: 1;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
<div class="container">
<a class="navbar-brand fw-bold" href="#"><i class="fa-solid fa-circle-nodes me-2"></i>Valorant Digital</a>
</div>
</nav>
<main>
<section class="hero">
<div class="container">
<h1 class="display-4 text-white">AI Content Systems for Agency Domination</h1>
<p class="lead mt-3">We don't just install AI, we architect bespoke content ecosystems. Empowering agencies to deliver high-volume, hyper-branded client content with surgical precision and unmatched efficiency.</p>
<a href="https://callisto.valorantdigital.com" class="btn btn-lg btn-outline-light mt-4">Explore Callisto OS</a>
</div>
</section>
<section class="container py-5 text-dark">
<div class="row text-center">
<div class="col-md-4 mb-4">
<h3 class="text-primary"><i class="fa-solid fa-screwdriver-wrench me-2"></i> What We Engineer</h3>
<p>We build next generation AI content infrastructure.</p><p>Purpose-built for agencies, for automating your content workflows while maintaining brand control.</p>
</div>
<div class="col-md-4 mb-4">
<h3 class="text-primary"><i class="fa-solid fa-people-group me-2"></i> Who We Elevate:</h3>
<p>Ambitious marketing and creative agencies, delivering client content and hitting a content production ceiling.</p><p>We offer the strategic leverage to break through.</p>
</div>
<div class="col-md-4 mb-4">
<h3 class="text-primary"><i class="fa-solid fa-circle-check me-2"></i> The Valorant Edge:</h3>
<p>Our systems are meticulously configured, and primed for immediate impact.</p><p>Consistent brand voice fidelity, across all your content.</p>
</div>
</div>
</section>
</main>
<footer class="bg-dark text-center text-light py-4">
<div class="container">
<p class="mb-0 fw-bold">Valorant Digital &copy; 2025 Built for Agency Operators</p>
</div>
</footer>
</body>
</html>