-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreview.html
59 lines (55 loc) · 2.09 KB
/
review.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style3.css">
<link rel="stylesheet" type="text/css" href="<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
<title></title>
</head>
<body>
<div class="review">
<img src="image/clients.jpg">
<h1>Need a Home Loan? Get Pre-Approved</h1>
<p>Find a lender who can offer competitive mortgage rates and help you with pre-approval. <br> Ironstone Equities will help you with your pre-approval letters and negotiations that will facilitate <br> obtaining finance.</p>
<a href="" class="burtin">Get Pre-Approved now</a>
<h2>Reviews From our Clients</h2>
<div class="review-col">
<img src="image/client.jpg">
<div>
<p>"Ironstone Equities provide the best real estate services. Their agents are top notch and they help with all pre-approved paperworks".</p>
<h3>Shally Chevy</h3>
<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"></i>
</div>
</div>
</div>
<!-- footer -->
<section class="footer">
<i class="fa fa-pinterest-square fa-3x"></i>
<i class="fa fa-youtube-square fa-3x"></i>
<i class="fa fa-facebook-square fa-3x"></i>
<i class="fa fa-linkedin-square fa-3x"></i>
<i class="fa fa-twitter-square fa-3x"></i>
<i class="fa fa-
instagram fa-3x"></i>
<ul>
<li><a href="">Contact Us</a></li>
<li><a href="">Careers</a></li>
<li><a href="">Feedback</a></li>
<li><a href="">Media Room</a></li>
<li><a href="">Privacy</a></li>
<li><a href="">Advertise with us</a></li>
<li><a href="">Agent Support</a></li>
<li><a href="">Privacy</a></li>
<li><a href="">Terms</a></li>
<li><a href="">Home Made</a></li>
</ul>
<p><i class="fa fa-copyright fa"></i>1990-2022 National Association of Realtors and Growth,Inc. All rights reserved.</p>
</section>
</body>
</html>