PUBLISH: In Time
This commit is contained in:
parent
b26bdb2869
commit
3aa8a17cd1
14 changed files with 711 additions and 241 deletions
|
|
@ -65,6 +65,8 @@
|
|||
|
||||
|
||||
|
||||
<option value="In Time" data-value="/film/reviews/in-time/">A dystopian future where time is literally money</option>
|
||||
|
||||
<option value="Now You See Me 2" data-value="/film/reviews/now-you-see-me-2/">A group of magicians are coerced into pulling off another heist</option>
|
||||
|
||||
<option value="Whisper of the Heart" data-value="/film/reviews/whisper-of-the-heart/">A slice of life story about a bookish middle school girl living in Tokyo</option>
|
||||
|
|
@ -96,6 +98,8 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
</datalist>
|
||||
<script src="https://caalden.github.io/film/search.js" async defer></script>
|
||||
</div>
|
||||
|
|
@ -114,6 +118,28 @@
|
|||
|
||||
|
||||
<div class="card">
|
||||
<div class="card-image">
|
||||
<img loading="lazy" class="card-image" src=https://m.media-amazon.com/images/M/MV5BMjA3NzI1ODc1MV5BMl5BanBnXkFtZTcwMzI5NjQwNg@@._V1_SX800.webp alt="In Time" />
|
||||
|
||||
</div>
|
||||
<section class="card-content">
|
||||
<header>
|
||||
<h3 class="subtitle">In Time</h3>
|
||||
</header>
|
||||
<div>A dystopian future where time is literally money</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">6.7</span>
|
||||
</div>
|
||||
<div>
|
||||
<a class="button" href="/film/reviews/in-time/">
|
||||
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/MV5BYjhlNDljNTgtZjc4My00NmZmLTk2YzAtYWE5MDYwYjM4MTkzXkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_SX800.webp alt="Now You See Me 2" />
|
||||
|
||||
|
|
@ -315,6 +341,8 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue