-
Notifications
You must be signed in to change notification settings - Fork 2
/
about.html
179 lines (178 loc) · 7.25 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
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<title>FEMALE DIRECTORS ABOUT</title>
</head>
<body>
<!-- Navigation Bar -->
<nav class="navbar navbar-expand-md">
<div class="container">
<a class="navbar-brand ml-auto" href="index.html">FEMALE DIRECTORS</a>
<div class="navbar-collapse w-100">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">HOME</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="about.html">ABOUT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="tableau.html">TABLEAU DASHBOARDS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="d3.html">D3 VISUALIZATIONS</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- About Dr Mehta -->
<div class="aboutintro">
<div class="row rowdark">
<div class="container text-center py-4">
<div class="offset-1 col-10">
<h4 style="font-size: 26px;">ABOUT DR RINI BHATTACHARYA MEHTA</h4>
<p>
Rini Bhattacharya Mehta is Associate Professor of Comparative Literature and of Religion at the University of Illinois at Urbana-Champaign, and a fellow of Illinois Program for Research in the Humanities and National Center for Supercomputing Applications. Under a grant from the President's office at the University of Illinois, Mehta is directing a project on global film history. Global Film History from the Edges: Engineering a Comparative Public Humanities will involve faculty, researchers, and graduate and undergraduate students from the three campuses of the University of Illinois in a digital humanities initiative stretching over two years (2019-2021).
</p>
</div>
</div>
</div>
</div>
<!-- About the team images and hover overs -->
<div class="aboutteam my-4">
<div class="container">
<div class="row">
<div class="col-12 text-center pb-1">
<h4 class="teamtitle" style="font-size: 26px;">ABOUT THE TEAM</h4>
</div>
<div class="col-md-3 pt-2">
<h6 style="color: black; text-align: center;">
Miranda Li: Web Developer
</h6>
<img
class="card-img-top"
src="mainphotos/miranda.jpg"
alt="Miranda Image"
/>
<div class="overlay">
<div class="text">
<h5>MIRANDA LI</h5>
<h5 style="margin: -10px 0px 15px 0px;">WEB DEVELOPER</h5>
<p>Major: Computer Science and Math at UIUC</p>
<p>Graduating: Spring 2022, Incoming Junior</p>
<p>Interests: Full Stack Development</p>
<p>
<a
href="https://www.linkedin.com/in/mirandasswli/"
class="btn btn-link"
role="button"
>See LinkedIn Profile</a
>
</p>
</div>
</div>
</div>
<div class="col-md-3 pt-2">
<h6 style="color: black; text-align: center;">
Yash Patel: Data Analyst
</h6>
<img
class="card-img-top"
src="mainphotos/Yash.jpeg"
alt="Yash Image"
/>
<div class="overlay">
<div class="text">
<h5>YASH PATEL</h5>
<h5 style="margin: -10px 0px 15px 0px;">DATA ANALYST</h5>
<p>Major: Economics at UIUC</p>
<p>Graduating: Spring 2021, Incoming Senior</p>
<p>Interests: Data Science and Analytics</p>
<p>
<a
href="https://www.linkedin.com/in/yash-patel-b638b4185/"
class="btn btn-link"
role="button"
>See LinkedIn Profile</a
>
</p>
</div>
</div>
</div>
<div class="col-md-3 pt-2">
<h6 style="color: black; text-align: center;">
Shangya Xu: Data Analyst
</h6>
<img
class="card-img-top"
src="mainphotos/shangya.JPG"
alt="Shangya Image"
/>
<div class="overlay">
<div class="text">
<h5>SHANGYA XU</h5>
<h5 style="margin: -10px 0px 15px 0px;">DATA ANALYST</h5>
<p>
Major: Econometrics, Quantitative Economics, Minor:
Statistics, Informatics at UIUC
</p>
<p>Graduating: Fall 2020</p>
<p>Interests: Data Science and Analytics</p>
<p>
<a
href="https://www.linkedin.com/in/shangya-xu/"
class="btn btn-link"
role="button"
>See LinkedIn Profile</a
>
</p>
</div>
</div>
</div>
<div class="col-md-3 pt-2">
<h6 style="color: black; text-align: center;">
Serenity Wilson: Data Analyst
</h6>
<img
class="card-img-top"
src="mainphotos/serenity.JPG"
alt="Serenity Image"
/>
<div class="overlay">
<div class="text">
<h5>SERENITY WILSON</h5>
<h5 style="margin: -10px 0px 15px 0px;">DATA ANALYST</h5>
<p>Major: Economics at UIUC</p>
<p>Graduating: Spring 2022, Incoming Junior</p>
<p>Interests: Graphs, Visualizations and Data Patterns</p>
<p>
<a
href="http://linkedin.com/in/serenity-w-872948164"
class="btn btn-link"
role="button"
>See LinkedIn Profile</a
>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<a href="https://twitter.com/intent/follow?original_referer=https%3A%2F%2Fmehtadatalab.web.illinois.edu%2Fprojects.html&ref_src=twsrc%5Etfw&screen_name=mehtadatalab&tw_p=followbutton"><i class="fa fa-twitter" style="font-size:24px; color:#4281a4; padding-right: 10px;"></i></a>
<p>mehtadatalab is funded by the Illinois Presidential Initiative & NCSA at the University of Illinois</p>
</div>
</body>
</html>