PUBLISH: Fright Night
This commit is contained in:
parent
c19f178620
commit
b0f4abc02d
12 changed files with 620 additions and 185 deletions
|
|
@ -65,6 +65,8 @@
|
|||
|
||||
|
||||
|
||||
<option value="Fright Night" data-value="/film/reviews/fright-night/">A high school student suspects his next door neighbor is a vampire</option>
|
||||
|
||||
<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>
|
||||
|
|
@ -100,6 +102,8 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
</datalist>
|
||||
<script src="https://caalden.github.io/film/search.js" async defer></script>
|
||||
</div>
|
||||
|
|
@ -118,6 +122,33 @@
|
|||
|
||||
|
||||
<div class="card">
|
||||
<div class="card-image">
|
||||
<img loading="lazy" class="card-image" src=https://m.media-amazon.com/images/M/MV5BMTU2MDc0NDY0M15BMl5BanBnXkFtZTcwOTgzMTYyNQ@@._V1_SX800.webp alt="Fright Night" />
|
||||
|
||||
<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">Fright Night</h3>
|
||||
</header>
|
||||
<div>A high school student suspects his next door neighbor is a vampire</div>
|
||||
<div class="cluster spacing:between">
|
||||
<div class="cluster s1 align:center">
|
||||
Rating:
|
||||
<span class="numbers">4/5</span>
|
||||
</div>
|
||||
<div>
|
||||
<a class="button" href="/film/reviews/fright-night/">
|
||||
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/MV5BMjA3NzI1ODc1MV5BMl5BanBnXkFtZTcwMzI5NjQwNg@@._V1_SX800.webp alt="In Time" />
|
||||
|
||||
|
|
@ -343,6 +374,8 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue