Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
Binary file removed books-images/1984.jpg
Binary file not shown.
Binary file removed books-images/harry-potter-and-the-sorcerer.jpg
Binary file not shown.
Binary file removed books-images/moby-dick.jpg
Binary file not shown.
Binary file removed books-images/pride-and-prejudice.jpg
Binary file not shown.
Binary file removed books-images/the-chronicles-of-narnia.jpg
Binary file not shown.
Binary file removed books-images/the-great-gatsby.jpg
Binary file not shown.
Binary file removed books-images/the-hobbit.jpg
Binary file not shown.
Binary file removed books-images/the-lord-of-the-rings.jpg
Binary file not shown.
Binary file removed books-images/to-kill-a-mockingbird.jpg
Binary file not shown.
Binary file removed books-images/unknown.jpg
Binary file not shown.
155 changes: 152 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,162 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<!-- Don't forget to change the title and connect the CSS file -->
<title>Project Library</title>
<title>Rent a movie</title>
</head>

<body>
<h1>Project Library</h1>
<!-- Don't forget to connect the JavaScript file -->

<div class="hero">
<div class="hero-h1">
<h1>FilmNest</h1>
</div>

</div>

<div class="filter" id="filter-button">
<p>Filter by genre
<button id="sci-fi">Sci-Fi</button>
<button id="horror">Horror</button>
<button id="comedy">Comedy</button>
<button id="romance">Romance</button>
</p>
</div>

<div class="sort" id="filter-button">
<p> Sort by year
<button id="sort-new-to-old">Sort New to Old</button>
<button id="sort-old-to-new">Sort Old to New</button>

</p>
</div>



<section id="movies-section">
<!-- Movie Inception -->
<article>
<img src="./movie-images/inception-movie.jpg" alt="Inception" />
<div class="card-content">
<h2>Inception</h2>
<p><strong>Director:</strong> Christopher Nolan | <strong>Year:</strong> 2010</p>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting! We have never tried ! /Kasia, Cholpon, Nella

<p><strong>Genre:</strong> Sci-Fi</p>
<p class="description">A mind-bending exploration of dreams within dreams, directed by Christopher Nolan.</p>
</div>
</article>

<!-- Movie Get Out -->
<article>
<img src="./movie-images/get-out-movie.jpeg" alt="Get Out">
<div class="card-content">
<h2>Get Out</h2>
<p><strong>Director:</strong> Jordan Peele | <strong>Year:</strong> 2017</p>
<p><strong>Genre:</strong> Horror</p>
<p class="description">A social horror film that blends suspense with sharp commentary on race and society.
</p>
</div>
</article>

<!-- Movie Back To Future -->
<article>
<img src="./movie-images/back-to-future.jpg" alt="Back to the Future">
<div class="card-content">
<h2>Back to the Future</h2>
<p><strong>Director:</strong> Robert Zemeckis | <strong>Year:</strong> 1985</p>
<p><strong>Genre:</strong> Sci-Fi</p>
<p class="description">A classic time-travel adventure with humor, starring Michael J. Fox.</p>
</div>
</article>

<!-- Movie The Exorcist -->
<article>
<img src="./movie-images/the-exorcist.jpg" alt="The Exorcist">
<div class="card-content">
<h2>The Exorcist</h2>
<p><strong>Director:</strong> William Friedkin | <strong>Year:</strong> 1973</p>
<p><strong>Genre:</strong> Horror</p>
<p class="description">One of the scariest films of all time, revolving around demonic possession.</p>
</div>
</article>

<!-- Movie The Hangover -->
<article>
<img src="./movie-images/the-hangover.jpeg" alt="The Hangover">
<div class="card-content">
<h2>The Hangover</h2>
<p><strong>Director:</strong> Todd Phillips | <strong>Year:</strong> 2009</p>
<p><strong>Genre:</strong> Comedy</p>
<p class="description">A hilarious tale of a wild night gone wrong, featuring unforgettable misadventures.</p>
</div>
</article>

