-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (67 loc) · 2.96 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en">
<head>
<title>Pieterjan Spoelders' personal page</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/customCss.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
</head>
<body class="flamingo">
<div class="jumbotron text-center aqua-gradient color-header-white" style="margin-bottom:0">
<h1>Pieterjan Spoelders</h1>
<p>Software Engineer</p>
</div>
<div class="container color-body-non-pitch-black" style="margin-top:30px" >
<div class="row">
<div class="col-sm-4">
<!-- https://stackoverflow.com/questions/43226511/how-can-i-center-an-image-in-bootstrap -->
<img src="img/pjs.png" class="rounded-circle img-fluid smaller-portrait mx-auto d-block" alt="Portrait">
<div class="vert-spacer-small"></div>
<p>I've been programming since 2007 and have been working professionally as a SWE since 2010. <br>I like using C# .NET, C++ and Python.<br></p>
<p>More about me:</p>
<ul class="nav nav-pills flex-column">
<li class="nav-item">
<a class="nav-link" href="https://github.com/pj-spoelders" target="_blank">GitHub</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.linkedin.com/in/pieterjan-spoelders-8ab17130/" target="_blank">LinkedIn</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://stackoverflow.com/users/925655/pieterjan-spoelders?tab=profile" target="_blank">StackOverflow</a>
</li>
</ul>
<div class="vert-spacer-small"></div>
<a class="btn btn-primary" href="mailto:pj.spoelders@gmail.com">Contact me! </a>
</div>
<div class="col-sm-8">
<h2>An update!</h2>
<h5>Update, 27 October, 2021</h5>
<p>I've joined my client as a SWE!</p>
<p>I've joined my client as a SWE! I'm now fully employed again. (But still available for small freelance jobs).
Currently I'm working on 2 integration projects. Every day is a challenge but it's also very rewarding work.
<br><br>
More updates later.
Take care,
<br>
Pieterjan
</p>
<br>
<h2>Off to a good start!</h2>
<h5>Start, 1 February, 2021</h5>
<p>I've started my own business and have found my first client!</p>
<p>I'm currently contracted to work on third party integration around a database product my customers bring to market.
<br><br>
More updates later.
Take care,
<br>
Pieterjan
</p>
<br>
</div>
</div>
</body>
</html>