PUBLISH: Whisper of the Heart

This commit is contained in:
Campbell Alden 2022-09-14 18:07:13 +09:00
parent 88ee54d5bf
commit fb0e88c122
17 changed files with 715 additions and 239 deletions

View file

@ -63,7 +63,7 @@
<datalist id="movies">
<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>
<option value="Now You See Me" data-value="/film/reviews/now-you-see-me/">Four magicians are united by an unknown benefactor to pull off a series of heists</option>
@ -88,6 +88,10 @@
</datalist>
<script src="https://caalden.github.io/film/search.js" async defer></script>
</div>
@ -103,9 +107,29 @@
</header>
<div class="cards">
<div class="card">
<div class="card-image">
<img loading="lazy" class="card-image" src=https://m.media-amazon.com/images/M/MV5BZDg0MWNmNjktMGEwZC00ZDlmLWI1MTUtMDBmNjQzMWM2NjBjXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_SX800.webp alt="Whisper of the Heart" />
</div>
<section class="card-content">
<header>
<h3 class="subtitle">Whisper of the Heart</h3>
</header>
<div>A slice of life story about a bookish middle school girl living in Tokyo</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.9</span>
</div>
<div>
<a class="button" href="/film/reviews/whisper-of-the-heart/">
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/MV5BMTY0NDY3MDMxN15BMl5BanBnXkFtZTcwOTM5NzMzOQ@@._V1_SX800.webp alt="Now You See Me" />
@ -259,6 +283,10 @@
</div>
</section>
</div>