-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
422 lines (323 loc) · 16.7 KB
/
index.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
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
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Twocan Design | Design and Brand Strategy</title>
<link rel="stylesheet" href="./css/master.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-139307399-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-139307399-1');
</script>
<script src="https://kit.fontawesome.com/3e660eea1f.js"></script>
<!-- SOCIAL STUFF -->
<meta name="description" content="Design and brand strategy agency based in the Netherlands, focused in graphic, web and User Experience design. Let's create something awesome! [email protected]">
<meta property='og:title' content="Twocan Design | Design and Brand Strategy" />
<meta property='og:image' content="./images/meta-image.png" />
<meta property='og:description' content="Design and brand strategy agency based in the Netherlands, focused in graphic, web and User Experience design. Let's create something awesome!" />
<meta property='og:url' content="https://twocan.design" />
<meta property="og:type" content="website" />
<!-- FAVICON -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=69Pmbx30WB">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=69Pmbx30WB">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=69Pmbx30WB">
<link rel="manifest" href="/site.webmanifest?v=69Pmbx30WB">
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=69Pmbx30WB" color="#5bbad5">
<link rel="shortcut icon" href="/favicon.ico?v=69Pmbx30WB">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<script type="text/javascript">
function showMenu() {
var elementStyle = document.getElementById('menulist').style;
var menuIcon = document.getElementById('burger').style;
var crossIcon = document.getElementById('cross').style;
console.log(elementStyle);
if (elementStyle.height == "0px" || elementStyle.height == "") {
elementStyle.height = '100vh';
menuIcon.display = 'none';
crossIcon.display = 'inline';
} else {
elementStyle.height = '0px';
menuIcon.display = 'inline';
crossIcon.display = 'none';
}
}
</script>
<div class="bg-color-div"></div>
<div class="nav-bar">
<h1>twocan design</h1>
<i onclick="showMenu()" id="burger" class="fas fa-bars"></i>
<i onclick="showMenu()" id="cross" class="fas fa-times"></i>
</div>
<div id="menulist">
<h2><a onclick="showMenu()" href="#about">about</a></h2>
<h2><a onclick="showMenu()" href="#work">portfolio</a></h2>
<h2><a onclick="showMenu()" href="#meetteam">meet the team</a></h2>
<h2><a onclick="showMenu()" href="#contact">contact</a></h2>
</div>
<div class="plants-home">
<img class="leafL" src="./images/leaves/leaf1.svg" alt="">
<img class="leafL" src="./images/leaves/leaf2.svg" alt="">
<img class="leafL" src="./images/leaves/leaf4.svg" alt="">
<img class="leafL" src="./images/leaves/leaf3.svg" alt="">
<img class="leafR" src="./images/leaves/leaf4.svg" alt="">
<img class="leafR" src="./images/leaves/leaf2.svg" alt="">
<img class="leafR" src="./images/leaves/leaf1.svg" alt="">
</div>
<div class="container">
<div id="menu-desktop" class="row">
<div class="col-4 col-sm-4">
<a href="../index.html">
<h1>twocan design</h1>
</a>
</div>
<div id="menu-desktop-links" class="col-8 col-sm-8">
<a href="../#about">about</a>
<a href="../#work">portfolio</a>
<a href="../#meetteam">the team</a>
<a href="../#contact">contact</a>
</div>
</div>
<div class="row" id="homejumbo">
<div class="col-1 col-sm-1">
</div>
<div class="col-6 col-sm-7" id="introtext">
<div>
<h1>We’re not designing just PRODUCTS. <br> We’re designing <span style="font-size: 100px">BUSINESSES.</span> </h1>
<!-- <h1>Creativity, dedication,<br>and a lot of coffee.</h1> -->
</div>
</div>
<div class="col-3 col-sm-3">
<div id="intrologo">
<img id="logoheader" src="./images/logo.svg" alt="">
</div>
</div>
</div>
<div class="row" id="logojumbo-mobile">
<div class="col-8">
</div>
</div>
<div class="row" id="textjumbo-mobile">
<div class="col-12">
<!-- <h1>Creativity, dedication,<br>and a lot of coffee.</h1> -->
<h1>We’re not designing just PRODUCTS. <br> We’re designing <span style="font-size: 50px">BUSINESSES.</span> </h1>
</div>
</div>
<div class="row" id="about">
<div class="col-12 col-sm-7">
<h1>What we do</h1>
<!--
<p lang="en">Twocan Design is a <b>multidisciplinary</b> creative agency. It sounds like a mouthful but essentially, we create an array of <b>digital solutions</b>. We make sure every problem is solved in a holistic way so we can focus on the main
goal: delivering great designs.</p> -->
We create extraordinary brands, digital products and experiences.
</div>
<div class="col-12 col-sm-5 products">
<h1 class="hide-response"> </h1>
<a onclick="showText('strategy')">Strategy <i class="fas fa-chevron-down" id="strategy-chevron"></i></a> <br>
<div class="products-text" id="strategy-text">
<p>We start each new partnership with an in‑depth discovery phase to immerse ourselves in your business. We interview stakeholders, conduct user research, analyze your competition, and consolidate content. The result is an action plan
on executing a holistic brand and user experience.</p>
</div>
<a onclick="showText('brand')">Brand Identity <i class="fas fa-chevron-down" id="brand-chevron"></i></a> <br>
<div class="products-text" id="brand-text">
<p>A brand today is all about how it makes your customers feel. It's not a logo or visual identity but rather a cohesive system that spans across all mediums and touchpoints. We're a branding firm offering a complete solution from naming
and logo design to communications and style guides.
</p>
</div>
<a onclick="showText('ux')">User Experience <i class="fas fa-chevron-down" id="ux-chevron"></i></a> <br>
<div class="products-text" id="ux-text">
<p>
We're a user experience and user interface design agency focused on improving conversion and increasing customer engagement. Our UI/UX design capabilities don't stop at mobile apps, web applications, or multi‑platform digital experiences. We create products
and services that provide outstanding usability while fully embracing your brand's personality.
</p>
</div>
<a onclick="showText('websites')">Websites <i class="fas fa-chevron-down" id="websites-chevron"></i></a> <br>
<div class="products-text" id="websites-text">
<p>
We're a web design agency creating next‑level websites by strategically blending user experience and brand storytelling. Our web designers and developers create responsive websites that feel at home on any device. Product landing pages, marketing sites,
or company intranet portals – we do it all.
</p>
</div>
<a onclick="showText('marketing')">Marketing <i class="fas fa-chevron-down" id="marketing-chevron"></i></a>
<div class="products-text" id="marketing-text">
<p>
You know you have a great product. But your potential customers don't. There is no better way to reach your market than through well thought marketing actions. Our team is capable of putting your business on the radar.
</p>
</div>
</div>
<!-- <div class="col-12 col-sm-12">
<div class="we-do">
<div>
<img src="./images/icons/graphic.svg" alt="graphic design">
<p>graphic design</p>
</div>
<div>
<img src="./images/icons/ux.svg" alt="ux design">
<p>UX design</p>
</div>
<div>
<img src="./images/icons/social.svg" alt="social media">
<p>social media</p>
</div>
<div>
<img src="./images/icons/web.svg" alt="web design">
<p>web design</p>
</div>
<div>
<img src="./images/icons/marketing.svg" alt="marketing">
<p>marketing</p>
</div>
</div>
</div> -->
</div>
<div class="row" id="work">
<div class="col-12 col-sm-12">
<h1>Some of our work</h1>
<div class="work-grids">
<a href="./projects/project1.html">
<!-- <a href="/projects/project1.html"> -->
<div class="work-entry" id="entry1">
<div class="overlay"></div>
<div class="entry-content">
<h1>Inches<br>Beauty Salon</h1>
</div>
</div>
</a>
<a href="./projects/project2.html">
<!-- <a href="./projects/project2.html"> -->
<div class="work-entry" id="entry2">
<div class="overlay"></div>
<div class="entry-content">
<h1>Accenture Interactive</h1>
</div>
</div>
</a>
<a href="./projects/project3.html">
<!-- <a href="./projects/project3.html"> -->
<div class="work-entry" id="entry3">
<div class="overlay"></div>
<div class="entry-content">
<h1>Sakana Tengoku</h1>
</div>
</div>
</a>
<a href="#">
<!-- <a href="./projects/project4.html"> -->
<div class="work-entry" id="entry4">
<div class="overlay"></div>
<div class="entry-content">
<h1>Sync</h1>
</div>
</div>
</a>
<a href="./projects/project5.html">
<!-- <a href="./projects/project5.html"> -->
<div class="work-entry" id="entry5">
<div class="overlay"></div>
<div class="entry-content">
<h1>felix</h1>
</div>
</div>
</a>
<!--
<div class="work-entry" id="entry6">
<div class="overlay"></div>
<div class="entry-content">
<h1>Test2</h1>
</div>
</div> -->
</div>
</div>
</div>
<div class="row" id="meetteam">
<!-- <img class="plant" src="./images/leaves/leaf1.svg" alt=""> -->
<div class="col-12 col-sm-12">
<h1>Meet the team</h1>
</div>
<div class="col-12 col-md-1"></div>
<div class="col-12 col-md-4 polaroids">
<img src="./images/prettymen/alex.jpg" alt="">
<div class="polaroidcaption">
<h2>Alexander Konings</h2>
<p><i>Graphic designer and plant lover.</i></p>
</div>
</div>
<div class="col-12 col-md-2"></div>
<div class="col-12 col-md-4 polaroids">
<img src="./images/prettymen/leo.jpg" alt="">
<div class="polaroidcaption">
<h2>Leonardo Almeida</h2>
<p><i>Web designer and part-time nerd.</i></p>
</div>
</div>
<div class="col-12 col-md-1"></div>
</div>
</div>
<div class="contact-container-container">
<div class="container contact-container">
<div class="row" id="contact">
<div class="col-12 col-sm-12">
<h1>Let's create something awesome!</h1>
<div class="contact-color-div"></div>
</div>
<div class="col-12 col-sm-12" id="contactform">
<form class="contact-form" action="https://formspree.io/[email protected]" method="post">
<!-- <h1>Or make us find you</h1> -->
<div>
<label>Name*</label>
<input name="name" type="text" required>
</div>
<div>
<label>Email*</label>
<input name="email" type="email" required>
</div>
<div>
<label>Message</label>
<textarea name="message" type="text" rows="3"></textarea>
</div>
<input id="send-button" type="submit" value="Send!">
<input type="hidden" name="_next" value="https://twocan.design/">
</form>
</div>
<div class="col-12 col-sm-12 col-md-6">
<div id="textphones">
<p>+31 6 57322639</p>
<p>+31 6 55598160</p>
</div>
<div id="linkphones">
<a href="tel:+31657322639">
<p>+31 6 57322639</p>
</a>
<a href="tel:+31655598160">
<p>+31 6 55598160</p>
</a>
</div>
<a href="mailto:[email protected]?subject=Let's make my brand stand out!" target="_blank">[email protected]</a>
</div>
<div class="col-12 col-sm-12 col-md-6">
<a href="https://instagram.com/twocan.design" target="_blank">Instagram</a><br>
<a href="https://facebook.com/twocandotdesign" target="_blank">Facebook</a><br>
<a href="https://linkedin.com/company/twocandesign" target="_blank">LinkedIn</a><br>
</div>
</div>
</div>
</div>
<footer>
<p>made with love in 2019</p>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.1.1/gsap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/ScrollMagic.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ScrollMagic/2.0.7/plugins/animation.gsap.min.js" integrity="sha256-+9YNuItWuR4sbqeaNiJOxG0BvptYz4fbUXbIZoH5Jwo=" crossorigin="anonymous"></script>
<script src="./script.js"></script>
</body>
</html>