-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·47 lines (32 loc) · 1.72 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">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Personal website of communication and marketing expert Bjorn Martin van den Berg">
<meta name="author" content="Bjorn Martin van den Berg">
<title>Bjorn van den Berg | Communication & Marketing</title>
<link href='http://fonts.googleapis.com/css?family=Quicksand:300,400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto:700,300,400' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="container">
<div class="welcome">
<img src="logo.png" class="logo">
<h1>Bjorn Martin van den Berg</h1>
<p>Communication & Marketing</p>
<div class="content">
<p>Ten years of experience in international higher education focusing on marketing, communications and business development. Communicative, success driven, creative and goal orientated with a keen eye on organizational change and operational management.</p>
</div>
<div class="btn"><a href="about">About</a></div>
<div class="btn"><a href="experience">Experience</a></div>
<div class="btn"><a href="mailto:[email protected]">Contact</a></div>
</div>
<div class="footer">
<p><span>Designed by <a href="http://maringerov.com">Marin Gerov</a>. </span>©2013 Bjorn Martin van den Berg<p>
</div>
</div>
</body>
</html>