Skip to content

Commit

Permalink
Deploying to gh-pages from @ f99c471 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Rooyca committed Nov 16, 2024
1 parent 0aa04f9 commit ed5eea2
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/3tKYbChwIRYCwFrMUDBkbZyDIoN.jpg" data-src="600x900.svg">
<img class="movie__img" alt="Movie Poster" src="https://image.tmdb.org/t/p/w600_and_h900_bestv2/x2DquTpLTq54aPFDnqlwY7apCC3.jpg" data-src="600x900.svg">
</div>
<div class="movie__content">
<div class="movie__title">
<h1 class="heading__primary">A Place in the Sun</h1>
<h2 class="heading__secondary">George Stevens</h2>
<h1 class="heading__primary">The Day the Earth Stood Still</h1>
<h2 class="heading__secondary">Robert Wise</h2>
</div>
<p class="movie__description">An ambitious young man wins an heiress's heart but has to cope with his former girlfriend's pregnancy.</p>
<p class="movie__description">An alien and a robot land on Earth after World War II and tell mankind to be peaceful or face destruction.</p>
<div class="movie__details">
<p class="movie__detail year">📅 1951</p>
<p class="movie__detail tag">🏷️ #Drama</p>
<p class="movie__detail length">🕒 2h 2m</p>
<p class="movie__detail tag">🏷️ #Science Fiction</p>
<p class="movie__detail length">🕒 2h 32m</p>
</div>
</div>
<div class="movie__date">Fri Nov 15 2024</div>
<div class="movie__date">Sat Nov 16 2024</div>
</figure>
<script src="index.js"></script>
</body>
Expand Down

0 comments on commit ed5eea2

Please sign in to comment.