PUBLISH: Now You See Me

This commit is contained in:
Campbell Alden 2022-09-14 17:43:03 +09:00
parent 86455e04cf
commit 94882c90e1
22 changed files with 765 additions and 154 deletions

View file

@ -65,6 +65,8 @@
<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>
<option value="Beverly Hills Cop" data-value="/film/reviews/beverly-hills-cop/">A Detroit cop comes to Beverly Hills to find the man who murdered his friend</option>
<option value="Holes" data-value="/film/reviews/holes/">A boy is sent to a juvenile work camp as punishment after being mistakenly arrested.</option>
@ -84,6 +86,8 @@
</datalist>
<script src="https://caalden.github.io/film/search.js" async defer></script>
</div>
@ -102,6 +106,33 @@
<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" />
<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">Now You See Me</h3>
</header>
<div>Four magicians are united by an unknown benefactor to pull off a series of heists</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.2</span>
</div>
<div>
<a class="button" href="/film/reviews/now-you-see-me/">
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/MV5BN2MyZDE0YjAtNWFjYy00MWRlLTk3MTktMzY3ZDVhNTJkZTlmXkEyXkFqcGdeQXVyNDk3NzU2MTQ@._V1_SX800.webp alt="Beverly Hills Cop" />
@ -110,7 +141,7 @@
<header>
<h3 class="subtitle">Beverly Hills Cop</h3>
</header>
<div style="text-align: justify;">A Detroit cop comes to Beverly Hills to find the man who murdered his friend</div>
<div>A Detroit cop comes to Beverly Hills to find the man who murdered his friend</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">
@ -137,7 +168,7 @@
<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>A boy is sent to a juvenile work camp as punishment after being mistakenly arrested.</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">
@ -159,7 +190,7 @@
<header>
<h3 class="subtitle card-title-long">Kingsman: The Secret Service</h3>
</header>
<div style="text-align: justify;">A secret British spy agency unravels a billionaire&rsquo;s evil plot</div>
<div>A secret British spy agency unravels a billionaire&rsquo;s evil plot</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">
@ -181,7 +212,7 @@
<header>
<h3 class="subtitle">No Reservations</h3>
</header>
<div style="text-align: justify;">A NY City chef and her recently adopted niece adapt to their life together</div>
<div>A NY City chef and her recently adopted niece adapt to their life together</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">
@ -203,7 +234,7 @@
<header>
<h3 class="subtitle">The French Dispatch</h3>
</header>
<div style="text-align: justify;">Authors for a New Yorker-esque magazine report on a small town in France</div>
<div>Authors for a New Yorker-esque magazine report on a small town in France</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">
@ -226,6 +257,8 @@
</div>
</section>
</div>