-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnew_about.html
340 lines (293 loc) · 10.3 KB
/
new_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
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
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
</script>
<script>
/*info for everyone. variable name should be the full name of the person with the following information (in order):
var fname_lname=[
"image_url",
"Fname Lname",
"Title",
"Hometown",
"Favorite word",
"Spirit Animal",
"Why GPP"
];
*/
var hugh_evans=[
"http://i.imgur.com/xhbKtgV.jpg?1",
"Hugh Evans",
"Chief Executive Officer",
"Melbourne, Australia",
"Vision",
"Eagle",
"Because the end of extreme poverty is our generations greatest challenge."
];
var wei_soo=[
"http://i.imgur.com/GNmvtdI.jpg?1",
"Wei Soo",
"Managing Director-Operations",
"Kuala Lumpur, Malaysia",
"Vexing",
"Water Dog",
" My occupation is a "human being" -everything else is incidental."
];
var justine_lucas=[
"http://i.imgur.com/D0SJeDX.jpg?2",
"Justine Lucas",
"US Country Director",
"Chicago, IL",
"Shenanigans",
"Penguin",
"Together we are building a movement to see a world without extreme poverty. That is our future. And that, is beautiful."
];
function show(person){
questions=$(".bio_info");
for(i=0;i<questions.length;i++){
questions[i].innerHTML=person[i];
}
$(questions[0]).attr("src",person[0]);
}
</script>
<style>
#top_nav{
background:url('http://upload.wikimedia.org/wikipedia/commons/9/99/Schoolgirls_in_Bamozai.JPG');
background-attachment:fixed;
background-size:100%;
width:100%;
margin:0;
clear:both;
}
#left_{
right:55%;
padding:5%;
color:white;
}
.nav_option{
padding:2%;
margin:1%;
border-radius:5px;
width:30%;
font-size:1.3em;
}
.nav_option:hover{
color:#be0606;
}
#what_{
display:block;
clear:both;
position:relative;
margin:0;
width:100%;
}
#left_blurb{
float:left;
padding:1%;
width:44%;
}
#right_blurb{
float:right;
padding:1%;
width:44%;
}
#manifesto{
background:url('http://upload.wikimedia.org/wikipedia/commons/6/67/Vietnam_08_-_151_-_houses_over_the_canals_(3186477231).jpg');
background-attachment:fixed;
background-size:100%;
width:100%;
clear:both;
}
#manifesto_text{
right:1%;
left:45%;
width:50%;
padding:1%;
position:relative;
}
#manifesto_text, #contact_info, .nav_option{
color:white;
background-color: rgb(38, 38, 38);
/* RGBa with 0.6 opacity */
background-color: rgba(38, 38, 38, 0.7);
/* For IE 5.5 - 7*/
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
/* For IE 8*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#contact_info{
padding:1%;
right:0%;
left:60%;
position:relative;
}
#grid, #bio{
padding:1%;
}
#grid{
float:left;
width:55%;
}
#bio{
float:right;
text-align:center;
width:40%;
}
.bio_image{
width:15%;
border:1px solid white;
}
.bio_image:hover{
border:1px solid black;
opacity:0.7;
}
.bio_info{
display:inline-block;
}
th{
text-align:left;
color:#be0606;
}
#theteam{
display:block;
clear:both;
position:relative;
margin:0;
width:100%;
}
#contact_us{
background:url('http://upload.wikimedia.org/wikipedia/commons/6/6f/Asseta_Lompo_with_her_goats.jpg');
background-attachment: fixed;
background-size:100%;
width:100%;
clear:both;
}
.title_text{
font-size:1.3em;
}
</style>
<body onload="show(hugh_evans)">
<div id="top_nav">
<div id="left_">
<div class="nav_option">What is a Global Citizen</div>
<div class="nav_option">Global Citizen Manifesto</div>
<div class="nav_option">Meet the team</div>
<div class="nav_option">Contact us</div>
</div>
</div>
<div id="what_">
<div id="left_blurb">
<p class="title_text">What is Global Citizen?</p>
<p>
Global Citizen is a tool to amplify and unite a generation's call for justice. It's a place for you to learn and act, to bring an end to extreme poverty.
<br /><Br />
Global Citizens know that a world that deprives 1.2 billion people of their basic rights and opportunities is unjust and unacceptable. We celebrate the efforts made to cut extreme poverty by half, but recognise more still needs to be done. We know that people living in extreme poverty are working hard themselves, and that we need to learn and take action to change the rules that trap them in broken systems.
<br/ ><Br />
We use Global Citizen to learn more about issues, so we can take effective action for change and find opportunities to support campaigns and organisations creating sustainable change. Global Citizen features new issues, with the latest information and action opportunities, so you can take effective action for change.
<br /><br />
There are more than 350,000 Global Citizens already taking action around the world - we hope that you join us.
</p>
</div>
<div id="right_blurb">
<p class="title_text">What is a Global Citizen?</p>
<p>
As Global Citizens, we stand against the greatest injustice of our time: extreme poverty. Because we know that a world that deprives 1.3 billion people of their basic rights and opportunities is unjust, and unacceptable. We know that we must do something about it. We celebrate the efforts made to cut extreme poverty by half, but recognise more still needs to be done. We know that people living in extreme poverty are working hard themselves, and that we need to learn, and take action, to change the rules that trap them in broken systems.
<br /><Br />
We don't ask for charity, we ask for justice. And we put our hands up to write the next chapter in the greatest story yet to be told... the end of extreme poverty by 2030.
<br /><br />
Using Global Citizen we unite and amplify our collective voice, working together to learn more and take action on issues that perpetuate extreme poverty. We share our passion for the issues we care about, and mobilise around crucial moments for change.
<br /><br />
Help us build the movement of Global Citizens taking action for change - share the Global Citizen story and refer your friends today.
</p>
</div>
</div>
<div id="manifesto">
<div id="manifesto_text">
<p class="title_text">The Global Citizen Manifesto</p>
<p>
I believe that 1 billion people continuing to live in extreme poverty is an affront to our common humanity and dignity.<br />
That is unfair, unjust, and unnecessary.<br /><br />
I know that extreme poverty can be ended forever by 2030- and I am committed to doing everything in my power to make that happen.<br /><br />
Extreme poverty has plummeted thanks to human ingenuity. We've pushed back disease, overcome ignorance, and seen the power of potential unleashed when everyone, everywhere has the chance to thrive.<br /><br />
The world's poor are leading this progress for themselves, but they can't finish the job without the rest of us. I am committed to changing the systems and policies that keep people poor.<br/> <br />
I will campaign as a part of a movement, to ensure governments, businesses, charities and individuals all play their role- because none of aid, trade nor charity can do this alone.<br /><br/ >
I know that this path is long and hard. I know that sometimes we will fall and fail. I know that not all campaigns will win, nor all policies work, but my commitment will not waver.<br /><br />
Who am I?<br /><Br />
I am a Global Citizen.
<p>
</div>
</div>
<div id="theteam">
<p class="title_text">Meet the Team</p>
<div id="grid">
<img onclick="show(hugh_evans)" class="bio_image" src="http://i.imgur.com/xhbKtgV.jpg?1"/>
<img onclick="show(wei_soo)" class="bio_image" src="http://i.imgur.com/GNmvtdI.jpg?1"/>
<img onclick="show(justine_lucas)" class="bio_image" src="http://i.imgur.com/D0SJeDX.jpg?2"/>
<img class="bio_image" src="http://i.imgur.com/wquwwMJ.jpg?1"/>
<img class="bio_image" src="http://i.imgur.com/GAS5Mxu.jpg?3"/>
<img class="bio_image" src="http://i.imgur.com/fyt3in3.jpg?1"/>
<img class="bio_image" src="http://i.imgur.com/Exig8Pm.jpg?1"/>
<img class="bio_image" src="http://i.imgur.com/Sa7bxY7.jpg?2"/>
<img class="bio_image" src="http://i.imgur.com/JZ6qEsf.jpg?1"/>
<img class="bio_image" src="http://i.imgur.com/4iC9VIG.jpg?1"/>
<img class="bio_image" src="http://i.imgur.com/acMfcOP.jpg?1"/>
<img class="bio_image" src="http://i.imgur.com/HQ6uZsq.jpg?2"/>
<img class="bio_image" src="http://i.imgur.com/jnOszOF.jpg?1"/>
<img class="bio_image" src="http://i.imgur.com/8bZPI9M.jpg?1"/>
<img class="bio_image" src="http://i.imgur.com/MOye6Ck.jpg?1"/>
<img class="bio_image" src="http://i.imgur.com/wj0ZwQH.jpg?2"/>
<img class="bio_image" src="http://i.imgur.com/zSJQKZ8.jpg?2"/>
<img class="bio_image" src="http://i.imgur.com/5c2FxdD.jpg?2"/>
<img class="bio_image" src="http://i.imgur.com/fVI65Zt.jpg?1"/>
<img class="bio_image" src="http://i.imgur.com/yh58QDA.jpg?2"/>
<img class="bio_image" src="http://i.imgur.com/zoloZ41.jpg?1"/>
</div>
<div id="bio">
<img class="bio_info" src="" style="width:65%; text-align:center; margin:auto;"/>
<p style="text-align:left;">
<table>
<tr>
<th style="width:30%;">Name: </td>
<td><div class="bio_info"></div></td>
</tr>
<tr>
<th>Title: </td>
<td><div class="bio_info"></div></td>
</tr>
<tr>
<th>Hometown: </td>
<td><div class="bio_info"></div></td>
</tr>
<tr>
<th>Favorite word: </td>
<td><div class="bio_info"></div></td>
</tr>
<tr>
<th>Spirit animal: </td>
<td><div class="bio_info"></div></td>
</tr>
<tr>
<th>Why GPP: </td>
<td><div class="bio_info"></div></td>
</table>
</p>
</div>
</div>
<div id="contact_us">
<div id="contact_info">
<div class="title_text">General Inquiries</div>
<p>[email protected]</p>
<br />
<div class="title_text">Press Inquiries</div>
<p>Jane Atkinson<br />
<br />
<div class="title_text">Business Development and Partner Inquiries</div>
<p>Elizabeth Edelman<br />
<br/>
<div class="title_text">Address</div>
<p>Global Poverty Project<br />
594 Broadway, Suite 207<br />
New York, NY 10012</p>
</div>
</div>
<br /><br/ >
</body>