-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
61 lines (51 loc) · 2.62 KB
/
aboutus.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
<!DOCTYPE html>
<html>
<head>
<title>About us</title>
<link href="styles.css" rel="stylesheet" />
</head>
<body>
<div class="scrollmenu">
<a href="index.html">Home</a>
<a href="tab1.html">Inflation</a>
<a href="tab2.html">Types of Inflation</a>
<a href="tab-4.html">Case Studies</a>
<a href="Magic_Quiz.html">Test Yourself</a>
<a href="tab3.html">Current Trend</a>
<a href="Glossary.html">Glossary</a>
<a href="aboutus.html">About Us</a>
</div>
<br></br>
<h2>About the Project</h2>
<p>This website was created as a final project for the Programming and Data for Policymakers course at Harvard Kennedy School. It represents the skills we learned over a two week Code4Policy module.</p>
<br></br>
<h2>Meet the Team</h2>
<br></br>
<div class="member-grid">
<div class="member">
<img src="pictures/Mijiddorj.jpg" alt="Member 1">
<h4>Mijiddorj Lkhagvasuren</h4>
<p>Product owner</p>
<p>Mijiddorj Lkhagvasuren is first year student at MPA/ID program in Harvard Kennedy School. Previously, he has worked as an economist at Monetary Policy Department in central Bank of Mongolia.</p>
</div>
<div class="member">
<img src="pictures/navneet.jpg" alt="Member 2">
<h4>Navneet Kumar</h4>
<p>Scrum master</p>
<p>Navneet Kumar is a first-year MPA/ID Program student at Harvard Kennedy School. He is a civil servant from India and has more than nine years of experience working in the Ministry of Finance, Government of India.</p>
</div>
<div class="member">
<img src="pictures/Francisco.jpg" alt="Member 3">
<h4>Francisco Montes</h4>
<p>Team member</p>
<p>Francisco Montes is earning a degree in Urban Planning at Harvard's School of Design. His background was a legislative aide for four years at the state of California. He came to school to learn how to build affordable housing.</p>
</div>
<div class="member">
<img src="https://upload.wikimedia.org/wikipedia/en/d/dc/MichaelScott.png" alt="Member 4">
<h4>Kim Córdova</h4>
<p>Team member</p>
<p>Kim Córdova is earning a Master's in Design Studies in the power and place trajectory at the Harvard Graduate School of Design. She is a culture journalist writing about contemporary art and design for various outlets. At Harvard her research focuses on public policy and international politics in contemporary art.</p>
</div>
</div>
</body>
</html>