Skip to content

Commit c1de5f8

Browse files
committed
initial commit, set up with bootstrap
0 parents  commit c1de5f8

17 files changed

+10082
-0
lines changed

css/bootstrap-theme.css

+587
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap-theme.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap-theme.min.css

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap-theme.min.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap.css

+6,757
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap.min.css

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/bootstrap.min.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
19.7 KB
Binary file not shown.

fonts/glyphicons-halflings-regular.svg

+288
Loading
44.3 KB
Binary file not shown.
22.9 KB
Binary file not shown.
17.6 KB
Binary file not shown.

index.html

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
8+
<title>Jobster</title>
9+
10+
<link rel="stylesheet" href="css/bootstrap.min.css">
11+
12+
13+
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
14+
<!-- Leave those next 4 lines if you care about users using IE8 -->
15+
<!--[if lt IE 9]>
16+
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
17+
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
18+
<![endif]-->
19+
</head>
20+
<body>
21+
22+
<div class="container-fluid">
23+
<div class="row">
24+
<div class="col-sm-12">
25+
<input type="text" name="keyword" placeholder="search jobster">
26+
27+
</div>
28+
</div>
29+
</div>
30+
31+
32+
33+
<!-- Including Bootstrap JS (with its jQuery dependency) so that dynamic components work -->
34+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
35+
<script src="js/bootstrap.min.js"></script>
36+
</body>
37+
</html>

0 commit comments

Comments
 (0)