PUBLISH: Beverly Hills Cop
This commit is contained in:
parent
f6bf7e3982
commit
ef0a80a8f8
15 changed files with 637 additions and 132 deletions
|
|
@ -65,6 +65,8 @@
|
|||
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
<option value="Kingsman: The Secret Service" data-value="/film/reviews/kingsman/">A secret British spy agency unravels a billionaire's evil plot</option>
|
||||
|
|
@ -80,6 +82,8 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
</datalist>
|
||||
<script src="https://caalden.github.io/film/search.js" async defer></script>
|
||||
</div>
|
||||
|
|
@ -98,6 +102,28 @@
|
|||
|
||||
|
||||
<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" />
|
||||
|
||||
</div>
|
||||
<section class="card-content">
|
||||
<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 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.3</span>
|
||||
</div>
|
||||
<div>
|
||||
<a class="button" href="/film/reviews/beverly-hills-cop/">
|
||||
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/MV5BMTg0MTU5ODkwM15BMl5BanBnXkFtZTYwMzgxNzY3._V1_SX800.webp alt="Holes" />
|
||||
|
||||
|
|
@ -198,6 +224,8 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue