-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproduct.html
137 lines (126 loc) · 6.14 KB
/
product.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
<!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/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="css/product.css">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="./assets/images/carpet.png">
<title>Persian Carpet | Product</title>
</head>
<body>
<div class="container-fluid"></div>
<header>
<nav class="d-flex">
<div class="col-6 col-lg-3">
<h1 class="main-label">Persian carpet</h1>
</div>
<ul class="col-7 d-none d-lg-flex justify-content-evenly nav-bar">
<li><a href="index.html">home</a></li>
<li class="nav-item"><a href="#collection">Collections</a>
<ul class="nav-menu">
<li><a href="#">Qashqai</a></>
<li><a href="#">Kerman</a></li>
<li><a href="#">Hamadan</a></li>
<li><a href="#">Tabriz</a></li>
<li><a href="#">Trokaman</a></li>
<li><a href="#">Nahavand</a></li>
<li><a href="collection.html">Sarouk</a></li>
<li><a href="#">Gabbeh</a></li>
<li><a href="#">Moud</a></li>
<li><a href="#">Round</a></li>
<li><a href="#">Runway</a></li>
</ul>
</li>
<li class="nav-item"><a href="#">Customer Service</a>
<ul class="nav-menu">
<li><a href="login.html">Sign in</a></li>
<li><a href="sign_up.html">Sign up</a></li>
<li><a href="comments.html">Comments</a></li>
</ul>
</li>
<li><a href="Encyclopedia.html">Encyclopedia</a></li>
</ul>
<div
class="nav-icons col-6 col-lg-2 d-flex align-items-center justify-content-evenly justify-content-lg-end">
<a href="cart.html">
<div class="d-flex">
<p id="products-num"> 0 </p>
<img src="./assets/images/icons8-shopping-cart-90.png" alt="" class=" m-lg-3 m-1 "
id="buy-icon">
</div>
</a>
<a href="login.html"><img src="./assets/images/icons8-person-90.png" alt="" class=" m-lg-3 "
id="login-icon"></a>
<img src="./assets/images/icons8-menu-rounded-90.png" alt="" class="d-block d-lg-none" id="menu-icon">
</div>
</nav>
<div id="mobile-nav">
<img src="./assets/images/icons8-delete-90.png" alt="" class="d-block " id="close-icon"
style="height: 2rem; margin: 1rem;">
<ul>
<li><a href="index.html">home</a></li>
<li class="mobile-nav-item"><a>Collections</a>
<ul class="mobile-nav-menu">
<li><a href="#">Qashqai</a></>
<li><a href="#">Kerman</a></li>
<li><a href="#">Hamadan</a></li>
<li><a href="#">Tabriz</a></li>
<li><a href="#">Trokaman</a></li>
<li><a href="#">Nahavand</a></li>
<li><a href="collection.html">Sarouk</a></li>
<li><a href="#">Gabbeh</a></li>
<li><a href="#">Moud</a></li>
<li><a href="#">Round</a></li>
<li><a href="#">Runway</a></li>
</ul>
</li>
<li class="mobile-nav-item"><a>Customer Service</a>
<ul class="mobile-nav-menu">
<li><a href="login.html">Sign in</a></li>
<li><a href="sign_up.html">Sign up</a></li>
<li><a href="comments.html">Comments</a></li>
</ul>
</li>
<li><a href="Encyclopedia.html">Encyclopedia</a></li>
</ul>
</div>
</header>
<main>
<div class="product d-flex flex-row flex-wrap justify-content-center justify-content-sm-around">
<img src="assets/images/sarouk2.jpg" alt="" class="col-12 col-sm-3">
<div class="info col-12 col-sm-8">
<h1>Sarouk #31673</h1>
<p>
<h4>
<b>Size :</b> 2.2x2.4 <br>
<b>Origin : </b>Markazi Province, Iran <br>
<b>Patterns and Motifs : </b>floral patterns, featuring a medallion design in the centre, surrounded by
floral motifs and intricate vine scrolls. <br>
<b>Materials and Construction :</b> Hand-knotted using high-quality wool, obtained from local sheep. <br>
<b>Price :</b> 734 €
</h4>
</p>
<input type="submit" value="Add to card">
</div>
</div>
</main>
<footer class="d-flex">
<div class="sos-media col-12 col-lg-5 d-flex justify-content-evenly align-items-center">
<a href="https://www.facebook.com" target="_blank"><img src="./assets/images/icons8-facebook-logo-90.png"
alt=""></a>
<a href="https://www.twitter.com" target="_blank"><img src="./assets/images/icons8-twitter-90.png"
alt=""></a>
<a href="https://www.pinterest.com" target="_blank"><img src="./assets/images/icons8-pinterest-90.png"
alt=""></a>
<a href="https://www.instagram.com" target="_blank"><img src="./assets/images/icons8-instagram-logo-90.png"
alt=""></a>
<a href="https://www.whatsapp.com" target="_blank"><img src="./assets/images/icons8-whatsapp-90.png"
alt=""></a>
</div>
</footer>
<p class="text-center">© Internet Engineering Class</p>
<script src="./js/app.js"></script>
</body>
</html>