-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
103 lines (87 loc) · 5.12 KB
/
blog.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
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Our Blog</title>
<link href="style/bootstrap.min.css" rel="stylesheet"/>
<link href="style/font-awesome/css/font-awesome.min.css" rel="stylesheet"/>
<script src="style/bootstrap.bundle.js" defer></script>
<script src="./reusable_components/navbarLoader.js" defer></script>
</head>
<body>
<div class="shadow-lg p-5" style="background: linear-gradient(to right, rgba(178, 245, 206, 0.7), rgba(191, 203, 255, 0.7)), url(images/back.jpg); position: relative;">
<!--For Logging in-->
<div id="displayContent" class="container shadow-lg p-5 rounded-5 text-center" style="background-color: rgba(255, 255, 255, 0.85);">
<div class="h3">
This is Our blog. This is where you can find news about our website.
</div>
</div>
<!-- New Blog Section -->
<div class="container shadow-lg p-5 my-4 rounded-5" style="background-color: rgba(255, 255, 255, 0.85);">
<h2 class="text-center mb-4">How to Apply for Jobs on Tigray Jobs</h2>
<div class="lead">
<p>
Are you ready to take the next step in your career journey? Applying for jobs on Tigray Jobs is easy and straightforward. Follow these simple steps to get started:
</p>
<ol>
<li>
<strong>Create an Account:</strong> If you're new to our platform, start by creating an account. Click on the "Sign Up" button and fill in your details. This will allow you to save jobs, track your applications, and get personalized recommendations.
</li>
<li>
<strong>Browse Job Listings:</strong> Use the search and filter options to find jobs that match your skills and experience. You can search by keywords, location, industry, and more.
</li>
<li>
<strong>Review Job Details:</strong> Once you find a job you're interested in, click on the job title to see all the details, including the job description, requirements, and company information.
</li>
<li>
<strong>Prepare Your Application:</strong> Make sure your resume and cover letter are up to date and tailored to the specific job you're applying for.
</li>
<li>
<strong>Apply:</strong> Click on the "Apply Now" button. You may be asked to upload your resume and cover letter, or you may be redirected to the employer's website.
</li>
<li>
<strong>Track Your Applications:</strong> You can track the status of your applications on your profile dashboard. This will help you stay organized and know when to follow up.
</li>
<li>
<strong>Stay Informed:</strong> Make sure to regularly check your email to get information about your application status.
</li>
</ol>
<p>
We are here to help you land your dream job. Don't hesitate to contact us if you have any questions or need assistance during the application process.
</p>
</div>
</div>
</div>
<!--This is for the all the links of the webpage-->
<div class="container m-auto my-5">
<div class="row">
<div class="col-lg-4">
<h1>Contact Us</h1>
<div><i class="fa fa-map-marker fa-2x"></i><p class="d-inline-block fw-bolder">Ethiopia, Mekelle - Mekelle University</p></div>
<div><i class="fa fa-phone fa-lg"></i><p class="d-inline-block fw-bolder">+251933250034</p></div>
<div><i class="fa fa-envelope fa-lg"></i><p class="d-inline-block fw-bolder">[email protected]</p></div>
</div>
<div class="col-lg-4 lead">
<h1>Mission</h1>
<p>Our mission is to help job seekers find their dream job and help Employers find the best candidates.</p>
</div>
</div>
</div>
<!--For the newsletter-->
<div class="p-3 mb-0" style="background: linear-gradient(to right, rgba(178, 245, 206, 0.7), rgba(191, 203, 255, 0.7)), url(images/back.jpg);">
<div class="m-2 input-group my-4 w-75 m-auto">
<label class="input-group-text" style="border: solid rgba(80, 80, 80, 0.5) 1px; border-radius: 6px;">Subscribe to our newsletter</label>
<input class="form-control w-50" style="border: solid rgba(80, 80, 80, 0.5) 1px; border-radius: 6px;" type="email"/>
<input type="button" class="btn btn-primary" value="subscribe"/>
</div>
<div class="row">
<div class="col-md-12 text-center">
<p>
Tigray Jobs, Copyright © 2014 all rights reserved.
</p>
</div>
</div>
</div>
</body>
</html>