PUBLISH: improve specific genre list pages
This commit is contained in:
parent
4f5f2834b2
commit
bb1d2e5761
5 changed files with 147 additions and 73 deletions
|
|
@ -35,31 +35,55 @@
|
|||
</header>
|
||||
<main id="content">
|
||||
<section>
|
||||
<header style="margin-bottom: 30px;">
|
||||
<header class="cluster s1 spacing:between" style="align-items: center; margin-bottom: 10px">
|
||||
<h1>Drama</h1>
|
||||
<a class="button button:large" href="https://caalden.github.io/film/genres">Back to Genres</a>
|
||||
</header>
|
||||
<div class="cards">
|
||||
<div class="card">
|
||||
<div class="card-image">
|
||||
<img class="card-image" src=https://m.media-amazon.com/images/M/MV5BMTI1NzQ5MzU1OV5BMl5BanBnXkFtZTcwNzExODU0MQ@@._V1_SX800.jpg alt="No Reservations" />
|
||||
</div>
|
||||
<section class="card-content">
|
||||
<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 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.3</span>
|
||||
</div>
|
||||
<div>
|
||||
<a class="button" href="/film/reviews/no-reservations/">
|
||||
Read review
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="card-image">
|
||||
<img class="card-image" src=https://m.media-amazon.com/images/M/MV5BNmQxZTNiODYtNzBhYy00MzVlLWJlN2UtNTc4YWZjMDIwMmEzXkEyXkFqcGdeQXVyMTkxNjUyNQ@@._V1_SX800.jpg alt="The French Dispatch" />
|
||||
</div>
|
||||
<section class="card-content">
|
||||
<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 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/the-french-dispatch/">
|
||||
Read review
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<section>
|
||||
<header class="cluster spacing:between p1" style="align-items: flex-end;">
|
||||
<h2></h2>
|
||||
<a href="" class="button button:large">See more</a>
|
||||
</header>
|
||||
<div class="carasol">
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<header class="cluster spacing:between p1" style="align-items: flex-end;">
|
||||
<h2></h2>
|
||||
<a href="" class="button button:large">See more</a>
|
||||
</header>
|
||||
<div class="carasol">
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</main><footer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue