-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
391 lines (370 loc) · 20.2 KB
/
Copy pathindex.html
File metadata and controls
391 lines (370 loc) · 20.2 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
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
<!doctype html>
<html lang="en" data-bs-theme="light">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Northmark — Free Bootstrap 6 Creative & Brand Agency Template</title>
<meta name="description" content="Northmark is a free Bootstrap 6 agency template — full-width work index with hover thumbnails, capabilities matrix, process, clients, team and a project enquiry form.">
<link rel="stylesheet" href="assets/vendor/bootstrap6/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/base.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body data-bs-spy="scroll" data-bs-target="#navScroll" data-bs-top-margin="110px" data-bs-smooth-scroll="true">
<a class="visually-hidden-focusable btn-solid theme-primary m-2" href="#main">Skip to main content</a>
<header class="site-header">
<nav class="navbar lg:navbar-expand" aria-label="Main">
<div class="container">
<a class="wordmark" href="index.html">Northmark</a>
<dialog class="drawer drawer-end" tabindex="-1" id="navDrawer" aria-labelledby="navDrawerLabel">
<div class="drawer-header">
<h5 class="drawer-title" id="navDrawerLabel">Menu</h5>
<button type="button" class="btn-close" data-bs-dismiss="drawer" aria-label="Close"></button>
</div>
<div class="drawer-body mb-2 lg:mb-0">
<ul class="nav navbar-nav ms-auto lg:gap-4" id="navScroll">
<li class="nav-item"><a class="nav-link" href="#work">Work</a></li>
<li class="nav-item"><a class="nav-link" href="#capabilities">Capabilities</a></li>
<li class="nav-item"><a class="nav-link" href="#approach">Approach</a></li>
<li class="nav-item"><a class="nav-link" href="#studio">Studio</a></li>
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
</ul>
</div>
</dialog>
<div class="d-flex align-items-center gap-2 ms-auto">
<button class="btn-icon" type="button" id="themeToggle" aria-label="Toggle color mode">
<svg class="theme-icon-light" width="18" height="18" viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" aria-hidden="true"><circle cx="8" cy="8" r="3.25"/><path d="M8 1v1.5M8 13.5V15M15 8h-1.5M2.5 8H1m11-4-1 1M5 11l-1 1m0-8 1 1m6 6 1 1"/></svg>
<svg class="theme-icon-dark" width="18" height="18" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true"><path d="M6 .278a.77.77 0 0 1 .08.858 7.2 7.2 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277q.792-.001 1.533-.16a.79.79 0 0 1 .81.316.73.73 0 0 1-.031.893A8.35 8.35 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.75.75 0 0 1 6 .278"/></svg>
</button>
<a class="btn-solid theme-primary d-none md:d-inline-flex" href="#contact">Start a project</a>
<button class="btn-icon navbar-toggler" type="button" data-bs-toggle="drawer" data-bs-target="#navDrawer" aria-controls="navDrawer" aria-label="Open navigation">
<span class="navbar-toggler-icon" aria-hidden="true"></span>
</button>
</div>
</div>
</nav>
</header>
<section class="hero">
<div class="container">
<p class="fs-sm fg-primary mb-4" style="letter-spacing:.14em;text-transform:uppercase">Brand & digital · Leeds</p>
<h1 class="tight hero-title mb-0">We make the case<br>before we make<br>the artwork</h1>
<div class="hero-meta">
<div>
<p class="fw-semibold mb-2">What we do</p>
<p class="fg-2 fs-sm mb-0">Brand strategy, identity systems and the websites that carry them. Nine people, no account layer.</p>
</div>
<div>
<p class="fw-semibold mb-2">Who for</p>
<p class="fg-2 fs-sm mb-0">Businesses at the point where the thing that got them here stops working — usually £2m to £40m turnover.</p>
</div>
<div>
<p class="fw-semibold mb-2">How it starts</p>
<p class="fg-2 fs-sm mb-0">A paid discovery, two to three weeks, delivered whether or not you go on to the main project.</p>
</div>
</div>
</div>
</section>
<main id="main">
<!-- Work -->
<section class="section" id="work">
<div class="container">
<div class="d-flex flex-wrap justify-content-between align-items-end gap-3 mb-5">
<h2 class="tight fs-4xl mb-0">Selected work</h2>
<p class="fg-3 fs-sm mb-0">2023 — 2026</p>
</div>
<a class="work-row" href="case.html">
<span class="work-no">01</span>
<span class="work-client">Fieldstone</span>
<span class="work-disc">Brand system, website</span>
<span class="work-year">2026</span>
<span class="work-thumb"><img src="img/work-1.jpg" alt="" width="520" height="390" loading="lazy"></span>
</a>
<a class="work-row" href="case.html">
<span class="work-no">02</span>
<span class="work-client">Kestrel Logistics</span>
<span class="work-disc">Positioning, identity</span>
<span class="work-year">2026</span>
<span class="work-thumb"><img src="img/work-2.jpg" alt="" width="520" height="390" loading="lazy"></span>
</a>
<a class="work-row" href="case.html">
<span class="work-no">03</span>
<span class="work-client">Halden & Co</span>
<span class="work-disc">Naming, identity</span>
<span class="work-year">2025</span>
<span class="work-thumb"><img src="img/work-3.jpg" alt="" width="520" height="390" loading="lazy"></span>
</a>
<a class="work-row" href="case.html">
<span class="work-no">04</span>
<span class="work-client">Ardent Works</span>
<span class="work-disc">Brand strategy</span>
<span class="work-year">2025</span>
<span class="work-thumb"><img src="img/work-4.jpg" alt="" width="520" height="390" loading="lazy"></span>
</a>
<a class="work-row" href="case.html">
<span class="work-no">05</span>
<span class="work-client">Sable Interiors</span>
<span class="work-disc">Identity, website</span>
<span class="work-year">2024</span>
<span class="work-thumb"><img src="img/work-5.jpg" alt="" width="520" height="390" loading="lazy"></span>
</a>
<a class="work-row" href="case.html">
<span class="work-no">06</span>
<span class="work-client">Pemberton</span>
<span class="work-disc">Rebrand, rollout</span>
<span class="work-year">2023</span>
<span class="work-thumb"><img src="img/work-6.jpg" alt="" width="520" height="390" loading="lazy"></span>
</a>
</div>
</section>
<!-- Capabilities -->
<section class="section bg-2" id="capabilities">
<div class="container">
<div class="row g-6 mb-5">
<div class="lg:col-5">
<h2 class="tight fs-4xl mb-0">What we<br>actually sell</h2>
</div>
<div class="lg:col-7">
<p class="fg-2 fs-lg mb-0">
Four things. If a brief needs something outside them we will say so
and, where we can, name the studio that does it properly.
</p>
</div>
</div>
<div class="cap-row">
<p class="cap-name mb-0">Brand strategy</p>
<p class="fg-2 mb-0">Positioning, audience and message architecture. Delivered as a document people actually use, not a deck that gets presented once and filed.</p>
</div>
<div class="cap-row">
<p class="cap-name mb-0">Identity systems</p>
<p class="fg-2 mb-0">Marks, type, colour and the rules that hold them together — plus the awkward applications nobody scopes for, like invoices and job ads.</p>
</div>
<div class="cap-row">
<p class="cap-name mb-0">Websites</p>
<p class="fg-2 mb-0">Design and front-end build. We hand over a codebase your developers can read, and we will sit with them while they take it on.</p>
</div>
<div class="cap-row">
<p class="cap-name mb-0">Rollout</p>
<p class="fg-2 mb-0">The unglamorous half — signage, vehicles, templates, and being on the phone the week it all goes live.</p>
</div>
</div>
</section>
<!-- Approach -->
<section class="section" id="approach">
<div class="container">
<div class="row g-6 mb-6">
<div class="lg:col-5">
<h2 class="tight fs-4xl mb-0">How a project<br>runs</h2>
</div>
<div class="lg:col-7">
<p class="fg-2 fs-lg mb-0">
Discovery is paid and separable. If it tells us the project should not
go ahead, you have still got something worth the money.
</p>
</div>
</div>
<div class="row g-5">
<div class="md:col-6 lg:col-3">
<p class="step-no mb-3">01</p>
<p class="fw-semibold mb-2">Discovery</p>
<p class="fg-2 fs-sm mb-0">Two to three weeks. Interviews, audit, competitor read. Ends in a written position and a scope you can take elsewhere.</p>
</div>
<div class="md:col-6 lg:col-3">
<p class="step-no mb-3">02</p>
<p class="fw-semibold mb-2">Direction</p>
<p class="fg-2 fs-sm mb-0">Two routes, not six. Each one argued rather than presented, and we will tell you which we would pick.</p>
</div>
<div class="md:col-6 lg:col-3">
<p class="step-no mb-3">03</p>
<p class="fw-semibold mb-2">Build</p>
<p class="fg-2 fs-sm mb-0">Identity system and front-end in parallel. Weekly working sessions rather than milestone reveals.</p>
</div>
<div class="md:col-6 lg:col-3">
<p class="step-no mb-3">04</p>
<p class="fw-semibold mb-2">Rollout</p>
<p class="fg-2 fs-sm mb-0">Handover, training, and a retained day a month for the first six if you want it.</p>
</div>
</div>
</div>
</section>
<!-- Clients -->
<section class="section bg-2">
<div class="container">
<p class="fs-sm fg-3 mb-5" style="letter-spacing:.14em;text-transform:uppercase">Worked with</p>
<div class="row g-3">
<div class="col-6 md:col-4 lg:col-2"><div class="client-mark">Fieldstone</div></div>
<div class="col-6 md:col-4 lg:col-2"><div class="client-mark">Kestrel</div></div>
<div class="col-6 md:col-4 lg:col-2"><div class="client-mark">Halden</div></div>
<div class="col-6 md:col-4 lg:col-2"><div class="client-mark">Ardent</div></div>
<div class="col-6 md:col-4 lg:col-2"><div class="client-mark">Sable</div></div>
<div class="col-6 md:col-4 lg:col-2"><div class="client-mark">Pemberton</div></div>
</div>
</div>
</section>
<!-- Studio -->
<section class="section" id="studio">
<div class="container">
<div class="row g-6 mb-6">
<div class="lg:col-5">
<h2 class="tight fs-4xl mb-0">The studio</h2>
</div>
<div class="lg:col-7">
<p class="fg-2 fs-lg mb-0">
Nine people above a bike shop in Leeds. Everyone here does the work —
there is no account layer between you and whoever is holding the pen.
</p>
</div>
</div>
<div class="row g-5">
<div class="sm:col-6 lg:col-3">
<div class="person">
<div class="ph"><img src="img/person-1.jpg" alt="Portrait of Ada Nwosu" width="600" height="800" loading="lazy"></div>
<p class="fw-semibold mb-1">Ada Nwosu</p>
<p class="person-role mb-0">Strategy director. Fifteen years, half of it client-side.</p>
</div>
</div>
<div class="sm:col-6 lg:col-3">
<div class="person">
<div class="ph"><img src="img/person-2.jpg" alt="Portrait of Marcus Levy" width="600" height="800" loading="lazy"></div>
<p class="fw-semibold mb-1">Marcus Levy</p>
<p class="person-role mb-0">Design director. Type first, always.</p>
</div>
</div>
<div class="sm:col-6 lg:col-3">
<div class="person">
<div class="ph"><img src="img/person-3.jpg" alt="Portrait of Dana Reyes" width="600" height="800" loading="lazy"></div>
<p class="fw-semibold mb-1">Dana Reyes</p>
<p class="person-role mb-0">Front-end lead. Writes the code you inherit.</p>
</div>
</div>
<div class="sm:col-6 lg:col-3">
<div class="person">
<div class="ph"><img src="img/person-4.jpg" alt="Portrait of Tomas Bihari" width="600" height="800" loading="lazy"></div>
<p class="fw-semibold mb-1">Tomas Bihari</p>
<p class="person-role mb-0">Producer. Keeps the dates honest.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section class="section bg-2" id="contact">
<div class="container">
<div class="row g-6">
<div class="lg:col-5">
<h2 class="tight fs-4xl mb-4">Start a project</h2>
<p class="fg-2 mb-4">
Tell us roughly what is going on. A director reads every enquiry and
replies within a working day, including the ones we turn down.
</p>
<div class="spec-row"><span class="fg-3 fs-sm">Discovery</span><span class="fs-sm">From £8,000</span></div>
<div class="spec-row"><span class="fg-3 fs-sm">Identity system</span><span class="fs-sm">From £28,000</span></div>
<div class="spec-row"><span class="fg-3 fs-sm">Website</span><span class="fs-sm">From £24,000</span></div>
<div class="spec-row"><span class="fg-3 fs-sm">Typical lead time</span><span class="fs-sm">6 — 10 weeks</span></div>
<p class="fs-xs fg-3 mt-4 mb-0">We take on about fourteen projects a year, so there is usually a wait.</p>
</div>
<div class="lg:col-7">
<div class="contact-panel">
<form id="enqForm" data-demo-form data-bs-validate novalidate>
<div class="row g-3">
<div class="md:col-6">
<div class="form-field">
<label class="form-label" for="eqName">Your name</label>
<input type="text" class="form-control" id="eqName" required>
<div class="invalid-feedback">Required.</div>
</div>
</div>
<div class="md:col-6">
<div class="form-field">
<label class="form-label" for="eqCo">Company</label>
<input type="text" class="form-control" id="eqCo" required>
<div class="invalid-feedback">Required.</div>
</div>
</div>
<div class="md:col-6">
<div class="form-field">
<label class="form-label" for="eqEmail">Email</label>
<input type="email" class="form-control" id="eqEmail" required>
<div class="invalid-feedback">A valid email, please.</div>
</div>
</div>
<div class="md:col-6">
<label class="form-label">Budget</label>
<button class="form-control combobox-toggle" type="button" data-bs-toggle="combobox" data-bs-name="budget" data-bs-placeholder="Rough range…">
<span class="combobox-value">Rough range…</span>
<svg class="combobox-caret" width="10" height="16" viewBox="0 0 10 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M0.46967 5.46967C0.762563 5.17678 1.23744 5.17678 1.53033 5.46967L5 8.93934L8.46967 5.46967C8.76256 5.17678 9.23744 5.17678 9.53033 5.46967C9.82322 5.76256 9.82322 6.23744 9.53033 6.53033L5.53033 10.5303C5.23744 10.8232 4.76256 10.8232 4.46967 10.5303L0.46967 6.53033C0.176777 6.23744 0.176777 5.76256 0.46967 5.46967Z" fill="currentcolor"/></svg>
</button>
<div class="menu">
<button class="menu-item" type="button" data-bs-value="a">Under £20,000</button>
<button class="menu-item" type="button" data-bs-value="b">£20,000 — £50,000</button>
<button class="menu-item" type="button" data-bs-value="c">£50,000 — £100,000</button>
<button class="menu-item" type="button" data-bs-value="d">Over £100,000</button>
<button class="menu-item" type="button" data-bs-value="e">Genuinely not sure yet</button>
</div>
</div>
<div class="col-12">
<label class="form-label">What do you need?</label>
<button class="form-control combobox-toggle" type="button" data-bs-toggle="combobox" data-bs-search="true" data-bs-multiple="true" data-bs-name="needs" data-bs-placeholder="Select one or more…">
<span class="combobox-value">Select one or more…</span>
<svg class="combobox-caret" width="10" height="16" viewBox="0 0 10 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true"><path d="M0.46967 5.46967C0.762563 5.17678 1.23744 5.17678 1.53033 5.46967L5 8.93934L8.46967 5.46967C8.76256 5.17678 9.23744 5.17678 9.53033 5.46967C9.82322 5.76256 9.82322 6.23744 9.53033 6.53033L5.53033 10.5303C5.23744 10.8232 4.76256 10.8232 4.46967 10.5303L0.46967 6.53033C0.176777 6.23744 0.176777 5.76256 0.46967 5.46967Z" fill="currentcolor"/></svg>
</button>
<div class="menu">
<button class="menu-item" type="button" data-bs-value="strategy">Brand strategy</button>
<button class="menu-item" type="button" data-bs-value="identity">Identity system</button>
<button class="menu-item" type="button" data-bs-value="web">Website</button>
<button class="menu-item" type="button" data-bs-value="rollout">Rollout</button>
<button class="menu-item" type="button" data-bs-value="dunno">Not sure — help us work it out</button>
</div>
</div>
<div class="col-12">
<div class="form-field">
<label class="form-label" for="eqBrief">What is going on?</label>
<textarea class="form-control" id="eqBrief" rows="5" placeholder="A few sentences is plenty. What changed, and what is not working because of it?" required></textarea>
<div class="invalid-feedback">Give us the outline.</div>
</div>
</div>
<div class="col-12">
<button class="btn-solid theme-primary btn-lg" type="submit" data-done-text="Sent ✓">Send enquiry</button>
<p class="fs-xs fg-3 mt-3 mb-0">Or email <a href="mailto:hello@northmark.example">hello@northmark.example</a></p>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="site-footer section pb-5">
<div class="container">
<div class="row g-5">
<div class="md:col-4">
<p class="wordmark d-inline-block mb-3">Northmark</p>
<p class="fg-3 fs-sm mb-0">Second floor, 14 Kirkgate<br>Leeds LS1 6BY<br>United Kingdom</p>
</div>
<div class="md:col-2">
<p class="fw-semibold fs-sm mb-3">Studio</p>
<ul class="list-unstyled fs-sm fg-3 mb-0">
<li class="mb-2"><a href="#work">Work</a></li>
<li class="mb-2"><a href="case.html">Case study</a></li>
<li class="mb-2"><a href="#studio">People</a></li>
</ul>
</div>
<div class="md:col-2">
<p class="fw-semibold fs-sm mb-3">Services</p>
<ul class="list-unstyled fs-sm fg-3 mb-0">
<li class="mb-2"><a href="#capabilities">Capabilities</a></li>
<li class="mb-2"><a href="#approach">Approach</a></li>
</ul>
</div>
<div class="md:col-4">
<p class="fw-semibold fs-sm mb-3">New business</p>
<p class="fs-sm fg-3 mb-1"><a href="mailto:hello@northmark.example">hello@northmark.example</a></p>
<p class="fs-sm fg-3 mb-0"><a href="tel:01130000000">0113 000 0000</a></p>
</div>
</div>
<hr class="my-5">
<p class="fs-xs fg-3 mb-0">© <span data-year></span> Northmark. A free Bootstrap 6 template — the studio is fictional.</p>
</div>
</footer>
<script type="module" src="assets/js/main.js"></script>
</body>
</html>