-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
194 lines (172 loc) · 10.3 KB
/
index.html
File metadata and controls
194 lines (172 loc) · 10.3 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
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
<!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/tjh9o6o.png'/>
<meta property='og:description' content=''/>
<meta property='og:url' content='http://www.housingpriceindex.in/'/>
<title>Housing Price Index</title>
<!-- 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">
<script>
function resizeIframe(obj) {
obj.style.height = obj.contentWindow.document.documentElement.scrollHeight + 'px';
}
</script>
</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 active" href="#hero">Home</a></li>
<!-- <li><a class="nav-link scrollto " href="methodology.html">Methodology</a></li> -->
<li><a class="nav-link scrollto" 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">
<!-- Slide 1 -->
<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">
<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 style="font-size:large; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-weight: 400; font-style: inherit;font-display:inherit;">
The Housing Price Index (HPI) tracks residential home prices and quantities across the eight largest cities in India. The indices are constructed using quarterly survey data collected by Housing.com and are available from 2017-present. The survey includes information on price per square foot, quantity, and the total value of transactions for various sub-localities within each city collected from real-estate developers and brokers. The India level indices provide an average movement in prices and quantities across the eight cities. Finally, each index is normalized to a value of 100 in January 2017.</p>
<!-- </div> -->
</div>
</div>
</section>
<section id="services" class="services">
<div class="container">
<div class="section-title">
<p>Price Index</p>
<br>
<!-- <div class="iframe-container">
<iframe class="responsive-iframe" src="https://datawrapper.dwcdn.net/aByS6/1/" frameborder="0" scrolling="no" onload="resizeIframe(this)"></iframe>
</div> -->
<iframe title="INDIA" aria-label="Interactive line chart" id="datawrapper-chart-aByS6" src="https://datawrapper.dwcdn.net/aByS6/21/" scrolling="no" frameborder="0" style="width: 0; min-width: 100% !important; border: none;" height="550"></iframe><script type="text/javascript">!function(){"use strict";window.addEventListener("message",(function(e){if(void 0!==e.data["datawrapper-height"]){var t=document.querySelectorAll("iframe");for(var a in e.data["datawrapper-height"])for(var r=0;r<t.length;r++){if(t[r].contentWindow===e.source)t[r].style.height=e.data["datawrapper-height"][a]+"px"}}}))}();
</script>
<div style="display: flex; align-items: right">
<script src="https://platform.linkedin.com/in.js" type="text/javascript">lang: en_US</script>
<script type="IN/Share" data-url="http://www.housingpriceindex.in/"></script>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<a href="https://twitter.com/intent/tweet?url=https://www.housingpriceindex.in/&text=HPI" target="_blank"
class="twitter-share-button" data-show-count="false"><img src="https://t.co/LDQzHT4c2b"/></a>
</div>
</div>
<br>
<br>
<br>
<div class="section-title">
<p>Quantity Index</p>
<br>
<iframe title="INDIA" aria-label="Interactive line chart" id="datawrapper-chart-ADJhQ" src="https://datawrapper.dwcdn.net/ADJhQ/10/" scrolling="no" frameborder="0" style="width: 0; min-width: 100% !important; border: none;" height="550"></iframe><script type="text/javascript">!function(){"use strict";window.addEventListener("message",(function(e){if(void 0!==e.data["datawrapper-height"]){var t=document.querySelectorAll("iframe");for(var a in e.data["datawrapper-height"])for(var r=0;r<t.length;r++){if(t[r].contentWindow===e.source)t[r].style.height=e.data["datawrapper-height"][a]+"px"}}}))}();
</script>
<div style="display: flex; align-items: right">
<script src="https://platform.linkedin.com/in.js" type="text/javascript">lang: en_US</script>
<script type="IN/Share" data-url="http://www.housingpriceindex.in/"></script>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<a href="https://twitter.com/intent/tweet?url=https://www.housingpriceindex.in/&text=HPI" target="_blank"
class="twitter-share-button" data-show-count="false"><img src="https://t.co/LDQzHT4c2b"/></a>
</div>
</div>
</div>
</section>
<section id='download' class="download">
<div class="container" text-align="center">
<a href="assets/report/Housing Price Index (HPI) - Indian RE market through the lens of HPI.pdf" target="_blank" class="btn" style="width:100%; height:20%" text-align="center" display="block">Download white paper</a>
</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_black.png" width=1>
</a>
</div>
<div class="columnlogo">
<a href="https://housing.com/">
<img class="columnlogoimg" src="assets/img/housing_black.png" height=1>
</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>
<!-- <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>
<script>
function resizeIframe(obj) {
obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px';
}
</script>
</body>
</html>