-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
executable file
·47 lines (37 loc) · 2.37 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Boston Imaging and Vision by BostonImagingVision</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css"/>
</head>
<body id="body">
<section class="page-header">
<h1 class="project-name">Boston Imaging and Vision</h1>
<h2 class="project-tagline">The Machine Vision Communities of Boston and all of Massachusetts</h2>
<button type="button" class="btn" onclick="loadHome()">Home</button>
<a href="http://www.meetup.com/bostonimagevision" target="_blank" class="btn">Meetup</a>
<button type="button" class="btn" onclick="loadCompanies()">Companies</button>
<p>
<button type="button" class="btn" onclick="loadResearch()">Research Institutions</button>
<button type="button" class="btn" onclick="loadMembership()">Membership</button>
<button type="button" class="btn" onclick="loadRelated()">Related</button>
</p>
</section>
<section class="main-content">
<div id="page-content"></div>
<p>Contact us at <a href="mailto:BostonImagingVision@gmail.com">BostonImagingVision@gmail.com</a></p>
<footer class="site-footer">
<span class="site-footer-owner"> Copyright (c) 2015 <a href="https://github.com/BostonImagingVision/BostonImageVision">Boston Imaging and Vision</a>. All rights reserved.</span>
</footer>
</section>
<script src="js/content.js"></script>
</body>
</html>