-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhandlekurv.html
193 lines (190 loc) · 8.85 KB
/
handlekurv.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
<!DOCTYPE html>
<html lang="no">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Legg til, endre eller slett sko fra din handlekurv">
<!-- Facebook metadata -->
<meta property="og:url" content="https://itstud.hiof.no/~kjellmal/webutvikling/oblig4/handlekurv.html">
<meta property="og:type" content="website">
<meta property="og:title" content="Handlekurv - Firstshoes">
<meta property="og:description" content="Legg til, endre eller slett sko fra din handlekurv">
<meta property="og:image" content="https://itstud.hiof.no/~kjellmal/webutvikling/oblig4/img/x1280/autum_collection_man_1280.jpg">
<!-- Twitter metadata -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@firstshoes">
<meta name="twitter:title" content="Handlekurv - Firstshoes">
<meta name="twitter:description" content="Legg til, endre eller slett sko fra din handlekurv">
<meta name="twitter:image" content="https://itstud.hiof.no/~kjellmal/webutvikling/oblig4/img/x1280/autum_collection_man_1280.jpg">
<title>Handlekurv - Firstshoes</title>
</head>
<body>
<header>
<a href="#handlekurv" class="skip-link">Hopp til hovedinnhold</a>
<section id="header-sub">
<span>Gratis levering<img src="gfx/check.svg" alt="Checkmark" class="icon-xs"></span>
<span>Gratis retur<img src="gfx/check.svg" alt="Checkmark" class="icon-xs"></span>
<span>60 dagers åpent kjøp<img src="gfx/check.svg" alt="Checkmark" class="icon-xs"></span>
<nav aria-label="submeny">
<ul>
<li>
<a href="#" class="text-black"><span>favoritter</span><img src="gfx/heart.svg" alt="Vis lagret i favoritter" class="icon-s"></a>
</li>
<li>
<a href="#" class="text-black"><span class="text-black">Min profil</span><img src="gfx/profile.svg" alt="Gå til min profil" class="icon-s"></a>
</li>
<li>
<a href="handlekurv.html" class="text-black"><span>Handlekurv</span><img src="gfx/shopping_bag.svg" alt="Vis produkter i handlekurv" class="icon-s"></a>
</li>
</ul>
</nav>
</section>
<section id="header-main">
<span class="logo"><a href="index.html">Firstshoes</a></span>
<span class="icon-m">
<a href="#"><img src="gfx/search.svg" alt="Søk etter sko" class="icon-m"></a>
</span>
<span class="icon-m">
<a href="#" aria-label="menu"><img src="gfx/hamburger.svg" alt="Åpne meny" class="icon-m"></a>
</span>
<nav aria-label="hovedmeny">
<ul>
<li><a href="analyse.html">Analyse</a></li>
<li><a href="#">Herre</a></li>
<li><a href="#">Dame</a></li>
<li><a href="#">Merker</a></li>
<li><a href="#">Tilbud</a></li>
<li><a href="#">Vinter</a></li>
</ul>
</nav>
<form role="search">
<label for="search-input" hidden>Søk etter sko</label>
<input type="text" id="search-input" placeholder="Søk etter produkter">
<button type="submit"><img src="gfx/search.svg" alt="" class="icon-white">Søk</button>
</form>
</section>
</header>
<main id="handlekurv">
<section>
<h1>Min handlekurv</h1>
</section>
<section>
<article class="cart_item">
<img src="img/viking-s.webp" alt="">
<article>
<h2>Liam warn gore-tex black</h2>
<p>Size: 42</p>
<p>Color: dark</p>
</article>
<article>
<form>
<label for="quality-1" hidden>Antall</label>
<img src="gfx/left-arrow.svg" alt="" class="icon-xs">
<input type="number" id="quality-1" placeholder="1">
<img src="gfx/right-arrow.svg" alt="" class="icon-xs">
</form>
<span>499,-</span>
</article>
</article>
<article class="cart_item">
<img src="img/skecher-s.webp" alt="">
<article>
<h2>Boys flex glow elite blinkesko</h2>
<p>Size: 42</p>
<p>Color: Green</p>
</article>
<article>
<form>
<label for="quality-2" hidden>Antall</label>
<img src="gfx/left-arrow.svg" alt="" class="icon-xs">
<input type="number" id="quality-2" placeholder="1">
<img src="gfx/right-arrow.svg" alt="" class="icon-xs">
</form>
<span>249,-</span>
</article>
</article>
<article class="cart_item">
<img src="img/polo-s.webp" alt="">
<article>
<h2>Masters crt - sneakrs low top lace</h2>
<p>Size: 42</p>
<p>Color: Green</p>
</article>
<article>
<form>
<label for="quality-3" hidden>Antall</label>
<img src="gfx/left-arrow.svg" alt="" class="icon-xs">
<input type="number" id="quality-3" placeholder="1">
<img src="gfx/right-arrow.svg" alt="" class="icon-xs">
</form>
<span>249,-</span>
</article>
</article>
</section>
<section id="handlekurv_pris">
<div id="pris_oversikt">
<p>4 produkter</p>
<p><span>Subtotal inkl mva</span><span>997,-</span></p>
<p><span>Frakt</span><span>Gratis</span></p>
<p class="totalt"><span>Totalt</span><span>997,-</span></p>
</div>
<a href="#" class="btn-l solid-dark">Til kassen</a>
<a href="#" class="btn-l outline-dark">Fortsett å handle</a>
</section>
</main>
<footer>
<section id="footer-main">
<article>
<span class="logo"><a href="index.html">Firstshoes</a></span>
<p>Borem ipsum dolor sit amet, consectetur adipiscing elit. Nunc vulputate libero et velit interdum, ac aliquet odio mattis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Curabitur tempus urna at turpis condimentum lobortis.</p>
<form>
<h3>Meld deg på nyhetsbrev</h3>
<label for="sign-up-mail" hidden>Din E-post</label>
<input type="email" id="sign-up-mail" placeholder="E-post">
<label for ="sign-up-button" hidden>Bli medlem</label>
<input type="submit" id="sign-up-button" aria-label="bli medlem" value="Bli medlem nå!">
</form>
</article>
<article>
<h3>Kategorier</h3>
<nav>
<ul>
<li><a href="analyse.html">Analyse</a></li>
<li><a href="#">Barn</a></li>
<li><a href="#">Herre</a></li>
<li><a href="#">Dame</a></li>
<li><a href="#">Tilbud</a></li>
<li><a href="#">Vinter</a></li>
</ul>
</nav>
</article>
<article>
<h3>Kundeservice</h3>
<nav>
<ul>
<li><a href="#">Betaling</a></li>
<li><a href="#">Levering</a></li>
<li><a href="#">Retur</a></li>
<li><a href="#">Reklamasjon</a></li>
</ul>
</nav>
</article>
<article>
<h3>Kontakt</h3>
<address>
<p>Firstshoes AS</p>
<p>Fjellveien 13</p>
<p>1234 Moss Angeles</p>
</address>
</article>
</section>
<section id="footer-sub">
<p>© 2023, Firstshoes</p>
</section>
</footer>
</body>
</html>