-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
102 lines (80 loc) · 3.48 KB
/
about.php
File metadata and controls
102 lines (80 loc) · 3.48 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
94
95
96
97
98
99
100
101
102
<?php
include 'header.php';
?>
<!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>Red Store E-commerce</title>
<link rel="stylesheet" href="style.css">
<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=Montserrat&family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.1/css/fontawesome.min.css" integrity="sha384-QYIZto+st3yW+o8+5OHfT6S482Zsvz2WfOzpFSXMF9zqeLcFV0/wlZpMtyFcZALm" crossorigin="anonymous">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<br>
<br>
<br>
<br>
<div class="about">
<div class="testimonial">
<div class="tes1">
<i class="fa fa-quote-left" aria-hidden="true" style="color: black; font-size: 40px;"> </i>
<br>
<br>
<span>I had an amazing experience shopping on<br>
this ecommerce website. The website was<br>
easy to navigate, the product selection<br>
was impressive</span>
<i class="fa fa-star" ></i>
<i class="fa fa-star" ></i>
<i class="fa fa-star" ></i>
<i class="fa fa-star" ></i>
<i class="fa fa-star-half-o" ></i>
<br>
<br>
<img src="Images/user-1.png" width="60px" class="tesimg1" style="border-radius: 50%; ">
<h3>Sean Parker</h3>
</div>
<div class="tes2">
<i class="fa fa-quote-left" aria-hidden="true" style="color: black; font-size: 40px;"> </i>
<br>
<br>
<span>I had an amazing experience shopping on<br>
this ecommerce website. The website was<br>
easy to navigate, the product selection<br>
was impressive</span>
<i class="fa fa-star" ></i>
<i class="fa fa-star" ></i>
<i class="fa fa-star" ></i>
<i class="fa fa-star" ></i>
<i class="fa fa-star-half-o" ></i>
<br>
<br>
<img src="Images/user-2.png" width="60px" class="tesimg2" style="border-radius: 50%;">
<h3>Mike Smith</h3>
</div>
<div class="tes3">
<i class="fa fa-quote-left" aria-hidden="true" style="color: black; font-size: 40px;" > </i>
<br>
<br>
<span>I had an amazing experience shopping on<br>
this ecommerce website. The website was<br>
easy to navigate, the product selection<br>
was impressive</span>
<i class="fa fa-star" ></i>
<i class="fa fa-star" ></i>
<i class="fa fa-star" ></i>
<i class="fa fa-star" ></i>
<i class="fa fa-star-half-o" ></i>
<br>
<br>
<img src="Images/user-3.png" width="60px" class="tesimg3" style="border-radius: 50%; transition:transform 0.5s; ">
<h3 >Sarah Khan</h3>
</div>
</body>
</html>