-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (67 loc) · 2.7 KB
/
index.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
60
61
62
63
64
65
66
67
68
69
70
71
72
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="style1.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>Real Estate</title>
</head>
<body>
<section class="main">
<nav>
<img src="image/logo.png" class="logo">
<div class="navlinks" id="navLinks">
<i class="fa fa-times" onclick="hidemenu()"></i>
<ul>
<li><a href="">Buy, Rent & Sell</a></li>
<li><a href="">About Us</a></li>
<li><a href="">Listings</a></li>
<li><a href="file:///C:/Users/Client/Desktop/sample%20projects%20for%20portfolio/website%20for%20real%20estate/Neighbourhood%20listings.html">Neighbourhoods</a></li>
<li><a href="file:///C:/Users/Client/Desktop/sample%20projects%20for%20portfolio/website%20for%20real%20estate/agents.html">Realtors and Agents</a></li>
<li><a href="file:///C:/Users/Client/Desktop/sample%20projects%20for%20portfolio/website%20for%20real%20estate/review.html">Clients</a></li>
</ul>
</div>
<i class="fa fa-bars" onclick="showmenu()"></i>
</nav>
<div class="body">
<h1>Ironstone Equities</h1>
<p>Finding The Best Property for You</p>
<input type="text" placeholder="Latest Property Listings">
<a href="https://www.sothebysrealty.com/eng/sales/usa" class="burtnn">Search <i class="fa fa-search"></i></a>
</div>
</section>
<!--Listings-->
<section>
<div class="mainn">
<h2>New Listings in Beverly Hills, LA</h2>
<img src="image/apartment.jpg">
<img src="image/apartment2.jpg">
<img src="image/apartment3.jpg">
<img src="image/apartment4.jpg">
</div>
</section>
<!-- 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>
<script type="text/javascript" src="javascript.js"></script>
</body>
</html>