-
Notifications
You must be signed in to change notification settings - Fork 0
/
Neighbourhood listings.html
49 lines (47 loc) · 2.68 KB
/
Neighbourhood listings.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
<!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="style2.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"
</head>
<body>
<div class="front">
<img src="image/location.jpg">
<h1>Atlanta Neighbourhoods</h1>
<p>Looking for a home in one of Atlanta's most Popular Neighbourhoods? <br>To follow are the most charming and popular communities near Downtown Atlanta. <br>You will be able to learn more about each area, including real estate values, <br>local attractions, and schools. Scroll down to view each environment.<br>
Looking for a home in one of Atlanta's most Popular Neighbourhoods? <br>To follow are the most charming and popular communities near Downtown Atlanta. <br>You will be able to learn more about each area, including real estate values, <br>local attractions, and schools. Scroll down to view each environment</p>
</div>
<div class="front2">
<!-- <img src="image/location2.jpg"> -->
<h2>Brooklyn Neighbourhoods</h2>
<p>Looking for a home in one of Atlanta's most Popular Neighbourhoods? <br>To follow are the most charming and popular communities near Downtown Atlanta. <br>You will be able to learn more about each area, including real estate values, <br>local attractions, and schools. Scroll down to view each environment.<br>
Looking for a home in one of Atlanta's most Popular Neighbourhoods? <br>To follow are the most charming and popular communities near Downtown Atlanta. <br>You will be able to learn more about each area, including real estate values, <br>local attractions, and schools. Scroll down to view each environment.</p>
</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>