All checks were successful
code.valorantdigital.com-projectgaruda/valorantdigital.com/pipeline/head This commit looks good
code.valorantdigital.com-ConceptOS/valorantdigital.com/pipeline/head This commit looks good
code.valorantdigital.com-intranet/valorantdigital.com/pipeline/head This commit looks good
78 lines
3.2 KiB
HTML
78 lines
3.2 KiB
HTML
<!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">
|
||
<!-- New headline and sub-headline with a sleek, Aria-inspired tone -->
|
||
<h1 class="display-4 text-white">The New Standard in Content Operations</h1>
|
||
<p class="lead mt-3">We architect integrated content and governance platforms. This allows agencies to scale their output with seamless control and a premium level of precision.</p>
|
||
<a href="https://ariaos.online" target="AriaOS" class="btn btn-lg btn-outline-light mt-4">Experience Aria OS</a>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="container py-5 text-dark">
|
||
<div class="row text-center">
|
||
<!-- Content sections rewritten with a concise, direct tone -->
|
||
<div class="col-md-4 mb-4">
|
||
<h3 class="text-primary"><i class="fa-solid fa-screwdriver-wrench me-2"></i> What We Create</h3>
|
||
<p>We build sophisticated AI infrastructure. Our systems are purpose-built to streamline agency workflows while maintaining absolute command over every brand's identity.</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 Partner With:</h3>
|
||
<p>Agencies ready to transcend production ceilings. We provide the leverage needed to achieve scalable growth and deliver impeccable client content.</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 Difference:</h3>
|
||
<p>Our platforms are designed for instant impact and operational elegance. We ensure a unified voice and surgical precision across all your client deliverables.</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 © 2025 – Engineered for Agency Excellence</p>
|
||
</div>
|
||
</footer>
|
||
</body>
|
||
</html>
|