66 lines
2.3 KiB
HTML
66 lines
2.3 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>
|
|
|
|
<!-- <img class="bgimg" src="/img/bgimg.jpeg" alt="computer on a white desk" /> -->
|
|
<div class="headerCard">
|
|
<header class="header">
|
|
<h1>Nashua Codes</h1>
|
|
<p>Free Programming Classes</p>
|
|
<span class="arrowDown"><i class="fas fa-chevron-circle-down fa-2x"></i></span>
|
|
</header>
|
|
|
|
</div>
|
|
|
|
<main class="main">
|
|
<section class="intro">
|
|
<h2>
|
|
Intro
|
|
</h2>
|
|
<p>
|
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam quis eros vel libero bibendum
|
|
vulputate. Sed vel enim porttitor, mattis eros sit amet, tempor enim. Morbi in tincidunt neque.
|
|
Maecenas vitae bibendum justo. Praesent pharetra mollis ante quis sodales. Nulla in vestibulum
|
|
augue, at varius augue. Quisque finibus urna eu elit porta, ac rhoncus metus imperdiet. Donec
|
|
auctor ipsum nisi, eu pulvinar turpis egestas sit amet.
|
|
</p>
|
|
</section>
|
|
|
|
<section class="eventCard">
|
|
<h2>
|
|
Upcoming Events
|
|
</h2>
|
|
<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>
|
|
Insert Bio Here.....
|
|
</p>
|
|
</section>
|
|
</main>
|
|
|
|
</body>
|
|
|
|
</html> |