-
Notifications
You must be signed in to change notification settings - Fork 0
/
job.html
71 lines (62 loc) · 1.65 KB
/
job.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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<title>Interface interface.06 | Complex</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- style-->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<!-- font header-->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap" rel="stylesheet">
<!--font body-->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&family=Roboto:wght@300;400;500;700;900&display=swap" rel="stylesheet">
</head>
<body>
<h1>Jobs</h1>
<hr>
<main>
<article id="job-type">
<table>
<tbody>
<tr>
<td><a href="#">All</a></td>
<td>(3)</td>
</tr>
<tr>
<td><a href="#">Engineering</a></td>
<td>(2)</td>
</tr>
<tr>
<td><a href="#">Design</a></td>
<td>(1)</td>
</tr>
<tr>
<td><a href="#">Sales/Marketing/Operations
</a></td>
<td>(0)</td>
</tr>
<tr>
<td><a href="#">Management
</a></td>
<td>(0)</td>
</tr>
</tbody>
</table>
</article>
<article class="job-title">
<aside>
<ul>
<li>UI/UX Designer</li>
<li>Sr.Front End Developer</li>
<li>Systems Engineer</li>
</ul>
</aside>
</article>
</main>
<a href="index.html">Back to simple auction</a>
</body>
</html>