This repository was 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
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit e277ddc
Showing
687 changed files
with
104,042 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
### ignore ##################################################################### | ||
|
||
*.ign | ||
|
||
### OSX ######################################################################## | ||
|
||
.DS_Store | ||
|
||
### BOOT ####################################################################### | ||
|
||
/.boot/ | ||
|
||
### LEININGEN ################################################################## | ||
|
||
.lein-* | ||
|
||
### MAVEN ###################################################################### | ||
|
||
*.jar | ||
*.war | ||
pom.xml | ||
|
||
### NREPL ###################################################################### | ||
|
||
.repl-* | ||
.nrepl-* | ||
|
||
### EMACS ###################################################################### | ||
|
||
[#]*[#] | ||
|
||
### VIM ######################################################################## | ||
|
||
*.swn | ||
*.swo | ||
*.swp | ||
|
||
### NODE ####################################################################### | ||
|
||
env | ||
node_modules/ | ||
|
||
### PROJECT #################################################################### | ||
|
||
tgt | ||
ast |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,289 @@ | ||
<!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="robots" content="noindex, nofollow"> | ||
|
||
<title>About Us</title> | ||
|
||
<link rel="icon" href="../img/favicon.ico" type="image/x-icon"> | ||
<link rel="stylesheet" href="../css/font-awesome.css"> | ||
<link rel="stylesheet" href="../css/techxlab.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":"/about-us/","relPath":".."};</script> | ||
<script src="../js/jquery-1.11.3.min.js" ></script> | ||
<script src="../js/lodash.min.js" ></script> | ||
<script src="../js/techxlab.js" ></script> | ||
</head> | ||
<body> | ||
<div data-render-layout="main-layout"><header class="header"> | ||
<div class="container"> | ||
|
||
<!-- logo --> | ||
<a href="../"><div class="logo logo-techxlab"></div></a> | ||
|
||
<!-- hamburger --> | ||
<button class="hamburger"> | ||
<span class="bar"></span> | ||
<span class="bar"></span> | ||
<span class="bar"></span> | ||
</button> | ||
|
||
<!-- authentication menu --> | ||
<ul class="navbar"> | ||
<li class="link"><a href="../sign-up/">Sign Up</a></li> | ||
<li class="link"><a href="../sign-in/">Sign In</a></li> | ||
</ul> | ||
|
||
</div> | ||
</header> | ||
|
||
<div data-render-page="about-us"><section class="section-banner"> | ||
<img src="../img/moral.jpg"> | ||
<div class="container"> | ||
<div class="banner-box"> | ||
<h2>Scribble on the Whiteboards</h2> | ||
<p>All the corporate bullshits begin somewhere.</p> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="section-menu"> | ||
<script> | ||
document.addEventListener("DOMContentLoaded", function(event) { | ||
$(".section-menu li").hover(function(e) { | ||
$(e.currentTarget).addClass("selected").siblings().map(function (_, elem) { | ||
$(elem).removeClass("selected"); | ||
}); | ||
}); | ||
}); | ||
</script> | ||
<div class="container"> | ||
<ul class="navbar"> | ||
<li class="selected"> | ||
<a class="link" href="../find-solutions/"> Find Solutions</a> | ||
<p class="caption">Browse our curated database of over 600 innovative technologies and superior methods. Search by focus area (e.g. water, energy, agriculture). Learn how you can leverage cost-effective, technology-based solutions to tackle tough problems of poverty.</p> | ||
</li> | ||
<li> | ||
<a class="link" href="../add-a-solution/">Add Solutions</a> | ||
<p class="caption">Anyone is welcome to add solutions to our crowdsourced database. Whether you are an innovator end-user or simply a fan, submit a solution and help spread innovation around the world.</p> | ||
</li> | ||
<li> | ||
<a class="link" href="../take-action/">Take Action</a> | ||
<p class="caption">Do stuff in places.</p> | ||
</li> | ||
<!-- <li> | ||
<a class="link" href="../prizes-and-funding/">Prizes & Funding</a> | ||
<p class="caption">From prizes to long-term funding resources, explore our list of competitions, grants, fellowships and awards in support of innovation and innovators against poverty.</p> | ||
</li> --> | ||
<li> | ||
<a class="link" href="../project-accelerator/">Project Accelerator</a> | ||
<p class="caption">Whether you need guidance in selecting and sourcing a solution that is right for you, or xpertise in structuring and promoting your development project, talk directly to a TEL expert to learn more about our service.</p> | ||
</li> | ||
<li> | ||
<a class="link" href="../stories-from-the-field/">Stories From the Field</a> | ||
<p class="caption">Meet the solution providers, social entrepreneurs and communities from around the world that are working to implement development initiatives in last-mile communities. Read stories from the field on our blog.</p> | ||
</li> | ||
<li> | ||
<a class="link" href="../about-us/">About Us</a> | ||
<p class="caption">We do things for people in places.</p> | ||
</li> | ||
<li> | ||
<a class="link" href="../join-us/">Join Us</a> | ||
<p class="caption">Do things for people in places with us.</p> | ||
</li> | ||
</ul> | ||
</div> | ||
</section> | ||
|
||
|
||
<div class="team"> | ||
<h1>The Tel Team</h1> | ||
<div class="container"> | ||
<ul class="flex-container-row"> | ||
<li> | ||
<img src="../img/karen-von-bismarck.jpeg"> | ||
<h3>Karen von Bismarck</h3> | ||
<p>Founder, CEO</p> | ||
</li> | ||
<li> | ||
<img src="../img/brennan-lake.jpg"> | ||
<h3>Brennan Lake</h3> | ||
<p>Programs Director</p> | ||
</li> | ||
<li> | ||
<img src="../img/eadaoin-ilten.jpg"> | ||
<h3>Éadaoin Ilten</h3> | ||
<p>Operations Manager</p> | ||
</li> | ||
<li> | ||
<img src="../img/adrienne-perez.jpg"> | ||
<h3>Adrienne Perez</h3> | ||
<p>Research & Communications Associate</p> | ||
</li> | ||
<li> | ||
<img src="../img/amrish-kapoor.jpg"> | ||
<h3>Amrish Kapoor</h3> | ||
<p>Chief Technology Officer</p> | ||
</li> | ||
<li> | ||
<img src="../img/dan-swann.jpg"> | ||
<h3>Dan Swann</h3> | ||
<p>Communications Associate</p> | ||
</li> | ||
<li> | ||
<img src="../img/donny-holaschutz.jpg"> | ||
<h3>Donny Holaschutz</h3> | ||
<p>Research Associate</p> | ||
</li> | ||
<li> | ||
<img src="../img/elena-pascual.jpg"> | ||
<h3>Elena Pascual</h3> | ||
<p>Social Media Intern</p> | ||
</li> | ||
<li> | ||
<img src="../img/qingqing-wu.jpg"> | ||
<h3>Qingqing Wu</h3> | ||
<p>Advisory Board Member</p> | ||
</li> | ||
<li> | ||
<img src="../img/tim-zeb-girouard.jpg"> | ||
<h3>Tim Zeb Girouard</h3> | ||
<p>Advisory Board Member</p> | ||
</li> | ||
<li> | ||
<img src="../img/miranda-grizio.jpg"> | ||
<h3>Miranda Grizio</h3> | ||
<p>Contributing Writer</p> | ||
</li> | ||
<li> | ||
<img src="../img/lee-cusolito.jpg"> | ||
<h3>Lee Cusolito</h3> | ||
<p>Volunteer Design Associate</p> | ||
</li> | ||
<li> | ||
<img src="../img/balaji-mani.jpg"> | ||
<h3>Balaji Mani</h3> | ||
<p>Research Associate</p> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
<div class="our-partners"> | ||
<div class="container"> | ||
<div class="border"> | ||
<h2>OUR PARTNERS IN ACTION</h2> | ||
</div> | ||
<p>We are proud to partner with non-profits, universities, social enterprises and other organizations, including:</p> | ||
<ul class="flex-container-row"> | ||
<li><a href=""><img src="../img/siemens-logo.png"></a></li> | ||
<li><a href=""><img src="../img/usgdl-logo.png"></a></li> | ||
<li><a href=""><img src="../img/aidf-logo.png"></a></li> | ||
<li><a href=""><img src="../img/cite-logo.png"></a></li> | ||
<li><a href=""><img src="../img/gacc-logo.png"></a></li> | ||
<li><a href=""><img class="big" src="../img/d4d-logo.jpeg"></a></li> | ||
<li><a href=""><img src="../img/ole-logo.png"></a></li> | ||
<li><a href=""><img src="../img/practical-action-logo.png"></a></li> | ||
<li><a href=""><img src="../img/innovations-in-healthcare-logo.png"></a></li> | ||
<li><a href=""><img src="../img/eia-logo.jpg"></a></li> | ||
<li><a href=""><img src="../img/mit-chief-logo.jpg"></a></li> | ||
<li><a href=""><img src="../img/rosetta-logo.jpg"></a></li> | ||
<li><a href=""><img src="../img/translators-without-borders-logo.jpg"></a></li> | ||
<li><a href=""><img src="../img/translations-for-progress-logo.jpg"></a></li> | ||
<li><a href=""><img src="../img/nv-logo.jpg"></a></li> | ||
<li><a href=""><img src="../img/partnership-for-change-logo.jpg"></a></li> | ||
</ul> | ||
<p>Interested in partnering with TEL? <a href="">Contact us</a> to learn more about partnership opportunities. </p> | ||
</div> | ||
</div> | ||
|
||
<div class="contact-us"> | ||
<div class="container"> | ||
<div class="flex-container-row"> | ||
<div class="details"> | ||
<h1 class="tel-orange">Contact Us</h1> | ||
<p>Please contact us with any questions, comments or suggestions or to report a problem.</p> | ||
<div class="address"> | ||
<p>The Technology Exchange Lab, Inc.,</p> | ||
<p>Cambridge Innovation Center,</p> | ||
<p>1 Broadway, 14th Floor,</p> | ||
<p>Cambridge, MA 02142, USA</p> | ||
</div> | ||
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d11792.188115953495!2d-71.083926!3d42.362837!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89e370a5b761c351%3A0x3ab9187e6e6ffeb9!2s1+Broadway%2C+Cambridge%2C+MA+02142!5e0!3m2!1sen!2sus!4v1447793114962" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe> | ||
</div> | ||
<form> | ||
Name:<br> | ||
<input type="text" name="name" maxlength="2048"> | ||
<br>Email:<br> | ||
<input type="text" name="email" maxlength="512"> | ||
<br>Message:<br> | ||
<textarea name="message" maxlength="8192" wrap="hard" rows="5"></textarea> | ||
<br> | ||
<input type="submit" name="submit"> | ||
</form> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<footer class="footer"> | ||
<div class="container container-footer"> | ||
|
||
<!-- logos column --> | ||
<div class="column-left"> | ||
<a href="../"><img src="../img/tel-logo-white.png" alt="About Us"></a> | ||
<a href="http://greatnonprofits.org/org/technology-exchange-lab-inc" target="_blank"><img src="../img/top-rated.png" alt="About Us"></a> | ||
</div> | ||
|
||
<!-- menu column --> | ||
<div class="column-center"> | ||
<ul class="navbar navbar-footer"> | ||
<li class="link"><a href="../prizes-and-funding/">Prizes & Funding</a></li> | ||
<li class="link"><a href="../faq/">FAQs</a></li> | ||
<li class="link"><a href="../terms-of-service/">Terms of Service</a></li> | ||
<li class="link"><a href="../privacy-policy/">Privacy Policy</a></li> | ||
</ul> | ||
<p> | ||
The Technology Exchange Lab, Inc. | Cambridge Innovation Center<br> | ||
1 Broadway, 14th Floor | Cambridge, MA 02142, USA | ||
</p> | ||
<p> | ||
TEL is a registered non-profit, tax-exempt charity under section 501(c)(3) of the U.S. Internal Revenue Code. Donations are tax deductible to the extent allowed by U.S. law. TEL is a public resource with no commercial allegiance. | ||
</p> | ||
</div> | ||
|
||
<!-- social --> | ||
<div class="column-right"> | ||
<h3>Follow Us</h3> | ||
<ul class="navbar"> | ||
<li class="link"> | ||
<a class="icon-social facebook-white" href="https://www.facebook.com/techxlab" target="_blank"></a> | ||
</li> | ||
<li class="link"> | ||
<a class="icon-social twitter-white" href="https://twitter.com/TechExLab" target="_blank"></a> | ||
</li> | ||
<li class="link"> | ||
<a class="icon-social linkedin-white" href="https://www.linkedin.com/company/technology-exchange-lab-inc-" target="_blank"></a> | ||
</li> | ||
<li class="link"> | ||
<a class="icon-social mail-white" href="mailto:[email protected]" target="_blank"></a> | ||
</li> | ||
</ul> | ||
<h3>Contact Us</h3> | ||
<a href="mailto:[email protected]">[email protected]</a> | ||
<h3>Subscribe to Updates</h3> | ||
<a class="button" href="http://eepurl.com/7GdP9" target="_blank">Sign Up ></a> | ||
</div> | ||
|
||
</div> | ||
</footer> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.