<!-- Movie Matrix -->
<article>
<img src="./movie-images/matrix.jpg" alt="The Matrix">
<div class="card-content">
<h2>The Matrix</h2>
<p><strong>Directors:</strong> Lana Wachowski, Lilly Wachowski | <strong>Year:</strong> 1999</p>
<p><strong>Genre:</strong> Sci-Fi</p>
<p class="description">A groundbreaking sci-fi action film about reality, artificial intelligence, and
rebellion.</p>
</div>
</article>

<!-- Movie Shaun of the Dead -->
<article>
<img src="./movie-images/shaun-of-the-dead.jpg" alt="Shaun of the Dead">
<div class="card-content">
<h2>Shaun of the Dead</h2>
<p><strong>Director:</strong> Edgar Wright | <strong>Year:</strong> 2004</p>
<p><strong>Genre:</strong> Horror, Comedy</p>
<p class="description">A man's uneventful life takes a turn when he has to lead his friends and family through
a
zombie apocalypse.</p>
</div>
</article>

<!-- Movie A Quiet Place -->
<article>
<img src="./movie-images/a-quiet-place.jpg" alt="A Quiet Place">
<div class="card-content">
<h2>A Quiet Place</h2>
<p><strong>Director:</strong> John Krasinski | <strong>Year:</strong> 2018</p>
<p><strong>Genre:</strong> Horror, Sci-Fi, Thriller</p>
<p class="description">A tense, almost silent thriller about surviving in a world where making noise can be
deadly.</p>
</div>
</article>

<!-- Movie Guardians of the Galaxy -->
<article>
<img src="./movie-images/guardian-of-galaxy.jpg" alt="Guardians of the Galaxy">
<div class="card-content">
<h2>Guardians of the Galaxy</h2>
<p><strong>Director:</strong> James Gunn | <strong>Year:</strong> 2014</p>
<p><strong>Genre:</strong> Sci-Fi, Action, Comedy</p>
<p class="description">A fun-filled space adventure with a quirky band of misfits saving the universe.</p>
</div>
</article>

<!-- Movie Her -->
<article>
<img src="./movie-images/her.jpeg" alt="Her">
<div class="card-content">
<h2>Her</h2>
<p><strong>Director:</strong> Spike Jonze | <strong>Year:</strong> 2013</p>
<p><strong>Genre:</strong> Sci-Fi, Romance</p>
<p class="description">A futuristic love story between a man and an artificial intelligence operating system.
</p>
</div>
</article>
</section>

<script src="script.js"></script>

</body>

</html>
Binary file added movie-images/.DS_Store
Binary file not shown.
Binary file added movie-images/a-quiet-place.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added movie-images/back-to-future.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added movie-images/get-out-movie.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added movie-images/guardian-of-galaxy.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added movie-images/her.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added movie-images/inception-movie.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added movie-images/matrix.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added movie-images/movie image.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added movie-images/shaun-of-the-dead.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added movie-images/the-exorcist.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added movie-images/the-hangover.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ PS. Don't forget to add it in your readme as well.

## Collaborators
Add your collaborators here. Write their GitHub usernames in square brackets. If there's more than one, separate them with a comma, like this:
[github-username-1, github-username-2]
[github-username-1](https://github.com/smily342), [https://github.com/Heleneabrahamsson]
Binary file removed recipe-images/baked-chicken.jpg
Binary file not shown.
Binary file removed recipe-images/cheat’s-cheesy-focaccia.jpg
Binary file not shown.
Binary file removed recipe-images/chicken-paprikash.jpg
Binary file not shown.
Binary file removed recipe-images/deep-fried-fish-bones.jpg
Binary file not shown.
Binary file removed recipe-images/fish-dish.jpg
Diff not rendered.
Binary file removed recipe-images/grilled.jpg
Diff not rendered.
Binary file removed recipe-images/individual-vegetarian-lasagnes.jpg
Diff not rendered.
Binary file removed recipe-images/meat.jpg
Diff not rendered.
Binary file removed recipe-images/vegetarian-shepherd's-pie.jpg
Diff not rendered.
Binary file removed recipe-images/vegetarian-stir-fried-garlic-s.jpg
Diff not rendered.
Loading