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

Paywand #5

Open
wants to merge 7 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
225 changes: 219 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,230 @@
<html>

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous" />
<link rel="stylesheet" href="style.css" />
<title>Movie</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous" />
</head>

<body>
<div id="container" class="container">
</div>
<nav class="navbar navbar-expand-lg bg-light">
<div class="container-fluid">
<img id="logo" src="./movies-logo.svg" alt="logo" class="float-start img-fluid me-2" />
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a id="homeBtn" class="nav-link active" aria-current="page" href="#">Home</a
>
</li>
<li class="nav-item">
<a
id="actorsBtn"
class="nav-link active"
onclick="ListActorsPage.run()"
href="#"
>Actors</a
>
</li>
<li class="nav-item dropdown">
<a
id="genresBtn"
class="nav-link dropdown-toggle active"
href="#"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Movie genres
</a>
<ul id="genreDropdown" class="dropdown-menu position-absolute">
<li>
<a class="dropdown-item" href="#" onclick="App.run(28)">Action</a
>
</li>
<li>
<a class="dropdown-item" href="#" onclick="App.run(12)"
>Adventure</a
>
</li>
<li>
<a class="dropdown-item" href="#" onclick="App.run(16)"
>Animation</a
>
</li>
<li>
<a class="dropdown-item" href="#" onclick="App.run(35)"
>Comedy</a
>
</li>
<li>
<a class="dropdown-item" href="#" onclick="App.run(80)"
>Crime</a
>
</li>
<li>
<a class="dropdown-item" href="#" onclick="App.run(99)"
>Documentary</a
>
</li>
<li>
<a class="dropdown-item" href="#" onclick="App.run(18)"
>Drama</a
>
</li>
<li>
<a class="dropdown-item" href="#" onclick="App.run(10751)"
>Family</a
>
</li>
<li>
<a class="dropdown-item" href="#" onclick="App.run(14)"
>Fantasy</a
>
</li>
<li>
<a class="dropdown-item" href="#" onclick="App.run(36)"
>History</a
>
</li>
<li>
<a class="dropdown-item" href="#" onclick="App.run(27)"
>Horror</a
>
</li>
<li>
<a class="dropdown-item" href="#" onclick="App.run(10432)"
>Music</a
>
</li>
<li>
<a class="dropdown-item" href="#" onclick="App.run(9648)"
>Mystery</a
>
</li>
<li>
<a class="dropdown-item" href="#" onclick="App.run(10749)"
>Romance</a
>
</li>
<li>
<a class="dropdown-item" href="#" onclick="App.run(878)"
>Sci-Fi</a
>
</li>
<li>
<a class="dropdown-item" href="#" onclick="App.run(53)"
>Thriller</a
>
</li>
<li>
<a class="dropdown-item" href="#" onclick="App.run(10770)"
>TV Movie</a
>
</li>
<li>
<a class="dropdown-item" href="#" onclick="App.run(10752)"
>War</a
>
</li>
<li>
<a class="dropdown-item" href="#" onclick="App.run(37)"
>Western</a
>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a
id="filterBtn"
class="nav-link dropdown-toggle active"
href="#"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Filter
</a>
<ul id="actorsDropdown" class="dropdown-menu position-absolute">
<li>
<a class="dropdown-item" href="#" onclick="App.run('popular')">Popular</a
>
</li>
<li>
<a
class="dropdown-item"
href="#"
onclick="App.run('top_rated')"
>Top Rated</a
>
</li>
<li>
<a
class="dropdown-item"
href="#"
onclick="App.run('now_playing')"
>Now Playing</a
>
</li>
<li>
<a
class="dropdown-item"
href="#"
onclick="App.run('upcoming')"
>Up Coming</a
>
</li>
</ul>
</li>
<li class="nav-item">
<a id="aboutBtn" class="nav-link active" href="#">About</a>
</li>
</ul>
<form class="d-flex" role="search">
<input class="form-control me-2" type="search" id="search" placeholder="Search..." aria-label="Search" />
<button class="btn btn-outline-info" id="submit">Search</button>
</form>
</div>
</div>
</nav>

<div id="container" class="row g-3 p-3"></div>

<footer class="bg-light text-center row">
<p class="h3 lead py-3">
Project done by <strong>Nijyar Saeed</strong>,<strong>
Paywand Hussein</strong
>,<strong> Sarah Abou Dalal</strong>,and <strong> Zaynab Azad</strong>
</p>
<h4 class="lead text-muted col-md-3">
<strong>Nijyar Saeed<a href="https://github.com/NijyarGS"
><i class="bi bi-github h3 mx-2"></i></a
></strong>
</h4>
<h4 class="lead text-muted col-md-3">
<strong>Paywand Muhammed Hussein<a href="https://github.com/paywand007"
><i class="bi bi-github h3 mx-2"></i></a
></strong>
</h4>
<h4 class="lead text-muted col-md-3">
<strong>Sarah Abou Dalal<a href="https://github.com/sarahaboudalal"
><i class="bi bi-github h3 mx-2"></i></a
></strong>
</h4>
<h4 class="lead text-muted col-md-3">
<strong>Zaynab Azad<a href="https://github.com/zaynab-azad"
><i class="bi bi-github h3 mx-2"></i></a
></strong>
</h4>
</footer>
<script src="./oop-script.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-A3rJD856KowSb7dwlZdYEkO39Gagi7vIsF0jrRAoQmDKKtQBHUuLZ9AsSv4jD4Xa" crossorigin="anonymous"></script>
<!-- <script type="text/javascript" src="script.js"></script> -->
</body>

Expand Down
1 change: 1 addition & 0 deletions movies-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading