-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (47 loc) · 2.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Pieter-Jan Vandenbussche</title>
<link rel="stylesheet" href="css/site.css"/>
<link rel="stylesheet" href="css/normalize.css"/>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
</head>
<body>
<div class="container">
<div class="header-container">
<div class="header">
<div class="profile-picture"></div>
<div class="name">
<h1>PIETER-JAN VANDENBUSSCHE</h1>
<div class="icons-line-container">
<div class="icons">
<a href="https://be.linkedin.com/pub/pieter-jan-vandenbussche/a8/914/a9b"><i class="fa fa-linkedin fa-lg"></i></a>
<span style="padding: 0 5px">/</span>
<a href="https://github.com/PieterJanVdb"><i class="fa fa-github fa-lg"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="about-container">
<!--<div class="about-header">- About -</div>-->
<div class="about">
Junior Web Developer @ <a href="https://www.inthepocket.mobi/">In The Pocket</a>
</div>
</div>
<div class="projects-container">
<div class="projects-header">Side Projects</div>
<div class="projects">
<a href="https://github.com/PieterJanVdb/Ledwall">Ledwall dashboard for KV Kortrijk (Web / School)</a><br>
<a href="https://github.com/PieterJanVdb/Scuad-Android">Scuad (Android / School)</a><br>
<a href="https://github.com/PieterJanVdb/Scuad-Backend">Scuad (Backend / School)</a><br>
<a href="https://github.com/PieterJanVdb/2NMCT_project2015_vandenbussche_pieter-jan">LocationSaver (Android / School)</a><br>
<a href="https://github.com/PieterJanVdb/sycf-app">Stuff You Can't Forget (Web / In Progress)</a><br>
<a href="https://github.com/PieterJanVdb/snoopoll">snoopoll (Web)</a><br>
<a href="https://github.com/PieterJanVdb/emojiguardpupper">emojiguardpupper (Web / Slack bot)</a>
</div>
</div>
</div>
</body>
</html>