-
Notifications
You must be signed in to change notification settings - Fork 0
/
e-hiring2.html
93 lines (78 loc) · 2.12 KB
/
e-hiring2.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!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>E-hiring system</title>
<link rel="stylesheet" href="e-hiring2.css">
<body>
<div class="header">
<ul>
<li Class="active"><a href="">Home</a></li>
<li><a href="Service.html">Services</a></li>
<li><a href="">About us</a></li>
<li><a href="">Contact</a></li>
<li><a href="">Account</a></li>
<li><a href="">Jobs</a></li>
<div class="btn">
<button class="btn1 bt1">Sign up</button>
<button class="btn1 bt2">Sign in</button>
</div>
</ul>
</div>
<!-- .................... -->
<div class="image">
<h1>INTRODUCTION</h1>
<p>E-hiring is the best solution to the organization
/companies which are looking for employees with<br>
high level of skills,experience and good
qualifications as well as employees who are
for jobs
<br> especially in Rwanda.</p>
</div>
<!-- contact -->
<div class="contact">
<h1>Co<u>ntact</u>us</h1>
<p>CEO:Murekezi Ismael</p>
<p>Email:[email protected]</p>
<p>Address:Kugateme</p>
<p>Tel:078150573</p>
<P>Web-page:www.E-hiring.rw.com</P>
</div>
<section>
<footer>
<center>
<div class="box b1">
<strong>Main links</strong> <br><br>
<span>Servicesc <br>
<span> Jobs</span><br>
<span>Accounts </span><br>
<span>About us</span><br>
</div>
<div class="box b2">
<strong>Services</strong> <br> <br>
<span> Addressing jobs</span> <br>
<span>Addressing employees </span></br>
<span>Trainings</span> <br>
</div>
<div class="box b3">
<strong>Job</strong> <br><br>
<span>Monthly jobs</span><br>
<span>Pertime jobs</span></br>
<span>Tender jobs</span><br>
</div>
<div class="box b4">
<strong>Commments</strong> <br> <br>
<form action="">
<input type="text"placeholder="Enter Your names...."> <br>
<input type="email"placeholder="Enter Your email...."> <br>
<textarea name="text" id="" cols="25" rows="3"></textarea> <br>
<button class="but"><a href="">Submit</a></button>
</form>
</div>
</center>
</footer>
</section>
</body>
</html>