-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject-detail.html
161 lines (141 loc) · 6.86 KB
/
project-detail.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
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
157
158
159
160
161
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>NDE Real Estate Ltd</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&family=Poppins:wght@600;700&display=swap" rel="stylesheet">
<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
</head>
<body>
<!-- Spinner Start -->
<div id="spinner" class="show bg-white position-fixed translate-middle w-100 vh-100 top-50 start-50 d-flex align-items-center justify-content-center">
<div class="spinner-grow text-primary" role="status"></div>
</div>
<!-- Spinner End -->
<!-- Navbar Start -->
<div id="navbar"></div>
<!-- Navbar End -->
<!-- Page Header Start -->
<div class="container-fluid page-header py-5 mb-5 wow fadeIn" data-wow-delay="0.1s">
<div class="container text-center py-5">
<h1 class="display-4 text-white animated slideInDown mb-4">Project Detail</h1>
<nav aria-label="breadcrumb animated slideInDown">
<ol class="breadcrumb justify-content-center mb-0">
<li class="breadcrumb-item"><a class="text-white" href="#">Home</a></li>
<li class="breadcrumb-item text-primary active" aria-current="page">Project Detail</li>
</ol>
</nav>
</div>
</div>
<!-- Page Header End -->
<!-- Testimonial Start -->
<div class="container-xxl py-5">
<div class="container">
<div class="row g-5 wow fadeInUp" data-wow-delay="0.5s">
<div class="col-lg-12 ">
<div class="owl-carousel testimonial-carousel">
<div class="testimonial-item">
<img class="img-fluid mb-4" src="https://cdn.pixabay.com/photo/2016/11/18/17/46/house-1836070_960_720.jpg" alt="">
<p class="fs-5">Dolores sed duo clita tempor justo dolor et stet lorem kasd labore dolore lorem ipsum. At lorem lorem magna ut et, nonumy et labore et tempor diam tempor erat.</p>
<div class="bg-primary mb-3" style="width: 60px; height: 5px"></div>
<h5>Client Name</h5>
<span>Profession</span>
</div>
<div class="testimonial-item">
<img class="img-fluid mb-4" src="https://cdn.pixabay.com/photo/2016/11/18/17/46/house-1836070_960_720.jpg" alt="">
<p class="fs-5">Dolores sed duo clita tempor justo dolor et stet lorem kasd labore dolore lorem ipsum. At lorem lorem magna ut et, nonumy et labore et tempor diam tempor erat.</p>
<div class="bg-primary mb-3" style="width: 60px; height: 5px"></div>
<h5>Client Name</h5>
<span>Profession</span>
</div>
</div>
</div>
</div>
<div class="row wow fadeInUp" data-wow-delay="1.0s">
<div class="col-12"><h5 class="mt-4">Key Info</h5></div>
<div class="col-lg col-md-4">
<div class="card border-warning p-2 text-center shadow-sm mb-2">
<h6 class="mt-2">Project Type</h6>
<p>Residential</p>
</div>
</div>
<div class="col-lg col-md-4">
<div class="card border-warning p-2 text-center shadow-sm mb-2">
<h6 class="mt-2">Total Apartment</h6>
<p>10</p>
</div>
</div>
<div class="col-lg col-md-4">
<div class="card border-warning p-2 text-center shadow-sm mb-2">
<h6 class="mt-2">Apartment Size</h6>
<p>4200-4888 <small>qft</small></p>
</div>
</div>
<div class="col-lg col-md-4">
<div class="card border-warning p-2 text-center shadow-sm mb-2">
<h6 class="mt-2">Present Status</h6>
<p>Ongoing</p>
</div>
</div>
<div class="col-lg col-md-4">
<div class="card border-warning p-2 text-center shadow-sm mb-2">
<h6 class="mt-2">Number of floor</h6>
<p>10</p>
</div>
</div>
<div class="col-lg col-md-4">
<div class="card border-warning p-2 text-center shadow-sm mb-2">
<h6 class="mt-2">Basement</h6>
<p>02</p>
</div>
</div>
<div class="col-lg col-md-4">
<div class="card border-warning p-2 text-center shadow-sm mb-2">
<h6 class="mt-2">Land Size</h6>
<p>5.5 <small>katha</small> </p>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonial End -->
<!-- Footer Start -->
<div id="pageFooter"></div>
<!-- Footer End -->
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
<div id="commonJs"></div>
<!-- include header and footer start -->
<script>
$(function(){
$("#commonJs").load("commonjs.html");
});
</script>
<!-- include header and footer end -->
</body>
</html>