-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (46 loc) · 1.41 KB
/
index.html
File metadata and controls
46 lines (46 loc) · 1.41 KB
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
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="my.css">
<title> my new project </title>
</head>
<body>
<!-- Navber section -->
<nav class="Navber">
<div class="logo">
<a href="#"> NonAcademy</a>
</div>
<ul class="nav-link">
<a href="#">Home</a>
<a href="#">Facat</a>
<a href="#">Swp</a>
<a href="#">Nftclim</a>
</ul>
<div class="cat-baton"> sing up</div>
</nav>
<!-- hero section -->
<div class="hero">
<div class="hero-comtent">
<h1>Welcome to Nonacademy</h1>
<p>Learn Blockchain and web Development with Hands on project</p>
<div class="hero-buton">
<a href="#" class="st1 boton1"> Get started</a>
<a href="#" class="st1 boton2">Learn morel </a>
</div>
<div class="hero-img">
<img src="https://poshupakhi.com/wp-content/uploads/2021/02/57539803sst1613384556.jpg" alt="hero section photo">
</div>
</div>
</div>
<div class="from">
<form>
<h2>Login</h2>
<input type="email" placeholder="Enter your email" />
<input type="password" placeholder="Enter your password" />
<button type="submit">Login </button>
</form>
</div>
</body>
</html>