Spaces:
Running
Running
| ```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"> |