-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
335 lines (325 loc) · 19.2 KB
/
Copy pathindex.html
File metadata and controls
335 lines (325 loc) · 19.2 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Tom Lamers</title>
<link href="https://fonts.googleapis.com/css?family=Poppins:400,600&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css" />
<link rel="stylesheet" href="./style.css">
</head>
<body>
<a id="home"></a>
<!-- Hamburger menu only for mobile -->
<button class="hamburger" aria-label="Open navigation" aria-controls="mobile-nav" aria-expanded="false">
<img src="img/menu-bar.png" alt="Menu">
</button>
<nav class="mobile-nav" id="mobile-nav" aria-hidden="true">
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<div class="site-main-wrapper">
<header>
<div class="container">
<nav id="main-nav" class="flex items-center justify-between">
<div class="left flex items-center">
<div class="branding">
<a href="#home" class="logo-link">
<img src="./img/logo.jpg" alt="Tom Lamers Logo">
</a>
</div>
<div class="navbar-links">
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#projects">Projects</a>
<a href="#game">Game</a>
<a href="#contact">Contact</a>
</div>
</div>
<div class="right">
<button class="btn btn-primary">Contact</button>
</div>
</nav>
<div class="hero flex items-center justify-between">
<div class="left flex-1 flex justify-center">
<img src="./img/profile-pic.png" alt="Tom Lamers profile picture">
</div>
<div class="right flex-1">
<h1>Tom <span>Lamers</span></h1>
<p>Welcome to my personal portfolio website. I am passionate about design and development. Explore my work and projects below!</p>
<div>
<a href="./img/Tom Lamers CV 06122025.pdf" download="Tom_Lamers_CV.pdf" class="btn btn-secondary">DOWNLOAD CV</a>
</div>
</div>
</div>
</div>
</header>
<section id="about" class="about">
<div class="container flex items-center about-inner-wrap">
<div class="flex-1">
<img class="about-me-img" src="./img/about-pic-half.png" alt="About Tom (half face)">
</div>
<div class="flex-1 right">
<h1>About <span>Me</span></h1>
<h3>Hello! I’m Tom Lamers.</h3>
<p>I am a creative designer and developer with a love for building beautiful and functional websites and games. I enjoy learning new technologies and working on exciting projects.</p>
<div class="social">
<div class="social-icon">
<img class="social-icon-black" src="./img/PSM1.png" alt="PSM1" title="PSM1">
</div>
<div class="social-icon">
<img class="social-icon-black" src="./img/VSC.png" alt="Visual Studio Code" title="Visual Studio Code">
</div>
<div class="social-icon">
<img class="social-icon-black" src="./img/IJ.png" alt="IntelliJ IDEA" title="IntelliJ IDEA">
</div>
<div class="social-icon">
<img class="social-icon-black" src="./img/html.png" alt="HTML" title="HTML">
</div>
<div class="social-icon">
<img class="social-icon-black" src="./img/CSS.png" alt="CSS" title="CSS">
</div>
<div class="social-icon">
<img class="social-icon-black" src="./img/js.png" alt="JavaScript" title="JavaScript">
</div>
<div class="social-icon">
<img class="social-icon-black" src="./img/typescript.png" alt="TypeScript" title="TypeScript">
</div>
<div class="social-icon">
<img class="social-icon-black" src="./img/java.png" alt="Java" title="Java">
</div>
<div class="social-icon">
<img class="social-icon-black" src="./img/trello.png" alt="Trello" title="Trello">
</div>
<div class="social-icon">
<img class="social-icon-black" src="./img/jira.png" alt="Jira" title="Jira">
</div>
<div class="social-icon">
<img class="social-icon-black" src="./img/PS.png" alt="Photoshop" title="Photoshop">
</div>
<div class="social-icon">
<img class="social-icon-black" src="./img/Ai.png" alt="Illustrator" title="Illustrator">
</div>
<div class="social-icon">
<img class="social-icon-black" src="./img/office.png" alt="Office" title="Office">
</div>
<div class="social-icon">
<img class="social-icon-black" src="./img/github_about.png" alt="GitHub" title="GitHub">
</div>
<div class="social-icon">
<img class="social-icon-black" src="./img/VW.png" alt="Vectorworks" title="Vectorworks">
</div>
</div>
</div>
</div>
</section>
<section id="projects" class="projects">
<div class="container">
<h1 class="section-heading"><span>My</span> Projects</h1>
<div class="card-wrapper">
<div class="card">
<a href="https://destrooperij.be/" target="_blank" rel="noopener">
<img src="./img/Project_De_STrooperij.png" alt="De STrooperij">
</a>
<h2>De STrooperij</h2>
<p>De STrooperij event website.</p>
<a class="project-link" href="https://destrooperij.be/" target="_blank" rel="noopener" title="Online">
<img src="./img/web.png" alt="Website link" class="project-icon">
</a>
<a class="project-link" href="https://github.com/2TomL/De_STrooperij_FINAL" target="_blank" rel="noopener" title="GitHub">
<img src="./img/github.png" alt="GitHub link" class="project-icon">
</a>
</div>
<div class="card">
<a href="https://2toml.github.io/Kim_Martini/" target="_blank" rel="noopener" title="Online">
<img src="./img/Project_KM.png" alt="Kim Martini Project">
</a>
<h2>Kim Martini Project</h2>
<p>Description coming soon.</p>
<a class="project-link" href="https://2toml.github.io/Kim_Martini/" target="_blank" rel="noopener" title="Online">
<img src="./img/web.png" alt="Website link" class="project-icon">
</a>
<a class="project-link" href="https://github.com/2TomL/Kim_Martini" target="_blank" rel="noopener" title="GitHub">
<img src="./img/github.png" alt="GitHub link" class="project-icon">
</a>
</div>
<div class="card">
<a href="#" onclick="openVideoPopup(event)" title="Watch video">
<img src="./img/Project_MMMt.png" alt="Mikeys MagicMixing-tool">
</a>
<h2>Mikeys Magic Mixing-tool</h2>
<p>DJ set generator tool. Upload your tracks, generate a setlist, and download your mix.</p>
<a class="project-link" href="https://github.com/2TomL/Mikey-s-Magic-Mixer-tool" target="_blank" rel="noopener" title="GitHub">
<img src="./img/github.png" alt="GitHub link" class="project-icon">
</a>
<a class="project-link" href="#" title="Watch video" onclick="openVideoPopup(event)">
<img src="./img/video_icon.svg" alt="Video link" class="project-icon">
</a>
<div id="video-popup">
<div class="video-popup-content">
<button onclick="closeVideoPopup()" class="video-popup-close">Close</button>
<video controls class="video-popup-player">
<source src="./img/Desktop 2025.08.26 - 20.32.04.03.mp4" type="video/mp4">
Your browser does not support video.
</video>
</div>
</div>
</div>
<div class="card">
<a href="https://2toml.github.io/DJ_Swordz/" target="_blank" rel="noopener">
<img src="./img/DJ_Swordz.png" alt="DJ Swordz">
</a>
<h2>DJ Swordz</h2>
<p>Artist website</p>
<a class="project-link" href="https://2toml.github.io/DJ_Swordz/" target="_blank" rel="noopener" title="Online">
<img src="./img/web.png" alt="Website link" class="project-icon">
</a>
<a class="project-link" href="https://github.com/2TomL/DJ_Swordz" target="_blank" rel="noopener" title="GitHub">
<img src="./img/github.png" alt="GitHub link" class="project-icon">
</a>
</div>
<div class="card">
<a href="https://2toml.github.io/Recordshop_Showcase_frontend/" target="_blank" rel="noopener">
<img src="./img/docvin.png" alt="Vinyl webshop">
</a>
<h2>Vinyl webshop</h2>
<p>Online shop for the best vinyl in Brussels</p>
<a class="project-link" href="https://2toml.github.io/Recordshop_Showcase_frontend/" target="_blank" rel="noopener" title="Online">
<img src="./img/web.png" alt="Website link" class="project-icon">
</a>
<a class="project-link" href="https://github.com/2TomL/doctorvinyl-Final" target="_blank" rel="noopener" title="GitHub">
<img src="./img/github.png" alt="GitHub link" class="project-icon">
</a>
</div>
<div class="card">
<a href="https://2toml.github.io/Sandwichbar/" target="_blank" rel="noopener">
<img src="./img/BOUM.png" alt="Sandwichbar">
</a>
<h2>Sandwichbar</h2>
<p>Website Sandwichbar.</p>
<a class="project-link" href="https://2toml.github.io/Sandwichbar/" target="_blank" rel="noopener" title="Online">
<img src="./img/web.png" alt="Website link" class="project-icon">
</a>
<a class="project-link" href="https://github.com/2TomL/Sandwichbar" target="_blank" rel="noopener" title="GitHub">
<img src="./img/github.png" alt="GitHub link" class="project-icon">
</a>
</div>
<div class="card">
<a href="https://2toml.github.io/sample_mixer/" target="_blank" rel="noopener" title="Online">
<img src="./img/Project_Sample_Mixer.png" alt="Sample Mixer">
</a>
<h2>Sample Mixer</h2>
<p>3 way sample mixer for multiple songs</p>
<a class="project-link" href="https://2toml.github.io/sample_mixer/" target="_blank" rel="noopener" title="Online">
<img src="./img/web.png" alt="Website link" class="project-icon">
</a>
<a class="project-link" href="https://github.com/2TomL/sample_mixer" target="_blank" rel="noopener" title="GitHub">
<img src="./img/github.png" alt="GitHub link" class="project-icon">
</a>
</div>
<div class="card">
<a href="https://github.com/2TomL/ng-video-game-db" target="_blank" rel="noopener">
<img src="./img/project4-GDB.png" alt="GDB project">
</a>
<h2>Game database</h2>
<p>Web search engine for all computer games.</p>
<a class="project-link" href="#" title="Not Online">
<img src="./img/noweb.png" alt="Website link" class="project-icon">
</a>
<a class="project-link" href="https://github.com/2TomL/ng-video-game-db" target="_blank" rel="noopener" title="GitHub">
<img src="./img/github.png" alt="GitHub link" class="project-icon">
</a>
</div>
<div class="card">
<a href="https://2toml.github.io/Game-Arkanoid/" target="_blank" rel="noopener">
<img src="./img/Arkanoid.png" alt="Arkanoid Game">
</a>
<h2>Arkanoid Game</h2>
<p>Classic breakout game built with Typescript</p>
<a class="project-link" href="https://2toml.github.io/Game-Arkanoid/" target="_blank" rel="noopener" title="Online">
<img src="./img/web.png" alt="Website link" class="project-icon">
</a>
<a class="project-link" href="https://github.com/2TomL/Game-Arkanoid" target="_blank" rel="noopener" title="GitHub">
<img src="./img/github.png" alt="GitHub link" class="project-icon">
</a>
</div>
</div>
</div>
</section>
<section id="game" class="game">
<div class="container noselect">
<div class="wrapper">
<button id="replay">
<i class="fas fa-play"></i>
RESTART
</button>
<div id="canvas"></div>
<div id="ui">
<h2>SCORE</h2>
<span id="score">00</span>
</div>
</div>
<h1>SNAKE</h1>
</div>
</div>
</section>
<section id="contact" class="contact">
<div class="container">
<h1 class="section-heading">Contact</h1>
<div class="card-wrapper">
<div class="card">
<a href="mailto:lamerstom.123@gmail.com" class="contact-link">
<img src="./img/mail.png" alt="Email">
<h1>Email</h1>
<h6>lamerstom.123@gmail.com</h6>
</a>
</div>
<div class="card">
<a href="https://en.wikipedia.org/wiki/Brussels" target="_blank" rel="noopener" class="contact-link">
<img src="./img/atomium.png" alt="Location">
<h1>Location</h1>
<h6>Brussels, Belgium</h6>
</a>
</div>
</div>
<form action="https://formspree.io/f/xkndvpqr" method="POST">
<input type="hidden" name="_subject" value="Contact via portfolio Tom Lamers">
<input type="hidden" name="_next" value="thanks.html">
<div class="input-wrap">
<input type="text" name="name" placeholder="Your Name *" required>
<input type="email" name="_replyto" placeholder="Your Email *" required>
</div>
<div class="input-wrap-2">
<input type="text" name="subject" placeholder="Your Subject..." required>
<textarea name="message" cols="30" rows="10" placeholder="Your Message..." required></textarea>
</div>
<div class="btn-wrapper">
<button type="submit" class="btn btn-primary">Send Message</button>
</div>
<div id="form-success">Thank you! Your message has been sent successfully!</div>
</form>
</div>
</section>
<footer>
<img class="footer-logo" src="./img/logo.jpg" alt="Footer Logo">
<div class="footer-socials">
<a href="https://github.com/2TomL" target="_blank" rel="noopener" title="GitHub"><img class="footer-social-icon" src="./img/github2.png" alt="GitHub"></a>
<a href="https://www.linkedin.com/in/tom-lamers-8024957/" target="_blank" rel="noopener" title="LinkedIn"><img class="footer-social-icon" src="./img/linkedin.png" alt="LinkedIn"></a>
<a href="https://ra.co/dj/mikeymike" class="footer-social-icon" target="_blank" rel="noopener" title="RA MikeyMike"><img class="footer-social-icon" src="./img/ra-Mike.png" alt="RA MikeyMike"></a>
</div>
<div class="copyright">
Made by Tom Lamers © 2025
</div>
</footer>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="https://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script>
<script src="./app.js"></script>
</body>
</html>