-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (58 loc) · 2.13 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
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The STEERing Committee</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Loading Bootstrap -->
<link href="flatui/bootstrap/css/bootstrap.css" rel="stylesheet">
<!-- Loading Flat UI -->
<link href="flatui/css/flat-ui.css" rel="stylesheet">
<link href="stylesheets/style.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="row">
<div class="span6 offset3">
<div class="demo-headline">
<h1 class="demo-logo">
Happy Cow Ranch
</h1>
</div> <!-- /demo-headline -->
</div>
</div>
<div class="row" id="happy_path">
<div class="span3 s1 step">
<div>How Much Meat?</div>
</div>
<div class="span3 s2 step">
<div>Which Cuts?</div>
</div>
<div class="span3 s3 step">
<div>Magic Happens!</div>
</div>
<div class="span3 s4 step">
<div>Order's up!</div>
</div>
<div>
</div>
<!-- Load JS here for greater good =============================-->
<script src="flatui/js/jquery-1.8.3.min.js"></script>
<script src="flatui/js/jquery-ui-1.10.3.custom.min.js"></script>
<script src="flatui/js/jquery.ui.touch-punch.min.js"></script>
<script src="flatui/js/bootstrap.min.js"></script>
<script src="flatui/js/bootstrap-select.js"></script>
<script src="flatui/js/bootstrap-switch.js"></script>
<script src="flatui/js/flatui-checkbox.js"></script>
<script src="flatui/js/flatui-radio.js"></script>
<script src="flatui/js/jquery.tagsinput.js"></script>
<script src="flatui/js/jquery.placeholder.js"></script>
<script src="flatui/js/jquery.stacktable.js"></script>
<script src="http://vjs.zencdn.net/c/video.js"></script>
<script src="flatui/js/application.js"></script>
</body>
</html>