Created
June 9, 2020 10:22
-
-
Save ever-dev/91909957be8ab0f4c38d66c552730b76 to your computer and use it in GitHub Desktop.
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
<title>Document</title> | |
</head> | |
<body> | |
<nav class="nav__list-wrapper"> | |
<ul class="nav__list"> | |
<li class="nav__list-item"> | |
<a href="#">Admissions</a> | |
</li> | |
<li class="nav__list-item"> | |
<a href="#">Programst</a> | |
</li> | |
<li class="nav__list-item"> | |
<a href="#">Pricing</a> | |
</li> | |
</ul> | |
</nav> | |
<header> | |
<h1>Design your tech career</h1> | |
<p>Kenzie Academy is a two-year learning track <br> | |
and apprenticeship program</p> | |
</header> | |
<section> | |
<iframe width="420" height="315" | |
src="https://www.youtube.com/embed/tgbNymZ7vqY"> | |
</iframe> | |
</section> | |
<hr> | |
<div class="quotes__wrapper"> | |
<div class="quote__icon"> | |
<img src="" alt=""> | |
</div> | |
<div class="quotes__wrapper-content"> | |
"Lorem ipsum dolor sit amet." | |
</div> | |
<div class="quote__icon"> | |
<img src="" alt=""> | |
</div> | |
<div class="quotes__wrapper-content"> | |
"Lorem ipsum dolor sit amet." | |
</div> | |
</div> | |
<hr> | |
<div class="schedule__wrapper"> | |
<div class="schedlue__wrapper-content"> | |
Software Engineering. | |
</div> | |
<button>Learn to Code</button> | |
<div class="schedlue__wrapper-content"> | |
User Experience | |
</div> | |
<button>Learn to Design</button> | |
<div class="schedlue__wrapper-content"> | |
Digital Marketing | |
</div> | |
<button>Learn to Market</button> | |
</div> | |
</section> | |
<section> | |
<div> | |
<h1>Not sure which program is right for you?</h1> | |
</div> | |
<button>Compare Programs</button> | |
</section> | |
<section class="meetKenzie__wrapper"> | |
<article> | |
<h1>Meet Kenzie</h1> | |
<p>We founded Kenzie Academy to tackle a major opportunities gap in America. We discovered that fast-growing technology companies concentrated in expensive coastal cities were struggling to hire tech talent. Meanwhile, a large population of aspiring individuals across the country could help fuel these talent needs. Our mission is to equip this population with the necessary skills, experience, and access in order to build successful careers in tech.</p> | |
</article> | |
<a href="#">Read our story</a> | |
<br> | |
<br> | |
<div class=""> | |
Team | |
</div> | |
<div class=""> | |
Board | |
</div> | |
<div class=""> | |
Mentors | |
</div> | |
<div class=""> | |
Advisors | |
</div> | |
</section> | |
<br> | |
<br> | |
<div class="video__wraper"> | |
<iframe width="420" height="315" | |
src="https://www.youtube.com/embed/tgbNymZ7vqY"> | |
</iframe> | |
</div> | |
<div> | |
<h3>Students</h3> | |
<p>Learn about the diverse background of Kenzie students and how they are transforming their lives at Kenzie Academy</p> | |
</div> | |
<hr> | |
<footer> | |
<h3>Let's Chat.</h3> | |
<p>Kenzie Academy is no small commitment. If we've piqued your interest today, we'd love to keep the conversation going.</p> | |
<form> | |
<label for="fname">First name:</label><br> | |
<input type="text" id="fname" name="fname"><br> | |
<label for="lname">Last name:</label><br> | |
<input type="text" id="lname" name="lname"><br> | |
<label for="email">Email:</label><br> | |
<input type="text" id="email" name="email"><br> | |
<label for="phone">Phone:</label><br> | |
<input type="text" id="phone" name="phone"> | |
</form> | |
</footer> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment