-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (85 loc) · 4.72 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Retro Website</title>
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.css">
<link
href="https://cdn.jsdelivr.net/npm/remixicon@4.2.0/fonts/remixicon.css"
rel="stylesheet"/>
</head>
<body>
<div id="main">
<div id="page1">
<div id="nav">
<h5>Amsterdam, NL</h5>
<img src="https://uploads-ssl.webflow.com/5f2429f172d117fcee10e819/5f7f87c8b81a6e7a214312f0_header.svg" alt="">
<i class="ri-menu-3-line"></i>
</div>
<div id="elems">
<div id="elem1">
<div id="image-div">
<img src="https://uploads-ssl.webflow.com/5f9085a4041dd5427c5ac8ae/615d9672cc65f12c9ab25f21_thumbnail-small.jpeg?" alt="">
</div>
<h4>AVRO | KO <span>NEW</span></h4>
<p>AvroKO is an award-winning global design firm, established itself as a global leader in interior architecture for hospitality, restaurant and bars.</p>
</div>
<div id="elem2">
<h2>All Work!</h2>
<h3>AFeatured selection <br>the latest Work- <br>of the last years.</h3>
<h5>TIP! Drag sideways to navigate.</h5>
</div>
<div id="elem3">
<div id="image-div">
<img src="https://uploads-ssl.webflow.com/5f9085a4041dd5427c5ac8ae/645b5439577bd35377de8c43_thumbnail-small.webp?" alt="">
</div>
<h4>THE ROGER HUB <span>NEW</span></h4>
<p>The Roger Hub is an immersive web experience showcasing the tennis-inspired 'On' sneakers, a collaboration born out of a partnership with the legendary Roger Federer.</p>
</div>
</div>
<h1 id="head">MIRANDA</h1>
<div id="page2">
<div id="page2-left">
<h2>Interactive <span>ARTIST!</span></h2>
<img src="https://uploads-ssl.webflow.com/5f2429f172d117fcee10e819/605c6ce3bc0c7d1cd4ca847e_avatar-star-p-800.jpeg" alt="">
<p>As a multidisciplinary freelancer, I'm passionate about creating iconic digital experiences through motion, typography, and creative coding for companies and agencies around the world.</p>
</div>
<div id="page2-right">
<img src="https://uploads-ssl.webflow.com/5f2429f172d117fcee10e819/605c62f4c78c4ba46a1268be_avatar-1-p-2000.jpeg" alt="">
<h1>Digital Art Director Interactive Designer Creative Developer Based In Amsterdam,NL.</h1>
</div>
</div>
</div>
<div id="page3">
<h1>Website</h1>
<img src="https://uploads-ssl.webflow.com/5f2429f172d117fcee10e819/60474834660f934090d42877_stamp.png" alt="">
</div>
<div id="page4">
<div id="page4-left">
<img src="https://uploads-ssl.webflow.com/5f2429f172d117fcee10e819/605c679f33f67d3dd00b04b4_avatar-3.jpeg" alt="">
</div>
<div id="page4-right">
<p>
A strong project is created by deep collaboration. I design, develop, and deliver websites that drive results and win awards.
<br> <br> Like an artisan, I like to start from raw matter and give life to an iconic product that makes your brand stand out, starting from a Visual Strategy that guide the client’s vision to reality.</p>
<div id="egg">
<h1>All Work</h1>
<img src="https://uploads-ssl.webflow.com/5f2429f172d117fcee10e819/61001a3509319b6ae39e156b_arrow-long.svg" alt="">
</div>
</div>
</div>
<div id="page5">
<h1>Let's create something together <span>EMAIL ME</span></h1>
<h1>Let's create something together <span>EMAIL ME</span></h1>
<h1>Let's create something together <span>EMAIL ME</span></h1>
</div>
<div id="page6"></div>
</div>
<!-- script -->
<script src="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js" integrity="sha512-7eHRwcbYkK4d9g/6tD/mhkf++eoTHwpNM9woBxtPUBWm67zeAfFC+HrdoE2GanKeocly/VxeLvIqwvCdk7qScg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="./script.js"></script>
</body>
</html>