-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (82 loc) · 3.42 KB
/
index.html
File metadata and controls
93 lines (82 loc) · 3.42 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
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
<!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>Assignment3</title>
<link rel="stylesheet" href="./main.css">
</head>
<body>
<div class="container">
<div class="content1_left">
<div class="content1">
<h1>10,000+ of our users love our products.</h1>
<p>We only provide great products combined with excellent customer service.
See what our satisfied customers are saying about our services.</p>
</div>
<div class="rank">
<div class="rank_one all-rank">
<img src="assest/images/icon-star.svg" alt=""> <img src="assest/images/icon-star.svg" alt=""> <img
src="assest/images/icon-star.svg" alt=""> <img src="assest/images/icon-star.svg" alt="" class="im"> <img
src="assest/images/icon-star.svg" alt=""> Rated 5 Stars in Reviews
</div>
<br>
<div class="rank_two all-rank">
<img src="assest/images/icon-star.svg" alt=""> <img src="assest/images/icon-star.svg" alt=""> <img
src="assest/images/icon-star.svg" alt=""> <img src="assest/images/icon-star.svg" alt=""> <img
src="assest/images/icon-star.svg" alt=""> Rated 5 Stars in Report Guru
</div>
<br>
<div class="rank_three all-rank">
<img src="assest/images/icon-star.svg" alt=""> <img src="assest/images/icon-star.svg" alt=""> <img
src="assest/images/icon-star.svg" alt=""> <img src="assest/images/icon-star.svg" alt=""> <img
src="assest/images/icon-star.svg" alt=""> Rated 5 Stars in BestTech
</div>
</div>
</div>
<div class="comment">
<div class="comment1 all-comment">
<div class="com-title">
<div class="com-img">
<img src="assest/images/image-colton.jpg" alt="">
</div>
<div class="com-name">
<h3>Colton Smith</h3>
<h4>Verified Buyer</h4>
</div>
</div>
<p>"We needed the same printed design as the one we had ordered a week prior.
Not only did they find the original order, but we also received it in time.
Excellent!"</p>
</div>
<div class="comment2 all-comment">
<div class="com-title">
<div class="com-img">
<img src="assest/images/image-irene.jpg" alt="">
</div>
<div class="com-name">
<h3>Irene Roberts</h3>
<h4>Verified Buyer</h4>
</div>
</div>
<p>"Customer service is always excellent and very quick turn around. Completely
delighted with the simplicity of the purchase and the speed of delivery."</p>
</div>
<div class="comment3 all-comment">
<div class="com-title">
<div class="com-img">
<img src="assest/images/image-anne.jpg" alt="">
</div>
<div class="com-name">
<h3>Anne Wallace </h3>
<h4>Verified Buyer</h4>
</div>
</div>
<p> "Put an order with this company and can only praise them for the very high
standard. Will definitely use them again and recommend them to everyone!"</p>
</div>
</div>
</div>
</body>
</html>