-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
594 lines (581 loc) · 29.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
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
<!DOCTYPE html>
<html lang="en">
<head>
<title>Studio Lina Håkansson</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<meta name="author" content="Simon Wilson www.simonwilson.design" />
<!-- Primary Meta Tags -->
<meta name="title" content="Studio Lina Håkansson" />
<meta
name="description"
content="Studio Lina Håkansson works at the intersection of design and production, offering a unique position to challenge both how to design structures and how to structure designs."
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://linahakansson.com" />
<meta property="og:title" content="Studio Lina Håkansson" />
<meta
property="og:description"
content="Studio Lina Håkansson works at the intersection of design and production, offering a unique position to challenge both how to design structures and how to structure designs."
/>
<meta property="og:image" content="favicon/banner.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://linahakansson.com" />
<meta property="twitter:title" content="Studio Lina Håkansson" />
<meta
property="twitter:description"
content="Studio Lina Håkansson works at the intersection of design and production, offering a unique position to challenge both how to design structures and how to structure designs."
/>
<meta property="twitter:image" content="favicon/banner.png" />
<!-- CSS -->
<!-- <link href="/styles/swiper.css" rel="stylesheet" /> -->
<link rel="stylesheet" href="https://unpkg.com/swiper@7/swiper-bundle.min.css" />
<link href="/styles/main.css" rel="stylesheet" />
<link href="/styles/landscape.css" rel="stylesheet" />
<link href="/styles/portrait.css" rel="stylesheet" />
<!-- Favicon -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="favicon/apple-touch-icon.png?v=A05kLr7zxM"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="favicon/favicon-32x32.png?v=A05kLr7zxM"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="favicon/favicon-16x16.png?v=A05kLr7zxM"
/>
<link rel="manifest" href="favicon/site.webmanifest?v=A05kLr7zxM" />
<link rel="mask-icon" href="favicon/safari-pinned-tab.svg?v=A05kLr7zxM" color="#0000ff" />
<link rel="shortcut icon" href="favicon/favicon.ico?v=A05kLr7zxM" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-config" content="favicon/browserconfig.xml?v=A05kLr7zxM" />
<meta name="theme-color" content="#ffffff" />
<!-- Script -->
<script>
let vh = window.innerHeight * 0.01;
document.documentElement.style.setProperty("--vh", `${vh}px`);
window.addEventListener("resize", () => {
let vh = window.innerHeight * 0.01;
document.documentElement.style.setProperty("--vh", `${vh}px`);
});
</script>
</head>
<body>
<div id="loader">
<div class="leftContainer">
<div class="cube" onclick="animateCube()">
<div class="face leftTop"></div>
<div class="face leftBottom"></div>
</div>
</div>
<div class="rightContainer">
<div class="cube" onclick="animateCube()">
<div class="face rightTop"></div>
<div class="face rightBottom"></div>
</div>
</div>
</div>
<div id="iconContainer_l" class="flipContainer_l">
<div id="iconPanel_l" class="flipPanel_l">
<div id="iconFront_l" class="flipFront_l">
<div id="icon_l" onclick="animateLandscape()">
<svg id="open_l" class="icon" viewBox="0 0 283.46 283.46">
<path
d="M29.6 29.6v224.27h112.13V29.6m112.14 224.27V29.6M141.73 142.56h112.14"
vector-effect="non-scaling-stroke"
/>
</svg>
<svg
id="closed_l"
class="icon"
viewBox="0 0 283.46 283.46"
fill="none"
stroke="#00f"
stroke-miterlimit="10"
stroke-width="3.55"
>
<path
d="M144.31 139.49v132.12L29.9 205.56V73.44l114.41 66.05z"
vector-effect="non-scaling-stroke"
/>
<path
d="M144.32 139.5l109.25-63.08M141.73 11.85l111.84 64.57v129.14"
vector-effect="non-scaling-stroke"
/>
</svg>
</div>
</div>
</div>
</div>
<div id="landscape">
<div id="left_l" class="flipContainer_l">
<div id="aboutPanel_l" class="flipPanel_l">
<div id="aboutFront_l" class="flipFront_l">
<div class="aboutText_l">
<span class="noBreak">Studio Lina Håkansson</span>
<br class="break_l" />
works at the intersection
<br class="break_l" />
of design and production,
<br class="break_l" />
offering a unique position
<br class="break_l" />
to challenge both how
<br class="break_l" />
to
<span class="designingUnderlineP_l designingTrigger_l">
design structures
<span class="designingUnderline_l"></span>
</span>
and
<br class="break_l" />
how to
<span class="structuringUnderlineP_l structuringTrigger_l">
structure designs
<span class="structuringUnderline_l"></span> </span
>.
</div>
<div id="aboutContact_l" class="small">
<a href="mailto:[email protected]"> [email protected] </a>
<br />
<a
href="https://www.instagram.com/studiolinahakansson/"
target="_blank"
>
Instagram
</a>
</div>
</div>
<div id="aboutBack_l" class="flipBack_l ver_l">
<ul class="small list_l">
<li>2D CAD Drawing</li>
<li>3D visualization</li>
<li>Parametric CAD standards</li>
<li>Assembly instructions</li>
<li>Prototyping</li>
<li>Production layouts</li>
<li>Print preparation and prepress</li>
<li>Digital production workflow specialist</li>
<li>Kongsberg production & applications expert</li>
<li>Configuration i-Cut Production Console</li>
<li>CNC material handling</li>
<li>Bit & blade specialist</li>
<li>ArtiosCAD / Studio / i-Cut layout & Preflight</li>
<li>Adobe Illustrator / Photoshop / InDesign</li>
</ul>
<svg
class="arrow_l aboutArrow_l aboutTrigger_l"
width="84"
height="125"
viewBox="0 0 239.5 353.2"
>
<line
x1="119.7"
y1="17.7"
x2="119.7"
y2="353.2"
vector-effect="non-scaling-stroke"
/>
<polyline
points="8.8 128.6 119.7 17.7 230.6 128.6"
vector-effect="non-scaling-stroke"
/>
</svg>
</div>
</div>
</div>
<div id="right_l" class="flipContainer_l">
<div id="designingPanel_l" class="flipPanel_l">
<div id="designingFront_l" class="designingTrigger_l flipFront_l">
<p>
DESIGNING
<br />
STRUCTURES
</p>
</div>
<div id="designingBack_l" class="flipBack_l hoz_l">
<div class="designBackText_l small">
As an experienced paper architect, Lina creates
<br class="break_s" />
tailor-made design solutions for lightweight paper
<br class="break_s" />
furniture, retail POP and POS displays, large-scale
<br class="break_s" />
installations, window staging, trade show booths,
<br class="break_s" />
packaging and toys. When designing structures,
<br class="break_s" />
the focus is always on balancing creativity and
<br class="break_s" />
technical optimization. With years of hands-on
<br class="break_s" />
expertise in digital CNC, the studio likes to explore
<br class="break_s" />
the possibilities of new, alternative and green
<br class="break_s" />
materials as a foundation to new concepts.
</div>
<svg
class="arrow_l designArrow_l designingTrigger_l"
width="84"
height="125"
viewBox="0 0 239.5 353.2"
>
<line
x1="119.7"
y1="17.7"
x2="119.7"
y2="353.2"
vector-effect="non-scaling-stroke"
/>
<polyline
points="8.8 128.6 119.7 17.7 230.6 128.6"
vector-effect="non-scaling-stroke"
/>
</svg>
</div>
</div>
<div id="structuringPanel_l" class="flipPanel_l">
<div id="structuringFront_l" class="structuringTrigger_l flipFront_l">
<p>
STRUCTURING
<br />
DESIGNS
</p>
</div>
<div id="structuringBack_l" class="flipBack_l hoz_l">
<div class="structuringBackText_l small">
Lina’s unique strength lies in the in-depth
<br class="break_s" />
understanding of the complete design-print-cut
<br class="break_s" />
workflow, allowing her to support every design
<br class="break_s" />
with an extensive technical approach. Ecological
<br class="break_s" />
concerns such as material selection, waste
<br class="break_s" />
minimisation and fitting designs to standard
<br class="break_s" />
shipping formats are all part of the design process.
<br class="break_s" />
Projects are taken from the first conceptual
<br class="break_s" />
sketch to the final production file, relying on an
<br class="break_s" />
extensive range of structural and
<span class="aboutUnderlineP_l aboutTrigger_l">
technical skills
<span class="aboutUnderline_l"></span> </span
> .
</div>
<svg
class="arrow_l structureArrow_l structuringTrigger_l"
width="84"
height="125"
viewBox="0 0 239.5 353.2"
>
<line
x1="119.7"
y1="17.7"
x2="119.7"
y2="353.2"
vector-effect="non-scaling-stroke"
/>
<polyline
points="8.8 128.6 119.7 17.7 230.6 128.6"
vector-effect="non-scaling-stroke"
/>
</svg>
</div>
</div>
</div>
<div id="shadow_l">
<div class="shadowLeft_l"></div>
<div class="shadowRight_l">
<div class="shadowRightTop_l"></div>
<div class="shadowRightBottom_l"></div>
</div>
</div>
</div>
<div id="iconContainer_p">
<div id="icon_p" onclick="animatePortrait()">
<svg id="open_p" class="icon" viewBox="0 0 283.46 283.46">
<path
d="M29.6 29.6v224.27h112.13V29.6m112.14 224.27V29.6M141.73 142.56h112.14"
vector-effect="non-scaling-stroke"
/>
</svg>
<svg
id="closed_p"
class="icon"
viewBox="0 0 283.46 283.46"
fill="none"
stroke="#00f"
stroke-miterlimit="10"
stroke-width="3.55"
>
<path
d="M144.31 139.49v132.12L29.9 205.56V73.44l114.41 66.05z"
vector-effect="non-scaling-stroke"
/>
<path
d="M144.32 139.5l109.25-63.08M141.73 11.85l111.84 64.57v129.14"
vector-effect="non-scaling-stroke"
/>
</svg>
</div>
<div id="contact_p" class="small">
<a href="mailto:[email protected]"> [email protected] </a>
<br />
<a href="https://www.instagram.com/studiolinahakansson/" target="_blank">
Instagram
</a>
</div>
</div>
<div id="portrait">
<div class="swiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div id="designingSlide_p">
<div id="designingTop_p" class="topContainer_p">
<div id="designingTitle_p" class="slideTitle_p">
DESIGNING
<br />
STRUCTURES
</div>
<nav class="slideNavigation_p">
<div class="slideNavLeft_p"></div>
<div class="slideHeader_p"></div>
<div class="slideNavRight_p aboutTrigger_p">
<svg
class="arrow_p rightArrow_p"
width="84"
height="125"
viewBox="0 0 239.5 353.2"
>
<line
x1="119.7"
y1="17.7"
x2="119.7"
y2="353.2"
vector-effect="non-scaling-stroke"
/>
<polyline
points="8.8 128.6 119.7 17.7 230.6 128.6"
vector-effect="non-scaling-stroke"
/>
</svg>
</div>
</nav>
</div>
<div class="bottomContainer_p">
<div id="designingPanel_p">
<div id="designingPanelFront_p" class="small">
As an experienced paper architect, Lina creates
<br class="break_s" />
tailor-made design solutions for lightweight paper
<br class="break_s" />
furniture, retail POP and POS displays, large-scale
<br class="break_s" />
installations, window staging, trade show booths,
<br class="break_s" />
packaging and toys. When designing structures,
<br class="break_s" />
the focus is always on balancing creativity and
<br class="break_s" />
technical optimization. With years of hands-on
<br class="break_s" />
expertise in digital CNC, the studio likes to explore
<br class="break_s" />
the possibilities of new, alternative and green
<br class="break_s" />
materials as a foundation to new concepts.
</div>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div id="aboutSlide_p">
<div class="fullContainer_p">
<nav class="slideNavigation_p">
<div class="slideNavLeft_p designingTrigger_p">
<svg
class="arrow_p leftArrow_p"
width="84"
height="125"
viewBox="0 0 239.5 353.2"
>
<line
x1="119.7"
y1="17.7"
x2="119.7"
y2="353.2"
vector-effect="non-scaling-stroke"
/>
<polyline
points="8.8 128.6 119.7 17.7 230.6 128.6"
vector-effect="non-scaling-stroke"
/>
</svg>
</div>
<div class="slideHeader_p">STUDIO LH</div>
<div class="slideNavRight_p structuringTrigger_p">
<svg
class="arrow_p rightArrow_p"
width="84"
height="125"
viewBox="0 0 239.5 353.2"
>
<line
x1="119.7"
y1="17.7"
x2="119.7"
y2="353.2"
vector-effect="non-scaling-stroke"
/>
<polyline
points="8.8 128.6 119.7 17.7 230.6 128.6"
vector-effect="non-scaling-stroke"
/>
</svg>
</div>
</nav>
<div id="aboutText_p">
<span class="noBreak">Studio Lina Håkansson</span>
<br class="break_l" />
works at the intersection
<br class="break_l" />
of design and production,
<br class="break_l" />
offering a unique position
<br class="break_l" />
to challenge both how
<br class="break_l" />
to design structures and
<br class="break_l" />
how to structure designs.
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div id="structuringSlide_p">
<div id="structuringTop_p" class="topContainer_p">
<nav class="slideNavigation_p">
<div class="slideNavLeft_p aboutTrigger_p">
<svg
class="arrow_p leftArrow_p"
width="84"
height="125"
viewBox="0 0 239.5 353.2"
>
<line
x1="119.7"
y1="17.7"
x2="119.7"
y2="353.2"
vector-effect="non-scaling-stroke"
/>
<polyline
points="8.8 128.6 119.7 17.7 230.6 128.6"
vector-effect="non-scaling-stroke"
/>
</svg>
</div>
<div class="slideHeader_p"></div>
<div class="slideNavRight_p"></div>
</nav>
<div id="structuringTitle_p" class="slideTitle_p">
STRUCTURING
<br />
DESIGN
</div>
</div>
<div class="bottomContainer_p">
<div id="structuringPanel_p">
<div id="structuringPanelFront_p" class="small techTrigger_p">
Lina’s unique strength lies in the in-depth
<br class="break_s" />
understanding of the complete design-print-cut
<br class="break_s" />
workflow, allowing her to support every design
<br class="break_s" />
with an extensive technical approach. Ecological
<br class="break_s" />
concerns such as material selection, waste
<br class="break_s" />
minimisation and fitting designs to standard
<br class="break_s" />
shipping formats are all part of the design process.
<br class="break_s" />
Projects are taken from the first conceptual
<br class="break_s" />
sketch to the final production file, relying on an
<br class="break_s" />
extensive range of structural and
<span class="underline_p"> technical skills</span>.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="tech_p" class="flipContainer_p">
<div id="techPanel_p" class="flipPanel_p">
<ul class="small list_p">
<li>2D CAD Drawing</li>
<li>3D visualization</li>
<li>Parametric CAD standards</li>
<li>Assembly instructions</li>
<li>Prototyping</li>
<li>Production layouts</li>
<li>Print preparation and prepress</li>
<li>Digital production workflow specialist</li>
<li>Kongsberg production & applications expert</li>
<li>Configuration i-Cut Production Console</li>
<li>CNC material handling</li>
<li>Bit & blade specialist</li>
<li>ArtiosCAD / Studio / i-Cut layout & Preflight</li>
<li>Adobe Illustrator / Photoshop / InDesign</li>
</ul>
<svg
class="arrow_p techArrow_p techTrigger_p"
width="84"
height="125"
viewBox="0 0 239.5 353.2"
>
<line
x1="119.7"
y1="17.7"
x2="119.7"
y2="353.2"
vector-effect="non-scaling-stroke"
/>
<polyline
points="8.8 128.6 119.7 17.7 230.6 128.6"
vector-effect="non-scaling-stroke"
/>
</svg>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.6.0/gsap.min.js"></script>
<script src="https://unpkg.com/swiper@7/swiper-bundle.min.js"></script>
<script src="/js/index.js"></script>
</body>
</html>