-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (67 loc) · 2.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Assement (5)</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="header">
<h1>BNGOON</h1>
<ul>
<li class="kaaka">Home</li>
<li>About Us</li>
<li>Property</li>
<li>Services</li>
<li>Agent</li>
<li>Contact Us</li>
</ul>
<button>Schedule Visit</button>
</div>
<div class="main">
<div class="main-left">
<p>Bangoonan Real Estate Agent</p>
<h1>Find Your Dream Home Today</h1>
<p>Are You Ready To Start The Search For Your Dream Home? Look No Futher Than Bangoonan Real Estate Agent</p>
<button>Explore More</button>
</div>
<div class="main-rigth">
</div>
</div>
<div class="footer">
<div class="name">
<h1>Browse Property By Country</h1>
<p>Lorem ipsum dolor sit amet.</p>
<h4>See All Country</h4>
</div>
<div class="naa">
<div class="image">
<img src="https://img.freepik.com/free-photo/view-brooklyn-bridge-new-yew-city_23-2151278707.jpg?t=st=1729587925~exp=1729591525~hmac=d19bb0ae522a1dd9207d59ff326bfd1d7114330e68ec6f32daaee0077b7c9e29&w=360">
<h3>United State</h3>
<p>10 Properties</p>
</div>
<div class="image">
<img src="https://img.freepik.com/free-photo/toledo-cathedral-summer-morning_1398-3316.jpg?t=st=1729588250~exp=1729591850~hmac=5dd7239e6af0558358d6b11957b0d94dc42f327fb822adbc8ad76e60e78018f5&w=360">
<h3>United State</h3>
<p>10 Properties</p>
</div>
<div class="image">
<img src="https://img.freepik.com/free-photo/big-ben-clock-tower-london-sunset-special-photographic-processing_268835-1109.jpg?t=st=1729588336~exp=1729591936~hmac=711ad851cdeb6a305ac60746eb5c68554bdd09a814fe197beb5480cfaff621c3&w=360">
<h3>United State</h3>
<p>10 Properties</p>
</div>
<div class="image">
<img src="https://i.natgeofe.com/n/ae6a6b4d-1f7a-4b7f-822e-3f0179685923/ST_whatsnew_VividSydney2022_SydneyOperaHouse_Yarrkalpa_CREDITDestinationNSW_HR_2x3.jpg">
<h3>United State</h3>
<p>10 Properties</p>
</div>
<div class="image">
<img src="https://img.freepik.com/free-photo/vertical-shot-beautiful-eiffel-tower-captured-paris-france_181624-45445.jpg?t=st=1729588566~exp=1729592166~hmac=5a974d31660ef4b50264ccb6d5cdb6a2fc0986f7d96ebea37cff62b7dbcfa928&w=360">
<h3>United State</h3>
<p>10 Properties</p>
</div>
</div>
</div>
</body>
</html>