-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
113 lines (106 loc) · 7.61 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>MarketGlance Winnipeg</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i">
<link rel="stylesheet" href="assets/css/Contact-Form-Clean.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/aos/2.2.0/aos.css">
<link rel="icon" href="images/location.png">
</head>
<body>
<header class="masthead text-center text-white" style="height: 890px;"><img class="bounce animated img-fluid" src="images/location.png" style="margin-left: 0px;margin-bottom: 26px;margin-top: -80px;width: 200px;">
<div class="masthead-content">
<div class="container">
<h1 class="d-inline-block masthead-heading mb-0" style="font-size: 65px;color: #a03033;">market</h1>
<h1 class="d-inline-block masthead-heading mb-0" style="font-size: 80px;color: #fcd856;">Glance:</h1>
<h1 class="masthead-heading mb-0" style="font-size: 30px;margin-top: 27px;"><strong>Visualize recently sold houses in Winnipeg</strong><br></h1>
<h2 class="masthead-subheading mb-0" style="font-size: 26px;color: rgb(108,25,25);margin-top: 35px;">Get to know your market better</h2><a class="btn btn-primary btn-xl rounded-pill mt-5" id="view" role="button" data-bs-hover-animate="pulse" style="background-color: rgb(1,6,135);">View map</a></div>
</div>
<div data-aos="fade-right" data-aos-duration="3000" data-aos-once="true" class="bg-circle-1 bg-circle"></div>
<div data-aos="fade-left" data-aos-duration="3000" data-aos-delay="250" data-aos-once="true" class="bg-circle-2 bg-circle" style="margin-top: 693px;width: 400px;height: 400px;margin-left: 0px;margin-right: 250px;"></div>
<div data-aos="fade-up" data-aos-duration="3000" data-aos-delay="500" data-aos-once="true" class="bg-circle-3 bg-circle" style="width: 400px;height: 400px;margin-left: 0px;margin-right: 130px;"></div>
</header>
<section>
<div class="container">
<div class="row">
<div class="col">
<div id="map" style="display: none; width: 100%; height: 800px;"></div>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 order-lg-2">
<div class="p-5"><img class="img-fluid" src="images/home.png"></div>
</div>
<div class="col-lg-6 order-lg-1">
<div class="p-5">
<h2 class="display-4" style="text-align: center;">What is this?</h2>
<p style="text-align: center;font-family: Catamaran, sans-serif;">Being a special city, Winnipeg releases its house sale data every two years to the public. Using that data, this map simply plots all the houses sold in the 2016-2018 period in an visually appealing manner. <br><br>You can use
this to compare houses in different residential areas, compare sale price & tax assessment value of houses & gain general insight into the Winnipeg house market. <br><br><strong>This is best viewed on larger screens</strong><br></p>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 order-lg-1">
<div class="p-5"><img class="img-fluid" src="images/map.png"></div>
</div>
<div class="col-lg-6 order-lg-2">
<div class="p-5">
<h2 class="display-4" style="text-align: center;">Who made this?</h2>
<p style="text-align: center;font-family: Catamaran, sans-serif;">Some time ago as I, a bored student, was browsing the internet, I came across <a href="http://houses.nickv.codes/"><strong>this </strong></a>website. Wonderfully created by Nick Verwymeren, it visualizes house sale data from 2010-2016.<br><br>Finding
it immensely insightful, I began creating an updated, albeit slow, version that reflected more recent sale data. Although this website is independent of Nick's, the credit fully goes to him for the idea</p>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 order-lg-2">
<div class="p-5"><img class="img-fluid" src="images/future.png"></div>
</div>
<div class="col-lg-6 order-lg-1">
<div class="p-5">
<h2 class="display-4" style="text-align: center;">Ok, what's next?</h2>
<p style="font-family: Catamaran, sans-serif;text-align: center;">If life allows, I will do my best to update the map with 2018-2020 data when it is publicly released. Also, I will be working on reducing map loading times in the future.<br><br>If interested, you can view the source code for this
project <a href="https://github.com/ArshSB"><strong>here</strong></a>. <br><br>For now, please enjoy the map & stay safe!</p>
</div>
</div>
</div>
</div>
</section>
<div class="contact-clean" style="background: linear-gradient(0deg, rgb(156,0,0), white);background-color: rgba(255,255,255,0);">
<form data-bss-recipient="48e1b376e948dff122fc54c4620bdd8f" style="background: linear-gradient(0deg, #f74902, #f94f8e);background-color: rgb(255,255,255);border: 3px solid rgb(163,0,0);">
<h2 class="text-center" style="color: rgb(255,255,255);font-size: 49px;">Get in touch</h2>
<div class="form-group"><input class="form-control" type="text" name="name" placeholder="Name"></div>
<div class="form-group"><input class="form-control" type="email" name="email" placeholder="Email"></div>
<div class="form-group"><textarea class="form-control" name="Message" placeholder="Message" rows="10"></textarea></div>
<div class="form-group"><button class="btn btn-primary" type="submit" style="margin-left: 150px;background-color: rgb(1,6,135);font-family: Catamaran, sans-serif;">send </button></div>
</form>
</div>
<footer class="py-5" style="background-color: rgb(156,0,0);">
<div class="container">
<p class="text-center text-white m-0 small" style="font-family: Catamaran, sans-serif;font-size: 14px;border-color: rgb(0,0,0);"><strong>Created during the 2020 pandemic by Arsh Buttar. Updated in 2021 by Duy Anh Nguyen & Adesh Khanna.</strong><br></p>
</div>
</footer>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/smart-forms.min.js"></script>
<script src="assets/js/bs-init.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/aos/2.2.0/aos.js"></script>
<script type="module" src="javascript/homepageScript.js"></script>
</body>
</html>