PUBLISH: Holes review
This commit is contained in:
parent
93db448393
commit
f0b09737ea
14 changed files with 501 additions and 76 deletions
|
|
@ -65,6 +65,8 @@
|
|||
|
||||
|
||||
|
||||
<option value="Holes" data-value="/film/reviews/holes/">A boy is sent to a juvenile work camp as punishment after being mistakenly arrested.</option>
|
||||
|
||||
<option value="Kingsman: The Secret Service" data-value="/film/reviews/kingsman/">A secret British spy agency unravels a billionaire's evil plot</option>
|
||||
|
||||
<option value="No Reservations" data-value="/film/reviews/no-reservations/">A NY City chef and her recently adopted niece adapt to their life together</option>
|
||||
|
|
@ -76,6 +78,8 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
</datalist>
|
||||
<script src="https://caalden.github.io/film/search.js" async defer></script>
|
||||
</div>
|
||||
|
|
@ -94,6 +98,33 @@
|
|||
|
||||
|
||||
<div class="card">
|
||||
<div class="card-image">
|
||||
<img loading="lazy" class="card-image" src=https://m.media-amazon.com/images/M/MV5BMTg0MTU5ODkwM15BMl5BanBnXkFtZTYwMzgxNzY3._V1_SX800.webp alt="Holes" />
|
||||
|
||||
<div class="card-favorite-star">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="yellow" stroke="gold" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star"><polygon points="12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"></polygon></svg>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<section class="card-content">
|
||||
<header>
|
||||
<h3 class="subtitle">Holes</h3>
|
||||
</header>
|
||||
<div style="text-align: justify;">A boy is sent to a juvenile work camp as punishment after being mistakenly...</div>
|
||||
<div class="cluster spacing:between">
|
||||
<div class="cluster s1 align:center">
|
||||
<img src="https://caalden.github.io/film/imdb-logo-small.png" class="icon" alt="imbd logo">
|
||||
<span class="numbers">7.0</span>
|
||||
</div>
|
||||
<div>
|
||||
<a class="button" href="/film/reviews/holes/">
|
||||
Read review
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card-image">
|
||||
<img loading="lazy" class="card-image" src=https://m.media-amazon.com/images/M/MV5BYTM3ZTllNzItNTNmOS00NzJiLTg1MWMtMjMxNDc0NmJhODU5XkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_SX800.webp alt="Kingsman: The Secret Service" />
|
||||
|
||||
|
|
@ -165,6 +196,8 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue