Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<html>
<head>
<title>It's Samtastic!</title>
<title>Modern Web</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,100,300,100italic,500,700' rel='stylesheet' type='text/css'>
</head>
Expand Down Expand Up @@ -218,23 +218,23 @@ <h3>Tyler Wagner</h3>
</ul>
</section>

<article>
<article class="instructor">
<img src="" alt="a photo of Jeremy Abrahams" />
<h1>Meet the Instructor</h3>
<h2>Jeremy Abrahams</h2>
<p>Mighty in the Midwest</p>
<p>Design and Front-End Development are a huge part of my life. Some of my other passions include music, my record collection, typography, UX, local craft beer and food, and most of all, my wife. I'm a previous coLearning graduate and full-time developer at Mighty.</p>
</article>

<section>
<section class="testimonial">
<blockquote>
<p>"The ability to learn in-person from an expert instructor as well as work alongside other peers in the area is invaluable."</p>
<footer>Adam Delong
coLearner and graduate of <a href="">Intro to Ruby</a></footer>
</section>

<div>
<section>

<section class="course-info">
<h1>Course Information</h1>

<dl>
Expand All @@ -258,9 +258,9 @@ <h1>Course Information</h1>
</dl>

<a href="">Sign Up</a>
</section>
</section>

<footer>
<footer class="page-footer">
<img src="" alt="The Factory's logo" />
<ul>
<p>
Expand All @@ -269,6 +269,6 @@ <h1>Course Information</h1>
</p>
</ul>
</footer>
</div>
</section>
</body>
</html>