-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (45 loc) · 1.59 KB
/
Copy pathindex.html
File metadata and controls
46 lines (45 loc) · 1.59 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 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="index.css">
</head>
<body>
<nav class="navbar">
<h1><span>Hus</span>tleInt<span>ern</span></h1>
<ul class="ul1">
<li><a href="a">Our program</a></li>
<li><a href="b">Testimonies</a></li>
<li><a href="c">FAQs</a></li>
</ul>
<ul class="ul2">
<li><a href="">Build your dev Team</a></li>
<li><a href="">Apply now</a></li>
</ul>
</nav>
<section>
<div class="box">
<h1 class="h01">Become a world<br> class Web developer<br> and attact a high paying job in just a month</h1>
<p>Join us today in our training program and get a highly sought after job by top local & foreigh companies</p>
<button type="onclick" class="apply"><a href="w"> Apply Now </a></button>
</div>
<form class="formx">
<div class="formbox">
<div class="diva">
<h5>Subscribe to Our Free Weekly Newsletter</h5>
</div>
<div class="divide">
<input type="text" placeholder="Fullname" required><br>
</div>
<div class="divide2">
<input type="email" placeholder="me@email.com" required>
</div>
<button onclick="alert('Your details has been successfully submitted, Thank You!')" class="sub">Sign up</botton>
</div>
</form>
</section>
</body>
</html>