-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (35 loc) · 1.08 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
<!DOCTYPE html>
<html>
<head>
<title>Pondman IT Solutions</title>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<style type="text/css">
body { font-family: 'Open Sans', sans-serif; }
.centered {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding-left: 30px;
border-left: 2px solid black;
}
</style>
<script data-ad-client="ca-pub-5194264836538738" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<body>
<div class="centered">
<h1>Pondman IT Solutions</h1>
<p>
Advies | Maatwerk | Onderhoud | C# | .NET Core | Azure
</p>
<p>
<b>Armand Pondman</b>
<br />Senior Software Developer
<br />Microsoft® Certified Professional Developer
</p>
<p>pond<!-- info@as -->man-it-solu<!-- postmaster@nope -->tion<!-- email@noreply -->s@ou<!-- email@noreply -->tlook.com</p>
<p><b>KvK nr</b> 75584670
<br /><b>Btw nr</b> NL001712808B41</p>
</div>
</body>
</html>