Skip to content
Closed
Show file tree
Hide file tree
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
14 changes: 7 additions & 7 deletions site/examples/najm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,600;12..96,700;12..96,800;12..96,900&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" />
href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,400;12..96,600;12..96,700;12..96,800;12..96,900&family=Source+Sans+3:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" />
<link rel="stylesheet" href="./styles.css" />
</head>
<body>

<!-- Announcement -->
<div class="announce" role="status" aria-label="Site promotions">
<span><strong></strong> Free shipping in Morocco over 1500 MAD</span>
<span><strong>NAJM</strong> Free shipping in Morocco over 1500 MAD</span>
<span>New drop · Friday 06.05 · 18h00</span>
<span>Use code <strong>NAJM10</strong> · 100 MAD off your first order</span>
</div>
Expand Down Expand Up @@ -97,7 +97,7 @@ <h1 class="hero__h1">
<div class="surface surface--terracotta"></div>
<div class="zellige" aria-hidden="true"></div>
<div class="feature-card__body">
<span class="feature-card__tag">Drop · 01 / 23</span>
<span class="feature-card__tag">Drop · 01 / 23</span>
<div>
<div class="feature-card__title">Médina<br/>Cropped Jacket</div>
<div class="feature-card__row" style="margin-top:.5rem">
Expand Down Expand Up @@ -296,7 +296,7 @@ <h2 class="news__h">Get the drop <em>before</em> it goes live.</h2>
<p class="footer__tag">A clothing house from Morocco. Hand-cut in Marrakech, shipped from Casablanca, worn from Tangier to Tokyo.</p>
</div>
<div class="footer__col">
<h4 class="footer__col-h">Shop</h4>
<h3 class="footer__col-h">Shop</h3>
<ul>
<li><a href="#">Winter &rsquo;25</a></li>
<li><a href="#">Outerwear</a></li>
Expand All @@ -306,7 +306,7 @@ <h4 class="footer__col-h">Shop</h4>
</ul>
</div>
<div class="footer__col">
<h4 class="footer__col-h">Help</h4>
<h3 class="footer__col-h">Help</h3>
<ul>
<li><a href="#">Sizing</a></li>
<li><a href="#">Shipping</a></li>
Expand All @@ -316,7 +316,7 @@ <h4 class="footer__col-h">Help</h4>
</ul>
</div>
<div class="footer__col">
<h4 class="footer__col-h">House</h4>
<h3 class="footer__col-h">House</h3>
<ul>
<li><a href="#">Story</a></li>
<li><a href="#">Atelier</a></li>
Expand All @@ -342,7 +342,7 @@ <h4 class="footer__col-h">House</h4>

<!-- Cart drawer -->
<div id="scrim" class="scrim" aria-hidden="true"></div>
<aside id="drawer" class="drawer" role="dialog" aria-modal="true" aria-labelledby="drawerTitle" aria-hidden="true">
<aside id="drawer" class="drawer" role="region" aria-labelledby="drawerTitle" aria-hidden="true">
<div class="drawer__head">
<h3 id="drawerTitle" class="drawer__title">Your bag</h3>
<button class="icon-btn drawer__close" aria-label="Close bag">
Expand Down
Loading