forked from Code4HR/code4hr
-
Notifications
You must be signed in to change notification settings - Fork 18
/
p.html
100 lines (75 loc) · 2.71 KB
/
p.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>HACK KANSAS CITY - 2016</title>
<meta name="description"
content="Kansas City locals helping Kansas City government and local organizations open their data and create meaningful tools"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="shortcut icon" href="favicon.ico"/>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
<link href="/css/style.css" rel="stylesheet"/>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
.container-full {
margin: 3em auto;
padding: 3em;
width: 100%;
}
p {
font-size: 40px;
}
h1 {
font-size: 64px;
color: black;
}
h2 {
font-size: 52px;
color: black;
padding-top: 64px;
}
h3 {
font-size: 40px;
padding-top: 10px;
}
body {
padding-bottom: 0px;
padding-top: 0px;
}
</style>
</head>
<body >
<!-- NAVBAR
================================================== -->
<div class="container-full">
<div class="row">
<div class="col-md-12">
<div id="projects" >
</div>
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/ICanHaz.js/0.10.3/ICanHaz.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.8.2/moment.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-59165791-1', 'auto');
ga('send', 'pageview');
</script>
<script src='/js/tabletop.js' type="text/javascript"></script>
<script src='/js/hackkc-project-list.js' type="text/javascript"></script>
<script src='/js/showdown.js' type="text/javascript"></script>
</body>
</html>