forked from krrohitch/elementary
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (24 loc) · 813 Bytes
/
Copy pathindex.html
File metadata and controls
30 lines (24 loc) · 813 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Elementary</title>
<link href="style.css" type="text/css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
</head>
<body>
<!-- class name navbar is used for navigation bar-->
<nav class="navbar">
<a class="link" href="#">Home</a>
<a class="link" href="#">About</a>
<a class="link" href="#">Contact</a>
<a class="link" href="#">Sign up</a>
</nav>
<div class="hero-container">
<h1>Elementary</h1>
<h3>Give yourself another chance.</h3>
<a class="button" href="#!">Start here</a>
<p>Elementary is a solution for helping those in need of counselling, through the technology of AI.</p>
</div>
</body>
</html>