HW5
This commit is contained in:
@@ -0,0 +1,119 @@
|
||||
<div id="page">
|
||||
<section id="movies">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h1>Movie List: To Scrape</h1>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-4 movie">
|
||||
<h3 class="movie-title">The Godfather</h3>
|
||||
<div class="movie-info">
|
||||
<strong>Rating:</strong> <span class="movie-rating">9.2/10</span><br>
|
||||
<strong>Year:</strong> <span class="movie-year">1972</span><br>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4 movie">
|
||||
<h3 class="movie-title">The Shawshank Redemption</h3>
|
||||
<div class="movie-info">
|
||||
<strong>Rating:</strong> <span class="movie-rating">9.3/10</span><br>
|
||||
<strong>Year:</strong> <span class="movie-year">1994</span><br>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4 movie">
|
||||
<h3 class="movie-title">The Dark Knight</h3>
|
||||
<div class="movie-info">
|
||||
<strong>Rating:</strong> <span class="movie-rating">9.0/10</span><br>
|
||||
<strong>Year:</strong> <span class="movie-year">2008</span><br>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4 movie">
|
||||
<h3 class="movie-title">12 Angry Men</h3>
|
||||
<div class="movie-info">
|
||||
<strong>Rating:</strong> <span class="movie-rating">9.0/10</span><br>
|
||||
<strong>Year:</strong> <span class="movie-year">1957</span><br>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4 movie">
|
||||
<h3 class="movie-title">Schindler's List</h3>
|
||||
<div class="movie-info">
|
||||
<strong>Rating:</strong> <span class="movie-rating">9.0/10</span><br>
|
||||
<strong>Year:</strong> <span class="movie-year">1993</span><br>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4 movie">
|
||||
<h3 class="movie-title">The Lord of the Rings: The Return of the King</h3>
|
||||
<div class="movie-info">
|
||||
<strong>Rating:</strong> <span class="movie-rating">9.0/10</span><br>
|
||||
<strong>Year:</strong> <span class="movie-year">2003</span><br>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4 movie">
|
||||
<h3 class="movie-title">Pulp Fiction</h3>
|
||||
<div class="movie-info">
|
||||
<strong>Rating:</strong> <span class="movie-rating">8.9/10</span><br>
|
||||
<strong>Year:</strong> <span class="movie-year">1994</span><br>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4 movie">
|
||||
<h3 class="movie-title">The Lord of the Rings: The Fellowship of the Ring</h3>
|
||||
<div class="movie-info">
|
||||
<strong>Rating:</strong> <span class="movie-rating">8.8/10</span><br>
|
||||
<strong>Year:</strong> <span class="movie-year">2001</span><br>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4 movie">
|
||||
<h3 class="movie-title">Forrest Gump</h3>
|
||||
<div class="movie-info">
|
||||
<strong>Rating:</strong> <span class="movie-rating">8.8/10</span><br>
|
||||
<strong>Year:</strong> <span class="movie-year">1994</span><br>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4 movie">
|
||||
<h3 class="movie-title">Fight Club</h3>
|
||||
<div class="movie-info">
|
||||
<strong>Rating:</strong> <span class="movie-rating">8.8/10</span><br>
|
||||
<strong>Year:</strong> <span class="movie-year">1999</span><br>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4 movie">
|
||||
<h3 class="movie-title">Inception</h3>
|
||||
<div class="movie-info">
|
||||
<strong>Rating:</strong> <span class="movie-rating">8.8/10</span><br>
|
||||
<strong>Year:</strong> <span class="movie-year">2010</span><br>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4 movie">
|
||||
<h3 class="movie-title">Star Wars: Episode V - The Empire Strikes Back</h3>
|
||||
<div class="movie-info">
|
||||
<strong>Rating:</strong> <span class="movie-rating">8.7/10</span><br>
|
||||
<strong>Year:</strong> <span class="movie-year">1980</span><br>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4 movie">
|
||||
<h3 class="movie-title">The Matrix</h3>
|
||||
<div class="movie-info">
|
||||
<strong>Rating:</strong> <span class="movie-rating">8.7/10</span><br>
|
||||
<strong>Year:</strong> <span class="movie-year">1999</span><br>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4 movie">
|
||||
<h3 class="movie-title">Goodfellas</h3>
|
||||
<div class="movie-info">
|
||||
<strong>Rating:</strong> <span class="movie-rating">8.7/10</span><br>
|
||||
<strong>Year:</strong> <span class="movie-year">1990</span><br>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4 movie">
|
||||
<h3 class="movie-title">Interstellar</h3>
|
||||
<div class="movie-info">
|
||||
<strong>Rating:</strong> <span class="movie-rating">8.6/10</span><br>
|
||||
<strong>Year:</strong> <span class="movie-year">2014</span><br>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
Reference in New Issue
Block a user