-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnavbar-legacy.html
96 lines (93 loc) · 6.19 KB
/
navbar-legacy.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
<!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">
<!-- linking style sheet -->
<link rel="stylesheet" href="style.css">
<!-- fontawsome link-->
<script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
<title>Dark Daraz | Online Shopping in Pakistan: Fashion, Electronics & Books</title>
</head>
<body>
<nav class="navbar">
<div class="header-links">
<ul class="links max-width">
<li><a href="#" style="color:#00e7dc;">PAY MORE ON APP</a></li>
<li><a href="#">DARK DARAZ AFFILIATE PROGRAM</a></li>
<li><a href="#">SELL DARK ON DARAZ</a></li>
<li><a href="#">CUSTOMER NEGLECT</a></li>
<li><a href="#">TRACK MY DARK SECRETS</a></li>
<li><a href="#">LOGIN</a></li>
<li><a href="#">SIGNUP</a></li>
</ul>
</div>
<div class="logo-bar">
<div class="logo-bar-content max-width">
<div class="logo-content">
<a href="#"><img src="images/dlogo.png" width="242" height="41" alt="Dark Daraz"></a>
</div>
<div class="nav-search">
<form action="" method="GET" autocomplete="off">
<div class="search-box">
<div class="search-box_bar">
<input type="search" id="q" name="q" placeholder="Search kar bhai ... kia sooch raha ha" class="search-box_input" tabindex="1" value="">
</div>
<div class="search-box_search">
<button class="search-box_button" tabindex="2" data-spm-click="gostr=/lzdpub.header.search;locaid=d_go">SEARCH</button>
</div>
</div>
</form>
</div>
<div class="nav-cart">
<a href="#" data-spm="darkart">
<span class="cart-icon">
<svg width="25px" height="22px" viewBox="0 0 25 22" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
<title>cart</title>
<desc>Created with Sketch.</desc>
<defs>
<polyline id="path-1" points="0 0.00306976744 24.7219388 0.00306976744 24.7219388 22 0 22"></polyline>
<polyline id="path-3" points="0 0.00306976744 24.7219388 0.00306976744 24.7219388 22 0 22"></polyline>
</defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="cart">
<g id="icon-cart">
<path d="M0,0.00312093023 L0,2.04963256 L3.26734694,2.04963256 L7.77397959,15.2665163 L23.1602041,15.2665163 L24.7214286,4.61749302 L5.75561224,3.02070233 L4.72602041,0.00312093023 L0,0.00312093023 Z M6.47653061,5.13526047 L22.3872449,6.47470233 L21.397449,13.2200047 L9.23265306,13.2200047 L6.47653061,5.13526047 Z" id="Fill-1" fill="#00fff2" fill-rule="nonzero"></path>
<g id="Group-8">
<g id="Group-4">
<g id="Fill-2-Clipped">
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<g id="path-1"></g>
<path d="M10.9269388,19.8042465 C10.9269388,21.0168047 9.94683673,22.0001535 8.73714286,22.0001535 C7.52795918,22.0001535 6.54785714,21.0168047 6.54785714,19.8042465 C6.54785714,18.5916884 7.52795918,17.6083395 8.73714286,17.6083395 C9.94683673,17.6083395 10.9269388,18.5916884 10.9269388,19.8042465" id="Fill-2" fill="#00fff2" fill-rule="nonzero" mask="url(#mask-2)"></path>
</g>
</g>
<g id="Group-7">
<g id="Fill-5-Clipped">
<mask id="mask-4" fill="white">
<use xlink:href="#path-3"></use>
</mask>
<g id="path-3"></g>
<path d="M24.3623469,19.8042465 C24.3623469,21.0168047 23.3822449,22.0001535 22.172551,22.0001535 C20.9633673,22.0001535 19.9832653,21.0168047 19.9832653,19.8042465 C19.9832653,18.5916884 20.9633673,17.6083395 22.172551,17.6083395 C23.3822449,17.6083395 24.3623469,18.5916884 24.3623469,19.8042465" id="Fill-5" fill="#00fff2" fill-rule="nonzero" mask="url(#mask-4)"></path>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>
</span>
<span class="cart-num" id="topActionCartNumber">0</span>
</a>
</div>
<div class="nav-banner">
<a href="//www.daraz.pk/mobile-apps" target="_blank" data-spm="dewallet" style="display: inline;"><img src="/images/special_offers.png" alt=""></a>
</div>
</div>
</div>
</nav>
</body>
</html>