-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (54 loc) · 1.61 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="This is Greg's List Site to ">
<link rel="stylesheet" type="text/css" href="main.css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<title>Greg's List</title>
</head>
<body>
<nav>
<ul>
<li class="left">Greg's List</li>
<li class="right"><a href="#">Post</a></li>
<li class="right"><a href="#">Account</a></li>
</ul>
</nav>
<main>
<section class="searchbar">
<form>
<label>
<span><b>Search Jobs</b></span>
</label><br>
<table>
<tr>
<td><input type="search" placeholder="Search software jobs"></td>
<td><button><img src="https://tf-curricula-prod.s3.amazonaws.com/curricula/5b3249003592fc371bac5c6254b50c9c/FEWD-001/v6/assets2/1.5.6_challenge_design_to_code/magnifying-glass.png" alt="search icon, i.e magnifying lense"/></button></td>
</tr>
</table>
</form>
</section>
<section class="buttons">
<table>
<tr>
<td><button class="border">< prev</button></td>
<td><span>1 to 100 of 179</span></td>
<td><button class="border" style="border-right: 0px !important;">next ></button></td>
</tr>
</table>
</section>
<section class="results">
<div>
<span>June 22</span> <a href="#">Technical Project Manager</a> <span>Middle East</span>
</div>
<div>
<span>June 21</span> <a href="#">Frontend Developer</a> <span>SoHo</span>
</div>
<div>
<span>June 20</span> <a href="#">Senior Python Developer / Cofounder</a> <span>Flatiron</span>
</div>
</section>
</main>
</body>
</html>