-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (37 loc) · 1.4 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
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Note Service</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="header_info">
<div class ="header_inner">
<div class="logo"><b>NoteSE</b></div>
<div class ="top_links">
<a class ="top" href="https://nazarhaida.github.io/web/">Notes</a>
<a class ="top" href="https://nazarhaida.github.io/web/login.html">Login</a>
<a class ="top" href="https://nazarhaida.github.io/web/register.html">Register</a>
</div>
</div>
</header>
<div class="main">
<img class="main_img" src="img/note.png" width="450" height="500" alt="Note">
<div class ="main_intro"><b>Think better.</b></div>
<div class ="main_intro"><b> Achieve more.</b></div>
</div>
<div class ="bottom">
<div class = "educ_text"> <b>Take better notes</b><img class ="educ_img" src="img/educ.png" width="70" height="70" alt="education">
</div>
<div class = "improve_text"><b>Improve your grades</b><img class ="improve_img" src="img/improve.png" width="70" height="70" alt="Improvement">
</div>
<div class = "time_text"> <b>Save time</b><img class ="time_img" src="img/time.png" width="80" height="70" alt="time"></div>
<div class = "main_btn">
<form class = "btn" action="https://nazarhaida.github.io/web/">
<input type="submit" value="Try for Free" />
</form>
</div>
</div>
</body>
</html>