-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsortiment.html
201 lines (185 loc) · 5.88 KB
/
sortiment.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE html>
<html lang="nb">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sortiment - KLEDELI</title>
<link rel="icon" type="image/x-icon" href="./images/favicon.ico" >
<script src="./js/responsiveNav.js"></script>
<link rel="stylesheet" href="CSS/styles.css">
</head>
<body>
<!--
Start på navbar
-->
<div class="navbar" id="mynavbar" role="navigation">
<!--
Logo / hjemknapp
-->
<div class="logobutton">
<a href="index.html">
<img
src="images/KLEDI.png"
width="45"
height="45"
id="logo"
alt="a clickable link to the homepage with the company logo"
style="float: left" >
</a>
</div>
<!--
Dropdown for Innertøy, Yttertøy og Undertøy
-->
<div class="dropdown">
<button class="dropbtn"
onClick="location.href='sortiment.html'">Vårt Sortiment
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="sortiment.html#ytter">Yttertøy</a>
<a href="sortiment.html#inner">Innertøy</a>
<a href="sortiment.html#under">Undertøy</a>
</div>
</div>
<!--
Dropdown for abonnementer
-->
<div class="dropdown">
<button class="dropbtn"
onClick="location.href='Abonnement.html'">Abonnementer
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="abonnement.html#abo1">3 Plagg</a>
<a href="abonnement.html#abo2">5 Plagg</a>
<a href="abonnement.html#abo3">8 Plagg</a>
<a href="abonnement.html#abo4">10 Plagg</a>
<a href="abonnement.html#abo5">?? Plagg</a>
</div>
</div>
<!--
Dropdown for delivery
-->
<div class="dropdown">
<button class="dropbtn"
onClick="location.href='about.html'">Om oss
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="delivery.html">Leveranser</a>
</div>
</div>
<!--
Innlogging test side (fungerer ikke, med vilje)
-->
<a href="login.html#login">Innlogging</a>
<a
href="javascript:void(0);"
style="font-size: 15px"
class="icon"
onclick="responsiveNav()"
>☰
</a>
</div>
<div class="header-image">
<img class="header-image-jpg" src="./images/robert-collins-tvc5imO5pXk-unsplash3.jpg"
alt="Happy children playing outside">
<div class="header-text">
<h1>KLEDELI</h1>
</div>
</div>
<!--
Images , Buttons and Titles
-->
<!--Ytterklær-->
<div id="ytter" class="title2">
<h1><i>Yttertøy</i></h1></div>
<div class="image-container">
<div class="image">
<img src="Images/Jakke.png" alt="jakke">
<button class="bts" onClick="location.href='login.html#login'">Jakke</button>
</div>
<div class="image">
<img src="Images/hodeplagg.png" alt="lue">
<button class="bts" onClick="location.href='login.html#login'">Hodeplagg</button>
</div>
<div class="image">
<img src="Images/votter.png" alt="votter">
<button class="bts" onClick="location.href='login.html#login'">Votter</button>
</div>
<div class="image">
<img src="Images/parkdress.png" alt="parkdress">
<button class="bts" onClick="location.href='login.html#login'"> Parkdress</button>
</div>
</div>
<!--Innerklær-->
<div id="inner" class="title2">
<h1><i>Innertøy</i></h1></div>
<div class="image-container2">
<div class="image2">
<img src="Images/skjorte.png" alt="skjorte">
<button class="bts" onClick="location.href='login.html#login'">Skjorte</button>
</div>
<div class="image2">
<img src="Images/genser.png" alt="genser">
<button class="bts" onClick="location.href='login.html#login'">Genser</button>
</div>
<div class="image2">
<img src="Images/bukser.png" alt="bukser">
<button class="bts" onClick="location.href='login.html#login'">Bukse</button>
</div>
</div>
<!--Undertøy-->
<div id="under" class="title3">
<h1><i>Undertøy</i></h1>
</div>
<div class="image-container3">
<div class="image">
<img src="Images/truser.png" alt="truse">
<button class="bts" id="truser" onClick="location.href='login.html#login'">Truser</button>
</div>
<div class="image">
<img src="Images/ullgenser.png" alt="ullgenser">
<button class="bts" onClick="location.href='login.html#login'">Ullgenser</button>
</div>
<div class="image">
<img src="Images/stilg.png" alt="stilongs">
<button class="bts" onClick="location.href='login.html#login'">Stilongs</button>
</div>
<div class="image">
<img src="Images/tskjorte.png" alt="t-skjorte">
<button class="bts" onClick="location.href='login.html#login'"> T-Skjorte</button>
</div>
<div class="image">
<img src="Images/body.png" alt="body">
<button class="bts" onClick="location.href='login.html#login'">Body</button>
</div>
</div>
<!--Start footer-->
<footer>
<nav class="nav-footer">
<h3>Navigasjon</h3>
<a href="index.html">Hjem</a>
<a href="login.html">Logg inn</a>
<a href="registrering.html">Registrer deg</a>
<a href="#top">Tilbake til toppen</a>
</nav>
<nav class="nav-footer">
<h3>Informasjon</h3>
<a href="about.html">Om oss / FAQ</a>
<a href="sortiment.html">Sortiment</a>
<a href="abonnement.html">Abonnementer</a>
<a href="delivery.html">Leveranser</a>
</nav>
<div class="kontakt">
<h3>Kontakt oss</h3>
<a href="tel:004798765432">(+47) 98765432</a>
<a href="mailto:[email protected]">[email protected]</a>
<p>Kledelien 123</p>
<p>5005 Bergen</p>
<p>Norge</p>
</div>
</footer>
<!-- Slutt footer-->
</body>
</html>