-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (37 loc) · 1.9 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- displays site properly based on user's device -->
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png"/>
<link rel="stylesheet" href="style.css">
<title>Frontend Mentor | Social proof section</title>
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
</head>
<body>
<h1>10,000+ of our user love our products</h1>
<p class="about">we only provide great products combined with excellent customer service.See what our satisfied customer are saying about our services.</p>
<p class="rev">⭐ ⭐ ⭐ ⭐ ⭐ Rated 5 stars in Reviews</p>
<p class="rep">⭐ ⭐ ⭐ ⭐ ⭐ Rated 5 stars in Report Guru</p>
<p class="bst">⭐ ⭐ ⭐ ⭐ ⭐ Rated 5 stars in BestTech</p>
<div class="col">
<img src="image-colton.jpg" alt="Colton Smith">
<p class="name">Colton Smith</p>
<p class="a">Verified Buyer</p>
<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="ire">
<img src="image-irene.jpg" alt="irene Roberts">
<p class="name">Irene Roberts</p>
<p class="a">Verified Buyer</p>
<p class="bot">"Customer service is always excellent and very quick turn around.Completly delighted with the simplicity of the purchase and the speed of delivery."</p>
</div>
<div class="anne">
<img src="image-anne.jpg" alt="Anne Wallace">
<p class="name">Anne Wallace</p>
<p class="a">Verified Buyer</p>
<p>"Put an order with this company and can only praise them for the high standard.Will definitely use them again and recommend them to everyone!"</p>
</div>
</body>
</html>