-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (27 loc) · 1.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=, initial-scale=1.0">
<meta name="keywords" content="python, tutorial, course, coding, CodeVerse">
<title>CodeVerse | Your journey starts here</title>
<link rel="stylesheet" href="landingPage.css">
<link rel="shortcut icon" type="image/png" href="Photos/gearLogo.png">
<link href="https://fonts.googleapis.com/css2?family=Mukta&display=swap" rel="stylesheet">
</head>
<body>
<nav>
<a href="index.html"><img src="Photos/logo.png" alt="Our logo" class="logo"></a>
<ul>
<li><a href="login/login.html" class="sign-in-button">Sign in</a></li>
</ul>
</nav>
<div class="get-started-chunk">
<h1 class="tagline top-tagline">CodeVerse</h1>
<p class="tagline bottom-tagline">Bringing the codingverse to you.</p>
<a href="signUp/signUp.html" class="get-started-button">Get started now</a><br>
<img src="Photos/programming.png" alt="picture of computer" class="icon">
</div>
</body>
</html>