-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (49 loc) · 2.01 KB
/
index.html
File metadata and controls
50 lines (49 loc) · 2.01 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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>فروشگاه اینترنتی دیجی کالا</title>
<link rel="stylesheet" href="assets/css/bootstrap-icons.min.css">
<link rel="stylesheet" href="assets/css/fontiran.min.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<div class="container">
<header class="header">
<div class="banner-top">
<img class="img-responsive" src="assets/img/banner-top.gif" alt="Banner">
</div>
<div class="header-main">
<div class="header-main-top">
<div class="logo">
<a href="#">
<img class="img-responsive" src="assets/img/logo.svg" alt="Digikala">
</a>
</div>
<div class="search">
<button type="button" class="btn-search"><i class="bi bi-search"></i></button>
<input type="text" placeholder="جستجو" class="input-search">
</div>
<div class="login">
<div class="btn-login">
<a href="" class="btn-login-signup">
<i class="bi bi-box-arrow-in-left"></i>
ورود | ثبت نام
</a>
</div>
<div class="cart">
<a href="#" class="btn-cart">
<i class="bi bi-cart"></i>
</a>
</div>
</div>
</div>
<div class="header-main-bottom">
</div>
</div>
</header>
</div>
</body>
</html>