-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
143 lines (132 loc) · 6.43 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
141
142
143
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CinemaPlus</title>
<link rel="stylesheet" href="./resources/style.css">
</head>
<body>
<!-- Background image -->
<div id="background-image"></div>
<!-- Left menu part -->
<div class="left-menu">
<div class="menu">
<button type="button" id="btn-close" title="Close Menu">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
</svg>
</button>
<ul>
<li>
<a href="./index.html" class="active-btn">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round"
d="M2.25 12l8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25" />
</svg>
Home
</a>
</li>
<li>
<a href="./discover.html" class="">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class="w-6 h-6">
<path d="M10.586 10.586L16.95 7.05l-3.536 6.364L7.05 16.95l3.536-6.364z"
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
</path>
<path d="M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z"
stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round">
</path>
</svg>
Discover
</a>
</li>
<li>
<a href="./trending.html" class="">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round"
d="M15.362 5.214A8.252 8.252 0 0112 21 8.25 8.25 0 016.038 7.048 8.287 8.287 0 009 9.6a8.983 8.983 0 013.361-6.867 8.21 8.21 0 003 2.48z" />
<path stroke-linecap="round" stroke-linejoin="round"
d="M12 18a3.75 3.75 0 00.495-7.467 5.99 5.99 0 00-1.925 3.546 5.974 5.974 0 01-2.133-1A3.75 3.75 0 0012 18z" />
</svg>
Trending
</a>
</li>
<li id="fav-li">
<a href="./favorites.html" class="">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round"
d="M17.593 3.322c1.1.128 1.907 1.077 1.907 2.185V21L12 17.25 4.5 21V5.507c0-1.108.806-2.057 1.907-2.185a48.507 48.507 0 0111.186 0z" />
</svg>
Favorite
</a>
</li>
</ul>
</div>
</div>
<div class="container">
<!-- Header -->
<header class="header">
<ul>
<li>
<button title="Open Menu" type="button" class="btn btn-transparent btn-no-border btn-left-menu">
<svg class="btn-left-menu" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"
stroke-width="1.5" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round"
d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" />
</svg>
</button>
</li>
<li>
<a href="./list.html?media=movie" class="header-link">Movies</a>
</li>
<li>
<a href="./list.html?media=tv" class="header-link">Tv Series</a>
</li>
</ul>
<a href="/index.html" class="logo" id="logo-plus" data-replace="+">
Cinema
<span>
<strong>Plus</strong>
</span>
</a>
<ul>
<li>
<div>
<form action="./search.html">
<input type="search" name="s" id="search" placeholder="Search">
</form>
</div>
</li>
<li>
<a href="./login.html" class="header-link">Login</a>
</li>
<li>
<hr class="vertical-line">
</li>
<li>
<a href="./register.html" class="header-link">Register</a>
</li>
</ul>
</header>
<!-- Jumbotron section -->
<div class="home-content">
<p class="intro-1">Unlimited movies,<br> TV shows, and more</p>
<p class="intro-2">Find the latest and greatest movies and shows <br>all available on Cinema<span
class="plus">Plus</span></p>
<div class="intro-btn-container">
<button type="button" class="btn btn-default btn-xlarge">Get Started</button>
<button type="button" class="btn btn-secondary btn-xlarge btn-alt">Show Plans</button>
</div>
</div>
</div>
<!-- for left menu and background image -->
<script src="./resources/js/index.js"></script>
<!-- to get geners for first time open site -->
<script src="./resources/js/getGenres.js"></script>
</body>
</html>