-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (65 loc) · 2.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="s.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>ramon</title>
</head>
<body>
<section class="nevenschikking">
<div>
<h1>ramon meffert</h1>
<p class="subtitle">web dev</p>
</div>
<img src="favicon.ico" alt="me">
</section>
<section>
<h2>current</h2>
<p><time datetime="2018-03-01">2018</time>–: tech lead @ pynter</p>
</section>
<section>
<h2>past</h2>
<ol>
<li><time datetime="2021-02-01">2021</time>–<time datetime="2024-08-31">2024</time>: msc ai @ rug (not finished)</li>
<li><time datetime="2014-09-01">2014</time>–<time datetime="2021-02-28">2021</time>: bsc ai @ rug</li>
</ol>
</section>
<section>
<h2>experience</h2>
<ul class="chaotisch">
<li>c#</li>
<li>powershell</li>
<li>bash</li>
<li>html</li>
<li>(s)css</li>
<li>sql</li>
<li>js</li>
<li>ts</li>
<li>python</li>
<li>dotnet</li>
<li>asp.net (core)</li>
<li>node.js</li>
<li>supabase</li>
<li>svelte(kit)</li>
<li>github actions</li>
<li>azure pipelines</li>
<li>docker</li>
<li>podman</li>
<li>linux</li>
<li>windows server</li>
<li>iis</li>
</ul>
</section>
<section>
<h2>links</h2>
<ul>
<li><a target="_blank" href="https://github.com/RamonMeffert">github</a></li>
<li><a target="_blank" href="https://bsky.app/profile/r3n.nl">bsky</a></li>
<li><a target="_blank" href="https://www.last.fm/user/RamonMeffert">last.fm</a></li>
<li><a target="_blank" href="https://www.linkedin.com/in/ramonmeffert/">linkedin</a></li>
</ul>
</section>
</body>
</html>