68 lines
2.5 KiB
HTML
68 lines
2.5 KiB
HTML
<!DOCTYPE <!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>Nahua Codes</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU"
|
|
crossorigin="anonymous">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="headerCard">
|
|
<header class="header">
|
|
<h1>Nashua Codes</h1>
|
|
<p>Free Programming Classes</p>
|
|
<a class="sub" href="http://eepurl.com/dPFsY1">Subscribe to Events!</a>
|
|
<a class="arrowDown" onclick="scrollDown();"><i class="fas fa-chevron-circle-down fa-2x"></i></a>
|
|
</header>
|
|
|
|
</div>
|
|
|
|
<main class="main" id="mainLoc">
|
|
<section class="intro">
|
|
<h2>
|
|
Intro
|
|
</h2>
|
|
<p>
|
|
Nashua codes! is a group of talented engineers trying to improve the computer science education in
|
|
Southern New Hampshire, and Northern Mass. Our workshops are free to the public.
|
|
</p>
|
|
</section>
|
|
|
|
<section class="eventCard">
|
|
<h2>
|
|
Upcoming Events
|
|
</h2>
|
|
<span>Coming soon!</span>
|
|
<!-- <ul>
|
|
<li>
|
|
<i class="far fa-calendar-alt"></i> <a class="eventLink" href="#"> Novmeber 1st- Intro to JS</a>
|
|
</li>
|
|
<li>
|
|
<i class="far fa-calendar-alt"></i> <a class="eventLink" href="#">November 21st- Intro to html</a>
|
|
</li>
|
|
</ul> -->
|
|
</section>
|
|
<section class="teamCard">
|
|
<h2>
|
|
The Team
|
|
</h2>
|
|
<img class="tommyAvatar" src="/img/tommyAvatar2.jpg" />
|
|
<p>
|
|
Tommy “TerribleDev” Parnell is a Senior Software Engineer at Cargurus. Tommy loves all things web and
|
|
mobile!
|
|
</p>
|
|
</section>
|
|
<footer class="teamCard">
|
|
<h2>Contact us</h2>
|
|
<p>Need to talk with us? Looking for ways you can help, or sponsor us? Please <a href="mailto:tommy@terribledev.io">email us</a> and we will try to get back to you!</p>
|
|
</footer>
|
|
</main>
|
|
<script src="main.js" type="text/javascript" ></script>
|
|
</body>
|
|
|
|
</html> |