-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
156 lines (154 loc) · 8.86 KB
/
index.html
File metadata and controls
156 lines (154 loc) · 8.86 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Ranu Construction</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css">
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap" rel="stylesheet">
<link rel="stylesheet" href="index.css">
</head>
<body>
<header>
<nav class=" pt-0 navbar navbar-expand-md navbar-light fixed-top">
<a class="navbar-brand" href="#">RANU</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class=" collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#about-us">ABOUT US</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#projects">PROJECTS</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#team">OUR TEAM</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#contact">CONTACT US</a>
</li>
</ul>
</div>
</nav>
<div class="container d-flex align-items-center justify-content-center h-100 cover">
<div class="row">
<h1 class="col-12 text-center animate__animated animate__fadeInDown animate__slow"><strong>BUILD YOUR DREAM</strong></h1>
<p class="col-12 text-center animate__animated animate__fadeInUp animate__slow">We are professional compony over 30 years of experience.We will brighten up every corner of your house</p>
</div>
</div>
</header>
<main>
<div id="about-us">
<div class="container d-flex about-us">
<div class="row">
<h2 class=" text-center col-12">Welcome WE ARE RANU</h2>
<hr class="hr-about">
<content class="col-7 align-self-center">
We believe in quality of construction and try to hand over the Projects on time without any deviation from By-Laws. We are the few builders who obtain Occupancy / Completion Certificate from the competent authority, so that buildings constructed by us are safe from all angles. We believe that our Product is not just of bricks and mortar, but also includes providing convenience and peace of mind to the buyers.
</content>
<img class="col-4" src="images/about0.jpg" alt="bunglow">
</div>
</div>
</div>
<div class="projects" id="projects">
<h2 class="text-center">PROJECTS</h2>
<hr class="hr-projects">
<div class="carousel-block">
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="images/project0.jpg" alt="Outdoor Design">
<div class="carousel-caption d-none d-md-block">
<h5>Outdoor Design</h5>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Dolore aspernatur consequatur maiores voluptatum porro rerum</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/project1.jpg" alt="Marbel Floor">
<div class="carousel-caption d-none d-md-block">
<h5>Marbel Floor</h5>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Dolore aspernatur consequatur maiores voluptatum porro rerum</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/project2.jpg" alt="Pyramidal Architecture">
<div class="carousel-caption d-none d-md-block">
<h5>Pyramidal Architecture, Paris</h5>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Dolore aspernatur consequatur maiores voluptatum porro rerum</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/project3.jpg" alt="Interior Design">
<div class="carousel-caption d-none d-md-block">
<h5>Interior Design</h5>
<p>Lorem ipsum dolor sit, amet consectetur adipisicing elit. Dolore aspernatur consequatur maiores voluptatum porro rerum</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<div class="team" id="team">
<div class="container d-flex flex-wrap">
<div class="row">
<h2 class="col-12 text-center">OUR Team</h1>
<hr class="hr-team">
<div class="col-4 box-team text-center"><img src="images/team0.jpg" alt=""> Akash <br> CEO </div>
<div class="col-4 box-team text-center"><img src="images/team1.jpg" alt=""> Rana <br> CFO </div>
<div class="col-4 box-team text-center"><img src="images/team2.jpg" alt=""> Manish <br> INVESTOR </div>
<div class="col-4 box-team text-center"><img src="images/team3.jpg" alt=""> Aditya <br> MARKETING </div>
<div class="col-4 box-team text-center"><img src="images/team4.jpeg" alt=""> Anand <br> Designer </div>
<div class="col-4 box-team text-center"><img src="images/team5.jpg" alt=""> Kunal <br> WEB DEV </div>
</div>
</div>
</div>
<div class="contact" id="contact">
<div class="container d-flex justify-content-center">
<div class="row">
<h3 class=" col-12 text-center">STAY CONNECTED</h3>
<div class="col-4 contact-box"><a href="#"><img src="images/facebook.png" alt="facebook.com"></a></div>
<div class="col-4 contact-box"><a href="https://www.twitter.com"><img src="images/twitter.png" alt="twitter.com"></a></div>
<div class="col-4 contact-box"><a href="https://www.instagram.com"><img src="images/instagram.png" alt="instagram.com"></a></div>
</div>
</div>
</div>
</main>
<footer>
<div class="d-flex footer justify-content-center">
©All rights reserved. Developed by Kunal Prakash
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<script>
$(window).scroll(function(){
var scroll = $(window).scrollTop();
if(scroll < 170){
$('.fixed-top').css('background', 'transparent');
} else{
$('.fixed-top').css('background', '#ffffff');
}
});
</script>
</body>
</html>