-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
248 lines (231 loc) · 16.1 KB
/
about.html
File metadata and controls
248 lines (231 loc) · 16.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About Dark Canvas Merch</title>
<link rel="stylesheet" href="https://indestructibletype.com/fonts/Jost.css" type="text/css" charset="utf-8" />
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
'night-ink': '#0C090A',
'deep-charcoal': '#1A1A1B',
'mustard-yellow': '#FFDE59',
'cold-chrome': '#F5F5F7',
'muted-silver': '#C0C0C0',
'gunmetal': '#6E6E73',
},
fontFamily: {
heading: ['Jost', 'sans-serif'],
body: ['Jost', 'sans-serif'],
},
maxWidth: {
store: '84rem',
reading: '48rem',
},
boxShadow: {
'yellow-glow': '0 0 24px rgba(255, 222, 89, 0.16)',
},
}
}
}
</script>
<style>
html { scroll-behavior: smooth; }
body { background-color: #0C090A; }
</style>
</head>
<body class="bg-night-ink font-body text-cold-chrome antialiased selection:bg-mustard-yellow selection:text-night-ink">
<header class="border-b border-white/10 bg-night-ink">
<div class="mx-auto flex max-w-store items-center justify-between px-6 py-5 lg:px-8">
<a href="index.html" class="flex items-center flex-shrink-0">
<img src="https://res.cloudinary.com/dragon-fire-design-studio/image/upload/f_auto,q_90/v1777279041/Dark%20Canvas/darkcanvas-logo_xzdhmn.svg
" alt="Dark Canvas Merch" class="h-8 w-auto md:h-9" />
</a>
<nav class="hidden items-center gap-8 text-sm uppercase tracking-[0.08em] text-muted-silver md:flex">
<a href="index.html#latest-drops" class="transition hover:text-cold-chrome">New Drops</a>
<a href="bands.html" class="transition hover:text-cold-chrome">Bands</a>
<a href="about.html" class="transition hover:text-cold-chrome">About</a>
</nav>
<div class="flex items-center gap-5">
<button aria-label="Search" class="text-muted-silver transition hover:text-cold-chrome">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5">
<path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-4.35-4.35M17 11A6 6 0 1 1 5 11a6 6 0 0 1 12 0z" />
</svg>
</button>
<a href="#" aria-label="Account" class="text-muted-silver transition hover:text-cold-chrome">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5">
<path stroke-linecap="round" stroke-linejoin="round" d="M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0zM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632z" />
</svg>
</a>
<a href="#" class="flex items-center gap-2 text-sm uppercase tracking-[0.08em] text-cold-chrome transition hover:text-mustard-yellow">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5">
<path stroke-linecap="round" stroke-linejoin="round" d="M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 0 0-3 3h15.75m-12.75-3h11.218c.51 0 .955-.343 1.087-.835l1.587-5.945A1.125 1.125 0 0 0 19.5 6.75H5.106" />
</svg>
<span>(0)</span>
</a>
</div>
</div>
</header>
<main>
<section class="border-b border-white/10">
<div class="mx-auto grid max-w-store gap-12 px-6 py-20 lg:grid-cols-12 lg:px-8 lg:py-28">
<div class="lg:col-span-8">
<p class="text-[0.82rem] font-[600] uppercase tracking-[0.22em] text-mustard-yellow">About Dark Canvas</p>
<h1 class="mt-5 max-w-5xl text-[3.4rem] font-[700] uppercase leading-[0.98] tracking-[0.02em] text-cold-chrome sm:text-[4.4rem] lg:text-[5.1rem]">
Official Merch, Presented Properly
</h1>
<p class="mt-8 max-w-reading text-[1.08rem] font-[450] leading-8 text-muted-silver">
Dark Canvas exists to make official merch easier to access across the UK and EU while giving bands a platform that presents their work with more care. Fans get a cleaner way to support the artists they love. Bands get stores that feel worthy of the music behind them.
</p>
</div>
<aside class="lg:col-span-4 lg:pl-6">
<div class="border border-white/10 bg-deep-charcoal/70 p-6">
<p class="text-[0.82rem] font-[600] uppercase tracking-[0.22em] text-mustard-yellow">The idea</p>
<p class="mt-5 text-[1.45rem] font-[700] uppercase leading-tight tracking-[0.02em] text-cold-chrome">
Official merch should not feel overpriced, hard to reach, or badly presented just because the fans live overseas.
</p>
</div>
</aside>
</div>
</section>
<section class="border-b border-white/10">
<div class="mx-auto grid max-w-store gap-10 px-6 py-16 lg:grid-cols-[0.9fr_1.1fr] lg:px-8 lg:py-20">
<div>
<p class="text-[0.82rem] font-[600] uppercase tracking-[0.22em] text-mustard-yellow">For fans</p>
<h2 class="mt-3 text-[2.5rem] font-[700] uppercase tracking-[0.02em] text-cold-chrome">A cleaner way to support the bands you love</h2>
</div>
<div class="max-w-reading space-y-6 text-[1rem] leading-8 text-muted-silver">
<p>
Buying official merch from overseas should not feel like a penalty. High shipping costs, import handling, taxes, and long delivery times can quickly turn a simple order into an expensive commitment for fans across the UK and Europe.
</p>
<p>
Dark Canvas is built to reduce that friction. The goal is simple: make official merch easier to access, easier to trust, and easier to enjoy without the usual sting of ordering from overseas.
</p>
</div>
</div>
</section>
<section class="border-b border-white/10">
<div class="mx-auto max-w-store px-6 py-16 lg:px-8 lg:py-20">
<div class="max-w-3xl">
<p class="text-[0.82rem] font-[600] uppercase tracking-[0.22em] text-mustard-yellow">What makes it different</p>
<h2 class="mt-3 text-[2.5rem] font-[700] uppercase tracking-[0.02em] text-cold-chrome">A curated platform, not a merch warehouse</h2>
</div>
<div class="mt-10 grid gap-6 md:grid-cols-3">
<div class="border border-white/10 bg-deep-charcoal/50 p-6">
<p class="text-[1rem] font-[700] uppercase tracking-[0.08em] text-cold-chrome">Official only</p>
<p class="mt-4 text-sm leading-7 text-muted-silver">Every store is official. Every product belongs to the artist, band, or scene-led brand it represents.</p>
</div>
<div class="border border-white/10 bg-deep-charcoal/50 p-6">
<p class="text-[1rem] font-[700] uppercase tracking-[0.08em] text-cold-chrome">Presented with care</p>
<p class="mt-4 text-sm leading-7 text-muted-silver">Band stores are treated like spaces worth belonging to, not anonymous product grids with names attached.</p>
</div>
<div class="border border-white/10 bg-deep-charcoal/50 p-6">
<p class="text-[1rem] font-[700] uppercase tracking-[0.08em] text-cold-chrome">Closer to the fans</p>
<p class="mt-4 text-sm leading-7 text-muted-silver">The model is built around making merch easier to access across the UK and EU, with less overseas friction and a cleaner buying experience.</p>
</div>
</div>
</div>
</section>
<section class="border-b border-white/10">
<div class="mx-auto grid max-w-store gap-10 px-6 py-16 lg:grid-cols-[0.9fr_1.1fr] lg:px-8 lg:py-20">
<div>
<p class="text-[0.82rem] font-[600] uppercase tracking-[0.22em] text-mustard-yellow">For bands</p>
<h2 class="mt-3 text-[2.5rem] font-[700] uppercase tracking-[0.02em] text-cold-chrome">A platform bands can actually be proud to join</h2>
</div>
<div class="max-w-reading space-y-6 text-[1rem] leading-8 text-muted-silver">
<p>
Dark Canvas is not built as a generic merch warehouse. Stores are handpicked, artist identity matters, and presentation is treated as part of the product rather than an afterthought.
</p>
<p>
The aim is to give bands stronger presentation, give fans easier access, and build stores that feel worthy of the music, artwork, and identity behind them.
</p>
</div>
</div>
</section>
<section class="border-b border-white/10">
<div class="mx-auto max-w-store px-6 py-20 lg:px-8 lg:py-24">
<div class="max-w-4xl">
<p class="text-[0.82rem] font-[600] uppercase tracking-[0.22em] text-mustard-yellow">Next step</p>
<h2 class="mt-3 text-[2.8rem] font-[700] uppercase tracking-[0.02em] text-cold-chrome">Want to see if Dark Canvas is the right fit?</h2>
<p class="mt-8 max-w-reading text-[1rem] leading-8 text-muted-silver">
If your band has active UK or EU demand, existing merch, and no clear local fulfilment route, Dark Canvas may be a strong fit. Applications are reviewed by hand.
</p>
<div class="mt-10 flex flex-col gap-4 sm:flex-row">
<a href="band-application.html" class="inline-flex items-center justify-center border border-mustard-yellow bg-mustard-yellow px-6 py-4 text-[0.95rem] font-[700] uppercase tracking-[0.08em] text-night-ink shadow-yellow-glow transition hover:opacity-90">Apply to Join Dark Canvas</a>
<a href="for-bands.html" class="inline-flex items-center justify-center border border-mustard-yellow px-6 py-4 text-[0.95rem] font-[600] uppercase tracking-[0.08em] text-cold-chrome transition hover:bg-mustard-yellow hover:text-night-ink">For Bands</a>
</div>
</div>
</div>
</section>
</main>
<footer class="border-t border-white/10 bg-night-ink">
<div class="mx-auto max-w-store px-6 py-16 lg:px-8">
<div class="grid gap-10 sm:grid-cols-2 lg:grid-cols-[1.35fr_0.85fr_0.85fr_0.85fr] lg:gap-10">
<div>
<a href="index.html" class="flex items-center mb-5">
<img src="https://res.cloudinary.com/dragon-fire-design-studio/image/upload/f_auto,q_90/v1777279041/Dark%20Canvas/darkcanvas-logo_xzdhmn.svg" alt="Dark Canvas Merch" class="h-8 w-auto" />
</a>
<p class="max-w-[18rem] text-sm leading-7 text-gunmetal">Official merch from bands, artists, and scene-led brands — built to make UK and EU access cleaner and easier.</p>
<div class="mt-6 flex items-center gap-4">
<a href="#" aria-label="Instagram" class="text-gunmetal transition hover:text-mustard-yellow">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="currentColor" viewBox="0 0 24 24">
<path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z"/>
</svg>
</a>
<a href="#" aria-label="Facebook" class="text-gunmetal transition hover:text-mustard-yellow">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="currentColor" viewBox="0 0 24 24">
<path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"/>
</svg>
</a>
<a href="#" aria-label="X / Twitter" class="text-gunmetal transition hover:text-mustard-yellow">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="currentColor" viewBox="0 0 24 24">
<path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-4.714-6.231-5.401 6.231H2.746l7.73-8.835L1.254 2.25H8.08l4.253 5.622zm-1.161 17.52h1.833L7.084 4.126H5.117z"/>
</svg>
</a>
<a href="#" aria-label="TikTok" class="text-gunmetal transition hover:text-mustard-yellow">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="currentColor" viewBox="0 0 24 24">
<path d="M12.525.02c1.31-.02 2.61-.01 3.91-.02.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z"/>
</svg>
</a>
</div>
</div>
<div>
<h3 class="font-heading text-sm uppercase tracking-[0.16em] text-cold-chrome mb-5">Shop</h3>
<ul class="space-y-3 text-sm text-gunmetal">
<li><a href="index.html#latest-drops" class="transition hover:text-cold-chrome">New Drops</a></li>
<li><a href="bands.html" class="transition hover:text-cold-chrome">All Bands</a></li>
<li><a href="index.html#bestsellers" class="transition hover:text-cold-chrome">Bestsellers</a></li>
<li><a href="faq.html" class="transition hover:text-cold-chrome">FAQ</a></li>
</ul>
</div>
<div>
<h3 class="font-heading text-sm uppercase tracking-[0.16em] text-cold-chrome mb-5">About</h3>
<ul class="space-y-3 text-sm text-gunmetal">
<li><a href="about.html" class="transition hover:text-cold-chrome">About Dark Canvas</a></li>
<li><a href="for-bands.html" class="transition hover:text-cold-chrome">For Bands</a></li>
<li><a href="band-application.html" class="transition hover:text-cold-chrome">Apply</a></li>
<li><a href="contact.html" class="transition hover:text-cold-chrome">Contact</a></li>
</ul>
</div>
<div>
<h3 class="font-heading text-sm uppercase tracking-[0.16em] text-cold-chrome mb-5">Legal</h3>
<ul class="space-y-3 text-sm text-gunmetal">
<li><a href="privacy.html" class="transition hover:text-cold-chrome">Privacy Policy</a></li>
<li><a href="terms.html" class="transition hover:text-cold-chrome">Terms & Conditions</a></li>
<li><a href="cookies.html" class="transition hover:text-cold-chrome">Cookie Policy</a></li>
<li><a href="returns.html" class="transition hover:text-cold-chrome">Returns Policy</a></li>
</ul>
</div>
</div>
<div class="mt-12 border-t border-white/10 pt-8 flex flex-col gap-4 lg:flex-row lg:items-center lg:justify-between">
<p class="text-xs uppercase tracking-[0.16em] text-gunmetal">© 2026 Dark Canvas Merch. All rights reserved.</p>
<p class="text-xs uppercase tracking-[0.16em] text-gunmetal">Shop The Art Of Metal.</p>
</div>
</div>
</footer>
</body>
</html>