-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (37 loc) · 1.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, minimum-scale = 1.0, initial-scale = 1.0, maximum-scale = 5.0, user-scalable=yes, shrink-to-fit=no" />
<meta name="description" content="Streaming platform web" />
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="https://kit.fontawesome.com/102a8e9465.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="styles/general.css">
<link rel="stylesheet" href="styles/landing-page.css">
<link rel="favicon icon" href="styles/favicon.png">
<title>not just TV</title>
</head>
<body>
<div class="top-part">
<img src="styles/images/logo_transparent.png" alt="logo pic not just tv">
</div>
<form class="box-form" action="main-page.html">
<h1 class="mobile-title">not just TV</h1>
<h2>Login</h2>
<input type="email" placeholder="e-mail" class="form-element" aria-label="input type email">
<input type="password" placeholder="password" class="form-element" aria-label="input type email">
<input type="submit" value="Login" class="form-element">
<a href="/">Forgot your password?</a>
<a href="/">Create account</a>
</form>
<footer>
<p>Gema S. | 2019</p>
<a href="mailto:[email protected]" aria-label="Email"><i aria-hidden="true" class="social-icon fas fa-envelope" title="email icon"></i></a>
<a href="https://github.com/gemasegarra" target="_blank" rel="noopener" aria-label="github url"><i aria-hidden="true"
class="social-icon fab fa-github" title="github icon"></i></a>
<a href="https://twitter.com/gemasega" target="_blank" rel="noopener" aria-label="twitter url"><i aria-hidden="true"
class="social-icon fab fa-twitter" title="twitter icon"></i></a>
</footer>
</body>
</html>