-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
425 lines (397 loc) · 23.1 KB
/
about.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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta name="description" content="We develop housing price and quantiy indices for India and its major cities.">
<meta property='og:title' content='Housing Price Index: Jointly Developed by Indian School of Business and Housing.com'/>
<meta property='og:image' content='https://i.imgur.com/YXyt833.png'/>
<meta property='og:description' content=''/>
<meta property='og:url' content='http://www.housingpriceindex.in/'/>
<title>Housing Price Index</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon_hpi.png" rel="icon">
<link href="assets/img/favicon_hpi.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins:700" rel="stylesheet">
<!-- Vendor CSS Files -->
<!-- <link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet"> -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<!-- <link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet"> -->
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<!-- <link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet"> -->
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center header-transparent ">
<div class="container d-flex align-items-center justify-content-between">
<div class="logo">
<a href="index.html"><img src="assets/img/HPIwhite.png" alt="" class="img-fluid" width="130"></a>
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto" href="index.html">Home</a></li>
<!-- <li><a class="nav-link scrollto " href="methodology.html">Methodology</a></li> -->
<li><a class="nav-link scrollto active" href="about.html">About Us</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
</div>
</header>
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex flex-column justify-content-end align-items-center">
<div id="heroCarousel" data-bs-interval="5000" class="container carousel carousel-fade" data-bs-ride="carousel">
<div class="carousel-item active">
<div class="carousel-container">
<h2 class="animate__animated animate__fadeInDown"><span>Housing Price Index</span></h2>
</div>
</div>
</div>
<svg class="hero-waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 24 150 28 " preserveAspectRatio="none">
<defs>
<path id="wave-path" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z">
</defs>
<g class="wave1">
<use xlink:href="#wave-path" x="50" y="3" fill="rgba(255,255,255, .1)">
</g>
<g class="wave2">
<use xlink:href="#wave-path" x="50" y="0" fill="rgba(255,255,255, .2)">
</g>
<g class="wave3">
<use xlink:href="#wave-path" x="50" y="9" fill="#fff">
</g>
</svg>
</section>
<!-- ======= Main Section ======= -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="section-title" data-aos="zoom-out">
</div>
<div class="row content" data-aos="fade-up">
<div class="col-lg-6">
<p>
Srini Raju Centre for IT and the Networked Economy (SRITNE), a technology research center at the Indian School of Business (ISB) in an exclusive data-partnership with Housing.com, has developed the <i>Housing Price Index</i> (HPI).
</p>
<p>
Decision-makers across the public and private sectors need accurate and timely information on economic activity for effective action and interventions. At present, the information available is highly fragmented, privately held, and low in accuracy, making coordination among economic actors difficult. The cost of acquiring information and increasing its accuracy is borne privately, leading to asymmetry in the marketplace.
</p>
</div>
<div class="col-lg-6 pt-4 pt-lg-0">
<p>
The real estate industry plays a significant role in contributing to the economy of India. The industry ranks second in terms of generating employment and accounts for about 5% of India's GDP. Therefore, tracking price and quantity movement in this sector is essential and would be the key objective of the HPI.
</p>
</div>
</div>
</div>
</section>
<!-- End About Section -->
<!-- ======= Team Section ======= -->
<section id="team" class="team">
<div class="container">
<div class="section-title" data-aos="zoom-out">
<p style="text-align: left;">Meet the team</p>
</div>
<div class="row justify-content-center">
<div class="col-lg-3 col-md-3 mx-3 d-flex align-items-stretch">
<div class="member" data-aos="fade-up" data-aos-delay="200">
<div class="member-img">
<img src="assets/img/team/shekhar1.png" class="img-fluid" alt="" height=100>
<div class="social">
<!-- <a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a> -->
<!-- <a href=""><i class="bi bi-linkedin"></i></a> -->
</div>
</div>
<div class="member-info">
<h4>Shekhar Tomar</h4>
<h6 style="font-weight: 900; font-size: 11px;">Assistant Professor in Economics and Public Policy Area | ISB<br></h6>
<br>
<div class="btn-group" style="padding-bottom: 15px;">
<a href="http://shekhartomar.com/" class="btn btn-md btn-primary" target="_blank" role="button" style="background-color: #0164a7; border: 2px solid #268ed4;">View Profile</a>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 mx-3 d-flex align-items-stretch">
<div class="member" data-aos="fade-up" data-aos-delay="100">
<div class="member-img">
<img src="assets/img/team/deepa.JPG" class="img-fluid" alt="IMG ERROR" height=100>
<div class="social">
<!-- <a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a> -->
<!-- <a href=""><i class="bi bi-linkedin"></i></a> -->
</div>
</div>
<div class="member-info">
<h4>Deepa Mani</h4>
<h6 style="font-weight: 900; font-size: 11px;">Area Leader & Professor in Information Systems. Executive Director-SRITNE | ISB</h6>
<!-- <h4>Area Leader and Professor of Information Systems</h4> -->
<br>
<div class="btn-group" style="padding-bottom: 15px;">
<a href="https://www.isb.edu/en/research-thought-leadership/faculty/faculty-directory/deepa-mani.html" target="_blank" class="btn btn-md btn-primary" role="button" style="background-color: #0164a7; border: 2px solid #268ed4;">View Profile</a>
</div>
<!-- <span>Product Manager</span> -->
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 mx-3 d-flex align-items-stretch">
<div class="member" data-aos="fade-up">
<div class="member-img">
<img src="assets/img/team/ankita_sood1.jpg" class="img-fluid" alt="" height=200>
<div class="social">
<!-- <a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a> -->
<!-- <a href="https://www.linkedin.com/in/ankita-sood-a8a63619/"><i class="bi bi-linkedin"></i></a> -->
</div>
</div>
<div class="member-info">
<h4>Ankita Sood</h4>
<h6 style="font-weight: 900; font-size: 11px;">Director– Research | Growth & Marketing Housing.com, PropTiger.com, Makaan.com</h6>
<br>
<div class="btn-group" style="padding-bottom: 15px;">
<a href="https://www.linkedin.com/in/ankita-sood-a8a63619/" target="_blank" class="btn btn-md btn-primary" role="button" style="background-color: #0164a7; border: 2px solid #268ed4;">View Profile</a>
</div>
<!-- <span>Chief Executive Officer</span> -->
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 mx-3 d-flex align-items-stretch">
<div class="member" data-aos="fade-up" data-aos-delay="100">
<div class="member-img">
<img src="assets/img/testimonials/monish.jpg" class="img-fluid" alt="" height="50">
<div class="social">
<!-- <a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a> -->
<!-- <a href="https://www.linkedin.com/in/monish-krishnan/"><i class="bi bi-linkedin"></i></a> -->
</div>
</div>
<div class="member-info">
<h4>Monish Krishnan</h4>
<h6 style="font-weight: 900; font-size: 11px;">Research Associate | SRITNE - Indian School of Business<br></h6>
<br>
<div class="btn-group" style="padding-bottom: 15px;">
<a href="https://www.linkedin.com/in/monish-krishnan/" target="_blank" class="btn btn-md btn-primary" role="button" style="background-color: #0164a7; border: 2px solid #268ed4;">View Profile</a>
</div>
<!-- <span>Product Manager</span> -->
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 mx-3 d-flex align-items-stretch">
<div class="member" data-aos="fade-up" data-aos-delay="300">
<div class="member-img">
<img src="assets/img/testimonials/simmi.jpg" class="img-fluid" alt="" height=200 width="600">
<div class="social">
<!-- <a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a> -->
<!-- <a href="https://www.linkedin.com/in/simmi-arora-957ba737/"><i class="bi bi-linkedin"></i></a> -->
</div>
</div>
<div class="member-info">
<h4>Simmi Arora</h4>
<h6 style="font-weight: 900; font-size: 11px;">Dy. Manager–Research | Growth & Marketing
Housing.com, PropTiger.com, Makaan.com</h6>
<br>
<div class="btn-group" style="padding-bottom: 15px;">
<a href="https://www.linkedin.com/in/simmi-arora-957ba737/" target="_blank" class="btn btn-md btn-primary" role="button" style="background-color: #0164a7; border: 2px solid #268ed4;">View Profile</a>
</div>
<!-- <span>Accountant</span> -->
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 mx-3 d-flex align-items-stretch">
<div class="member" data-aos="fade-up" data-aos-delay="300">
<div class="member-img">
<img src="assets/img/testimonials/renuka.jpeg" class="img-fluid" alt="" height=200 width="600">
<div class="social">
<!-- <a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a> -->
<!-- <a href="https://www.linkedin.com/in/ar-renuka-kulkarni-/"><i class="bi bi-linkedin"></i></a> -->
</div>
</div>
<div class="member-info">
<h4>Renuka Kulkarni</h4>
<h6 style="font-weight: 900; font-size: 11px;">Associate-Research | Growth & Marketing Housing.com, PropTiger.com, Makaan.com</h6>
<br>
<div class="btn-group" style="padding-bottom: 15px;">
<a href="https://www.linkedin.com/in/ar-renuka-kulkarni-/" target="_blank" class="btn btn-md btn-primary" role="button" style="background-color: #0164a7; border: 2px solid #268ed4;">View Profile</a>
</div>
<!-- <span>Accountant</span> -->
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 mx-3 d-flex align-items-stretch">
<div class="member" data-aos="fade-up">
<div class="member-img">
<img src="assets/img/testimonials/ashwini.jpg" class="img-fluid" alt="" height=200 width="600">
<div class="social">
<!-- <a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a> -->
<!-- <a href="https://www.linkedin.com/in/ashwinimistry/"><i class="bi bi-linkedin"></i></a> -->
</div>
</div>
<div class="member-info">
<h4>Ashwini Mistry</h4>
<h6 style="font-weight: 900; font-size: 11px;">Manager- Marketing and Outreach | SRITNE - Indian School of Business</h6>
<br>
<div class="btn-group" style="padding-bottom: 15px;">
<a href="https://www.linkedin.com/in/ashwinimistry/" target="_blank" class="btn btn-md btn-primary" role="button" style="background-color: #0164a7; border: 2px solid #268ed4;">View Profile</a>
</div>
<!-- <span>Chief Executive Officer</span> -->
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 mx-3 d-flex align-items-stretch">
<div class="member" data-aos="fade-up" data-aos-delay="300">
<div class="member-img">
<img src="assets/img/testimonials/sachin.jpg" class="img-fluid" alt="" height=200>
<div class="social">
<!-- <a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a> -->
<!-- <a href="Sachin Kumar Srinivasa Murthy"><i class="bi bi-linkedin"></i></a> -->
</div>
</div>
<div class="member-info">
<h4>Sachin Kumar S</h4>
<h6 style="font-weight: 900; font-size: 11px;">Research Associate | SRITNE - Indian School of Business</h6>
<br>
<div class="btn-group" style="padding-bottom: 15px;">
<a href="https://www.linkedin.com/in/skwolvie/" target="_blank" class="btn btn-md btn-primary" role="button" style="background-color: #0164a7; border: 2px solid #268ed4;">View Profile</a>
</div>
<!-- <span>Accountant</span> -->
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 mx-3 d-flex align-items-stretch">
<div class="member" data-aos="fade-up" data-aos-delay="200">
<div class="member-img">
<img src="assets/img/testimonials/palkit_new.jpeg" class="img-fluid" alt="" height=200 width="600">
<div class="social">
<!-- <a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a> -->
<!-- <a href="https://www.linkedin.com/in/palkitlohia/"><i class="bi bi-linkedin"></i></a> -->
</div>
</div>
<div class="member-info">
<h4>Palkit Lohia</h4>
<h6 style="font-weight: 900; font-size: 11px;">Student Research Intern | SRITNE - Indian School of Business</h6>
<br>
<div class="btn-group" style="padding-bottom: 15px;">
<a href="https://spookbite.github.io/" class="btn btn-md btn-primary" target="_blank" role="button" style="background-color: #0164a7; border: 2px solid #268ed4;">View Profile</a>
</div>
<!-- <span>CTO</span> -->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Team Section -->
<!-- ======= Partners Section ======= -->
<section id="partner" class="about">
<div class="container">
<div class="section-title" data-aos="zoom-out">
<p style="text-align: center;">Partners</p>
</div>
<div class="row content" data-aos="fade-up">
<div class="col-lg-6">
<div class="section-title" data-aos="zoom-out">
<h3 style="text-align: center;"><a href="https://www.isb.edu/en/research-thought-leadership/research-centres-institutes/srini-raju-centre-for-it-and-the-networked-economy.html" target="_blank">Srini Raju Centre for IT and the Networked Economy, ISB</a></h3>
</div>
<p class="font-italic">
Srini Raju Centre for IT and the Networked Economy (SRITNE) is a multi-disciplinary research centre aimed at fostering rigorous and relevant research, education and outreach that advances our understanding of how Information and Communication Technologies (ICT) create value for business and society. The core activities of SRITNE are as follows:
</p>
<ul>
<li><i class="ri-check-double-line"></i> <b>Research</b> that addresses practical and policy questions related to the effective ICT selection, adoption, & exploitation.</li>
<li><i class="ri-check-double-line"></i> <b>Education</b> that trains future leaders to leverage ICT for competitive success.</li>
<li><i class="ri-check-double-line"></i> <b>Dialogue</b> with academics, industry, government and students though speaker series, conferences and symposia.</li>
</ul>
</div>
<div class="col-lg-6 pt-4 pt-lg-0">
<div class="section-title" data-aos="zoom-out">
<!-- <h2>About</h2> -->
<h3 style="text-align: center;"><a href="https://housing.com/" target="_blank">Housing.com</a></h3>
</div>
<p>
We are the fastest growing company in the online real estate space. Born out of the need to simplify the search for a home, free of fake listings and endless site visits, we created a unique property search platform that filled the gaps left by others in the market. Led by passionate problem-solvers and backed by top investors from around the world, we are poised to become the most trusted place to find a home in India.
</p>
<p class="font-italic">
<b>Our Vision and Mission:</b>
</p>
<ul>
<li><i class="ri-check-double-line"></i> Delivering trustworthy experiences that you cherish for a lifetime.</li>
<li><i class="ri-check-double-line"></i> To be the first choice for our consumers and partners in their journey of discovering, renting, buying, selling, and financing a home. We do it with data, design, technology, and above all the passion of our people, while delivering value to our shareholders.</li>
</ul>
</div>
</div>
</div>
</section>
<!-- End Partners Section -->
<!-- Contact Section -->
<section id="contact" class="contact">
<div class="container">
<div class="center" data-aos="fade-right">
<div class="section-title" data-aos="zoom-out">
<p style="text-align: center;">Contact Us</p>
<br>
<div class="email">
<h5 style="text-align: center;">
If you are interested in exploring an opportunity to collaborate and contribute towards this research initiative, please write to us at</h5>
<h4 style="text-align: center;">Email:</h4>
<p style="text-align: center;"><h6 style="text-align: center;"><a href="mailto:contact@housingpriceindex.in"><b><u>contact@housingpriceindex.in</u></b></a></h6></p>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container" style="max-width: 100%; padding-left: 0; padding-right: 0;">
<div class="logos">
<div class="columnlogo">
<a href="https://www.isb.edu/en/research-thought-leadership/research-centres-institutes/srini-raju-centre-for-it-and-the-networked-economy.html"><img class="columnlogoimg" src="assets/img/sritne.png"></a>
</div>
<div class="columnlogo">
<a href="https://housing.com/"><img class="columnlogoimg" src="assets/img/housing.png" height=10></a>
</div>
</div>
<div class="copyright">
© Copyright 2021 by<strong><span> Housing Price Index (HPI)</span></strong>.
<br>
<p id="textdesc">Jointly Developed by <a href="https://www.isb.edu/en/research-thought-leadership/research-centres-institutes/srini-raju-centre-for-it-and-the-networked-economy.html" style="color: #fff;"><b><span>Srini Raju Centre for IT and the Networked Economy, ISB</span></b></a> and <a href="https://housing.com/" style="color: #fff;"><b><span> Housing.com</span></b></a> <b></b></p>
</div>
</div>
</footer>
<!-- End Footer -->
<!-- <a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a> -->
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<!-- <script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script> -->
<!-- <script src="assets/vendor/php-email-form/validate.js"></script> -->
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>