forked from arpitabanerjee1996/arpitabanerjee1996.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev.html
More file actions
205 lines (178 loc) · 9.45 KB
/
dev.html
File metadata and controls
205 lines (178 loc) · 9.45 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
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE html>
<html lang="en">
<title>W3.CSS Template</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<style>
body,h1,h2,h3,h4,h5 {font-family: "Roboto", sans-serif}
body {font-size:16px;}
.w3-half img{margin-bottom:-6px;margin-top:16px;opacity:0.8;cursor:pointer}
.w3-half img:hover{opacity:1}
</style>
<body>
<div class="w3-sidebar-manual w3-dark-grey w3-collapse w3-top w3-padding" style="z-index:4;width:97%;font-weight:bold;" id="experience1">
<a href="javascript:void(0)" onclick="w3_close_exp(1)" class="w3-button w3-display-topleft" style="width:100%;font-size:22px">X</a>
<h1 class="w3-padding-64">Community Resilience Estimates</h1>
</div>
<div class="w3-sidebar-manual w3-dark-grey w3-collapse w3-top w3-padding" style="z-index:4;width:97%;font-weight:bold;" id="experience2">
<a href="javascript:void(0)" onclick="w3_close_exp(2)" class="w3-button w3-display-topleft" style="width:100%;font-size:22px">X</a>
<h1 class="w3-padding-64">Analyzing Housing Vulnerability</h1>
</div>
<div class="w3-sidebar-manual w3-dark-grey w3-collapse w3-top w3-padding" style="z-index:4;width:97%;font-weight:bold;" id="experience3">
<a href="javascript:void(0)" onclick="w3_close_exp(3)" class="w3-button w3-display-topleft" style="width:100%;font-size:22px">X</a>
<h1 class="w3-padding-64">Health-Centric Site and Infrastructure Plan</h1>
<h2>Douglass Square, Champaign, IL</h2>
</div>
<div class="w3-sidebar-manual w3-dark-grey w3-collapse w3-top w3-padding" style="z-index:4;width:97%;font-weight:bold;" id="experience4">
<a href="javascript:void(0)" onclick="w3_close_exp(4)" class="w3-button w3-display-topleft" style="width:100%;font-size:22px">X</a>
<h1 class="w3-padding-64">Geospatial Planning for Rurban Clusters</h1>
</div>
<!-- Sidebar/menu -->
<nav class="w3-sidebar w3-light-grey w3-collapse w3-top w3-large w3-padding" style="z-index:3;width:300px;font-weight:bold;" id="mySidebar"><br>
<a href="javascript:void(0)" onclick="w3_close()" class="w3-button w3-hide-large w3-display-topleft" style="width:100%;font-size:22px">X</a>
<div class="w3-container">
<h2 class="w3-padding-64 w3-hide-large"><b>Arpita<br>Banerjee</b></h2>
</div>
<div class="w3-bar-block">
<a href="#" onclick="w3_close()" class="w3-bar-item w3-button w3-hover-white">Home</a>
<a href="#aboutme" onclick="w3_close()" class="w3-bar-item w3-button w3-hover-white">About Me</a>
<a href="#portfolio" onclick="w3_close()" class="w3-bar-item w3-button w3-hover-white">Portfolio</a>
<a href="#experience" onclick="w3_close()" class="w3-bar-item w3-button w3-hover-white">Experience</a>
<a href="#contact" onclick="w3_close()" class="w3-bar-item w3-button w3-hover-white">Contact</a>
</div>
</nav>
<!-- Top menu on small screens -->
<header class="w3-container w3-top w3-hide-large w3-light-grey w3-xlarge w3-padding">
<a href="javascript:void(0)" class="w3-button w3-light-grey w3-margin-right" onclick="w3_open()">☰</a>
<span>Arpita Banerjee</span>
</header>
<!-- Overlay effect when opening sidebar on small screens -->
<div class="w3-overlay w3-hide-large" onclick="w3_close()" style="cursor:pointer" title="close side menu" id="myOverlay"></div>
<!-- !PAGE CONTENT! -->
<div class="w3-main" style="margin-left:340px;margin-right:40px">
<!-- Header -->
<div class="w3-container" style="margin-top:80px" id="showcase">
<div style="width: 300px; float: left; margin-right: 5%;">
<img src="img.jpg" style="object-fit:cover; object-position: 80% 20%; height: 300px; width: 300px;">
</div>
<div style="width: 50%; float: left;">
<h1 class="w3-jumbo"><b>Arpita Banerjee</b></h1>
<h1 class="w3-xxxlarge w3-text-greyscale"><b>Urban Planning</b></h1>
</div>
</div>
<!-- Photo grid (modal) -->
<div class="w3-row-padding">
<!-- <div class="w3-half">
<img src="/w3images/kitchenconcrete.jpg" style="width:100%" onclick="onClick(this)" alt="Concrete meets bricks">
<img src="/w3images/livingroom.jpg" style="width:100%" onclick="onClick(this)" alt="Light, white and tight scandinavian design">
<img src="/w3images/diningroom.jpg" style="width:100%" onclick="onClick(this)" alt="White walls with designer chairs">
</div> -->
<!-- <div class="w3-half">
<img src="/w3images/atrium.jpg" style="width:100%" onclick="onClick(this)" alt="Windows for the atrium">
<img src="/w3images/bedroom.jpg" style="width:100%" onclick="onClick(this)" alt="Bedroom and office in one space">
<img src="/w3images/livingroom2.jpg" style="width:100%" onclick="onClick(this)" alt="Scandinavian design">
</div> -->
</div>
<!-- Modal for full size images on click-->
<div id="modal01" class="w3-modal w3-black" style="padding-top:0" onclick="this.style.display='none'">
<span class="w3-button w3-black w3-xxlarge w3-display-topright">×</span>
<div class="w3-modal-content w3-animate-zoom w3-center w3-transparent w3-padding-64">
<img id="img01" class="w3-image">
<p id="caption"></p>
</div>
</div>
<!-- Services -->
<div class="w3-container" id="aboutme" style="margin-top:75px">
<h1 class="w3-xxxlarge w3-text-greyscale"><b>About Me</b></h1>
<hr style="width:50px;border:5px solid gray" class="w3-round">
<p>I am an Urban and Regional Planner with an interest in Information Equity. I hold a Bachelor of Planning degree from School of Planning and Architecture, New Delhi, and am currently pursuing a Masters in Urban Planning from the University of Illinois at Urbana-Champaign, USA. I am also employed with the Illinois Extension, working on a Toolkit for Disaster Management for Rural Communities.
</p>
</div>
<!-- Designers -->
<div class="w3-container" id="portfolio" style="margin-top:75px">
<h1 class="w3-xxxlarge w3-text-greyscale"><b>Portfolio</b></h1>
<hr style="width:50px;border:5px solid gray" class="w3-round">
<div class="w3-hide-small w3-hide-medium"><p>My Undergraduate Portfolio is available below: <iframe src="Portfolio_Extended.pdf" style="width:100%; height: 800px;"></iframe></div>
<div class="w3-hide-large"><p>My Undergraduate Portfolio can be downloaded from <a href="CV__Arpita_Banerjee_UIUC.pdf" download> this link </a>.</div>
</div>
<!-- Designers -->
<div class="w3-container" id="experience" style="margin-top:75px">
<h1 class="w3-xxxlarge w3-text-greyscale"><b>Experience</b></h1>
<hr style="width:50px;border:5px solid gray" class="w3-round">
<p>I have worked in the following areas: Rurban Development, Geospatial Modelling, Disaster Management.
<p>My full C.V. can be found at this <a href="CV__Arpita_Banerjee_UIUC.pdf" download> link </a>.
<p>I have worked on the following projects:
</div>
<!-- The Team -->
<div class="w3-row-padding w3-grayscale">
<div class="w3-col m4 w3-margin-bottom" onclick="w3_open_exp(1)">
<div class="w3-light-grey">
<div class="w3-container">
<h3>Community Resilience Estimates</h3>
<p class="w3-opacity">June 2021 - Present</p>
</div>
</div>
</div>
<div class="w3-col m4 w3-margin-bottom" onclick="w3_open_exp(2)">
<div class="w3-light-grey">
<div class="w3-container">
<h3>Analyzing Housing Vulnerability</h3>
<p class="w3-opacity">July 2020 - Present</p>
</div>
</div>
</div>
<div class="w3-col m4 w3-margin-bottom" onclick="w3_open_exp(3)">
<div class="w3-light-grey">
<div class="w3-container">
<h3>Health-Centric Site and Infrastructure Plan</h3>
<p class="w3-opacity">January - May 2020</p>
</div>
</div>
</div>
<div class="w3-col m4 w3-margin-bottom" onclick="w3_open_exp(4)">
<div class="w3-light-grey">
<div class="w3-container">
<h3>Geospatial Planning for Rurban Clusters</h3>
<p class="w3-opacity">January 2017 - January 2020</p>
</div>
</div>
</div>
</div>
<!-- Contact -->
<div class="w3-container" id="contact" style="margin-top:75px">
<h1 class="w3-xxxlarge w3-text-greyscale"><b>Contact.</b></h1>
<hr style="width:50px;border:5px solid gray" class="w3-round">
<p>I can be reached at <a href="mailto:arpitab2@illinois.edu">arpitab2@illinois.edu</a></p>
</div>
<!-- End page content -->
</div>
<!-- W3.CSS Container -->
<div class="w3-light-grey w3-container w3-padding-32" style="margin-top:75px;padding-right:58px"><p class="w3-right">Powegray by <a href="https://www.w3schools.com/w3css/default.asp" title="W3.CSS" target="_blank" class="w3-hover-opacity">w3.css</a></p></div>
<script>
// Script to open and close sidebar
function w3_open() {
document.getElementById("mySidebar").style.display = "block";
document.getElementById("myOverlay").style.display = "block";
}
function w3_close() {
document.getElementById("mySidebar").style.display = "none";
document.getElementById("myOverlay").style.display = "none";
}
function w3_open_exp(expId) {
document.getElementById("experience" + expId).style.display = "block";
}
function w3_close_exp(expId) {
document.getElementById("experience" + expId).style.display = "none";
}
// Modal Image Gallery
function onClick(element) {
document.getElementById("img01").src = element.src;
document.getElementById("modal01").style.display = "block";
var captionText = document.getElementById("caption");
captionText.innerHTML = element.alt;
}
</script>
</body>
</html>