-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
65 lines (59 loc) · 2.17 KB
/
contact.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
57
58
59
60
61
62
63
64
65
<!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">
<title>Contact</title>
<link rel="stylesheet" href="contact.css">
</head>
<body>
<div class="nav">
<ul class="navbar-options">
<li class="option-list active"><a href="jewelry.html" class="">Jwellary</a></li>
<li class="option-list"><a href="about.html" class="">About</a></li>
<li class="option-list"><a href="index.html" class=""><img src="Leen Heyne_files\LH_wordmark_header.png" alt=""
class="logo"></a></li>
<li class="option-list"><a href="archive.html" class="">Archive</a></li>
<li class="option-list"><a href="contact.html" class="">Contact</a></li>
</ul>
</div>
<div class="body">
<div class="content-holder">
<div class="content-col">
<div class="row1">
<span class="name">
LEEN HEYNE
<br>
TILBURG, the NETHERLANDS
<br>
</span>
<span class="name">
+31(6)40484021
<br>
</span>
<span class="name">
<a href="" class="insta">
<span class="">Instgram</span>
</a>
</span>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="row3">
<div class="col3-1"><span class="home-page">
© LEEN HEYNE
</span></div>
<div class="col3-1"><span class="stocks">
<a href="">StockList</a>
</span></div>
<div class="col3-1"><span class="insta">
<a href="">Instagram</a>
</span></div>
</div>
</div>
</body>
</html>