This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
forked from EconomicsDiscord/deprecated
-
Notifications
You must be signed in to change notification settings - Fork 1
/
our_team.html
502 lines (445 loc) · 20.7 KB
/
our_team.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
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js"> <!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-Content-Type-Options" content="nosniff">
<meta name="description" content="Dollar Scholars">
<meta name="author" content="lespam">
<title>Dollar Scholars</title>
<!-- Mobile Specific Meta-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<!-- bootstrap.min css -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<!-- Ionic Icon Css -->
<link rel="stylesheet" href="plugins/Ionicons/css/ionicons.min.css">
<!-- animate.css -->
<link rel="stylesheet" href="plugins/animate-css/animate.css">
<!-- Magnify Popup -->
<link rel="stylesheet" href="plugins/magnific-popup/magnific-popup.css">
<!-- Owl Carousel CSS -->
<link rel="stylesheet" href="plugins/slick/slick.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="css/style.css">
</head>
<!-- Google tag (gtag.js) CHANGE FOR DOLLAR SCHOLARS
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZKL4RW03TT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZKL4RW03TT');
</script> -->
<body id="body">
<!-- Header Start -->
<header class="navigation">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- header Nav Start -->
<nav class="navbar">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<img src="images/web_logo.svg" alt="Logo" width="100px">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="our_team.html">Our Team</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button"
aria-haspopup="true" aria-expanded="false">About Us <span
class="ion-ios-arrow-down"></span></a>
<ul class="dropdown-menu">
<li><a href="about.html">About Us</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="mailto:[email protected]">Contact</a></li>
</ul>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div>
</div>
</div>
</header><!-- header close -->
<section class="page-title bg-2">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h1>Dollar Scholars Team</h1>
<p>Students and Teachers Bringing Financial Literacy to All</p>
</div>
</div>
</div>
</div>
</section>
<section class="about section">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="about-img">
<img class="img-responsive" src="../images/teams/devin_bae.png">
</div>
</div>
<div class="col-md-6">
<h2 class="mt-40">Devin Bae</h2>
<p>Devin Bae is a sophomore at American University, double-majoring in Neuroscience and
International Affairs. Devin was inspired to join this non-profit due to his passion for improving
the lives of people across the country, and he believes financial literacy is the cornerstone to
achieving this. After talking to Jeff after class, Devin got involved with the Dollar
Scholars project. Devin admires this non-profit's dedicated mission and committed team. Devin sees this
non-profit expanding into other cities, online, and on social media. In his free time Devin enjoys
reading and writing philosophy, learning quantum computing, and playing video games. A fun
fact about Devin is that he was ranked immortal in the top 2000 within the US in Dota 2.
</p>
<!-- <a href="#" class="btn btn-small mt-20">Download Company Profile</a> -->
</div>
<!-- <div class="social-media-icons mt-10">
<ul>
<li><a href="https://www.google.com"><i class="ion-social-facebook"></i></a></li>
<li><a href=""><i class="ion-social-twitter"></i></a></li>
<li><a href=""><i class="ion-social-linkedin"></i></a></li>
<li><a href=""><i class="ion-social-octocat"></i></a></li>
<li><a href=""><i class="ion-social-pinterest"></i></a></li>
<li><a href=""><i class="ion-social-instagram"></i></a></li>
</ul>
</div> -->
</div>
</div>
</section>
<section class="about section">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="about-img">
<img class="img-responsive" src="../images/teams/jeff_dickinson.jpg">
</div>
</div>
<div class="col-md-6">
<h2 class="mt-40">Professor Jeffrey Dickinson</h2>
<p>Jeff is an adjunct professor of economics at American University whose research focuses on economic development, rural agriculture and gender. Jeff’s interest in financial literacy
came about through reading the latest research papers in economics by authors such as Veronica Frisancho, Annamaria Lusardi, and others on the financial literacy gap between men and
women.
Jeff is passionate about motivating social change using a scientific approach, with decisions backed by peer-reviewed research.
Jeff teaches econometrics, economic development, and microeconomics. He has consulted on research projects for the International Food Policy Research Institute, the World Bank, and the International Monetary Fund.
Jeff grew up in D.C. where he lives with his partner, Leslie, and their dog, Timea.
</p>
<!-- <a href="#" class="btn btn-small mt-20">Download Company Profile</a> -->
</div>
</div>
</div>
</section>
<section class="about section">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="about-img">
<img class="img-responsive" src="../images/teams/leslie_dickinson.jpg">
</div>
</div>
<div class="col-md-6">
<h2 class="mt-40">Leslie Dickinson</h2>
<p>Leslie is a software quality engineer who loves testing and fixing bugs.
Leslie was inspired to join this non-profit because they wanted to apply their
technical skills to helping people. Leslie is also a fervent social justice advocate,
who believes financial literacy is a skill that is critical for everyone, especially in
today’s economic climate. They envision the Dollar Scholars project franchising
learning content, and expanding financial inclusion to allow people to contribute their skills
to a good cause.
Leslie is from Mexico City, Mexico, and when they are not working, Leslie loves dancing and listening to music by Shakira and
Radiohead. Leslie's day job is at The Chronicle of Higher Education, an independent journal on higher education based in D.C.,
where they with their partner and their golden retriever named Timea, who is very lovely and playful.
</p>
<!-- <a href="#" class="btn btn-small mt-20">Download Company Profile</a> -->
</div>
</div>
</div>
</section>
<section class="about section">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="about-img">
<img class="img-responsive" src="../images/teams/jake_glasser.jpg">
</div>
</div>
<div class="col-md-6">
<h2 class="mt-40">Jake Glasser</h2>
<p>Jake Glasser is a student at American University majoring in C.L.E.G. (Communication,
Legal Institutions, Economics, and Government). Jake found out about the Dollar Scholars
project through Jeff, and in an eager spirit to empower people and create long-term change in the D.M.V,
Jake joined the Dollar Scholars project. What Jake admires most about this non-profit is that those
in the organization are highly motivated and unafraid to roll up their sleeves. Jake envisions this
organization going nationwide, with chapters sprouting up and college students going to their
local communities to teach financial literacy. Outside working with the Dollar Scholars project,
Jake enjoys cars and weightlifting. Some fun facts about Jake are that his first word was car, and
he used to sell soup!</p>
</div>
</div>
</div>
</section>
<section class="about section">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="about-img">
<img class="img-responsive" src="../images/teams/shirley_lin.jpg">
</div>
</div>
<div class="col-md-6">
<h2 class="mt-40">Shirley Lin</h2>
<p>Shirley Lin is a student at American University studying International Services with a
minor in International Business. She has immigrant parents from China who
came to the United States to pursue master's degrees. Given her family background, Shirley was inspired to join this non-profit because of its goals to
help marginalized citizens take control of finances. She wants to give back by supporting individuals in the community who are driven by the American dream, and helping individuals who are stuck in a cycle of poverty. Shirley hopes to one day see the Dollar Scholars project expand internationally, so all marginalized communities have a voice of advocacy for their
financial education regardless of where they live. Outside of the Dollar Scholars project, Shirley enjoys writing articles advocating for human
rights for the Human Rights Research Center, and reading about international relations, law, and
business. A fun fact about her is that she lets Icelandic horses write her emails when she's out of
the office. No not kidding, <a href="https://www.visiticeland.com/outhorse-your-email">Check it out!</a>
</p>
<!-- <a href="#" class="btn btn-small mt-20">Download Company Profile</a> -->
</div>
</div>
</div>
</section>
<section class="about section">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="about-img">
<img class="img-responsive" src="../images/teams/arjun_mishra.jpg">
</div>
</div>
<div class="col-md-6">
<h2 class="mt-40">Arjun Mishra</h2>
<p>Arjun Mishra is a first year at American University majoring in international studies and economics. Arjun’s interest in
development and background as a first-generation American sparked his desire to find a way to get involved in the
community. Coming from New York City, Arjun has been curious as to how to impact social mobility across immigrant
communities and was able to get involved in his local community in Queens, New York when interning for a congressional
district office. Dollar Scholars was birthed after talking to Professor Jeffrey Dickinson about ways he could get
involved in development as an undergraduate. Outside of Dollar Scholars, Arjun is a part of the American University
Model United Nations Team and is also on the eboard for The Special Olympics Chapter at American. Arjun also writes for
the Pericles Institute, the undergraduate think tank at American. When Arjun is not busy working, you can find him
running painful distances, at a climbing gym, or playing Super Smash Brothers with his friends!
</p>
<!-- <a href="#" class="btn btn-small mt-20">Download Company Profile</a> -->
</div>
</div>
</div>
</section>
<section class="about section">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="about-img">
<img class="img-responsive" src="../images/teams/sophia_nayyar.jpg">
</div>
</div>
<div class="col-md-6">
<h2 class="mt-40">Sophia Nayyar</h2>
<p>Sophia Nayyar is a student at American University who works as a communications
liaison and photographer. Sophia is pursuing a double major in C.L.E.G. (Communications,
Legal Studies, Economics, and Government, and Legal Studies). Jeff introduced Sophia to the
Dollar Scholars project as he taught her economics course and told her about this non-profit
organization. Sophia was inspired by this non-profit’s steadfast commitment to helping
marginalized communities thrive while providing informational tools for success. Sophia
envisions the Dollar Scholars project expanding into different communities in the D.M.V. and
collaborating with other organizations. A fun fact about Sophia is that she is an avid parasailer
who loves reading and swimming.
</p>
<!-- <a href="#" class="btn btn-small mt-20">Download Company Profile</a> -->
</div>
</div>
</div>
</section>
<section class="about section">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="about-img">
<img class="img-responsive" src="../images/teams/thomas_shafie.jpg">
</div>
</div>
<div class="col-md-6">
<h2 class="mt-40">Thomas Shafie</h2>
<p>Thomas Shafie is a student at American University studying Public Affairs and C.L.E.G.
(Communication, Legal Institutions, Economics, and Government). He was inspired to join this
non-profit because he believes this organization offers an excellent solution to the problem of
insufficient financial literacy education in the D.M.V. for adults. Thomas got involved when Jeff
asked for volunteers for the Dollar Scholars project, which inspired him to contribute. He admires
how this non-profit takes all the necessary precautions to provide the best education for all.
Thomas envisions this non-profit franchising into different universities around the D.C. area and,
eventually, all universities in major cities nationwide. Outside of work, Thomas enjoys playing
rugby for A.U. and is part of the A.U. pickleball club. A fun fact about Thomas is that he is a
registered reverend.
</p>
<!-- <a href="#" class="btn btn-small mt-20">Download Company Profile</a> -->
</div>
</div>
</div>
</section>
<section class="about section">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="about-img">
<img class="img-responsive" src="../images/teams/haider_zaidi.jpg">
</div>
</div>
<div class="col-md-6">
<h2 class="mt-40">Haider Zaidi</h2>
<p>Haider Zaidi is a student at American University studying Political Science and Economics.
Haider was inspired to join this non-profit as it allowed him to make a tangible difference by
leveraging skills of Political Science and Economics when helping citizens of the D.M.V. Haider
got involved in the Dollar Scholars project after hearing about the mission of this non-profit
through a peer. What Haider admires most about this organization is how it aims to positively
impact both individual and community levels. Haider envisions the Dollar Scholars
project branching across different cities, addressing the unique financial literacy of particular
communities. During free time, Haider enjoys running and rock climbing outside of the Dollar Scholars project. A fun fact about Haider is that he was born on the same day as the moon
landing.
</p>
<!-- <a href="#" class="btn btn-small mt-20">Download Company Profile</a> -->
</div>
</div>
</div>
</section>
<!--
<section class="about-feature bg-dark section dark-service">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="title">
<h2>We are indepented Design & Development Agency</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="service-item">
<i class="ion-ios-color-filter-outline"></i>
<h4>IOS App Development</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut </p>
</div>
</div>
<div class="col-md-4">
<div class="service-item">
<i class="ion-ios-unlocked-outline"></i>
<h4>App Secutity</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut </p>
</div>
</div>
<div class="col-md-4">
<div class="service-item">
<i class="ion-ios-game-controller-b-outline"></i>
<h4>Games Development</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut </p>
</div>
</div>
<div class="col-md-4">
<div class="service-item">
<i class="ion-ios-mic-outline"></i>
<h4>Animation and Editing</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut </p>
</div>
</div>
<div class="col-md-4">
<div class="service-item">
<i class="ion-ios-lightbulb-outline"></i>
<h4>UI/UX Design</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut </p>
</div>
</div>
<div class="col-md-4">
<div class="service-item">
<i class="icon ion-coffee"></i>
<h4>Branding</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut </p>
</div>
</div>
</div>
</div>
</section>
<section class="call-to-action bg-1 section-sm overly">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h2>We design delightful digital experiences.</h2>
<p>Read more about what we do and our philosophy of design. Judge for yourself The work and results <br> we’ve achieved for other clients, and meet our highly experienced Team who just love to design.</p>
<a class="btn btn-main btn-solid-border" href="#" >Tell Us Your Story</a>
</div>
</div>
</div>
</div>
</section> -->
<!-- footer Start -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<!-- <div class="footer-manu">
<br>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="our_team.html">Our Team</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div> -->
Supported by:<br>
<a href="https://www.american.edu/cas/economics/"><img class="img" src="images/econ_dept.svg" alt=""
width="300px"> </a>
<br><br>
<p class="copyright"> Dollar Scholars is a 501(c)(3) non-profit organization. <br>Website Template
Designed & Developed
by <a href="https://www.themefisher.com">themefisher.com</a>. Copyright 2018 © All
rights reserved.
</p>
</div>
</div>
</div>
</footer>
<!--
Essential Scripts
=====================================-->
<!-- Main jQuery -->
<script src="plugins/jQuery/jquery.min.js"></script>
<!-- Bootstrap 3.1 -->
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<!-- slick Carousel -->
<script src="plugins/slick/slick.min.js"></script>
<script src="plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- filter -->
<script src="plugins/shuffle/shuffle.min.js"></script>
<script src="plugins/SyoTimer/jquery.syotimer.min.js"></script>
<!-- Form Validator -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.form/3.32/jquery.form.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.11.1/jquery.validate.min.js"></script>
<!-- Google Map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU&libraries=places"></script>
<script src="plugins/google-map/map.js"></script>
<script src="js/script.js"></script>
</body>
</html>