Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3b97f6e 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Rooyca committed Mar 29, 2024
1 parent d4a15a3 commit 590ef49
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@
<body>
<figure class="movie">
<div class="movie__hero">
<img class="movie__img" alt="Movie Poster" src="https://image.tmdb.org/t/p/w600_and_h900_bestv2/q8HI0WqwLKY2O1JYyFUF9awi3br.jpg" data-src="600x900.svg">
<img class="movie__img" alt="Movie Poster" src="600x900.svg" data-src="600x900.svg">
</div>
<div class="movie__content">
<div class="movie__title">
<h1 class="heading__primary">Foolish Wives</h1>
<h2 class="heading__secondary">Erich von Stroheim</h2>
<h1 class="heading__primary"></h1>
<h2 class="heading__secondary">Evann Chantrel</h2>
</div>
<p class="movie__description">A con artist masquerades as Russian nobility and attempts to seduce the wife of an American diplomat.</p>
<p class="movie__description"></p>
<div class="movie__details">
<p class="movie__detail year">📅 1922</p>
<p class="movie__detail tag">🏷️ #Drama</p>
<p class="movie__detail length">🕒 2h 23m</p>
<p class="movie__detail tag">🏷️ #Comedy</p>
<p class="movie__detail length">🕒 0h 0m</p>
</div>
</div>
<div class="movie__date">Thu Mar 28 2024</div>
<div class="movie__date">Fri Mar 29 2024</div>
</figure>
<script src="index.js"></script>
</body>
Expand Down

0 comments on commit 590ef49

Please sign in to comment.