diff --git a/docs/about/index.html b/docs/about/index.html index e481b1a..3e56caa 100644 --- a/docs/about/index.html +++ b/docs/about/index.html @@ -16,6 +16,7 @@ + diff --git a/docs/index.html b/docs/index.html index 8a37e75..a37d957 100644 --- a/docs/index.html +++ b/docs/index.html @@ -17,6 +17,7 @@ + diff --git a/docs/review.css b/docs/review.css new file mode 100644 index 0000000..96d18cf --- /dev/null +++ b/docs/review.css @@ -0,0 +1,46 @@ +.review { + max-width: 800px; + display: flex; + flex-direction: column; + align-items: center; +} + +.review-header { + display: flex; + flex-direction: column; + align-items: center; + gap: 30px; + margin: 30px 0; +} + +.review-header h1 { + text-align: center; +} + +.review-poster { + aspect-ratio: 1/1; + flex-basis: 200px; + max-width: 200px; + overflow: hidden; + border-radius: 8px; +} + +.review-poster > img { + position: relative; + width: 100%; + height: 100%; + object-fit: cover; +} + +.core-review { + margin: 30px 10px; +} +.core-review p { + margin-bottom: 20px; +} + +.core-review h2,h3,h4,h5 { + margin-top: 30px; + margin-bottom: 10px; + text-align: center; +} diff --git a/docs/reviews/index.html b/docs/reviews/index.html index 815c1f0..1dae0c8 100644 --- a/docs/reviews/index.html +++ b/docs/reviews/index.html @@ -22,6 +22,7 @@ + diff --git a/docs/reviews/the-french-dispatch/index.html b/docs/reviews/the-french-dispatch/index.html index 08094ab..4ec1f91 100644 --- a/docs/reviews/the-french-dispatch/index.html +++ b/docs/reviews/the-french-dispatch/index.html @@ -25,6 +25,7 @@ + @@ -44,11 +45,13 @@
-
+
+ +
+ Poster +
+

The French Dispatch

- - Poster -

@@ -81,7 +84,7 @@

-

Recommendation

+

Recommendation

The French Dispatch follows several different stories and perspectives surrounding the authors of a magazine based in Kansas, but about a small town in France. The film is framed in sections similar to how a magazine like The New Yorker is divided and each section is stylistically different from the last to reflect the style of the author.

I found this movie very charming. I am a sucker for Wes Anderson films and this. For example, The Grand Budapest Hotel strikes a perfect cord with me both stylistically and substantively. The movie is very funny without many outright spoken jokes. It is visually pleasing in the standard Wes Anderson way. Each individual story is also engaging and the binding narrative about the death of the magazine’s editor pulls things together just well enough that the movie as a whole feels coherent.

I would recommend this to anyone who is already a Wes Anderson fan, but I wouldn’t necessarily suggest this if you are new to Wes Anderson. It is very stylized and if you don’t like the style you would hate the film. It also has a lot of absurdist humor which is not for everyone. As my rating reflects, I really enjoyed this film so it gets a general recommendation from me as long as you consider my hesitations about style. I think I might recommend watching another Wes Anderson film first and then, if you liked that, watch this one next!

@@ -90,13 +93,13 @@

The Artist

I really enjoyed how the dynamic between the artist prisoner character (Benicio Del Toro) and the female prison guard (LĂ©a Seydoux) is played with when their characters are first introduced. I think that first scene is the platonic idea of what it means to “subvert expectations” in a pleasing way. We’ve all seen the setting before, a rich asshole artist uses his position of power to take liberties with a young female assistant. In this scenario, however, the scene ends with a complete power dynamic reversal with him entering a straightjacket and being carted away back to a cell. Something about that was not overtly funny but struck my funny bone all the same.

The Art

-

Another moment I enjoyed was the discussion about modern art. There’s a funny commentary on the idea that “a third grader could have made this”, wherein they discuss his arts validity and make the claim that because he has techinical prowess (the ability to draw a realistic picture of a bird) his more modern style is somehow valid. The sort of mental gymnastics that the art collectors go through to justify why the art is the next best thing works as a commentary on art in general in a way I liked.

+

Another moment I enjoyed was the discussion about modern art. There’s a funny commentary on the idea that “a third grader could have made this”, wherein they discuss his arts validity and make the claim that because he has technical prowess (the ability to draw a realistic picture of a bird) his more modern style is somehow valid. The sort of mental gymnastics that the art collectors go through to justify why the art is the next best thing works as a commentary on art in general in a way I liked.

The Revolutionary Students

I have quite a soft spot for chess, so the sections of the magazine following the student revolutionary movement that centered around a chess game were very entertaining to me. I appreciate how that portion of the movie puts you in the shoes of a student. The parents are all concerned about how much of a bother the revolution is but for the students it’s life or death.

The Dinner Party Kidnapping

-

I felt the storyline where the author recounts the dinner party kidnapping was honestly the weakest part of the film. For me it’s a combination of not really liking that cartoon style (and this is partially why I haven’t made it through Isle of Dogs yet dispite that on the surface seeming like a perfect fit for me.) The other issue I have with it was pointed out in a review I read, which I will paraphrase as being too many layers deep.

+

I felt the storyline where the author recounts the dinner party kidnapping was honestly the weakest part of the film. For me it’s a combination of not really liking that cartoon style (and this is partially why I haven’t made it through Isle of Dogs yet despite that on the surface seeming like a perfect fit for me.) The other issue I have with it was pointed out in a review I read, which I will paraphrase as being too many layers deep.

The story is told in the setting of a section of the magazine, but in retrospective as spoken by the author on the set of a talk show. Then we have the actual story which has aspects of live action and cartoon. The cartoon scenes feel nested within the live action for a total depth 4 levels removed from the viewer. It just makes things a little difficult to follow. That style of storytelling can work: I loved If on a Winter’s Night a Traveler by Italio Calvino which relies heavily on this nesting of view points, but the first chapter of that book is incredibly jarring as you get accustomed to the style.

-

I think because this section stands alone and is tonally different from the rest of the movie, you don’t have time to get over that jarring feeling to orient yourself. I think as a stand alone short it might work, and it’s just it’s presence in this larger narrative that makes it feel especially awkard tonally. For me, this discordance is the main reason I feel this movie is more of a 4/5 than a perfect 5/7.

+

I think because this section stands alone and is tonally different from the rest of the movie, you don’t have time to get over that jarring feeling to orient yourself. I think as a stand alone short it might work, and it’s just it’s presence in this larger narrative that makes it feel especially awkward tonally. For me, this discordance is the main reason I feel this movie is more of a 4/5 than a perfect 5/7.

diff --git a/docs/style.css b/docs/style.css index 27d210a..5820b99 100644 --- a/docs/style.css +++ b/docs/style.css @@ -212,6 +212,3 @@ a:hover { padding: 10px; } -.review { - max-width: 800px; -}