-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
116 lines (98 loc) · 4.26 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!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>website1</title>
<link rel="stylesheet" href="index.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="row1">
<div class="row1-col1">
<img src="Leen Heyne_files\LEEN-2523-Edit-1-scaled.jpg" alt="">
</div>
<div class="row1-col2">
<span>"I draw my inspiration from the character of the material, taking great notice of the form it
wants to take, following its nature."
</span>
</div>
<div class="row1-col1">
<img src="Leen Heyne_files\twist_charcoal.gif" alt="">
</div>
<div class="row1-col1">
<img src="Leen Heyne_files\LEEN-1410-Edit-2-scaled.jpg" alt="">
</div>
<div class="row1-col2">
<span>"I draw my inspiration from the character of the material, taking great notice of the form it
wants to take, following its nature."
</span>
</div>
<div class="row1-col1">
<img src="Leen Heyne_files\LEEN-2051-Edit-1-scaled.jpg" alt="">
</div>
<div class="row1-col2">
<span>"I draw my inspiration from the character of the material, taking great notice of the form it
wants to take, following its nature."
</span>
</div>
<div class="row1-col1">
<img src="Leen Heyne_files\LEEN-2129-Edit-1-scaled.jpg" alt="">
</div>
<div class="row1-col2">
<span>"I draw my inspiration from the character of the material, taking great notice of the form it
wants to take, following its nature."
</span>
</div>
<div class="row1-col1">
<img src="Leen Heyne_files\LEEN-2642-Edit-1-scaled.jpg" alt="">
</div>
<div class="row1-col1">
<img src="Leen Heyne_files\LEEN-3101-Edit-1-scaled.jpg" alt="">
</div>
<div class="row1-col2">
<span><a href="#">See all Jwellary</a>
</span>
</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>
<div class="back-to-top" style="display: block; opacity: 1;">
<a class="semplice-event" data-event-type="helper" data-event="scrollToTop">
<svg version="1.1" id="Ebene_1"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="53px" height="20px" viewBox="0 0 53 20" enable-background="new 0 0 53 20" xml:space="preserve">
<g id="Ebene_3">
</g>
<g>
<polygon points="43.886,16.221 42.697,17.687 26.5,4.731 10.303,17.688 9.114,16.221 26.5,2.312 ">
</polygon>
</g>
</svg>
</a>
</div>
</body>
</html>