-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
29 lines (25 loc) · 1.01 KB
/
contact.html
File metadata and controls
29 lines (25 loc) · 1.01 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
<html>
<head>
<title>Contact</title>
<link rel="stylesheet" href="MainStyle.css">
<nav>
<a href="index.html">Home</a>
<a href="CV.html">Dutch Resume</a>
English Resume
<a href="contact.html">Contact</a>
</nav>
</head>
<body>
<h1>Projects</h1>
<p>GitHub: <a href="https://github.com/yetanotherlurkeree">yetanotherlurkeree</a></p>
<h1>Social media</h1>
<h2>Centralized</h2>
<p>LinkedIn: <a href="https://www.linkedin.com/in/samy-rahakbauw-86559016/">Samy Rahakbauw</a></p>
<p>Twitter: <a href="https://twitter.com/LakesSamy">@SamyLakes</a></p>
<p>Instagram: <a href="https://www.instagram.com/samyehezlakes/"> Samy Lakes</a></p>
<h2>Decentralized</h2>
<p>Mastodon.social: <a href="https://mastodon.social/web/@anotherlurker">anotherlurker</a></p>
<p>PixelFed: <a href="https://pixelfed.social/i/web/profile/13929">samylakes</a></p>
<p>Element: <a href="https://matrix.to/#/@samylakes:matrix.org">@samylakes:matrix.org</a><p>
</body>
</html>