Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 72 additions & 0 deletions 7b02f1815e6796a37dba2f003155c641.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Loyalty Lane Apparel – FMF Enterprise</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@1/css/pico.min.css">
</head>
<body>
<nav class="container-fluid">
<ul>
<li><strong>Fame, Money & Fortune</strong></li>
</ul>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Zay Zay’s Water Ice</a></li>
<li><a href="#">Loyalty Lane Designs</a></li>
<li><a href="#">Talent & Promo</a></li>
<li><a href="#contact" role="button">Contact</a></li>
</ul>
</nav>

<main class="container">
<div class="grid">
<section>
<hgroup>
<h2>Loyalty Lane Apparel</h2>
<h3>Stay Loyal to Your Own Lane</h3>
</hgroup>
<p>Loyalty Lane Apparel is a streetwear brand born under FMF Enterprise, representing independence, grit, and self-loyalty. We don’t just wear fashion — we live the message.</p>

<figure>
<img src="/mnt/data/D589767E-83E7-49D1-8859-73600AF3511C.jpeg" alt="Loyalty Lane Apparel Flyer">
<figcaption>Flyer from a Loyalty Lane Apparel Drop</figcaption>
</figure>

<h3>Our Message</h3>
<p>Loyalty Lane stands for more than clothes. It’s about staying true to your path, building your lane, and owning your grind. We build a lifestyle brand for those who never fold under pressure.</p>

<h3>Latest Drops</h3>
<div class="grid">
<img src="/mnt/data/FA930C29-876B-45D3-BDAF-4E35142138B2.jpeg" alt="Drop 1">
<img src="/mnt/data/F144CE1D-C22E-4498-86A8-87BB64279808.jpeg" alt="Drop 2">
<img src="/mnt/data/AF1D8B9A-9B87-4B52-80F6-68D55A406590.jpeg" alt="Drop 3">
</div>
</section>
</div>
</main>

<section aria-label="Subscribe example">
<div class="container">
<article>
<hgroup>
<h2>Get Loyalty Updates</h2>
<h3>Be first to know about drops, events, and exclusives</h3>
</hgroup>
<form class="grid">
<input type="text" id="firstname" name="firstname" placeholder="Your name" aria-label="First name" required>
<input type="email" id="email" name="email" placeholder="Your email" aria-label="Email address" required>
<button type="submit" onclick="event.preventDefault()">Subscribe</button>
</form>
</article>
</div>
</section>

<footer class="container">
<small>
<a href="#">Privacy Policy</a> • <a href="#">Terms of Service</a>
</small>
</footer>
</body>
</html>