-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
37 lines (32 loc) · 1.08 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
<!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>FuturLearn | Online learning platform | Future skills </title>
<link rel="stylesheet" href="css/stylms.css">
</head>
<body>
<header>
<a href="index.html" style="text-decoration: none;"><h1 class='logo'>FuturLearn</h1></a>
</header>
<main>
<div class="hero-content">
<p class="p1">Learn Without</p>
<p class="p1" style="margin-top: -16px">Limits</p>
<p class="p2">Take the next step in your career with a world class learning experience.</p>
<a href="pages/signup.html">
<input class='signup-butt' type="button" value="Sign Up"></a>
<a href="pages/login.html">
<input class='login-butt' type="button" value="Login"></a>
</div>
<div class="hero-image">
<img src="background/hero.png" alt="hero-image">
</div>
</main>
<footer>
<p><small>Copyright © 2021 Gaurav Sharma</small></p>
</footer>
</body>
</html>