-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathreview.html
159 lines (155 loc) · 6.64 KB
/
review.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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!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">
<!-- CSS LINK -->
<link rel="stylesheet" href="style.css">
<!-- Fontawesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>Reviews | Nizami Sevindi</title>
</head>
<body>
<!-------------------------------------------- HEADER SECTION -->
<header class="header" >
<a href="#" class="logo">
<img src="./image/pngegg.png" alt="logo">
</a>
<nav class="navbar">
<a href="./index.html">home</a>
<a href="./about.html">about</a>
<a href="./menu.html" >menu</a>
<a href="./products.html" >products</a>
<a href="./review.html" class="active">review</a>
<a href="./contact.html">contact</a>
<a href="./blog.html">blog</a>
</nav>
<div class="buttons">
<button id="search-btn">
<i class="fas fa-search"></i>
</button>
<button id="cart-btn">
<i class="fas fa-shopping-cart"></i>
</button>
<button id="menu-btn">
<i class="fas fa-bars"></i>
</button>
</div>
<div class="search-form">
<input type="text" class="search-input" id="search-box" placeholder="Search">
<i class="fas fa-search"></i>
</div>
<div class="cart-items-container">
<div class="cart-item">
<i class="fas fa-times"></i>
<img src="./image/pngwing.com (1).png" alt="menu">
<div class="content">
<h3>cart item 01</h3>
<div class="price">$15.99 </div>
</div>
</div>
<div class="cart-item">
<i class="fas fa-times"></i>
<img src="./image/pngwing.com (2).png" alt="menu">
<div class="content">
<h3>cart item 02</h3>
<div class="price">$16.99 </div>
</div>
</div>
<div class="cart-item">
<i class="fas fa-times"></i>
<img src="./image/pngwing.com (3).png" alt="menu">
<div class="content">
<h3>cart item 03</h3>
<div class="price">$13.99 </div>
</div>
</div>
<div class="cart-item">
<i class="fas fa-times"></i>
<img src="./image/pngwing.com (4).png" alt="menu">
<div class="content">
<h3>cart item 04</h3>
<div class="price">$12.99 </div>
</div>
</div>
<a href="#" class="btn">check out </a>
</div>
</header>
<!-- -------------------------------------------HEADER SECTION -->
<!-- -------------------------------------------REVIEW SECTION -->
<section class="review" id="review">
<h1 class="heading">customer's <span>review</span> </h1>
<div class="box-container">
<div class="box">
<img src="./image/pngwing.com (8).png" alt="quote">
<p> Dicta totam suscipit vero praesentium excepturi facilis, fuga at architecto dolor tempora molestias quam dignissimos sit. Molestiae temporibus ratione quas placeat possimus!</p>
<img src="./image/pngwing.com (9).png" alt="customer-avatar" class="user">
<h3>Patrick Hellinger</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
<div class="box">
<img src="./image/pngwing.com (8).png" alt="quote">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Fuga at architecto dolor tempora molestias quam dignissimos sit. Molestiae temporibus ratione quas placeat possimus!</p>
<img src="./image/pngwing.com (10).png" alt="customer-avatar" class="user">
<h3>Serena Williams</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
<div class="box">
<img src="./image/pngwing.com (8).png" alt="quote">
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Dicta totam suscipit vero praesentium excepturi facilis, fuga at architecto dolor tempora molestias quam dignissimos possimus!</p>
<img src="./image/pngwing.com (11).png" alt="customer-avatar" class="user">
<h3>Helen Marksen</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
</div>
</section>
<!-- -------------------------------------------REVIEW SECTION -->
<!-- -------------------------------------------FOOTER SECTION -->
<section class="footer">
<div class="search">
<input type="text" class="search-input" placeholder="Search">
<button class="btn btn-primary">search</button>
</div>
<div class="share">
<a href="#" class="fab fa-facebook"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-instagram"></a>
<a href="#" class="fab fa-linkedin"></a>
<a href="#" class="fab fa-pinterest"></a>
</div>
<div class="links">
<a href="#home">home</a>
<a href="#about">about</a>
<a href="#menu">menu</a>
<a href="#products">products</a>
<a href="#review">review</a>
<a href="#contact">contact</a>
<a href="#blog">blog</a>
</div>
<div class="credit">
creaated by <span>Nizami Sevindi</span> | all rights reserved!
</div>
</section>
<!-- -------------------------------------------FOOTER SECTION -->
<script src="./script.js"></script>
</body>
</html>