Spaces:
Running
Running
File size: 838 Bytes
fcd4f84 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | ```html
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About SuperNova | Our Mission</title>
<meta name="description" content="Learn about SuperNova's mission, values, and the team behind our innovative solutions">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<link rel="stylesheet" href="style.css">
</head>
<body class="bg-dark-900 text-gray-200 min-h-screen">
<custom-navbar></custom-navbar>
<script src="components/navbar.js"></script>
<main>
<!-- Hero Section -->
<section class="relative py-32 px-4 bg-gradient-to-b from-dark-800 to-dark-900"> |