-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (30 loc) · 1.12 KB
/
index.html
File metadata and controls
35 lines (30 loc) · 1.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css">
<title>Testimonial</title>
</head>
<body>
<div class="container">
<div class="right">
<img src="./assets/img.jpg" alt="img">
</div>
<div class="left">
<div class="content">
<i class="fas fa-quote-left fa-3x"></i>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolor tenetur asperiores magnam cumque,
inventore error quisquam autem ipsa soluta dolorem enim eos fugiat aperiam obcaecati. Tenetur
asperiores sed praesentium pariatur.
</p>
<div class="author">
<h2>Edward S. Hisey</h2>
<p>Cheif Marketing Officer</p>
</div>
</div>
</div>
</div>
</body>
</html>