-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (48 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title></title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<section class="intro">
<h1>Hi,<br>I'm Dieter,<br>I'm a Webdesigner.</h1>
<p>Want to hire me? Let's meet and drink coffee...</p>
</section>
<section class="about">
<h1>About me</h1>
<div class="row">
<div class="col">
<h2>Profession</h2>
<ul>
<li>Lecturer Webdesign - Artevelde University College</li>
<li>Co-Founder MyGarden.org / MijnTuin.org</li>
<li>Freelance Webdesign</li>
</ul>
</div>
<div class="col">
<h2>Skills</h2>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>PHP</li>
<li>MySQL</li>
<li>Javascript</li>
</ul>
</div>
<div class="col">
<h2>What else?</h2>
<ul>
<li>2 kids</li>
<li>loves cycling</li>
</ul>
</div>
</div>
</section>
<section class="">
</section>
</body>
</html>