-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (84 loc) · 3.26 KB
/
index.html
File metadata and controls
91 lines (84 loc) · 3.26 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
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<link rel="stylesheet" href="css/style.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>Agla Startup</title>
</head>
<body style="background-color:#9ec3ff">
<section style="background-color:#efaae4;">
<h2 class="one">REAL ESTATE</h2>
<h2 class="two">BEST REAL ESTATE DEALER</h2>
<header>
<div class="container">
<div class="row">
<nav>
<ul>
<li style="color:red;font-size:120%";>Call us toll-free</li>
<br>
<li style=" color: black;font-size:150%"; >1(888) 555-4689</li>
<ul>
</nav>
</div>
</div>
</header>
</section>
<section1>
<img src="images/number1.jpg" class="first"align="left" width="1000" height="400" alt="nums">
<contact >
<div class="fm" id="fm">
<form style="background-color:#000000;" action="/action_page.php" target="_blank">
<h5 style="color:white;margin-left:15px;font-size:25px";>FIND YOUR PROPERTY</h5>
<p style="color:white"; id="lll">FULL NAME:</p>
<input type="text" name="fullname" placeholder="Full name" required>
<br>
<p style="color:white";>EMAIL: </p>
<input type="email" name="email" placeholder="Active mail" required>
<br>
<p style="color:white" >PHONE: </p>
<input type="tel" name="mobile" placeholder="PHONE" required>
<br>
<p style="color:white">LOCATION: </p>
<input type="text" name="location" placeholder="CITY" required>
<br>
<br>
<input style="color:white;background-color:red"; type="submit" value="SUBMIT">
</form>
</div>
</contact>
</section1>
<br>
<br>
<section2>
<div id="quote">
<h3><u> WE UNDERSTAND YOU UNIQUE NEEDS & TASTES</u></h3>
</div>
<div id="imggallery">
<div class="item">
<img src="images/num2.jpg" width="250px" height="250px" alt="">
<p>The Luxury House, with pool at the left side of House,pure air and venture is pollution free <b style="color:red";>$1500.00</b></p>
</div>
<div class="item">
<img src="images/num3.jpg" width="250px" height="250px" alt="">
<p>The two storyed large house with italic granite fabrication and attaractive fountain,large garden area <b style="color:red";>$2500.00</b></p>
</div>
<div class="item">
<img src="images/num4.jpg" width="250px" height="250px" alt="">
<p>The huge ROYAL BUNGALOW with indian artistic work on the walls and pool at the backyard,good lighting system <b style="color:red";>$2700.00</b></p>
</div>
</div>
</section2>
<br>
<section3>
<img src="images/num5.jpg" class="num5"align="left" height="300" width="600" alt="nums">
<div class="info">
<br><br>
<div class="fin">
<h5>"Searching for Dream Home? We are here for your need", <br>we provide houses at various scale low to high rates with good quality.Immideately call to above toll-free number for your home finding assistance. </h5>
</div>
</div>
</scetion3 >
</body>
</html>