-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsignup.html
More file actions
231 lines (195 loc) · 10.4 KB
/
signup.html
File metadata and controls
231 lines (195 loc) · 10.4 KB
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1300">
<title>Sign Up The Movie DateBase</title>
<link rel="stylesheet" href="css/style_icomoon.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/signup.css">
<link rel="stylesheet" href="css/media.css">
</head>
<body>
<header>
<div class="container">
<div class="header">
<nav class="header_menu">
<div class="header_logo">
<a href="index.html" class="logo_link"><img class="logo" src="images/logo.svg" alt="logo"></a>
</div>
<div class="header_inners">
<ul class="header_links">
<li><a class="header_links-inners" href="#">Movies</a>
<ul class="second_nav">
<li><a class="second_menu" href="#">Popular</a></li>
<li><a class="second_menu" href="#">Now playing</a></li>
<li><a class="second_menu" href="#">Upcoming</a></li>
<li><a class="second_menu" href="#">Top Rated</a></li>
</ul>
</li>
<li><a class="header_links-inners" href="#">TV Shows</a>
<ul class="second_nav">
<li><a class="second_menu" href="#">Popular</a></li>
<li><a class="second_menu" href="#">Airing Today</a></li>
<li><a class="second_menu" href="#">On TV</a></li>
<li><a class="second_menu" href="#">Top Rated</a></li>
</ul>
</li>
<li><a class="header_links-inners" href="#">People</a>
<ul class="second_nav">
<li><a class="second_menu" href="#">Popular People</a></li>
</ul>
</li>
<li><a class="header_links-inners" href="#">More</a>
<ul class="second_nav">
<li><a class="second_menu" href="#">Discussions</a></li>
<li><a class="second_menu" href="#">Leaderboard</a></li>
<li><a class="second_menu" href="#">Support</a></li>
<li><a class="second_menu" href="#">API</a></li>
</ul>
</li>
</ul>
</div>
</nav>
<div class="right_nav">
<div class="right_nav-inners">
<div class="for_more">+
<div class="for_more-items">Can't find a movie or TV show?<br>Login to create it.</div>
<div id="for_border"></div>
</div>
<div class="for_language for_more">EN
<div class="for_more-items for_language-items">
<div class="for_language-title">Language Preferences</div>
<div class="language_buttons">
<a href="#" class="default_language">Deafult Language</a>
<a href="#" class="reset_language">Reset</a>
</div>
<div class="language_search">English(en-US)
<div class="language_inners">
<form class="input_search">
<input type="text" name="search_language">
</form>
</div>
</div>
</div>
</div>
<a class="header_links-inners" href="#">Login</a>
<a class="header_links-inners" href="#">Join TMDb</a>
<div class="right_nav-search"></div>
</div>
</div>
</div>
</div>
</header>
<!-- End of header -->
<main>
<div class="container">
<div class="main__inners">
<div class="signup__about">
<div class="about__inners">
<h2 class="about__title">Benefits of being a <br> member</h2>
<ul>
<li class="about__text">
<div>✔</div> Find something to watch on your subscribed streaming
services
</li>
<li class="about__text">
<div>✔</div>Log the movies and TV shows you have watched
</li>
<li class="about__text">
<div>✔</div>Keep track of your favourite movies and TV shows and get
recommendations from them
</li>
<li class="about__text">
<div>✔</div>Build and maintain a personal watchlist
</li>
<li class="about__text">
<div>✔</div>Build custom mixed lists (movies and TV)
</li>
<li class="about__text">
<div>✔</div>Take part in movie and TV discussions
</li>
<li class="about__text">
<div>✔</div>Contribute to, and improve the information in our database
</li>
</ul>
</div>
</div>
<div class="signup__form">
<div class="modal__body">
<form class="form" method="get">
<h2 class="form__title">Sign up for an account</h2>
<section>Signing up for an account is free and easy. Fill out the form below to get started.
JavaScript is required to to continue.
</section>
<label for="name">Username</label>
<input type="text" name="name" title="Please, write your name" required>
<label for="email">Email</label>
<input class="email" type="email" name="email" title="Please, write your email" required>
<div class="res__email"></div>
<label for="country">Country</label>
<input type="text" name="country">
<label for="login">Login</label>
<input type="text" name="login" title="Please, write your login" required>
<label for="parol"><b> Password</b> <br>(Password must have at least 8 characters, one lower
case
letter,
one upper case letter, one digit and Password may not contain spaces)</label>
<input class="password" type="password" name="parol" title="Please, write your password"
required>
<div class="password__validate"></div>
<label for="pass"><b>Confirm password</b></label>
<input class="password__confirm" type="password" name="pass"
title="Please, confirm your password" required>
<div class="confirm__res"></div>
<button class="submit__values" type="submit">Submit</button>
</form>
</div>
</div>
</div>
</div>
</main>
<div class="modal">
</div>
<footer>
<div class="footer_inners">
<div class="footer_items">
<a href="#" class="footer_link"><img src="images/logo_footer.svg" alt="logo" width="150px"
height="110px"></a>
<a href="#" class="join_community">Join The Community</a>
</div>
<div class="footer_items">
<h4 class="footer_title">THE BASICS</h4>
<a href="" class="footer_links">About TMDb</a>
<a href="" class="footer_links">Contact Us</a>
<a href="" class="footer_links">Support Forums</a>
<a href="" class="footer_links">API</a>
<a href="" class="footer_links">System Status</a>
</div>
<div class="footer_items">
<h4 class="footer_title">GET INVOLVED</h4>
<a href="" class="footer_links">Contribution Bible</a>
<a href="" class="footer_links">3rd Party Applications</a>
<a href="" class="footer_links">Add New Movie</a>
<a href="" class="footer_links">Add New TV Show</a>
</div>
<div class="footer_items">
<h4 class="footer_title">Community</h4>
<a href="" class="footer_links">Guidelines</a>
<a href="" class="footer_links">Discussions</a>
<a href="" class="footer_links">Leaderboard</a>
<a href="" class="footer_links">Twiiter</a>
</div>
<div class="footer_items">
<h4 class="footer_title">Legal</h4>
<a href="" class="footer_links">Terms Of Use</a>
<a href="" class="footer_links">API Terms of Use</a>
<a href="" class="footer_links">Privacy Policy</a>
</div>
</div>
</footer>
<!-- End of footer -->
<!-- <script src="js/main.js"></script> -->
<script src="js/signup.js"></script>
</body>
</html>