-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpostData.html
70 lines (69 loc) · 2.4 KB
/
postData.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
<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" />
<link rel="stylesheet" href="./css/postpage.css" />
<link rel="stylesheet" href="./css/Post_navbar.css" />
<link rel="stylesheet" href="./css/footbar.css">
<title>postJob</title>
</head>
<body>
<div id="navbar"></div>
<div id="main">
<div id="top">
<div class="infodiv">
<h2 id="tagline">Hire the right person for your business</h2>
<p id="abouttag">
No matter the skills, experience level, or qualifications you’re
looking for, you'll find the right people on Indeed.
</p>
<button id="postbutton">Post a job</button>
</div>
<div class="infodiv">
<img
id="referimg"
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQvPc_m36qhaNa6oLCz4YfePf7II2MhhIJ5bJip2SMD2-0CYmo6"
alt=""
/>
</div>
</div>
<div id="stepforjob">
<div class="stepsdiv">
<h2 class="numtag">1</h2>
<h3 class="steps">Create your free account</h3>
<p class="detailsteps">
All you need is your email address to create an account and start
building your job post.
</p>
</div>
<div class="stepsdiv">
<h2 class="numtag">2</h2>
<h3 class="steps">Build your job post</h3>
<p class="detailsteps">
Then just add a title, description, and location to your job post,
and you're ready to go.
</p>
</div>
<div class="stepsdiv">
<h2 class="numtag">3</h2>
<h3 class="steps">Post your job</h3>
<p class="detailsteps">
After you post your job use our state of the art tools to help you
find dream talent.
</p>
</div>
</div>
<div id="lastinfo">
<h1 id="tagline2">Save time and effort in your hiring journey.</h1>
<p id="lasttext">
Finding the best fit for the job shouldn't be a full-time job.
Indeed's simple and powerful tools let you source, screen, and hire
faster.
</p>
</div>
</div>
<div id="Footbar"></div>
</body>
</html>
<script type="module" src="./scripts/postData.js"></script>