Skip to content

Instantly share code, notes, and snippets.

@blairg23
Created July 4, 2015 06:01
Show Gist options
  • Save blairg23/276d8ac807d59b915b1b to your computer and use it in GitHub Desktop.
Save blairg23/276d8ac807d59b915b1b to your computer and use it in GitHub Desktop.
<div class="hero">
<div class="container">
<h2>Interstellar</h2>
<p>Former NASA pilot Cooper (Matthew McConaughey) and a team of researchers travel across the galaxy to find out which of three planets could be mankind's new home.</p>
<a href="#">Read More</a>
</div>
</div>
<div class="main">
<div class="container">
<h2>Popular Films</h2>
<!--
To do: Loop through movies and display each one with this HTML
<div class="movie">
movie image goes here
<h3> movie title goes here </h3>
<p> movie release year goes here </p>
</div>
-->
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment