2022-09-07 11:53:05 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2022-10-03 16:01:55 +02:00
|
|
|
|
|
|
|
<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="preconnect" href="https://fonts.googleapis.com">
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500;700&display=swap" rel="stylesheet">
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="css/style.css">
|
|
|
|
|
|
|
|
<title>Frontend Mentor | Social proof section</title>
|
|
|
|
|
|
|
|
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
|
|
|
|
<style>
|
|
|
|
.attribution {
|
|
|
|
font-size: 11px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attribution a {
|
|
|
|
color: hsl(228, 45%, 44%);
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
10,000+ of our users love our products.
|
|
|
|
|
|
|
|
We only provide great products combined with excellent customer service.
|
|
|
|
See what our satisfied customers are saying about our services.
|
|
|
|
|
|
|
|
Rated 5 Stars in Reviews
|
|
|
|
Rated 5 Stars in Report Guru
|
|
|
|
Rated 5 Stars in BestTech
|
|
|
|
|
|
|
|
Colton Smith
|
|
|
|
Verified Buyer
|
|
|
|
"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!"
|
|
|
|
|
|
|
|
Irene Roberts
|
|
|
|
Verified Buyer
|
|
|
|
"Customer service is always excellent and very quick turn around. Completely
|
|
|
|
delighted with the simplicity of the purchase and the speed of delivery."
|
|
|
|
|
|
|
|
Anne Wallace
|
|
|
|
Verified Buyer
|
|
|
|
"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!"
|
|
|
|
|
|
|
|
<!-- <div class="attribution">
|
|
|
|
Challenge by
|
|
|
|
<a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. Coded by <a href="#">Your
|
|
|
|
Name Here</a>.
|
|
|
|
</div> -->
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|