-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (42 loc) · 1.9 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
<!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" />
<link rel="stylesheet" href="styles.css" />
<title>Document</title>
</head>
<body>
<div class="content">
<div class="introduction">
<h2 class="introduction__title">
Hi! I'm Joshua Boele,
</h2>
<p class="introduction__paragraph">
front-end developer from Alblasserdam, The
Netherlands. I make creative and accessible things for the
web :)
<ul class="introduction__list">
<li class="introduction__item">- Currently looking for a new front-end position</li>
<li class="introduction__item">- You can check out my <span class="introduction__emphasize">work</span><a href=""> here</a></li>
<li class="introduction__item">- Contact me either through mail or phone ( +31 6 52 57 08 63 )</li>
</ul>
</p>
</div>
<div class="projects">
<ul class="projects__list">
<li class="projects__item">
<a class="projects__button js-button" href="#">Boijmans <span>IN10</span></a>
<p class="projects__description">Description</p>
</li>
<li class="projects__item">
<a class="projects__button js-button" href="#">Tekst 1 <span>Tekst 2</span></a>
<p class="projects__description">Lorem ipsum tekst modal</p>
</li>
</ul>
</div>
</div>
<script src="app.js"></script>
</body>
</html>