-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.html
More file actions
50 lines (43 loc) · 1.6 KB
/
Copy pathresources.html
File metadata and controls
50 lines (43 loc) · 1.6 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
<!DOCTYPE html>
<html>
<head>
<title>resources</title>
<link rel="stylesheet" type="text/css" href="stylesheets/main.css">
<link rel="stylesheet" type="text/css" href="stylesheets/footer.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="shortcut icon" type="image/x-icon" href="/favicon_io/favicon.ico">
</head>
<body>
<nav class="navigation">
<ul>
<li><a href="index.html">home</a></li>
<li><a href="topics.html">topics</a></li>
<li><a href="resources.html">resources</a></li>
</ul>
</nav>
<div id="banner">
<div class="content">
<h1>resources</h1>
</div>
</div>
<div id="main" class="content">
<h3>presentations<h3>
<ul><a href="https://chanzuckerberg.wistia.com/medias/bm8i350pjc">Final presentations</a> from the last day of the jamboree</ul>
<ul>Additional outputs and resources of this meeting live on the <a href="https://github.com/spacetx-spacejam">spacejam github</a>.</ul>
</div>
<footer class="footer-distributed">
<div class="footer-right">
<a href="https://join-cziscience-slack.herokuapp.com"><i class="fa fa-slack"></i></a>
<a href="https://twitter.com/cziscience"><i class="fa fa-twitter"></i></a>
<a href="https://github.com/spacetx-spacejam"><i class="fa fa-github"></i></a>
</div>
<div class="footer-left">
<p class="footer-links">
<a href="index.html">home</a>
<a href="topics.html">topics</a>
<a href="resources.html">resources</a>
</p>
</div>
</footer>
</body>
</html>