-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
65 lines (54 loc) · 1.82 KB
/
contact.html
File metadata and controls
65 lines (54 loc) · 1.82 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Portfolio</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="responsive.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<nav id="primary_nav_wrap" "nav">
<ul>
<li><a href="work.html">Work</a>
<ul>
<li class="gd"><a href="work.html">Platenhoezen</a></li>
<li class="gd"><a href="videos.html">Videos</a></li>
<li class="gd"><a href="editorial.html">Editorial website </a></li>
<li class="gd"><a href="western.html">A True Western story </a></li>
</ul>
</li>
<li><a href="about.html">About Me</a></li>
<li><a href="contact.html">Contact</a></li>
</nav>
<div class="topnav">
<a href="#home" class="active">Portfolio</a>
<div id="myLinks">
<a href="work.html">Work</a>
<ul>
<li class="gd"><a href="work.html">Platenhoezen</a></li>
<li class="gd"><a href="videos.html">Videos</a></li>
<li class="gd"><a href="editorial.html">Editorial website </a></li>
<li class="gd"><a href="western.html">A True Western story </a></li>
</ul>
<a href="about.html">About me</a>
<a href="contact.html">Contact</a>
</div>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<main class="contact">
<h2>Email</h2>
<p>jarnesix@hotmail.com</p>
<h2>Telefoonnummer</h2>
<p>+324 91 23 88 03</p>
<h2>Adres</h2>
<p>Berrélei 91, 2930 Brasschaat</p>
</ul>
</main>
</body>
</html>
<script src="mobilenav.js"></script>