-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
41 lines (33 loc) · 1.36 KB
/
footer.php
File metadata and controls
41 lines (33 loc) · 1.36 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
<footer>
<section class="newsletter">
<h3>nyhetsbrev</h3>
<p>Anmäl dig till vårt nyhetsbrev, få tillgång till nya släpp och få 10% rabatt på din första beställning.</p>
<form>
<input type="email" id="newsletter-email" name="email" autocomplete="email" placeholder="Skriv in din e-postadress">
<button type="reset" class="newsletter-btn"><img src="icons/arrow-forward.svg" alt="Anmäl till nyhetsbrev"></button>
<br>
</form>
</section>
<nav>
<h3>KUNDTJÄNST</h3>
<ul>
<li><a href="javascript:void(0)">KONTAKTA OSS</a></li>
<li><a href="javascript:void(0)">ALLMÄNNA VILLKOR</a></li>
<li><a href="javascript:void(0)">LEVERANS & RETURER</a></li>
<li><a href="javascript:void(0)">INTEGRITETSPOLICY</a></li>
</ul>
</nav>
<nav>
<h3>OM OSS</h3>
<ul>
<li><a href="javascript:void(0)">BUTIKER</a></li>
<li><a href="javascript:void(0)">THE HUB</a></li>
<li><a href="javascript:void(0)">THE GEAR</a></li>
<li><a href="javascript:void(0)">HÅLLBARHET</a></li>
</ul>
</nav>
<a href="index.php" class="logo-footer"><img src="logo/kinforma-logo.svg" alt="Företagsloggan"></a>
</footer>
<script src="javascript/script.js"></script>
</body>
</html>