PUBLISH: Try and add schema.org microdata to the site
This commit is contained in:
parent
b9e28bef46
commit
514aafcb68
14 changed files with 438 additions and 384 deletions
|
|
@ -56,15 +56,15 @@
|
|||
</nav>
|
||||
</header>
|
||||
<main id="content">
|
||||
<article class="review">
|
||||
<article class="review" itemscope itemtype="https://schema.org/Movie">
|
||||
<header class="review-header">
|
||||
|
||||
<div class="review-poster">
|
||||
<img src=https://m.media-amazon.com/images/M/MV5BN2MyZDE0YjAtNWFjYy00MWRlLTk3MTktMzY3ZDVhNTJkZTlmXkEyXkFqcGdeQXVyNDk3NzU2MTQ@._V1_SX800.webp alt="Poster">
|
||||
<img itemprop="image" src=https://m.media-amazon.com/images/M/MV5BN2MyZDE0YjAtNWFjYy00MWRlLTk3MTktMzY3ZDVhNTJkZTlmXkEyXkFqcGdeQXVyNDk3NzU2MTQ@._V1_SX800.webp alt="Poster">
|
||||
|
||||
</div>
|
||||
|
||||
<h1>Beverly Hills Cop</h1>
|
||||
<h1 itemprop="name">Beverly Hills Cop</h1>
|
||||
<h2 class="subtitle-small color:deemphasize" style="margin-top: -30px">September 7, 2022</h2>
|
||||
<section class="quicklook">
|
||||
<header>
|
||||
|
|
@ -73,27 +73,32 @@
|
|||
</h2>
|
||||
</header>
|
||||
<div class="quicklook-details">
|
||||
<div class="quicklook-rating">
|
||||
<div class="quicklook-rating" itemprop="review" itemtype="https://schema.org/Review" itemscope>
|
||||
<span class="caption">
|
||||
Rating
|
||||
</span>
|
||||
<span class="numbers-large quicklook-emphasized-color cluster s1">4/5<a href="https://caalden.github.io/film/ratings" class="quicklook-info" title="About my ratings..."><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-info"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line></svg></a>
|
||||
<span class="numbers-large quicklook-emphasized-color cluster s1">
|
||||
<span>
|
||||
<span itemprop="ratingValue">4</span>/<span itemprop="bestRating">5</span>
|
||||
</span>
|
||||
<a href="https://caalden.github.io/film/ratings" class="quicklook-info" title="About my ratings..."><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-info"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line></svg></a>
|
||||
</span>
|
||||
<span itemprop="author" hidden>Campbell Alden</span>
|
||||
</div>
|
||||
<div class="quicklook-genre-section">
|
||||
<span class="caption">Genre</span>
|
||||
<div class="quicklook-genre-container">
|
||||
|
||||
<span class="quicklook-emphasized-color quicklook-genre">Action</span>
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Action</span>
|
||||
|
||||
<span class="quicklook-emphasized-color quicklook-genre">Comedy</span>
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Comedy</span>
|
||||
|
||||
<span class="quicklook-emphasized-color quicklook-genre">Crime</span>
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Crime</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
<p itemprop="description">
|
||||
This is a good example of an 80’s police action movie. The incompetent by-the-books cops and cartoonish villains keep the story funny and fast paced and juxtapose well with the loose cannon protagonist.
|
||||
</p>
|
||||
</section>
|
||||
|
|
@ -128,7 +133,7 @@
|
|||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">Rated</dt>
|
||||
<dd class="numbers">R</dd>
|
||||
<dd class="numbers" itemprop="contentRating">R</dd>
|
||||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">Box Office</dt>
|
||||
|
|
|
|||
|
|
@ -56,11 +56,11 @@
|
|||
</nav>
|
||||
</header>
|
||||
<main id="content">
|
||||
<article class="review">
|
||||
<article class="review" itemscope itemtype="https://schema.org/Movie">
|
||||
<header class="review-header">
|
||||
|
||||
<div class="review-poster">
|
||||
<img src=https://m.media-amazon.com/images/M/MV5BMTU2MDc0NDY0M15BMl5BanBnXkFtZTcwOTgzMTYyNQ@@._V1_SX800.webp alt="Poster">
|
||||
<img itemprop="image" src=https://m.media-amazon.com/images/M/MV5BMTU2MDc0NDY0M15BMl5BanBnXkFtZTcwOTgzMTYyNQ@@._V1_SX800.webp alt="Poster">
|
||||
|
||||
<a class="review-favorite" href="https://caalden.github.io/film/favorites">
|
||||
<span hidden>Favorite</span>
|
||||
|
|
@ -70,7 +70,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
<h1>Fright Night</h1>
|
||||
<h1 itemprop="name">Fright Night</h1>
|
||||
<h2 class="subtitle-small color:deemphasize" style="margin-top: -30px">October 9, 2022</h2>
|
||||
<section class="quicklook">
|
||||
<header>
|
||||
|
|
@ -79,25 +79,30 @@
|
|||
</h2>
|
||||
</header>
|
||||
<div class="quicklook-details">
|
||||
<div class="quicklook-rating">
|
||||
<div class="quicklook-rating" itemprop="review" itemtype="https://schema.org/Review" itemscope>
|
||||
<span class="caption">
|
||||
Rating
|
||||
</span>
|
||||
<span class="numbers-large quicklook-emphasized-color cluster s1">4/5<a href="https://caalden.github.io/film/ratings" class="quicklook-info" title="About my ratings..."><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-info"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line></svg></a>
|
||||
<span class="numbers-large quicklook-emphasized-color cluster s1">
|
||||
<span>
|
||||
<span itemprop="ratingValue">4</span>/<span itemprop="bestRating">5</span>
|
||||
</span>
|
||||
<a href="https://caalden.github.io/film/ratings" class="quicklook-info" title="About my ratings..."><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-info"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line></svg></a>
|
||||
</span>
|
||||
<span itemprop="author" hidden>Campbell Alden</span>
|
||||
</div>
|
||||
<div class="quicklook-genre-section">
|
||||
<span class="caption">Genre</span>
|
||||
<div class="quicklook-genre-container">
|
||||
|
||||
<span class="quicklook-emphasized-color quicklook-genre">Horror</span>
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Horror</span>
|
||||
|
||||
<span class="quicklook-emphasized-color quicklook-genre">Action</span>
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Action</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
<p itemprop="description">
|
||||
A fun and not-too-scary horror movie, <em>Fright Night</em> is a perfect option to set the halloween vibe. A great choice to get your feet wet in the horror genre.
|
||||
</p>
|
||||
</section>
|
||||
|
|
@ -132,7 +137,7 @@
|
|||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">Rated</dt>
|
||||
<dd class="numbers">R</dd>
|
||||
<dd class="numbers" itemprop="contentRating">R</dd>
|
||||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">Box Office</dt>
|
||||
|
|
|
|||
|
|
@ -56,11 +56,11 @@
|
|||
</nav>
|
||||
</header>
|
||||
<main id="content">
|
||||
<article class="review">
|
||||
<article class="review" itemscope itemtype="https://schema.org/Movie">
|
||||
<header class="review-header">
|
||||
|
||||
<div class="review-poster">
|
||||
<img src=https://m.media-amazon.com/images/M/MV5BMTg0MTU5ODkwM15BMl5BanBnXkFtZTYwMzgxNzY3._V1_SX800.webp alt="Poster">
|
||||
<img itemprop="image" src=https://m.media-amazon.com/images/M/MV5BMTg0MTU5ODkwM15BMl5BanBnXkFtZTYwMzgxNzY3._V1_SX800.webp alt="Poster">
|
||||
|
||||
<a class="review-favorite" href="https://caalden.github.io/film/favorites">
|
||||
<span hidden>Favorite</span>
|
||||
|
|
@ -70,7 +70,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
<h1>Holes</h1>
|
||||
<h1 itemprop="name">Holes</h1>
|
||||
<h2 class="subtitle-small color:deemphasize" style="margin-top: -30px">September 2, 2022</h2>
|
||||
<section class="quicklook">
|
||||
<header>
|
||||
|
|
@ -79,27 +79,32 @@
|
|||
</h2>
|
||||
</header>
|
||||
<div class="quicklook-details">
|
||||
<div class="quicklook-rating">
|
||||
<div class="quicklook-rating" itemprop="review" itemtype="https://schema.org/Review" itemscope>
|
||||
<span class="caption">
|
||||
Rating
|
||||
</span>
|
||||
<span class="numbers-large quicklook-emphasized-color cluster s1">3/5<a href="https://caalden.github.io/film/ratings" class="quicklook-info" title="About my ratings..."><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-info"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line></svg></a>
|
||||
<span class="numbers-large quicklook-emphasized-color cluster s1">
|
||||
<span>
|
||||
<span itemprop="ratingValue">3</span>/<span itemprop="bestRating">5</span>
|
||||
</span>
|
||||
<a href="https://caalden.github.io/film/ratings" class="quicklook-info" title="About my ratings..."><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-info"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line></svg></a>
|
||||
</span>
|
||||
<span itemprop="author" hidden>Campbell Alden</span>
|
||||
</div>
|
||||
<div class="quicklook-genre-section">
|
||||
<span class="caption">Genre</span>
|
||||
<div class="quicklook-genre-container">
|
||||
|
||||
<span class="quicklook-emphasized-color quicklook-genre">Adventure</span>
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Adventure</span>
|
||||
|
||||
<span class="quicklook-emphasized-color quicklook-genre">Comedy</span>
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Comedy</span>
|
||||
|
||||
<span class="quicklook-emphasized-color quicklook-genre">Drama</span>
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Drama</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
<p itemprop="description">
|
||||
With a compelling story and a fun blending of historical western style and modern penal servitude, this has become an iconic example of a young adult film from the early 2000s. I saw this movie uncountably many times as a child, but I’m afraid it would be only nostalgia that could elevate this movie beyond a middling review from me.
|
||||
</p>
|
||||
</section>
|
||||
|
|
@ -134,7 +139,7 @@
|
|||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">Rated</dt>
|
||||
<dd class="numbers">PG</dd>
|
||||
<dd class="numbers" itemprop="contentRating">PG</dd>
|
||||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">Box Office</dt>
|
||||
|
|
|
|||
|
|
@ -56,15 +56,15 @@
|
|||
</nav>
|
||||
</header>
|
||||
<main id="content">
|
||||
<article class="review">
|
||||
<article class="review" itemscope itemtype="https://schema.org/Movie">
|
||||
<header class="review-header">
|
||||
|
||||
<div class="review-poster">
|
||||
<img src=https://m.media-amazon.com/images/M/MV5BMjA3NzI1ODc1MV5BMl5BanBnXkFtZTcwMzI5NjQwNg@@._V1_SX800.webp alt="Poster">
|
||||
<img itemprop="image" src=https://m.media-amazon.com/images/M/MV5BMjA3NzI1ODc1MV5BMl5BanBnXkFtZTcwMzI5NjQwNg@@._V1_SX800.webp alt="Poster">
|
||||
|
||||
</div>
|
||||
|
||||
<h1>In Time</h1>
|
||||
<h1 itemprop="name">In Time</h1>
|
||||
<h2 class="subtitle-small color:deemphasize" style="margin-top: -30px">September 27, 2022</h2>
|
||||
<section class="quicklook">
|
||||
<header>
|
||||
|
|
@ -73,27 +73,32 @@
|
|||
</h2>
|
||||
</header>
|
||||
<div class="quicklook-details">
|
||||
<div class="quicklook-rating">
|
||||
<div class="quicklook-rating" itemprop="review" itemtype="https://schema.org/Review" itemscope>
|
||||
<span class="caption">
|
||||
Rating
|
||||
</span>
|
||||
<span class="numbers-large quicklook-emphasized-color cluster s1">4/5<a href="https://caalden.github.io/film/ratings" class="quicklook-info" title="About my ratings..."><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-info"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line></svg></a>
|
||||
<span class="numbers-large quicklook-emphasized-color cluster s1">
|
||||
<span>
|
||||
<span itemprop="ratingValue">4</span>/<span itemprop="bestRating">5</span>
|
||||
</span>
|
||||
<a href="https://caalden.github.io/film/ratings" class="quicklook-info" title="About my ratings..."><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-info"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line></svg></a>
|
||||
</span>
|
||||
<span itemprop="author" hidden>Campbell Alden</span>
|
||||
</div>
|
||||
<div class="quicklook-genre-section">
|
||||
<span class="caption">Genre</span>
|
||||
<div class="quicklook-genre-container">
|
||||
|
||||
<span class="quicklook-emphasized-color quicklook-genre">Action</span>
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Action</span>
|
||||
|
||||
<span class="quicklook-emphasized-color quicklook-genre">Sci-Fi</span>
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Sci-Fi</span>
|
||||
|
||||
<span class="quicklook-emphasized-color quicklook-genre">Thriller</span>
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Thriller</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
<p itemprop="description">
|
||||
This film’s interesting premise and anti-capitalist sentiment result in an imperfect, but still entertaining action thriller that seems to have aged rather well.
|
||||
</p>
|
||||
</section>
|
||||
|
|
@ -128,7 +133,7 @@
|
|||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">Rated</dt>
|
||||
<dd class="numbers">PG-13</dd>
|
||||
<dd class="numbers" itemprop="contentRating">PG-13</dd>
|
||||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">Box Office</dt>
|
||||
|
|
|
|||
|
|
@ -56,15 +56,15 @@
|
|||
</nav>
|
||||
</header>
|
||||
<main id="content">
|
||||
<article class="review">
|
||||
<article class="review" itemscope itemtype="https://schema.org/Movie">
|
||||
<header class="review-header">
|
||||
|
||||
<div class="review-poster">
|
||||
<img src=https://m.media-amazon.com/images/M/MV5BYTM3ZTllNzItNTNmOS00NzJiLTg1MWMtMjMxNDc0NmJhODU5XkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_SX800.webp alt="Poster">
|
||||
<img itemprop="image" src=https://m.media-amazon.com/images/M/MV5BYTM3ZTllNzItNTNmOS00NzJiLTg1MWMtMjMxNDc0NmJhODU5XkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_SX800.webp alt="Poster">
|
||||
|
||||
</div>
|
||||
|
||||
<h1>Kingsman: The Secret Service</h1>
|
||||
<h1 itemprop="name">Kingsman: The Secret Service</h1>
|
||||
<h2 class="subtitle-small color:deemphasize" style="margin-top: -30px">August 31, 2022</h2>
|
||||
<section class="quicklook">
|
||||
<header>
|
||||
|
|
@ -73,27 +73,32 @@
|
|||
</h2>
|
||||
</header>
|
||||
<div class="quicklook-details">
|
||||
<div class="quicklook-rating">
|
||||
<div class="quicklook-rating" itemprop="review" itemtype="https://schema.org/Review" itemscope>
|
||||
<span class="caption">
|
||||
Rating
|
||||
</span>
|
||||
<span class="numbers-large quicklook-emphasized-color cluster s1">4/5<a href="https://caalden.github.io/film/ratings" class="quicklook-info" title="About my ratings..."><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-info"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line></svg></a>
|
||||
<span class="numbers-large quicklook-emphasized-color cluster s1">
|
||||
<span>
|
||||
<span itemprop="ratingValue">4</span>/<span itemprop="bestRating">5</span>
|
||||
</span>
|
||||
<a href="https://caalden.github.io/film/ratings" class="quicklook-info" title="About my ratings..."><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-info"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line></svg></a>
|
||||
</span>
|
||||
<span itemprop="author" hidden>Campbell Alden</span>
|
||||
</div>
|
||||
<div class="quicklook-genre-section">
|
||||
<span class="caption">Genre</span>
|
||||
<div class="quicklook-genre-container">
|
||||
|
||||
<span class="quicklook-emphasized-color quicklook-genre">Action</span>
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Action</span>
|
||||
|
||||
<span class="quicklook-emphasized-color quicklook-genre">Adventure</span>
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Adventure</span>
|
||||
|
||||
<span class="quicklook-emphasized-color quicklook-genre">Comedy</span>
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Comedy</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
<p itemprop="description">
|
||||
Kingsman has all the elements that make a spy movie fun. It has wall to wall action, futuristic gadgets, secret organizations, and evil plots to destroy the world. More importantly, it has a well written script and interesting cinematography to prop it up. If you can stomach the gratuitous violence, then I highly recommend you add this to your watchlist!
|
||||
</p>
|
||||
</section>
|
||||
|
|
@ -128,7 +133,7 @@
|
|||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">Rated</dt>
|
||||
<dd class="numbers">R</dd>
|
||||
<dd class="numbers" itemprop="contentRating">R</dd>
|
||||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">Box Office</dt>
|
||||
|
|
|
|||
|
|
@ -56,15 +56,15 @@
|
|||
</nav>
|
||||
</header>
|
||||
<main id="content">
|
||||
<article class="review">
|
||||
<article class="review" itemscope itemtype="https://schema.org/Movie">
|
||||
<header class="review-header">
|
||||
|
||||
<div class="review-poster">
|
||||
<img src=https://m.media-amazon.com/images/M/MV5BMTI1NzQ5MzU1OV5BMl5BanBnXkFtZTcwNzExODU0MQ@@._V1_SX800.webp alt="Poster">
|
||||
<img itemprop="image" src=https://m.media-amazon.com/images/M/MV5BMTI1NzQ5MzU1OV5BMl5BanBnXkFtZTcwNzExODU0MQ@@._V1_SX800.webp alt="Poster">
|
||||
|
||||
</div>
|
||||
|
||||
<h1>No Reservations</h1>
|
||||
<h1 itemprop="name">No Reservations</h1>
|
||||
<h2 class="subtitle-small color:deemphasize" style="margin-top: -30px">August 28, 2022</h2>
|
||||
<section class="quicklook">
|
||||
<header>
|
||||
|
|
@ -73,25 +73,30 @@
|
|||
</h2>
|
||||
</header>
|
||||
<div class="quicklook-details">
|
||||
<div class="quicklook-rating">
|
||||
<div class="quicklook-rating" itemprop="review" itemtype="https://schema.org/Review" itemscope>
|
||||
<span class="caption">
|
||||
Rating
|
||||
</span>
|
||||
<span class="numbers-large quicklook-emphasized-color cluster s1">3/5<a href="https://caalden.github.io/film/ratings" class="quicklook-info" title="About my ratings..."><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-info"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line></svg></a>
|
||||
<span class="numbers-large quicklook-emphasized-color cluster s1">
|
||||
<span>
|
||||
<span itemprop="ratingValue">3</span>/<span itemprop="bestRating">5</span>
|
||||
</span>
|
||||
<a href="https://caalden.github.io/film/ratings" class="quicklook-info" title="About my ratings..."><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-info"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line></svg></a>
|
||||
</span>
|
||||
<span itemprop="author" hidden>Campbell Alden</span>
|
||||
</div>
|
||||
<div class="quicklook-genre-section">
|
||||
<span class="caption">Genre</span>
|
||||
<div class="quicklook-genre-container">
|
||||
|
||||
<span class="quicklook-emphasized-color quicklook-genre">Romance</span>
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Romance</span>
|
||||
|
||||
<span class="quicklook-emphasized-color quicklook-genre">Drama</span>
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Drama</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
<p itemprop="description">
|
||||
Family tragedy and rockstar chef stereotypes mix into a pretty formulaic rom-dram. It rises above most genre tropes and has a kernel of heart, but lacks anything approaching a commentary on the themes it sets up. Recommended if you want a lightweight slice of life romance.
|
||||
</p>
|
||||
</section>
|
||||
|
|
@ -126,7 +131,7 @@
|
|||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">Rated</dt>
|
||||
<dd class="numbers">PG</dd>
|
||||
<dd class="numbers" itemprop="contentRating">PG</dd>
|
||||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">Box Office</dt>
|
||||
|
|
|
|||
|
|
@ -56,15 +56,15 @@
|
|||
</nav>
|
||||
</header>
|
||||
<main id="content">
|
||||
<article class="review">
|
||||
<article class="review" itemscope itemtype="https://schema.org/Movie">
|
||||
<header class="review-header">
|
||||
|
||||
<div class="review-poster">
|
||||
<img src=https://m.media-amazon.com/images/M/MV5BYjhlNDljNTgtZjc4My00NmZmLTk2YzAtYWE5MDYwYjM4MTkzXkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_SX800.webp alt="Poster">
|
||||
<img itemprop="image" src=https://m.media-amazon.com/images/M/MV5BYjhlNDljNTgtZjc4My00NmZmLTk2YzAtYWE5MDYwYjM4MTkzXkEyXkFqcGdeQXVyODE5NzE3OTE@._V1_SX800.webp alt="Poster">
|
||||
|
||||
</div>
|
||||
|
||||
<h1>Now You See Me 2</h1>
|
||||
<h1 itemprop="name">Now You See Me 2</h1>
|
||||
<h2 class="subtitle-small color:deemphasize" style="margin-top: -30px">September 14, 2022</h2>
|
||||
<section class="quicklook">
|
||||
<header>
|
||||
|
|
@ -73,27 +73,32 @@
|
|||
</h2>
|
||||
</header>
|
||||
<div class="quicklook-details">
|
||||
<div class="quicklook-rating">
|
||||
<div class="quicklook-rating" itemprop="review" itemtype="https://schema.org/Review" itemscope>
|
||||
<span class="caption">
|
||||
Rating
|
||||
</span>
|
||||
<span class="numbers-large quicklook-emphasized-color cluster s1">2/5<a href="https://caalden.github.io/film/ratings" class="quicklook-info" title="About my ratings..."><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-info"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line></svg></a>
|
||||
<span class="numbers-large quicklook-emphasized-color cluster s1">
|
||||
<span>
|
||||
<span itemprop="ratingValue">2</span>/<span itemprop="bestRating">5</span>
|
||||
</span>
|
||||
<a href="https://caalden.github.io/film/ratings" class="quicklook-info" title="About my ratings..."><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-info"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line></svg></a>
|
||||
</span>
|
||||
<span itemprop="author" hidden>Campbell Alden</span>
|
||||
</div>
|
||||
<div class="quicklook-genre-section">
|
||||
<span class="caption">Genre</span>
|
||||
<div class="quicklook-genre-container">
|
||||
|
||||
<span class="quicklook-emphasized-color quicklook-genre">Action</span>
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Action</span>
|
||||
|
||||
<span class="quicklook-emphasized-color quicklook-genre">Adventure</span>
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Adventure</span>
|
||||
|
||||
<span class="quicklook-emphasized-color quicklook-genre">Comedy</span>
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Comedy</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
<p itemprop="description">
|
||||
A bit of a miss. Though not lacking in the same demonstrations of stage magic and elements of a heist film as the original, the ultimate blending of those aspects here is unimpressive. The result is an average action movie with a few magic show intermissions that pales in comparison to its predecessor.
|
||||
</p>
|
||||
</section>
|
||||
|
|
@ -128,7 +133,7 @@
|
|||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">Rated</dt>
|
||||
<dd class="numbers">PG-13</dd>
|
||||
<dd class="numbers" itemprop="contentRating">PG-13</dd>
|
||||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">Box Office</dt>
|
||||
|
|
|
|||
|
|
@ -56,11 +56,11 @@
|
|||
</nav>
|
||||
</header>
|
||||
<main id="content">
|
||||
<article class="review">
|
||||
<article class="review" itemscope itemtype="https://schema.org/Movie">
|
||||
<header class="review-header">
|
||||
|
||||
<div class="review-poster">
|
||||
<img src=https://m.media-amazon.com/images/M/MV5BMTY0NDY3MDMxN15BMl5BanBnXkFtZTcwOTM5NzMzOQ@@._V1_SX800.webp alt="Poster">
|
||||
<img itemprop="image" src=https://m.media-amazon.com/images/M/MV5BMTY0NDY3MDMxN15BMl5BanBnXkFtZTcwOTM5NzMzOQ@@._V1_SX800.webp alt="Poster">
|
||||
|
||||
<a class="review-favorite" href="https://caalden.github.io/film/favorites">
|
||||
<span hidden>Favorite</span>
|
||||
|
|
@ -70,7 +70,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
<h1>Now You See Me</h1>
|
||||
<h1 itemprop="name">Now You See Me</h1>
|
||||
<h2 class="subtitle-small color:deemphasize" style="margin-top: -30px">September 11, 2022</h2>
|
||||
<section class="quicklook">
|
||||
<header>
|
||||
|
|
@ -79,27 +79,32 @@
|
|||
</h2>
|
||||
</header>
|
||||
<div class="quicklook-details">
|
||||
<div class="quicklook-rating">
|
||||
<div class="quicklook-rating" itemprop="review" itemtype="https://schema.org/Review" itemscope>
|
||||
<span class="caption">
|
||||
Rating
|
||||
</span>
|
||||
<span class="numbers-large quicklook-emphasized-color cluster s1">4/5<a href="https://caalden.github.io/film/ratings" class="quicklook-info" title="About my ratings..."><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-info"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line></svg></a>
|
||||
<span class="numbers-large quicklook-emphasized-color cluster s1">
|
||||
<span>
|
||||
<span itemprop="ratingValue">4</span>/<span itemprop="bestRating">5</span>
|
||||
</span>
|
||||
<a href="https://caalden.github.io/film/ratings" class="quicklook-info" title="About my ratings..."><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-info"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line></svg></a>
|
||||
</span>
|
||||
<span itemprop="author" hidden>Campbell Alden</span>
|
||||
</div>
|
||||
<div class="quicklook-genre-section">
|
||||
<span class="caption">Genre</span>
|
||||
<div class="quicklook-genre-container">
|
||||
|
||||
<span class="quicklook-emphasized-color quicklook-genre">Crime</span>
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Crime</span>
|
||||
|
||||
<span class="quicklook-emphasized-color quicklook-genre">Mystery</span>
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Mystery</span>
|
||||
|
||||
<span class="quicklook-emphasized-color quicklook-genre">Thriller</span>
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Thriller</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
<p itemprop="description">
|
||||
A clever plot and many actual magic tricks make this movie an enjoyable romp. I would recommend it to most people due to the broad appeal of the <a href="https://youtu.be/X1WSH0VzoaM">illusions</a> and especially to people that like crime movies.
|
||||
</p>
|
||||
</section>
|
||||
|
|
@ -134,7 +139,7 @@
|
|||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">Rated</dt>
|
||||
<dd class="numbers">PG-13</dd>
|
||||
<dd class="numbers" itemprop="contentRating">PG-13</dd>
|
||||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">Box Office</dt>
|
||||
|
|
|
|||
|
|
@ -56,15 +56,15 @@
|
|||
</nav>
|
||||
</header>
|
||||
<main id="content">
|
||||
<article class="review">
|
||||
<article class="review" itemscope itemtype="https://schema.org/Movie">
|
||||
<header class="review-header">
|
||||
|
||||
<div class="review-poster">
|
||||
<img src=https://m.media-amazon.com/images/M/MV5BNmQxZTNiODYtNzBhYy00MzVlLWJlN2UtNTc4YWZjMDIwMmEzXkEyXkFqcGdeQXVyMTkxNjUyNQ@@._V1_SX800.webp alt="Poster">
|
||||
<img itemprop="image" src=https://m.media-amazon.com/images/M/MV5BNmQxZTNiODYtNzBhYy00MzVlLWJlN2UtNTc4YWZjMDIwMmEzXkEyXkFqcGdeQXVyMTkxNjUyNQ@@._V1_SX800.webp alt="Poster">
|
||||
|
||||
</div>
|
||||
|
||||
<h1>The French Dispatch</h1>
|
||||
<h1 itemprop="name">The French Dispatch</h1>
|
||||
<h2 class="subtitle-small color:deemphasize" style="margin-top: -30px">August 17, 2022</h2>
|
||||
<section class="quicklook">
|
||||
<header>
|
||||
|
|
@ -73,27 +73,32 @@
|
|||
</h2>
|
||||
</header>
|
||||
<div class="quicklook-details">
|
||||
<div class="quicklook-rating">
|
||||
<div class="quicklook-rating" itemprop="review" itemtype="https://schema.org/Review" itemscope>
|
||||
<span class="caption">
|
||||
Rating
|
||||
</span>
|
||||
<span class="numbers-large quicklook-emphasized-color cluster s1">4/5<a href="https://caalden.github.io/film/ratings" class="quicklook-info" title="About my ratings..."><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-info"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line></svg></a>
|
||||
<span class="numbers-large quicklook-emphasized-color cluster s1">
|
||||
<span>
|
||||
<span itemprop="ratingValue">4</span>/<span itemprop="bestRating">5</span>
|
||||
</span>
|
||||
<a href="https://caalden.github.io/film/ratings" class="quicklook-info" title="About my ratings..."><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-info"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line></svg></a>
|
||||
</span>
|
||||
<span itemprop="author" hidden>Campbell Alden</span>
|
||||
</div>
|
||||
<div class="quicklook-genre-section">
|
||||
<span class="caption">Genre</span>
|
||||
<div class="quicklook-genre-container">
|
||||
|
||||
<span class="quicklook-emphasized-color quicklook-genre">Comedy</span>
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Comedy</span>
|
||||
|
||||
<span class="quicklook-emphasized-color quicklook-genre">Drama</span>
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Drama</span>
|
||||
|
||||
<span class="quicklook-emphasized-color quicklook-genre">Romance</span>
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Romance</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
<p itemprop="description">
|
||||
Charming and highly stylized, this movie has immediately joined my shelf of favorites. Great if you are a Wes Anderson fan or just someone looking for absurdist humor.
|
||||
</p>
|
||||
</section>
|
||||
|
|
@ -128,7 +133,7 @@
|
|||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">Rated</dt>
|
||||
<dd class="numbers">R</dd>
|
||||
<dd class="numbers" itemprop="contentRating">R</dd>
|
||||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">Box Office</dt>
|
||||
|
|
|
|||
|
|
@ -56,15 +56,15 @@
|
|||
</nav>
|
||||
</header>
|
||||
<main id="content">
|
||||
<article class="review">
|
||||
<article class="review" itemscope itemtype="https://schema.org/Movie">
|
||||
<header class="review-header">
|
||||
|
||||
<div class="review-poster">
|
||||
<img src=https://m.media-amazon.com/images/M/MV5BZDg0MWNmNjktMGEwZC00ZDlmLWI1MTUtMDBmNjQzMWM2NjBjXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_SX800.webp alt="Poster">
|
||||
<img itemprop="image" src=https://m.media-amazon.com/images/M/MV5BZDg0MWNmNjktMGEwZC00ZDlmLWI1MTUtMDBmNjQzMWM2NjBjXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_SX800.webp alt="Poster">
|
||||
|
||||
</div>
|
||||
|
||||
<h1>Whisper of the Heart</h1>
|
||||
<h1 itemprop="name">Whisper of the Heart</h1>
|
||||
<h2 class="subtitle-small color:deemphasize" style="margin-top: -30px">September 11, 2022</h2>
|
||||
<section class="quicklook">
|
||||
<header>
|
||||
|
|
@ -73,27 +73,32 @@
|
|||
</h2>
|
||||
</header>
|
||||
<div class="quicklook-details">
|
||||
<div class="quicklook-rating">
|
||||
<div class="quicklook-rating" itemprop="review" itemtype="https://schema.org/Review" itemscope>
|
||||
<span class="caption">
|
||||
Rating
|
||||
</span>
|
||||
<span class="numbers-large quicklook-emphasized-color cluster s1">5/5<a href="https://caalden.github.io/film/ratings" class="quicklook-info" title="About my ratings..."><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-info"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line></svg></a>
|
||||
<span class="numbers-large quicklook-emphasized-color cluster s1">
|
||||
<span>
|
||||
<span itemprop="ratingValue">5</span>/<span itemprop="bestRating">5</span>
|
||||
</span>
|
||||
<a href="https://caalden.github.io/film/ratings" class="quicklook-info" title="About my ratings..."><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="feather feather-info"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="16" x2="12" y2="12"></line><line x1="12" y1="8" x2="12.01" y2="8"></line></svg></a>
|
||||
</span>
|
||||
<span itemprop="author" hidden>Campbell Alden</span>
|
||||
</div>
|
||||
<div class="quicklook-genre-section">
|
||||
<span class="caption">Genre</span>
|
||||
<div class="quicklook-genre-container">
|
||||
|
||||
<span class="quicklook-emphasized-color quicklook-genre">Romance</span>
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Romance</span>
|
||||
|
||||
<span class="quicklook-emphasized-color quicklook-genre">Drama</span>
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Drama</span>
|
||||
|
||||
<span class="quicklook-emphasized-color quicklook-genre">Family</span>
|
||||
<span itemprop="genre" class="quicklook-emphasized-color quicklook-genre">Family</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
<p itemprop="description">
|
||||
<em>Whisper of the Heart</em> is a stunning and immersive world crafted by studio Ghibli that exudes a relaxed and nostalgic vibe. Every piece of it, from the music and the art to the characters and the story, is masterfully done.
|
||||
</p>
|
||||
</section>
|
||||
|
|
@ -128,7 +133,7 @@
|
|||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">Rated</dt>
|
||||
<dd class="numbers">G</dd>
|
||||
<dd class="numbers" itemprop="contentRating">G</dd>
|
||||
</div>
|
||||
<div class="metadetails-column">
|
||||
<dt class="caption">Box Office</dt>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue