forked from immdipu/CINEMAA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoviesGenre.html
133 lines (125 loc) · 8.45 KB
/
moviesGenre.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cinemaa | Movies</title>
<link rel="icon" type="image/png" sizes="32x32" href="./resources/D moviesand tv show.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./style.css">
</head>
<body class="body">
<main class="main">
<div class=" overlay overlay2"></div>
<div class="overlay_side_navabar"></div>
<div class="sidenav_container_movieDetail">
<div class="sidenav_child_container">
<nav class="sidenav sidenav_2">
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" fill="#ffff"
class="arrow_left bi-arrow-left" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z" />
</svg>
<h3 class="title">CINEMAA</h3>
<svg xmlns="http://www.w3.org/2000/svg" width="33" height="33" fill="currentColor"
class="hamburger bi-list" viewBox="0 0 16 16">
<path class="pathh pathhphone" fill-rule="evenodd"
d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z" />
</svg>
<div class="menu">
<h4 class="menu_title">Menu</h4>
<ul class="menu_ul">
<li class="home">
<a class="sidenavlinks" href="./index.html"><svg xmlns="http://www.w3.org/2000/svg"
width="22" height="22" fill="currentColor" class="bi bi-house-fill"
viewBox="0 0 16 16">
<path class="path" fill-rule="evenodd"
d="m8 3.293 6 6V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V9.293l6-6zm5-.793V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z" />
<path class="path" fill-rule="evenodd"
d="M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z" />
</svg><span class="Home_title title_span">Home</span></a>
</li>
<li class="movie">
<a class="sidenavlinks" href="./moviesGenre.html">
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" fill="currentColor"
class="bi bi-play-fill" viewBox="0 0 16 16">
<path class="path"
d="m11.596 8.697-6.363 3.692c-.54.313-1.233-.066-1.233-.697V4.308c0-.63.692-1.01 1.233-.696l6.363 3.692a.802.802 0 0 1 0 1.393z" />
</svg>
<span class="movie_name title_span">Movies</span></a>
</li>
<li class="tv_shows">
<a class="sidenavlinks" href="./tvShows.html">
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" fill="currentColor"
class="bi bi-tv-fill" viewBox="0 0 16 16">
<path class="path"
d="M2.5 13.5A.5.5 0 0 1 3 13h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zM2 2h12s2 0 2 2v6s0 2-2 2H2s-2 0-2-2V4s0-2 2-2z" />
</svg>
<span class="tv_shows_title title_span">Shows</span></a>
</li>
<li class="settings">
<a class="sidenavlinks" href="./About.html">
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" fill="currentColor"
class="bi bi-info-square-fill" viewBox="0 0 16 16">
<path class="path"
d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm8.93 4.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM8 5.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2z" />
</svg><span class="settings_title title_span">About</span></a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<section class="section_one section_one_movieDetail">
<div class="nav_paremt_conatainer movieDetailnav_paremt_conatainer">
<nav class="navContainer movieDetailnavContainer">
<svg xmlns="http://www.w3.org/2000/svg" width="33" height="33" fill="currentColor"
class="hamburger hamburgerphone bi-list" viewBox="0 0 16 16">
<path class="pathh" fill-rule="evenodd"
d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z" />
</svg>
<input class="search" type="text" placeholder="Search ">
<div class="light_darkmode"></div>
</nav>
</div>
<section class="section_two section_two2">
<section class="Now_playing_movies_container_search">
<h4 class="Now_playing_movies_container_title tvshowheader" id="search_header">Movies</h4>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="leftarrow arrowsearch arrowbtn bi-chevron-left" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="rightarrow arrowsearch arrowbtn bi-chevron-right" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z" />
</svg>
<div class="tvshowcategory_container">
<ul class="tvshowcatrgory_ul movies_category_ul">
</ul>
</div>
<div class="search_result_div">
</div>
</div>
<div class="pagination_container">
<div class="pagination">
<button class="previous_btn paginationBtn">Previous</button>
<span class="pageCount"></span>
<button class="Next_btn paginationBtn">Next</button>
</div>
</div>
</section>
</section>
</section>
</main>
<script src="./moviesGenre.js"></script>
</body>
</html>