-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyjobs.html
62 lines (62 loc) · 2.41 KB
/
myjobs.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
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="myjobs.css"/>
<title>
My jobs page
</title>
</head>
<body>
<div class="row">
<div class="column right">
<img class="top5" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQLu4KFFkQYEtr22MC6gsb76h3n7AuZiGnmNw&usqp=CAU"/>
<div class="choose">
<li><a href="mynav.html">Home</a></li>
<li><a href="#">Page</a></li>
<li><a href="myjobs.html">Jobs</a></li>
<li><a href="#">Team</a></li>
<li><a href="#">Programe</a></li>
<li><a href="#">Billings</a></li>
</div>
<img class="top6" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQLu4KFFkQYEtr22MC6gsb76h3n7AuZiGnmNw&usqp=CAU"/>
</div>
<div class="column left">
<div class="sidewrap">
<div class="sidewrap2">
Help
</div>
</div>
<h1>My Jobs</h1>
<select name="column" id="dropdown">
<option disabled selected value>All Jobs</option>
<option value="second">First</option>
<option value="second">Second</option>
<option value="second">Third</option>
<option value="second">Forth</option>
</select>
<div class="all">
<img class="resize" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQLu4KFFkQYEtr22MC6gsb76h3n7AuZiGnmNw&usqp=CAU"/>
<div class="all1">
<h2>Customer Experience Associate</h2>
<p>Nashvilla, TN</p>
</div>
</div>
<div class="all">
<img class="resize" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQLu4KFFkQYEtr22MC6gsb76h3n7AuZiGnmNw&usqp=CAU"/>
<div class="all1">
<h2>Senior Software Engineer Platform</h2>
<p>Remote</p>
</div>
<button class="outline">`+ Hiring manager</button>
</div>
<div class="all">
<img class="resize" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQLu4KFFkQYEtr22MC6gsb76h3n7AuZiGnmNw&usqp=CAU"/>
<div class="all1">
<h2>Tech Recruiter (Remote<br>Contract</h2>
<p>Nashvilla, TN</p>
</div>
<button class="inline">`+ Hiring manager</button>
</div>
<div class="downbtn">RESYNC JOBS</div>
</div>
</div>
</body>