Jordan Ward commited on
use this for the nagad clohting font or something similar: Type: Brush / Graffiti Script
Browse filesStyle: Bold, all-caps, freehand lettering
Aesthetic: Urban, expressive, casual but powerful
- index.html +14 -9
index.html
CHANGED
|
@@ -3,17 +3,22 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>
|
| 7 |
<link rel="icon" type="image/x-icon" href="https://i.imgur.com/eSK8pvF.png">
|
| 8 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 10 |
<script src="https://unpkg.com/feather-icons"></script>
|
| 11 |
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
|
| 12 |
<style>
|
| 13 |
-
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=
|
| 14 |
html, body {
|
| 15 |
font-family: 'Montserrat', sans-serif;
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
scroll-behavior: smooth;
|
| 18 |
}
|
| 19 |
.video-bg {
|
|
@@ -76,7 +81,7 @@ html, body {
|
|
| 76 |
<!-- Hero Section -->
|
| 77 |
<section class="min-h-screen flex items-center justify-center relative px-6">
|
| 78 |
<div class="text-center max-w-4xl mx-auto">
|
| 79 |
-
<h1 class="text-5xl md:text-8xl font-bold mb-6 text-stroke uppercase tracking-tighter
|
| 80 |
<p class="text-lg md:text-xl mb-10 max-w-2xl mx-auto">Where faith meets urban culture. Inspired by scripture, driven by beats, designed for the streets.</p>
|
| 81 |
<div class="flex flex-col md:flex-row justify-center gap-4">
|
| 82 |
<button class="bg-white text-black px-8 py-3 font-medium hover:bg-gray-200 hover-scale">Shop Now</button>
|
|
@@ -93,7 +98,7 @@ html, body {
|
|
| 93 |
<!-- Featured Collection -->
|
| 94 |
<section id="featured" class="py-20 px-6 bg-black bg-opacity-70">
|
| 95 |
<div class="container mx-auto">
|
| 96 |
-
<h2 class="text-3xl md:text-5xl font-bold mb-16 text-center">
|
| 97 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-10">
|
| 98 |
<!-- Product 1 -->
|
| 99 |
<div class="group relative overflow-hidden hover-scale">
|
|
@@ -142,8 +147,8 @@ html, body {
|
|
| 142 |
<div class="absolute inset-0 bg-black bg-opacity-80"></div>
|
| 143 |
<div class="container mx-auto relative z-10">
|
| 144 |
<div class="max-w-4xl mx-auto text-center">
|
| 145 |
-
<h2 class="text-3xl md:text-5xl font-bold mb-8">
|
| 146 |
-
|
| 147 |
Each piece in our collection blends urban style with biblical truth,
|
| 148 |
crafted from premium materials to honor both faith and culture.
|
| 149 |
</p>
|
|
@@ -171,8 +176,8 @@ html, body {
|
|
| 171 |
<!-- Newsletter -->
|
| 172 |
<section class="py-20 px-6 bg-black bg-opacity-70">
|
| 173 |
<div class="container mx-auto max-w-4xl text-center">
|
| 174 |
-
<h2 class="text-3xl md:text-5xl font-bold mb-6">
|
| 175 |
-
|
| 176 |
Subscribe for exclusive drops, mixtape releases, and 10% off your first order.
|
| 177 |
</p>
|
| 178 |
<div class="flex flex-col md:flex-row gap-4 max-w-xl mx-auto">
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>NAGAD CLOTHING | ECLIPSE COLLECTION</title>
|
| 7 |
<link rel="icon" type="image/x-icon" href="https://i.imgur.com/eSK8pvF.png">
|
| 8 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
| 10 |
<script src="https://unpkg.com/feather-icons"></script>
|
| 11 |
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
|
| 12 |
<style>
|
| 13 |
+
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Permanent+Marker&display=swap');
|
| 14 |
html, body {
|
| 15 |
font-family: 'Montserrat', sans-serif;
|
| 16 |
+
}
|
| 17 |
+
.graffiti-font {
|
| 18 |
+
font-family: 'Permanent Marker', cursive;
|
| 19 |
+
text-transform: uppercase;
|
| 20 |
+
letter-spacing: 2px;
|
| 21 |
+
overflow-x: hidden;
|
| 22 |
scroll-behavior: smooth;
|
| 23 |
}
|
| 24 |
.video-bg {
|
|
|
|
| 81 |
<!-- Hero Section -->
|
| 82 |
<section class="min-h-screen flex items-center justify-center relative px-6">
|
| 83 |
<div class="text-center max-w-4xl mx-auto">
|
| 84 |
+
<h1 class="text-5xl md:text-8xl font-bold mb-6 text-stroke uppercase tracking-tighter graffiti-font">NAGAD CLOTHING</h1>
|
| 85 |
<p class="text-lg md:text-xl mb-10 max-w-2xl mx-auto">Where faith meets urban culture. Inspired by scripture, driven by beats, designed for the streets.</p>
|
| 86 |
<div class="flex flex-col md:flex-row justify-center gap-4">
|
| 87 |
<button class="bg-white text-black px-8 py-3 font-medium hover:bg-gray-200 hover-scale">Shop Now</button>
|
|
|
|
| 98 |
<!-- Featured Collection -->
|
| 99 |
<section id="featured" class="py-20 px-6 bg-black bg-opacity-70">
|
| 100 |
<div class="container mx-auto">
|
| 101 |
+
<h2 class="text-3xl md:text-5xl font-bold mb-16 text-center graffiti-font">HIP HOP HYMNAL COLLECTION</h2>
|
| 102 |
<div class="grid grid-cols-1 md:grid-cols-3 gap-10">
|
| 103 |
<!-- Product 1 -->
|
| 104 |
<div class="group relative overflow-hidden hover-scale">
|
|
|
|
| 147 |
<div class="absolute inset-0 bg-black bg-opacity-80"></div>
|
| 148 |
<div class="container mx-auto relative z-10">
|
| 149 |
<div class="max-w-4xl mx-auto text-center">
|
| 150 |
+
<h2 class="text-3xl md:text-5xl font-bold mb-8 graffiti-font">HOLY HIP HOP HERITAGE</h2>
|
| 151 |
+
<p class="text-lg md:text-xl mb-10">
|
| 152 |
Each piece in our collection blends urban style with biblical truth,
|
| 153 |
crafted from premium materials to honor both faith and culture.
|
| 154 |
</p>
|
|
|
|
| 176 |
<!-- Newsletter -->
|
| 177 |
<section class="py-20 px-6 bg-black bg-opacity-70">
|
| 178 |
<div class="container mx-auto max-w-4xl text-center">
|
| 179 |
+
<h2 class="text-3xl md:text-5xl font-bold mb-6 graffiti-font">JOIN THE MOVEMENT</h2>
|
| 180 |
+
<p class="text-lg mb-10 max-w-2xl mx-auto">
|
| 181 |
Subscribe for exclusive drops, mixtape releases, and 10% off your first order.
|
| 182 |
</p>
|
| 183 |
<div class="flex flex-col md:flex-row gap-4 max-w-xl mx-auto">
|