This repository has been archived by the owner on Sep 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
450 lines (415 loc) · 21.8 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="google-site-verification" content="HmxALOljrFkNvP-x61Dp7hnsQXMGZLpIAA5tGP--t_w" />
<link rel="canonical" href="https://www.techxlab.org/">
<title>Home</title>
<link rel="icon" href="/img/tel.png" type="image/png">
<link rel="stylesheet" href="./css/font-awesome.css">
<link rel="stylesheet" href="./css/techxlab.css">
<link rel="stylesheet" href="./css/flexslider.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script>window.pubRef = {"href":"/","relPath":"."};</script>
<script src="./js/jquery-1.12.4.min.js" ></script>
<script src="./js/techxlab.js" ></script>
<script src="./js/jquery.flexslider-min.js" ></script>
<script src="./js/scrollmonitor.js" ></script>
</head>
<body>
<div data-render-layout="main-layout"><div id="modal-overlay"></div>
<header id="header" class="section section-header">
<div class="container">
<div class="row row-header">
<div class="column">
<a href="./" onclick="$('.menu-header').removeClass('show')"><div class="logo logo-techxlab"></div></a>
</div>
<div class="column column-header-right">
<!-- <div id="search" class="searchplace">
<div id="SearchIcon" class="searchicon" onclick="$('.searchplace').toggleClass('column');$('.searchbox').toggleClass('show');$('.searchicon').toggleClass('vanish')">
<img src="/img/search-symbol.png">
</div> -->
<div class="row-header">
<div class="column">
<div id="hamburgerButton" class="hamburger" onclick="$('.menu-header').toggleClass('show')">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
<div class="column column-search">
<form id="search-form" action="" method="GET" class="searchbox">
<input type="search" name="q" id="q" placeholder="Search..." value="" autocomplete="off">
<!--<a id="submitq" class="submit" href="javascript:$('#search-form').submit();" title="submit">▸▸</a> -->
<ul id="q-list" class="shadow"></ul>
</form>
</div>
</div>
<!-- <ul class="menu menu-header">
<li class="menu-item"><a href="./sign-up/">Sign Up</a></li>
<li class="menu-item"><a href="./sign-in/">Sign In</a></li>
</ul> -->
<div class="row-header">
<ul class="menu menu-header">
<li class="menu-item " onclick="$('.menu-header').toggleClass('show')">
<a href="./solutions/categories/all-solutions/" onclick="ga('send', 'event', {'eventCategory': 'Navigation Menu', 'eventAction': 'click', 'eventLabel': 'Find Solutions', 'eventValue': 1 });">Find Solutions</a>
</li>
<li class="menu-item " onclick="$('.menu-header').toggleClass('show')">
<a href="./add-solutions/" onclick="ga('send', 'event', {'eventCategory': 'Navigation Menu', 'eventAction': 'click', 'eventLabel': 'Add Solutions', 'eventValue': 1 });">Add Solutions</a>
</li>
<li class="menu-item " onclick="$('.menu-header').toggleClass('show')">
<a href="./project-accelerator/" onclick="ga('send', 'event', {'eventCategory': 'Navigation Menu', 'eventAction': 'click', 'eventLabel': 'Project Accelerator', 'eventValue': 1 });">Project Accelerator</a>
</li>
<li class="menu-item " onclick="$('.menu-header').toggleClass('show')">
<a href="./farthest-reach-consulting/" onclick="ga('send', 'event', {'eventCategory': 'Navigation Menu', 'eventAction': 'click', 'eventLabel': 'Consulting & More', 'eventValue': 1 });">Consulting & More</a>
</li>
<li class="menu-item " onclick="$('.menu-header').toggleClass('show')">
<a href="./stories/" onclick="ga('send', 'event', {'eventCategory': 'Navigation Menu', 'eventAction': 'click', 'eventLabel': 'Projects & Stories', 'eventValue': 1 });">Projects & Stories</a>
</li>
<li class="menu-item " onclick="$('.menu-header').toggleClass('show')">
<a href="./about-us/" onclick="ga('send', 'event', {'eventCategory': 'Navigation Menu', 'eventAction': 'click', 'eventLabel': 'About Us', 'eventValue': 1 });">About Us</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</header>
<section id="header-shim" class="section-header-shim">
</section>
<div data-render-page="home">
<section id="banner-home" class="section-banner-home">
<div class="underlay"></div>
<div class="section-banner-wedge">
<img src="./img/woman-teaching-women-home-2.jpg" alt="">
</div>
<div class="container container-banner">
<div class="row row-banner">
<div class="column column-banner-feature">
<div data-render-html="/#banner-section"><h1 id="discover-solutions-to-poverty-related-challenges">Discover solutions to poverty-related challenges</h1>
</div>
<ul class="menu menu-banner-buttons">
<li class="menu-item menu-item-banner"><a class="button button-banner" href="./solutions/categories/all-solutions/">Find Solutions</a></li>
<li class="menu-item menu-item-banner"><a class="button button-banner" href="./add-solutions/">Add Solutions</a></li>
</ul>
</div>
</div>
</div>
<script>
var fadeBanner = function (e) {
if ($(e.target).scrollTop() % 2 === 0) {
e.data.$banner.fadeTo(0, 1 - $(e.target).scrollTop() / e.data.$banner.height());
}
};
$(document).on('scroll', {$banner: $('#banner-home img')}, fadeBanner);
// todo: unsubscribe fadeBanner fn, currently left dangling
</script>
</section>
<section id="tagline" class="section">
<div class="container">
<div class="row">
<div class="column">
<div data-render-html="/#tagline"><h2 id="new-solutions-with-the-potential-to-dramatically-improve-lives-in-underserved-communities-are-emerging-daily-tel-bridges-the-gap-between-innovators-and-solution-seekers-enabling-individuals-and-communities-to-thrive-while-confronting-the-effects-of-poverty">New solutions with the potential to dramatically improve lives in underserved communities are emerging daily. TEL bridges the gap between innovators and solution seekers, enabling individuals and communities to thrive while confronting the effects of poverty.</h2>
</div>
</div>
</div>
</div>
</section>
<section id="solution-categories" class="section orange-white">
<div class="container">
<div data-render-html="/#solution-categories-section"><h1 id="what-do-you-want-to-solve">What Do You Want To Solve?</h1>
</div>
<div class="row">
<ul class="elem elem-product-categories">
<li>
<div class="overlay"></div>
<a class="name" href="./solutions/categories/water/">Water & Sanitation</a>
<img src="./img/girls-at-water-pump.jpg">
</li>
<li>
<div class="overlay"></div>
<a class="name" href="./solutions/categories/agriculture/">Agriculture & Tools</a>
<img src="./img/agriculture-irrigation.jpg">
</li>
<li>
<div class="overlay"></div>
<a class="name" href="./solutions/categories/energy/">Energy & Cooking</a>
<img src="./img/woman-studying-with-solar-light.jpg">
</li>
<li>
<div class="overlay"></div>
<a class="name" href="./solutions/categories/medical/">Health & Medical Care</a>
<img src="./img/measuring-babys-arm.jpg">
</li>
<li>
<div class="overlay"></div>
<a class="name" href="./solutions/categories/education/">Education & Connectivity</a>
<img src="./img/woman-teaching-women.jpg">
</li>
<li>
<div class="overlay"></div>
<a class="name" href="./solutions/categories/housing/">Housing & Transport</a>
<img src="./img/housing.jpg">
</li>
<li>
<div class="overlay"></div>
<a class="name" href="./solutions/categories/other/">Additional Solutions</a>
<img src="./img/william-children.png">
</li>
<li>
<div class="overlay"></div>
<a class="name" href="./partner-solutions/">Partner Solutions</a>
<img src="./img/close-up-of-girl.jpg">
</li>
</ul>
</div>
</div>
</section>
<section id="menu-main" class="section section-menu-main">
<script>
$(function () {
$(".menu-menu-main li").hover(function(e) {
$(e.currentTarget).addClass("selected").siblings().map(function (_, elem) {
$(elem).removeClass("selected");
});
});
});
</script>
<div class="container container-menu-main">
<ul class="menu menu-menu-main">
<li class="menu-item selected ">
<a class="menu-item-name" href="./about-us/">Our Mission</a>
<div class="menu-item-caption"><div data-render-html="/#feature-menu-item-1"><p>TEL is dedicated to bringing communities out of poverty by driving the adoption of innovative, cost-effective and sustainable solutions that improve the lives of the least economically advantaged members of society.</p>
</div></div>
</li>
<li class="menu-item ">
<a class="menu-item-name" href="./project-accelerator/">Project Accelerator</a>
<div class="menu-item-caption"><div data-render-html="/#feature-menu-item-2"><p>Whether you need guidance in identifying and implementing a solution that is right for you, or expertise in co-designing your development project, connect with a TEL expert to learn more about our Project Accelerator service.</p>
</div></div>
</li>
<li class="menu-item ">
<a class="menu-item-name" href="./farthest-reach-consulting/">Consulting & More</a>
<div class="menu-item-caption"><div data-render-html="/#feature-menu-item-3"><p>Looking to introduce innovative products and technologies in developing regions? We help organizations identify, evaluate and implement innovative solutions to improve the lives of consumers and beneficiaries in underserved communities around the world.</p>
</div></div>
</li>
<li class="menu-item ">
<a class="menu-item-name" href="./prizes-for-ideas/">Prizes for Ideas</a>
<div class="menu-item-caption"><div data-render-html="/#feature-menu-item-4"><p>Explore our list of competitions, fellowships and awards in support of innovation and innovators against poverty.</p>
</div></div>
</li>
<li class="menu-item ">
<a class="menu-item-name" href="./stories/">Projects & Stories</a>
<div class="menu-item-caption"><div data-render-html="/#feature-menu-item-5"><p>Discover some of our projects and meet the solution providers, social entrepreneurs and communities from around the world that are working to implement development initiatives in last-mile communities.</p>
</div></div>
</li>
</ul>
</div>
</section>
<section id="action" class="section section-take-action">
<div class="container">
<div data-render-html="/#actions"><h1 id="2-ways-to-take-action">2 Ways To Take Action</h1>
</div>
<div class="row row-take-action-center">
<div class="column column-take-action-side">
<div class="row row-underline">
<img src="./img/join.png">
<a href="./join-us/"><h2>Join Us</h2></a>
</div>
<div data-render-html="/#actions-action-1"><p>Join TEL: a growing network of innovators, social enterprises, NGOs and developing-world communities to share and discover sustainable solutions to problems of poverty.</p>
</div>
</div>
<div class="column column-take-action-divider">
<div class="row row-take-action-divider">
<p>+</p>
</div>
</div>
<div class="column column-take-action-side">
<div class="row row-underline">
<img src="./img/donate.png">
<a href="./donate/"><h2>Donate</h2></a>
</div>
<div data-render-html="/#actions-action-2"><p>Make a tax-deductible donation to help deliver real solutions to those whose need them most.</p>
</div>
</div>
</div>
</div>
</section>
<!-- <section id="map">
<div class="container">
<div data-render-html=""> </div>
<iframe src="https://www.google.com/maps/d/u/0/embed?mid=1_pESTsFpa0OJQeJxWxvqP4x4geo" width="100%" height="600"></iframe> </div>
</section>
-->
<section id="partners" class="section">
<div class="container">
<div data-render-html="/#partners"><h1 id="our-partners">Our Partners</h1>
</div>
<ul class="row row-partners">
<li class="menu-item">
<a href="./partner-solutions/partners/empowering-people/" target="_blank">
<img class="logo-partners" src="./img/siemens-logo.png" alt="Siemens">
</a>
</li>
<li class="menu-item">
<a href="https://www.usaid.gov/news-information/fact-sheets/us-global-development-lab" target="_blank">
<img class="logo-partners" src="./img/usaid.png" alt="GlobalDevLab">
</a>
</li>
<li class="menu-item">
<a href="http://www.aidforum.org/" target="_blank">
<img class="logo-partners" src="./img/aidf-logo.png" alt="Aid Forum">
</a>
</li>
<li class="menu-item">
<a href="http://cite.mit.edu/" target="_blank">
<img class="logo-partners" src="./img/cite-logo.jpg" alt="CITE">
</a>
</li>
</ul>
</div>
</section>
<section id="quotes" class="section section-quotes">
<script>
$(function () {
$(".flexslider").flexslider({
animation: "slide",
directionNav: false
});
});
</script>
<div class="container">
<div data-render-html="/#quotes"> </div>
<div class="elem-flexslider flexslider">
<ul class="slides">
<li>
<p class="statement">TEL has been a valuable source of ideas and solutions to many of the challenges the Open Learning Exchange is facing in developing countries. Often the usual approaches for ensuring such necessities as clean water, sanitation and mobile power require innovative approaches. That's where TEL is especially helpful in discovering cost-effective ways to solve such challenges.</p>
<p class="source">- Dr. Richard Rowe, Chair and CEO, Open Learning Exchange</p>
</li>
<li>
<p class="statement">As we build out our vision and operations for SunSaluter, connecting with the TEL community and having access to their resources has been invaluable. TEL brings together like minded individuals who care about using technology in a meaningful and genuine way to make impact, and there is no other organization quite like it.</p>
<p class="source">- Eden Full, Founder, SunSaluter</p>
</li>
<li>
<p class="statement">I really like your mission, and I think any start up would be able to take advantage of the database that you are putting together. Your database will save nonprofits a lot of time and effort. I admire the work that you are doing, and hope we can help you with it.</p>
<p class="source">- Adam Creighton, Communications and Development Director, InStove</p>
</li>
<li>
<p class="statement">It is amazing that TEL can network people across the globe. I particularly appreciated receiving new solar technology samples from three companies whom I hadn't even heard of, delivered right to our doorstep! Thank you for your interest, help, and networking efforts. You've helped us discover the ideal lighting solution at less than one third the cost!</p>
<p class="source">- Smita Shah, Founder, Jaya Jyoti Solar Project</p>
</li>
</ul>
</div>
</div>
</section>
<section id="contact" class="section section-contact">
<div class="container">
<div class="row">
<div class="column column-contact column-contact-copy">
<div data-render-html="/#contact-us"><h1 id="contact-us">Contact Us</h1>
<p>Contact a TEL Team member by completing the form or sending an email to <a href="mailto:[email protected]">[email protected]</a>. </p>
<p>Please note that TEL does not sell any of the solutions contained within our database, nor do we maintain any commercial relationship with providers. Solutions may be acquired by directly contacting the providers listed on each solution page. For assistance in finding or implementing the solutions that best suit your needs, explore TEL's <a href="./farthest-reach-consulting/">services</a>. </p>
</div>
</div>
<div class="column column-space">
</div>
<form id="contact-form" class="column column-contact column-contact-form" novalidate="novalidate" action="https://tel-forms.herokuapp.com/server/form" method="POST">
<div data-render-html="/#contact-form"><p>
<label for="name" class="required">Name</label>
<input required type="text" name="Name" id="name" class="required">
<label for="email" class="required">Email</label>
<input required type="email" name="Email" id="email" class="required">
<label for="message" class="required">Message</label>
<textarea required name="Message" id="message" class="required"></textarea>
<input type="submit" value="Submit" class="button"></p>
<p>
<input type="hidden" name="form" value="Contact Us" id="form">
<input type="hidden" name="thankyou" value="/form-thank-you/" id="thankyou">
<input type="hidden" name="sorry" value="/form-sorry/" id="sorry">
<input type="hidden" name="validated" id="validated">
<input type="hidden" name="location" id="location"></p>
</div>
</form>
</div>
</div>
</section>
</div>
<footer id="footer" class="section section-footer">
<div class="container">
<div class="row">
<div class="column column-footer-left">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="YWLMM3ZPQFTJN" />
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
</form>
<a class="elem" href="https://www.guidestar.org/profile/26-3414936" target="_blank"><img src="https://widgets.guidestar.org/gximage2?o=9011794&l=v4" />
</a>
</div>
<div class="column">
<ul class="menu menu-footer">
<li class="menu-item"><a href="./prizes-for-ideas/">Prizes for Ideas</a></li>
<li class="menu-item"><a href="./funding-resources/">Funding Resources</a></li>
<li class="menu-item"><a href="./faqs/">FAQs</a></li>
<li class="menu-item"><a href="./terms-of-service/">Terms of Service</a></li>
<li class="menu-item"><a href="./privacy-policy/">Privacy Policy</a></li>
<li class="menu-item"><a href="./join-us/">Join Us</a></li>
</ul>
<p class="elem elem-footer-center">
The Technology Exchange Lab, Inc. | Cambridge Innovation Center<br>
1 Broadway, 14th Floor | Cambridge, MA 02142, USA
</p>
<p class="elem elem-footer-legal">
TEL is a registered non-profit, tax-exempt charity under section 501(c)(3) of the U.S. Internal Revenue Code. <a href="/donate/"> Donations </a>are tax deductible to the extent allowed by U.S. law. TEL is a public resource with no commercial allegiance.
</p>
<p class="elem elem-footer-copy">
© 2020 Technology Exchange Lab, Inc. | <a href="./photo-credits">Photo Credits</a>
</p>
</div>
<div class="column column-footer-right">
<ul class="menu menu-footer">
<li class="menu-item menu-item-footer-icon"><a class="icon-social facebook-white" href="https://www.facebook.com/techxlab" target="_blank"></a></li>
<li class="menu-item menu-item-footer-icon"><a class="icon-social twitter-white" href="https://twitter.com/the_techxlab" target="_blank"></a></li>
<li class="menu-item menu-item-footer-icon"><a class="icon-social linkedin-white" href="https://www.linkedin.com/company/technology-exchange-lab-inc-" target="_blank"></a></li>
<li class="menu-item menu-item-footer-icon"><a class="icon-social mail-white" href="mailto:[email protected]"></a></li>
</ul>
<a class="elem button" href="http://technologyexchangelab.us8.list-manage2.com/subscribe?u=1842edb42ca5e2996be75f5b8&id=14bb1b764d" target="_blank">Get Updates</a>
<a class="elem button" href="mailto:[email protected]">Contact Us</a>
</div>
</div>
</div>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-27156481-2', 'auto');
ga('send', 'pageview');
</script>
<script src="/js/underscore.js">
</script>
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Organization",
"name" : "Technology Exchange Lab",
"alternateName" : "TechXLab",
"url" : "https://www.techxlab.org",
"logo" : "https://www.techxlab.org/img/tel.png",
"sameAs" : [
"http://www.facebook.com/TechXLab",
"https://www.linkedin.com/company/technology-exchange-lab-inc-",
"https://twitter.com/the_techxlab"
]
}
</script>
</div>
</body>
</html>