Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added movie: Ready Player One #109

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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 images/ready_player_one.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1305,6 +1305,19 @@ <h5 class="card-title">Lunana: A Yak in the classroom</h5>

</div>
</div>

<div class="col-lg-4 mb-4">
<div class="card">
<img class="card-img-top" src="./images/ready_player_one.jpg" alt="" />
<div class="card-body">
<h5 class="card-title">Ready Player One</h5>
<p class="card-text">Ready Player One is a 2018 American science fiction action film based on Ernest Cline's novel of the same name. Directed by Steven Spielberg from a screenplay by Zak Penn and Cline, it stars Tye Sheridan, Olivia Cooke, Ben Mendelsohn, Lena Waithe, T.J. Miller, Simon Pegg, and Mark Rylance. The film is set in 2045, where much of humanity uses the OASIS, a virtual reality simulation, to escape the real world. A teenage orphan finds clues to a contest that promises the ownership of the OASIS to the winner, and he and his allies try to complete it before an evil corporation can do so.</p>
<a href="https://github.com/BhargavM123"
class="btn btn-outline-danger btn-sm">Contributed by - BhargavM123</a>
</div>

</div>
</div>

</div>
</div>
Expand Down Expand Up @@ -1374,4 +1387,4 @@ <h2>Contribution</h2>

</body>

</html>
</html>