-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (21 loc) · 814 Bytes
/
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
<html>
<head>
<title>JobJumbler</title>
<link rel='stylesheet' type='text/css' href='mystyle.css'>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
</head>
<body>
<div id='nav_wrapper'>
<img src='images/logo.png' height='50px' id='logo'>
</div>
<div id='content_wrapper'>
<div id="welcome">JobJumbler is a new way to find your dream job.</div>
<div id="intro">Tell us what you want to do. We'll do the rest.</div>
<form role="form" method="get" id="form" action="/search.php">
<input type="search" id="searchbar" placeholder=" What do you want to do?" name="job_query">
<input type="search" id="citybar" placeholder=" Where?" name="city_query">
<input type="submit" id="submitbtn" value="Start Exploring">
</form>
</div>
</body>
</html>