-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdanclairs.html
236 lines (210 loc) · 10.5 KB
/
danclairs.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sasha Beattie's Portfolio</title>
<link rel="stylesheet" href="home.css">
<link rel="icon" type="image/png" sizes="32x32" href="Images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="Images/favicon-16x16.png">
</head>
<body style="background-color: unset">
<header>
<aside></aside>
<nav class="hflex">
<a href="index.html" class="hflex" id="SB-logo">
<img src="Images/logo_filled.svg" alt="sasha beattie logo" style="height: 40px">
</a>
<div class="flex hidden" style="height: 100%; gap: 4px; align-items: center;" id="mobile-menu-links">
<a class="menu-links mobile" href="/about.html">About me</a>
<a class="menu-links mobile" href="/work.html">Work</a>
</div>
<div class="flex" style="height: 100%; align-items: center; gap: 6px; padding: 0px 16px;">
<a class="menu-links desktop" href="/about.html">About me</a>
<a class="menu-links desktop" href="/work.html">Work</a>
</div>
<button class="menu-button" id="menu-button" onclick="toggleMenu()">
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="#000000">
<path d="M0 0h24v24H0V0z" fill="none" />
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z" />
</svg>
</button>
</nav>
</header>
<main class="border-b flex">
<aside>
<div class="flex"
style="transform: rotate(270deg); -webkit-transform: rotate(270deg); align-items: center; position: sticky; top: 60%;">
<h4 style="margin-right: 8px; flex-shrink: 0; flex-grow: 1;">Danclair's Kitchen</h4>
<p style="flex-shrink: 0; flex-grow: 1;">branding, logo & typeface</p>
</div>
</aside>
<section class="vflex">
<article class="flex mobile-noflex border-b"
style="width: 100%; margin-top: 52px; min-height: calc(100vh - 64px);">
<div class="vflex d50-m100 border-r mobile-remove-border" style="padding: 16px; flex-grow: 1;">
<div class="cflex dp48-mp24" style="height: 100%; width: 100%; background-color: #EDE6D2;">
<img style="width: 100%" src="/Images/Projects/Danclairs/1.1.png">
</div>
</div>
<div class="vflex d50-m100" style="padding: 16px; flex-grow: 1;">
<div class="cflex dp48-mp24" style="height: 100%; width: 100%; background-color: #172743;">
<img style="width: 100%" src="/Images/Projects/Danclairs/2.1.png">
</div>
</div>
</article>
<article class="flex mobile-noflex border-b" style="width: 100%;">
<div class="vflex border-r mobile-remove-border d50-m100 dp48-mp24" style="justify-content: end;">
<div style="width: 100%">
<h3 class="" style="margin-bottom: 16px">
Danclair's Kitchen
</h3>
<p style="font-size: 1.125rem; line-height: 1.5">
Inspired by Brian’s grandmother, Valentina, the love they shared,
and the encouragement she bestowed onto him, Brian travelled
the world creating heaven-like dishes bringing the best of his
global cuisine back to Brixton. Each dish will tell a story, and every
story will resonate with the customer, taking them on a journey.
</p>
<br>
<p><b>Client:</b> M&G Investments</p>
<p><b>Agency:</b> Drew London</p>
<p><b>Branding & Digital:</b> Sasha Beattie</p>
<div class="flex" style="flex-wrap: wrap; gap: 8px; margin-top: 32px;">
<div class="project-badges">Product design (Website)</div>
<div class="project-badges">Branding</div>
<div class="project-badges">Illustration</div>
</div>
</div>
</div>
<div class="vflex d50-m100 dp48-mp24" style="flex-grow: 1;">
<div style="height: 100%;">
<h4 class="" style="margin-bottom: 16px">
Logos & motifs
</h4>
<p style="font-size: 1.125rem; line-height: 1.5">
A few of the keywords for Danclair’s were experiential, eclectic and cultured. The restaurant was an
homage to Valentina (Brian’s grandmother and muse) so I created an illustrated emblem-style logo inspired
by vintage travel pins to echo the international feeling Brian wanted to bring to his menu with the
restaurant name haloed over Valentina, enshrining her into the restaurant she inspired.
</p>
</div>
</div>
</article>
<article class="flex mobile-noflex border-b" style="width: 100%;">
<div class="vflex" style="padding: 16px; flex-grow: 1">
<div style="width: 100%; background-color: #F0EDE6;">
<img style="width: 100%" src="/Images/Projects/Danclairs/3.png">
</div>
</div>
</article>
<article class="flex mobile-noflex border-b" style="width: 100%">
<div class="border-r mobile-remove-border d50-m100 dp48-mp24">
<h4 class="" style="margin-bottom: 16px">
Colour Palette
</h4>
<p style="font-size: 1.125rem; line-height: 1.5">
Inspired by the restaurant itself and the beautiful mural painted in the main dining area, the colour
palette is breezy and rooted in nature.
</p>
</div>
<div class="vflex d50-m100" style="padding: 16px; flex-grow: 1;">
<div style="width: 100%; background-color: #fff;">
<img style="width: 100%" src="/Images/Projects/Danclairs/5.png">
</div>
</div>
</article>
<article class="flex mobile-noflex border-b" style="width: 100%;">
<div class="vflex dp48-mp24" style="flex-grow: 1; align-items: start;">
<div style="text-align: left;">
<h4 class="" style="margin-bottom: 16px">
Typography
</h4>
<div class="hflex mobile-noflex" style="gap: 24px; align-items: start;">
<p style="font-size: 1.125rem; line-height: 1.5; margin-bottom: 24px; flex: 1 1 0">
One of the main features of this project is Danclair Sans. A bespoke typeface I created for Danclair’s
to encapsulate the emotive theme of the restaurant. The shapes are imperfect and organic in shape,
inspired by the fluidity and ever changing cuisine at Danclair’s.
</p>
<p style="font-size: 1.125rem; line-height: 1.5; margin-bottom: 24px; flex: 1 1 0">
The letters appear to be dancing, or in motion, and are loose but full of character – just as unique as
the cuisine!
</p>
</div>
</div>
<div class="vflex" style="width: 100%;">
<img style="width: 100%; align-self: center" src="/Images/Projects/Danclairs/6.png">
</div>
</div>
</article>
<article class="flex mobile-noflex border-b" style="width: 100%">
<div class="vflex border-r mobile-remove-border d50-m100" style="padding: 16px; flex-grow: 1">
<div style="background-color: #FFF; width: 100%">
<video width="100%" autoplay loop muted playsinline>
<source src="/Images/Projects/Danclairs/dc.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>
<div class="d50-m100 dp48-mp24">
<h4 class="" style="margin-bottom: 16px">
The Final Brand
</h4>
<p style="font-size: 1.125rem; line-height: 1.5">
My process started with a rough sketch of the concept and moved onto a higher-resolution image by collaging
different elements, such as the typeface with an illustration to get more of a feel for what the end product
may look like – finally I combined the illustrated portrait of Brian’s Grandmother, Valentina with the
bespoke typeface for the finished emblem.
</p>
</div>
</article>
<article class="flex mobile-noflex border-b" style="width: 100%;">
<div class="vflex d50-m100 border-r mobile-remove-border" style="padding: 16px; flex-grow: 1;">
<div class="cflex dp48-mp24" style="height: 100%; width: 100%; background-color: #EDE6D2;">
<img style="width: 100%" src="/Images/Projects/Danclairs/8.png">
</div>
</div>
<div class="vflex d50-m100" style="padding: 16px; flex-grow: 1;">
<div class="cflex dp48-mp24" style="height: 100%; width: 100%; background-color: #172743;">
<img style="width: 100%" src="/Images/Projects/Danclairs/9.png">
</div>
</div>
</article>
<article class="flex mobile-noflex" style="width: 100%;">
<div class="vflex dp48-mp24" style="flex-grow: 1; align-items: start;">
<div style="text-align: left;">
<h4 class="" style="margin-bottom: 16px">
Danclair's in the Press
</h4>
<div class="hflex mobile-noflex" style="gap: 24px; align-items: start;">
<a style="font-family: 'Assistant', sans-serif;" target="_blank"
href="https://urbanistplatform.com/exclusives/f/fusing-the-bold-with-the-mellow-danclairs-kitchen">Urbanist
Platform - Fusing the Bold with the Mellow</a>
<a style="font-family: 'Assistant', sans-serif;" target="_blank"
href="https://brixtonblog.com/2021/09/i-was-always-a-doer-meet-brian-danclair/">Brixton Blog - Meet
Brian Danclair</a>
<a style="font-family: 'Assistant', sans-serif;" target="_blank"
href="https://danclairskitchen.co.uk/contact-us/">Danclair's Kitchen</a>
</div>
</div>
</div>
</article>
</section>
</main>
<footer>
<aside></aside>
<article class="border-r cflex" style="flex-grow: 1">
<div class="cflex" style="flex-direction: column">
<h4>Say Hello!</h4>
<a href="mailto:[email protected]">[email protected]</a>
</div>
</article>
<article class="cflex" style="flex-grow: 1; border-right: transparent 2px solid">
<a href="https://www.linkedin.com/in/sasha-beattie/">LinkedIn</a>
</article>
</footer>
<script src="navigation.js">
</script>
</body>
</html>