-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
50 lines (48 loc) · 2.03 KB
/
Copy pathheader.php
File metadata and controls
50 lines (48 loc) · 2.03 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
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/style.css">
<link rel="stylesheet" href="assets/media-queries.css">
<title>Kinforma</title>
</head>
<body>
<header>
<section class="marquee-wrapper-header">
<button class="marquee-pauseButton"></button>
<div class="marquee-text">
<div class="marquee-text-track">
<p>MISSA INTE CHANSEN LÄMNA DIN E-POST ADRESS</p>
<p aria-hidden="true">MISSA INTE CHANSEN LÄMNA DIN E-POST ADRESS</p>
<p aria-hidden="true">MISSA INTE CHANSEN LÄMNA DIN E-POST ADRESS</p>
<p aria-hidden="true">MISSA INTE CHANSEN LÄMNA DIN E-POST ADRESS</p>
</div>
</div>
<button class="marquee-close-button"></button>
</section>
<nav class="navigationBar">
<a><img src="assets/icons/search.png"></a>
<a><img src="assets/icons/profile.png"></a>
<a><img src="assets/icons/shop.png"></a>
<a><img src="assets/icons/menu.png"></a>
</nav>
<section class="stickyNavbarContainer">
<section class="stickyNavbar">
<div class="desktopNavbar">
<p class="siteTitle">KIN/FORMA</p>
<div class="desktopNavbarContainer">
<p>KLÄDER</p>
<p>BEAUTY</p>
<p>ACCESOARER</p>
<p>MERCH</p>
</div>
<div class="naviconContainer">
<img src="/assets/images/search-icon.png" alt="search-icon">
<img src="/assets/images/profile-icon.png" alt="profile-icon">
<img src="/assets/images/shop-icon.png" alt="shop-icon">
</div>
</div>
</section>
</section>
</header>