-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
179 lines (177 loc) · 7.72 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="theme-color" content="#00756a" />
<title>Movienow – Movie catalog</title>
<meta
name="description"
content="Movienow a movie catalog that allows you to check the latest theater movies or search your desired movie"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="apple-touch-icon" href="./theme/assets/video-play-64.png" />
<link rel="shortcut icon" href="./theme/assets/video-play-64.png" />
<link rel="manifest" href="./manifest.webmanifest" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/icon?family=Material+Icons"
/>
<link rel="stylesheet" href="./vendor/material.indigo-pink.min.css" />
</head>
<body>
<div
id="custom-layout"
class="mdl-layout mdl-js-layout mdl-layout--fixed-header has-drawer is-small-screen is-upgraded"
>
<header id="header" class="mdl-layout__header">
<div class="mdl-layout__header-row">
<!-- Title -->
<span class="mdl-layout-title movierama">
<a class="no-a mdl-layout--large-screen-only"
>movienow</a
>
</span>
<span
class="mdl-layout-title mdl-layout--large-screen-only"
>
<svg
version="1.1"
id="Capa_1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
viewBox="0 0 56 56"
style="enable-background:new 0 0 56 56;height:32px;width:32px;display:block;"
xml:space="preserve"
>
<rect
x="10"
y="6"
style="fill:#424A60;"
width="36"
height="44"
/>
<path
style="fill:#343B49;"
d="M46,29H10c-0.552,0-1-0.447-1-1s0.448-1,1-1h36c0.552,0,1,0.447,1,1S46.552,29,46,29z"
/>
<path
style="fill:#343B49;"
d="M46,8H10C9.448,8,9,7.553,9,7s0.448-1,1-1h36c0.552,0,1,0.447,1,1S46.552,8,46,8z"
/>
<path
style="fill:#343B49;"
d="M46,50H10c-0.552,0-1-0.447-1-1s0.448-1,1-1h36c0.552,0,1,0.447,1,1S46.552,50,46,50z"
/>
<path
style="fill:#556080;"
d="M46,39v11h10V39H46z M53,47h-4v-5h4V47z"
/>
<path
style="fill:#38454F;"
d="M46,28v11h10V28H46z M53,36h-4v-5h4V36z"
/>
<path
style="fill:#556080;"
d="M46,17v11h10V17H46z M53,25h-4v-5h4V25z"
/>
<path
style="fill:#38454F;"
d="M46,6v11h10V6H46z M53,14h-4V9h4V14z"
/>
<path
style="fill:#556080;"
d="M0,39v11h10V39H0z M7,47H3v-5h4V47z"
/>
<path
style="fill:#38454F;"
d="M0,28v11h10V28H0z M7,36H3v-5h4V36z"
/>
<path
style="fill:#556080;"
d="M0,17v11h10V17H0z M7,25H3v-5h4V25z"
/>
<path
style="fill:#38454F;"
d="M0,6v11h10V6H0z M7,14H3V9h4V14z"
/>
<g></g>
<g></g>
<g></g>
<g></g>
<g></g>
<g></g>
<g></g>
<g></g>
<g></g>
<g></g>
<g></g>
<g></g>
<g></g>
<g></g>
<g></g>
</svg>
</span>
<form class="search-form form-secret">
<div class="mdl-textfield mdl-js-textfield md-cyan">
<input
class="mdl-textfield__input"
type="text"
id="searchBar"
/>
<label class="mdl-textfield__label" for="searchBar">
search...
</label>
</div>
</form>
<!-- Add spacer, to align navigation to the right -->
<div class="mdl-layout-spacer"></div>
<!-- <nav class="mdl-navigation mdl-layout--large-screen-only">
<a class="mdl-navigation__link is-active" href="#nowPlaying">in theaters</a><a
class="mdl-navigation__link" href="#search">search</a>
</nav> -->
</div>
</header>
<div class="mdl-layout__drawer">
<span class="mdl-layout-title"> </span>
<nav class="mdl-navigation">
<a class="mdl-navigation__link" href="#nowPlaying"
>in theaters</a
>
<a class="mdl-navigation__link" href="#search">search</a>
</nav>
</div>
<main id="main-content" class="mdl-layout__content">
<div
id="spinner"
class="mdl-spinner mdl-spinner--single-color mdl-js-spinner"
></div>
<section
class="mdl-grid section-content"
id="nowPlaying"
></section>
<section
class="mdl-grid section-content"
id="search"
style="display:none;"
></section>
</main>
<div id="dialog-container"></div>
</div>
<script defer async src="./vendor/material.min.js"></script>
<script type="text/javascript">
if ('serviceWorker' in navigator) {
navigator.serviceWorker
.register('sw.js')
.then(registration =>
console.log('Service Worker registered')
)
.catch(err => {
console.log('SW registration failed', err);
});
}
</script>
</body>
</html>