-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
142 lines (124 loc) · 4.71 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
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
<!DOCTYPE HTML>
<!--
Escape Velocity by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Grameen America - Data Science and Design</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-165944848-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-165944848-2');
</script>
</head>
<body class="homepage is-preload">
<div id="page-wrapper">
<!-- Header -->
<section id="header" class="wrapper">
<!-- Logo -->
<div id="logo">
<h1 style="font-size:350%;"><a href="index.html">Grameen America</a></h1>
<p>Data Science and Design for Social Good</p>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li class="current"><a href="index.html">Home</a></li>
<li><a href="map_visual.html">Map Visualization</a></li>
<li><a href="retention_analysis.html">Retention Analysis</a></li>
<li><a href="no-sidebar.html">Additional Insights</a></li>
</ul>
</nav>
</section>
<!-- Intro -->
<section id="intro" class="wrapper style1">
<div class="title">The Introduction</div>
<div class="container">
<p class="style1">
<b><a href="https://www.grameenamerica.org/">Grameen America</a></b> is a 501 nonprofit microfinance organization based in
<b>New York City</b>.</br>
It was founded by Nobel Peace Prize recipient <b>Muhammad Yunus</b> in 2008.</br>
Grameen America is run by former Avon Chairman and CEO <b>Andrea Jung</b>.</br>
<br>
This website provides an <b>overview</b> and <b>analysis</b> of the data collected by Grameen America.</br>
<br><br>
Created by: Nithi (EE'20), Nick (ME'20), Diego(A'21), Harry(ME'20), Olivia(ME'20, MEng'20)
</p>
</div>
</section>
<!-- Main -->
<section id="main" class="wrapper style2">
<div class="title">More about Grameen</div>
<div class="container">
<a href="#" class="image featured">
<img src="images/pam1NEW.png" alt="" />
</a>
<a href="#" class="image featured">
<img src="images/pam2_uNEW.png" alt="" />
</a>
<a href="#" class="image featured">
<img src="images/pam3_uNEW.png" alt="" />
</a>
<!-- <a href="#" class="image featured">
<img src="images/pam4_NEW.png" alt="" />
</a> -->
<a href="#" class="image featured">
<img src="images/pam5_NEW.png" alt="" />
</a>
</div>
</section>
<!-- Highlights -->
<section id="highlights" class="wrapper style3">
<div class="title">Learn More about Grameen</div>
<div class="container">
<div class="row aln-center">
<div class="col-4 col-12-medium">
<section class="highlight">
<h3><a href="#">MAP VISUALIZATION</a></h3>
<p>An interactive map of all the locations of Grameen America branches across the United States. Click on
each location to learn more.</p>
<ul class="actions">
<li><a href="map_visual.html" class="button style1">Learn More</a></li>
</ul>
</section>
</div>
<div class="col-4 col-12-medium">
<section class="highlight">
<h3><a href="#">RETENTION ANALYSIS</a></h3>
<p>An analysis of what features affect retention among Grameen America members including a further look into
what retention means.</p>
<ul class="actions">
<li><a href="retention_analysis.html" class="button style1">Learn More</a></li>
</ul>
</section>
</div>
<div class="col-4 col-12-medium">
<section class="highlight">
<h3><a href="#">ADDITIONAL INSIGHTS</a></h3>
<p>Additional insights on "gentrification" and "swipe vs cash out" data on Grameen America members </p>
<ul class="actions">
<li><a href="no-sidebar.html" class="button style1">Learn More</a></li>
</ul>
</section>
</div>
</div>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>