-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
233 lines (178 loc) · 8.34 KB
/
index.html
File metadata and controls
233 lines (178 loc) · 8.34 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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FXC9MEMTNR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-FXC9MEMTNR');
</script>
<!-- End Google Tag Manager -->
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>David | Digital Creative</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/styles.css">
<!-- <link rel="stylesheet" href="css/vendor.css"> -->
<!-- <link rel="stylesheet" href="https://unpkg.com/kursor/dist/kursor.css"> -->
<!-- script
================================================== -->
<!-- <script src="js/modernizr.js"></script> -->
<!-- <script defer src="js/fontawesome/all.min.js"></script> -->
<!-- <script src="https://unpkg.com/kursor"></script> -->
<!-- <script src="js/cursor.js"></script> -->
<!-- favicons
================================================== -->
<link rel="apple-touch-icon" sizes="180x180" href="/img/icons/favicon/favicon-180x180.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/icons/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/img/icons/favicon/favicon-32x32.png">
<link rel="manifest" href="site.webmanifest">
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/gsap.min.js"></script>
</head>
<body id="top">
<!-- header navigation desktop + mobile
================================================== -->
<!-- <header class="s-header">
<div class="s-header__logo">
<a href="index.html">
<img src="img/icons/david-title.svg" alt="Homepage">
</a>
</div>
<div class="s-header__content">
<nav class="s-header__nav-wrap">
<ul class="s-header__nav">
<li><a class="smoothscroll" href="#hero" title="Intro">Home</a></li>
<li><a class="smoothscroll" href="public/work.html" title="Brandstov">Work</a></li>
<li><a class="smoothscroll" href="public/playground.html" title="Brandstov">Playground</a></li>
<li><a class="smoothscroll" href="public/about.html" title="Brandstov">About</a></li>
<li><a class="smoothscroll" href="public/contact.html" title="Brandstov">Contact</a></li>
</ul>
</nav>
<a href="mailto:davidvanrumpt@gmail.com" class="btn btn--primary btn--small">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M24 0l-6 22-8.129-7.239 7.802-8.234-10.458 7.227-7.215-1.754 24-12zm-15 16.668v7.332l3.258-4.431-3.258-2.901z"/></svg>
Contact
</a>
</div>
<a class="s-header__menu-toggle" href="#0"><span>Menu</span></a>
</header> -->
<!-- hero
================================================== -->
<section id="hero" class="s-hero target-section">
<div id="animation-container">
<div id="animation"></div>
</div>
</section>
</section> <!-- end s-services -->
<!-- about
================================================== -->
<section id="about" class="s-about">
<div class="row">
<div class="column large-14 w-900-stack s-about__intro-text">
<p class="lead introText" data-aos="fade-up">
Website under construction...
</p>
</div>
</div>
</section> <!-- end s-about -->
<!-- about
================================================== -->
<!-- <section id="about" class="s-about">
<div class="row">
<div class="column large-6 w-900-stack s-about__intro-text">
<h1 class="display-1" data-aos="fade-up">
Watch all work
</h1>
<p class="lead" data-aos="fade-up">
Coming soon
</p>
</div>
</div>
</section> -->
<!-- Brandstov instagram account
================================================== -->
<!-- <section id="brandstov" class="s-services">
<div class="row">
<div class="column large-6 w-900-stack">
<h1 class="display-1" data-aos="fade-up">
This is Brandstov. The instagram account I use for creative expertise.
</h1>
</div>
<div class="column large-6 w-900-stack">
<p class="lead" data-aos="fade-up" id="brandstovContent">
From the 2nd of April 2020, I started <a href="https://instagram.com/brandstov" target="_blank">this account</a> to put out the creative work I do to the whole world.
I'm using it to experiment with all kinds of projects and test new software. I really love this way
of sharing and connecting with other creative people.
</p>
</div>
<div class="column large-12 tab-12">
<div class="video-container">
<video autoplay muted loop id="brandstovShowreel" onclick="playPauseVideo()">
<source src="img/homepage/Brandstov showreel.mp4" type="video/mp4">
Your browser does not support the video tag.</video>
</div>
</div>
</div>
</section> -->
<!-- Contact
================================================== -->
<!-- <section class="s-contact">
<div class="row narrower s-contact__top h-text-center">
<div class="column">
<h3 class="h6">Create together</h3>
<h1 class="display-2">
Feel free to contact me if you're looking to team up on a project.
</h1>
</div>
</div>
<div class="row h-text-center">
<div class="column">
<p id="emailText">
Mail me
</p>
<p id="mail_copy">Copy email</p>
<p id="mail_copied">Email copied</p>
</div>
</div>
</section> -->
<!-- FOOTER
================================================== -->
<footer class="s-footer">
<div class="row row-y-top">
<div class="column large-8 medium-12">
<div class="row">
<!-- <div class="column large-7 tab-12 s-footer__block">
<h4 class="h6">Resume</h4>
<p>
Download my resume <a href="img/homepage/2022_CurriculumVitae_DavidVanRumpt.pdf" target="_blank">here</a> (Dutch)
</p>
</div> -->
<div class="column large-5 tab-12 s-footer__block">
<!-- <h4 class="h6">Follow me on:</h4 class="h6"> -->
<ul class="s-footer__list">
<!-- <li><a href="https://www.linkedin.com/in/david-van-rumpt-b5a846180/" target="_blank">LinkedIn</a></li> -->
<!-- <li><a href="https://www.instagram.com/brandstov/" target="_blank">Instagram</a></li> -->
<!-- <li><a href="https://github.com/davidvanr21?tab=repositories" target="_blank">GitHub</a></li> -->
<!-- <li><a href="https://codepen.io/davidvanr21" target="_blank">CodePen</a></li> -->
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- Java Script
================================================== -->
<script src="js/script.js"></script>
<!-- animation scripts -->
<script src="js/lottie.js"></script>
<script src="js/animationScript.js"></script>
</body>
</html>