Deploy from Lumerel
This commit is contained in:
180
index.html
Normal file
180
index.html
Normal file
@@ -0,0 +1,180 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Lumerel — Web3 at the Speed of Experience</title>
|
||||
<meta name="description" content="Powering seamless experiences and real-time connections. Lumerel is the base for creators who move with purpose." />
|
||||
|
||||
<!-- General Sans — Fontshare -->
|
||||
<link rel="preconnect" href="https://api.fontshare.com" />
|
||||
<link href="https://api.fontshare.com/v2/css?f[]=general-sans@400,500,600,700&display=swap" rel="stylesheet" />
|
||||
|
||||
<!-- Spline 3D viewer web component (CDN) -->
|
||||
<script type="module" src="https://unpkg.com/@splinetool/viewer@1.9.96/build/spline-viewer.js"></script>
|
||||
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- ═══════════════════════════════════════════════════════
|
||||
HERO SECTION
|
||||
═══════════════════════════════════════════════════════ -->
|
||||
<section class="hero" id="hero">
|
||||
|
||||
<!-- ── Background Video ────────────────────────────── -->
|
||||
<div class="hero__video-wrap">
|
||||
<video
|
||||
class="hero__video"
|
||||
src="https://d8j0ntlcm91z4.cloudfront.net/user_38xzZboKViGWJOttwIXH07lWA1P/hf_20260217_030345_246c0224-10a4-422c-b324-070b7c0eceda.mp4"
|
||||
autoplay
|
||||
muted
|
||||
loop
|
||||
playsinline
|
||||
preload="auto"
|
||||
></video>
|
||||
<!-- 50% black overlay -->
|
||||
<div class="hero__overlay"></div>
|
||||
</div>
|
||||
|
||||
<!-- ── 3D Layer ─────────────────────────────────────
|
||||
z-index: 1 — above video, below all UI
|
||||
pointer-events: none by default.
|
||||
Replace .hero__3d-placeholder with <spline-viewer>
|
||||
when your Spline scene is ready.
|
||||
─────────────────────────────────────────────────── -->
|
||||
<div class="hero__3d-layer" id="spline-layer">
|
||||
<!--
|
||||
┌─────────────────────────────────────────────────────┐
|
||||
│ SPLINE PLACEHOLDER │
|
||||
│ │
|
||||
│ Replace this entire div with: │
|
||||
│ │
|
||||
│ <spline-viewer │
|
||||
│ url="https://prod.spline.design/SCENE/scene.splinecode"
|
||||
│ events-target="global" │
|
||||
│ ></spline-viewer> │
|
||||
│ │
|
||||
│ Then call window.Lumerel.enableSpline() in JS. │
|
||||
└─────────────────────────────────────────────────────┘
|
||||
-->
|
||||
<div class="hero__3d-placeholder" aria-hidden="true">
|
||||
<div class="orb orb--violet"></div>
|
||||
<div class="orb orb--cyan"></div>
|
||||
<div class="orb orb--pink"></div>
|
||||
<p class="orb__label">3D Spline Asset — Placeholder</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- ── NAVBAR ───────────────────────────────────────── -->
|
||||
<nav class="navbar" role="navigation" aria-label="Main navigation">
|
||||
<div class="navbar__inner">
|
||||
|
||||
<!-- Left: Logo wordmark + nav links -->
|
||||
<div class="navbar__left">
|
||||
|
||||
<!-- Logo -->
|
||||
<a href="#" class="navbar__logo" aria-label="Lumerel — Home">
|
||||
<svg
|
||||
width="187" height="25"
|
||||
viewBox="0 0 187 25"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
aria-hidden="true"
|
||||
>
|
||||
<!-- Stylised "L" mark -->
|
||||
<rect x="0" y="0" width="3" height="20" rx="1.5" fill="white"/>
|
||||
<rect x="0" y="17" width="12" height="3" rx="1.5" fill="white"/>
|
||||
<!-- Wordmark: UMEREL -->
|
||||
<text
|
||||
x="20" y="19"
|
||||
font-family="'General Sans', sans-serif"
|
||||
font-size="18"
|
||||
font-weight="600"
|
||||
fill="white"
|
||||
letter-spacing="3.5"
|
||||
>UMEREL</text>
|
||||
</svg>
|
||||
</a>
|
||||
|
||||
<!-- Nav links (hidden on mobile) -->
|
||||
<ul class="navbar__links" role="list">
|
||||
<li>
|
||||
<a href="#" class="navbar__link">
|
||||
Get Started
|
||||
<svg class="chevron" width="14" height="14" viewBox="0 0 14 14" fill="none" aria-hidden="true">
|
||||
<path d="M3.5 5.25L7 8.75L10.5 5.25" stroke="white" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" class="navbar__link">
|
||||
Developers
|
||||
<svg class="chevron" width="14" height="14" viewBox="0 0 14 14" fill="none" aria-hidden="true">
|
||||
<path d="M3.5 5.25L7 8.75L10.5 5.25" stroke="white" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" class="navbar__link">
|
||||
Features
|
||||
<svg class="chevron" width="14" height="14" viewBox="0 0 14 14" fill="none" aria-hidden="true">
|
||||
<path d="M3.5 5.25L7 8.75L10.5 5.25" stroke="white" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" class="navbar__link">
|
||||
Resources
|
||||
<svg class="chevron" width="14" height="14" viewBox="0 0 14 14" fill="none" aria-hidden="true">
|
||||
<path d="M3.5 5.25L7 8.75L10.5 5.25" stroke="white" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- Right: Navbar pill button (dark variant) -->
|
||||
<button class="btn-pill btn-pill--dark" type="button" aria-label="Join the Lumerel waitlist">
|
||||
<span class="btn-pill__glow"></span>
|
||||
<span class="btn-pill__inner btn-pill__inner--dark">Join Waitlist</span>
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<!-- ── HERO CONTENT ──────────────────────────────────── -->
|
||||
<div class="hero__content">
|
||||
|
||||
<!-- Badge pill -->
|
||||
<div class="hero__badge" role="note">
|
||||
<span class="hero__badge-dot" aria-hidden="true"></span>
|
||||
<span class="hero__badge-text">
|
||||
<span class="hero__badge-muted">Early access available from</span>
|
||||
<span class="hero__badge-date"> May 1, 2026</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- Heading -->
|
||||
<h1 class="hero__heading">Web3 at the Speed of Experience</h1>
|
||||
|
||||
<!-- Subtitle -->
|
||||
<p class="hero__subtitle">
|
||||
Powering seamless experiences and real-time connections, EOS is the base for creators who move with purpose, leveraging resilience, speed, and scale to shape the future.
|
||||
</p>
|
||||
|
||||
<!-- CTA pill button (light / white variant) -->
|
||||
<button class="btn-pill btn-pill--light" type="button" aria-label="Join the Lumerel waitlist">
|
||||
<span class="btn-pill__glow btn-pill__glow--light"></span>
|
||||
<span class="btn-pill__inner btn-pill__inner--light">Join Waitlist</span>
|
||||
</button>
|
||||
|
||||
</div>
|
||||
<!-- /hero__content -->
|
||||
|
||||
</section>
|
||||
<!-- /hero -->
|
||||
|
||||
<script src="main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user