PUBLISH: Republish all reviews with the new metadata
This commit is contained in:
parent
800df66e41
commit
22459e87dd
29 changed files with 548 additions and 132 deletions
|
|
@ -31,6 +31,7 @@
|
|||
<link rel="stylesheet" href="/film/home.css">
|
||||
<link rel="stylesheet" href="/film/review.css">
|
||||
<link rel="stylesheet" href="/film/quick_look.css">
|
||||
<link rel="stylesheet" href="/film/metadetails.css">
|
||||
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PF672BTD8F"></script>
|
||||
<script>
|
||||
|
|
@ -104,6 +105,43 @@
|
|||
|
||||
</section>
|
||||
|
||||
<dl class="metadetails-list">
|
||||
<div class="metadetails-row">
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">
|
||||
<a href="https://www.imdb.com/title/tt0311289" title="Link to IMDb page for Holes">IMDb</a>
|
||||
</dt>
|
||||
<dd class="numbers">7.0/10</dd>
|
||||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">
|
||||
<a href="https://www.rottentomatoes.com/m/holes" title="Link to Rotten Tomatoes page for Holes">Rotten Tomatoes</a>
|
||||
</dt>
|
||||
<dd class="numbers">78%</dd>
|
||||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">
|
||||
<a href="https://www.metacritic.com/movie/holes" title="Link to Metacritic page for Holes">Metacritic</a>
|
||||
</dt>
|
||||
<dd class="numbers">71/100</dd>
|
||||
</div>
|
||||
</div>
|
||||
<div class="metadetails-row">
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">Year</dt>
|
||||
<dd class="numbers">2003</dd>
|
||||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">Rated</dt>
|
||||
<dd class="numbers">PG</dd>
|
||||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">Box Office</dt>
|
||||
<dd class="numbers">$67,406,573</dd>
|
||||
</div>
|
||||
</div>
|
||||
</dl>
|
||||
|
||||
</header>
|
||||
<div class="core-content"><h2 id="recommendation">Recommendation</h2>
|
||||
<p>I could go either way on this film when it comes to a recommendation. I think its plot and characters are well suited for child viewers which is probably why I remembered it so fondly. As an adult I’m not sure I would recommend watching it. Many of the characters are fairly one dimensional and aren’t always given enough time to interact with one another to earn the emotional payoffs that are set up.</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue