-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (51 loc) · 1.92 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
45
46
47
48
49
50
51
<!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>Document</title>
<link rel="stylesheet" href="style.css">
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css'>
</head>
<body>
<div class="container">
<header class="navbar">
<div class="logo"><h2>Aj<span>b</span>eY</h2></div>
<nav>
<ul>
<li>HOME</li>
<li>ABOUT</li>
<li>SERVICE</li>
<li>DESIGN</li>
<li>CONTACT</li>
</ul>
</nav>
<div class="Search"><input type="textarea" value=""><button>Search</button></div>
</header>
<div class="hero">
<div class="hero-left">
<h1>Web Design &<br><span>Devlopment</span><br>Course</h1>
<p>Web Design is a specialisation of the design stream.They also use HTML5,CSS3,FIGMA,mark up validators etc.<br>
to create a design elements.
</p>
<button>Join Us</button></div>
<div class="form">
<h2>Login here</h2>
<input type="email" name="email" placeholder="enter email" >
<input type="password" name="password" placeholder="password">
<br><button type="submit" class="submit"><a>Login</a></button>
<p class="link">dont have an account</p>
<a href="#"><button>Sign Up</button></a>
<p class="last">Log in with</p>
<div class="icon">
<a href=""><i class="fab fa-twitter"></i></a>
<a href=""><span><i class="fab fa-instagram"></i></span></a>
<a href=""><span><i class="fab fa-github"></i></span></a>
<a href=""><span><i class="fab fa-youtube"></i></span></a>
</div>
</div>
</div>
</div>
</body>
</html>