-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
140 lines (114 loc) · 6.26 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html style="height:100%;">
<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">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Oswald&family=Share+Tech+Mono&display=swap" rel="stylesheet">
<title>Movie Project</title>
</head>
<body class="d-flex flex-column h-100">
<main class="flex-grow-1">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="#"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-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 mr-auto">
<li class="nav-item active">
<a class="nav-link" id="home-page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" id="actors-list-page" href="#">Actors</a>
</li>
<li class="nav-item">
<a class="nav-link" id="about-page" href="#">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Movies
</a>
<div class="dropdown-menu" id="dropdown-genre-list" aria-labelledby="navbarDropdown">
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarFilterDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Filter
</a>
<div class="dropdown-menu" id="dropdown-filter-list" aria-labelledby="navbarDropdown">
<a href="#" class = "dropdown-item" id="popular-movies">Popular</a>
<a href="#" class = "dropdown-item" id="now-playing">On Theaters</a>
<a href="#" class = "dropdown-item" id="toprated-movies">Top Rated</a>
<a href="#" class = "dropdown-item" id="upcoming-movies">Upcoming</a>
<!-- <a href="#" class = "dropdown-item" id="recent-movies">Recently Released</a> -->
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" id="search-input" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" id="search-button-movies" type="submit">Search Movies</button>
<button class="btn btn-outline-success my-2 my-sm-0" id="search-button-actors" type="submit">Search Actors</button>
</form>
</div>
</nav>
<div id="container" class="container-fluid">
</div>
</main>
<!-- Footer -->
<footer class="page-footer font-small teal pt-4">
<!-- Footer Text -->
<div class="container-fluid text-center text-md-left">
<!-- Grid row -->
<div class="row">
<!-- Grid column -->
<div class="col-md-6 mt-md-0 mt-3">
<!-- Content -->
<h5 class="text-uppercase font-weight-bold footertxt">Re:Coded 2021 Istanbul Bootcamp</h5>
<p class="footertxt">Developed by Kutay Kağan Özen and Mohammed Manar Yazji</p>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
<!-- Footer Text -->
<div class="test">
<div class="test1">
<h5 class="list-unstyled">Follow Kutay!</h5>
<ul class="list-unstyled">
<li class="row d-flex justify-content-center">
<a href="https://github.com/Iseluin" target="_blank"><i class="fa fa-github" style="font-size:24px"></i></a>
<a href="#!" target="_blank"><i class="fa fa-linkedin-square" style="font-size:24px"></i></a>
</li>
</ul>
</div>
<div class="test1">
<h5 class="">Follow Manar!</h5>
<ul class="list-unstyled">
<li class="row d-flex justify-content-center">
<a href="#!" target="_blank"><i class="fa fa-github" style="font-size:24px"></i></a>
<a href="https://tr.linkedin.com/in/mohammed-manar-yazji-335168123" target="_blank"><i class="fa fa-linkedin-square" style="font-size:24px"></i></a>
</li>
</div>
</div>
</div>
<!-- Copyright -->
<div class="footer-copyright text-center py-3">© 2020 Copyright:
<a href="https://mdbootstrap.com/"> re-coded.com</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<script src="./oop-script.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<!-- <script type="text/javascript" src="script.js"></script> -->
</body>
</html>