-
Notifications
You must be signed in to change notification settings - Fork 1
/
aboutus.php
40 lines (36 loc) · 1.91 KB
/
aboutus.php
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
<!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="css/aboutus.css">
</head>
<body>
<div id="about">
</div>
<section id="about-us">
<div class="about-all-content">
<div id="about-title">
<h2>About Myriad Job Solutions</h2>
</div>
<div id="main-about">
<div id="about-content">
<div id="about-paragraph">
<h3>About us</h3>
<p>Myriad Job Solutions is an emerging job portal of Nepal. Myriad Job Solutions offers services to the recruiter and jobseeker in Nepal. <br> <br> With Myriad, you can search and apply for jobs with optimal ease. Employer can register an account in order to post vacancy and activate different features. We act as a bridge between jobseeker and hiring companies.</p>
<br>
<p>Myriad advanced features allows you to find your perfect job within minutes and apply for it with a single click.We gather convenient tools and quality data in a single website in our in-house server that makes online recruitment simple, cost-effective and convenient saving time and effort.</p>
</div>
<div id="about-adjust">
</div>
<div id="about-image">
<img src="css/img/Layer 2.png" alt="" srcset="">
</div>
</div>
</div>
</div>
</section>
</body>
</html>