<!DOCTYPE html>
<html lang="en">
<head>
		<meta charset="utf-8">
		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<title>Thinkfinity</title>
		<link rel="stylesheet" href="css/bootstrap.css" media="screen">
		<link rel="stylesheet" href="css/main.css" media="screen">
		<link rel="shortcut icon" href="/favicon.ico?v=1.1">
		<script src="js/jquery-1.10.2.js"></script>
		<script src="js/jquery-ui.js"></script>
		<script src="js/jquery.easing.min.js"></script>
		<script src="js/scripts.js"></script>
	</head>
	<body>
		<header>
			<div class="container">
				<div class="logo">
					<a href="index.html">
						<img src="images/gui/logo-thinkfinity1.png" />
						<img src="images/gui/logo-divider.png" class="logo-divider" />
						<img src="images/gui/logo-global.png" class="logo-global" />
					</a>
				</div>
				<nav class="pull-right">
					<ul class="nav">
						<li><a href="http://www.verizonfoundation.org">About Us</a></li>
					</ul>
				</nav>
			</div>
		</header>
		<div class="welcome-banner">
			<div class="container">
			<h1>Welcome!</h1>
			</div>
		</div>
		<div class="container">
			<main>
				<h3>
					If you&rsquo;re looking for the Thinkfinity platform, you&rsquo;re in the right place. While Thinkfinity no longer offers a community or partner content, we are still working to offer educators a wealth of information on the effective use of mobile technology in the classroom. Check out the links below.
				</h3>
				
				
				<div class="row app-challenge">
					<div class="col-xs-6 col-xs-offset-6">
						
						<h4>VERIZON INNOVATIVE APP CHALLENGE</h4>

						<h1>Submit a great idea for an app and you could win!</h1>
						
						<ul>
							<li>A hands-on challenge that builds character and teaches <strong>teamwork, critical thinking, presentation skills</strong> and more.</li>
							<li>100 teams could win $5,000 grants for their schools or clubs and tablet computers for every team member.</li>
							<li>National winners get an additional $15,000 grant plus in-person training from app development experts at MIT.</li>
						</ul>
						
						<p>Open to students in non-profit out-of-school groups as well as middle schools and high schools. Registration opens August 4, 2015.</p>

					</div>
				</div>
				<div class="row">
					<img src="images/content/easy-to-enter.png" /><a href="http://verizon.com/AppChallenge" class="button-large">Learn more and register</a>
				</div>
				
				<ul class="large-nav">
					<li>
						<a href="http://www.verizonfoundation.org/our-focus/"><img src="images/content/innovative-learning-schools.jpg" alt="Innovative Learning Schools" /></a>
						<a href="http://www.verizonfoundation.org/our-focus/">Innovative Learning Schools</a>
					</li>
<!--
					<li>
						<a href="/innovateaward"><img src="images/content/innovate-grant.jpg" alt="App Challenge" /></a>
						<a href="/innovateaward">$20K Innovate Learning Grant</a>
					</li>
-->
					<li>
						<a href="http://www.verizonfoundation.org/successes/"><img src="images/content/stories.jpg" alt="Stories" /></a>
						<a href="http://www.verizonfoundation.org/successes/">Success Stories</a>
					</li>
					<li>
						<a href="professional-development.html"><img src="images/content/professional-development.jpg" alt="Professional Development" /></a>
						<a href="professional-development.html">Professional Development</a>
					</li>
					<li>
						<a href="content-partners.html"><img src="images/content/content-partners.jpg" alt="Content Partners" /></a>
						<a href="content-partners.html">Content Partners</a>
					</li>
					<li>
						<ul>
							<li><a href="https://plus.google.com/u/0/communities/118201037697038455564#communities/118201037697038455564" class="join">Join us Online</a></li>
							<li><a href="http://www.verizonfoundation.org/about/contact-us/" class="register">Contact Us</a></li>
							<li><a href="faq.html" class="faq">FAQ</a></li>
						</ul>
					</li>
				</ul>
			</main>
			<footer>
				<hr />
				<small class="copyright"><strong>&copy; 2012 Verizon Foundation</strong>
				<a href="http://www.verizonfoundation.org/about/contact-us/">Contact Us</a>
				<a href="faq.html">FAQs</a>
				<a href="http://www22.verizon.com/terms/?ID=RN">Copyright</a></small>
			</footer>
			
			<!-- Analytics code ( from legacy thinkfinity site) -->
			<script type="text/javascript">
			  var _gaq = _gaq || [];
			  _gaq.push(['_setAccount', 'UA-33552809-1']);
			  _gaq.push(['_trackPageview']);
			  (function() {
			    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
			    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
			    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
			  })();
			</script>
			
	</body>
</html>