-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (50 loc) · 2.91 KB
/
Copy pathindex.html
File metadata and controls
63 lines (50 loc) · 2.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sai Krupa Developers</title>
<link href="style.css" rel="stylesheet">
</head>
<body>
<nav>
<a class="none" href="index.html">HOME</a>
<a class="none" href="#projects">PROJECTS</a>
<a class="none" href="#">MAP</a>
<a class="none" href="#">CONTACT</a>
<div id="show" style="display: none;" onclick="opensidebar()"><svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z"/></svg></div>
</nav>
<div id="projects">
<h3>Welcome to <span>Sai Krupa Developers!</span> We specialize in building quality apartments and offering beautiful flats for sale. With a strong focus on craftsmanship and customer satisfaction, we've successfully completed <span>four major projects</span>. Our goal is to create comfortable and modern living spaces that our clients are proud to call home. Discover why Sai Krupa Developers is a trusted name in apartment construction and flat sales.</h3>
<div id="projects1">
<div class="img"><h4>SAI DEVI HOMES</h4></div>
<div class="img"><h4>SAI KRUPA HOMES</h4></div>
<div class="img"><h4>SHR HOMES</h4></div>
<div class="img"><h4>SAI KARUNYA VILLAS</h4></div>
</div>
</div>
<div id="map">
<h2>SAI DEVI HOMES: <a target="_blank" href="https://maps.app.goo.gl/wjgeVqdw2kFasr3t6">ADDRESS OF SAI DEVI HOMES</a></h2>
<h2>SAI KRUPA ENCLAVE: <a target="_blank" href="https://maps.app.goo.gl/rxUeJ8VpdWvcpSw28">ADDRESS OF SAI KRUPA HOMES</a></h2>
<h2>SHR HOMES: <a target="_blank" href="https://maps.app.goo.gl/rxUeJ8VpdWvcpSw28">ADDRESS OF SHR HOMES</a></h2>
<h2>SAI KARUNYA VILLAS: <a target="_blank" href="https://maps.app.goo.gl/rxUeJ8VpdWvcpSw28">ADDRESS OF SAI KARUNYA VILLAS</a></h2>
</div>
<div id="contact">
<div class="jav">BUMPER BALU</div>
<div class="jav">AUTO RAM</div>
<div class="jav">SAMSHER BASHA</div>
<div class="jav">RAM GOPAL</div>
</div>
<footer style="background-color: black; color: white; text-align: center;">
© 2024 Sai Krupa Developers
</footer>
<div id="sidebar">
<div onclick="closesidebar()"><svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#e8eaed"><path d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"/></svg></div>
<a href="index.html">HOME</a>
<a href="#projects">PROJECTS</a>
<a href="#">MAP</a>
<a href="#">CONTACT</a>
</div>
<script src="index.js"></script>
</body>
</html>