-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdefault.html
More file actions
52 lines (51 loc) · 2.37 KB
/
default.html
File metadata and controls
52 lines (51 loc) · 2.37 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>MakerBar, the Hoboken Hackerspace</title>
<link rel="stylesheet" href="/stylesheets/styles.css">
<link rel="stylesheet" href="/stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="/javascripts/respond.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div id="header">
<div id="branding" class="clearfix">
<div id="logo-img" class="logo-img" style="float: left; width: 80px;display: inline;float: left;height: 80px;margin: 20px 0px 20px 30px;">
<img class="blog-logo" src="/images/makerbar_small.png">
</div>
<div id="logo" class="logo" style="float: left; display: inline;margin-top: 20;">
<h1 class="blog-name"><a class="blog-title" href="/">Hoboken MakerBar</a></h1>
<h2 class="blog-description">Hoboken's Hackerspace – The Place for Incredible Projects</h2>
</div>
</div>
</div><!-- end header -->
<div class="nav">
<nav>
<li class="downloads"><a href="https://groups.google.com/forum/#!forum/makerbar">Mailing List</a></li>
<li class="downloads"><a href="http://community.makerbar.com">Forum</a></li>
<li class="downloads"><a href="http://meetup.com/makerbar">Meetup</a></li>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" style="float:right;">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="B94AKJR3T4CDJ">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</nav>
</div>
<div class="wrapper">
<section>
{{content}}
</section>
</div>
<!--[if !IE]><script>fixScale(document);</script><!--<![endif]-->
</body>
</html>