-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (65 loc) · 2.57 KB
/
index.html
File metadata and controls
74 lines (65 loc) · 2.57 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE HTML>
<!--
Tessellate by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Brainhack DC</title>
<link rel="shortcut icon" type="image/png" href="logo.ico?" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="2020/assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<section id="header" class="dark">
<header>
<h1>Brainhack Global Washington, D.C.</h1>
<p><img src="2020/images/bhgdc_logo.png" class="image logo" ></p>
</header>
<footer>
<a href="2026/index.html" target="_blank" class="button scrolly">2026</a>
<a href="2022/index.html" target="_blank" class="button scrolly">2022</a>
<a href="2021/index.html" target="_blank" class="button scrolly">2021</a>
<a href="2020/index.html" target="_blank" class="button scrolly">2020</a>
<a href="2019/index.html" target="_blank" class="button scrolly">2019</a><br/><br/>
<a
href="https://join.slack.com/t/brainhack-dc/shared_invite/zt-yi8noylv-wfYVWiqJCNDkRmJflQy~2A"
target="_blank"
rel="noopener noreferrer"
class="button scrolly">
Join us on Slack
</a>
<br>
<br>
</footer>
</section>
<!-- First -->
<section id="first" class="main">
<header>
<div class="container">
<h2>Brainhack Global</h2>
<p>The Brainhack DC is an official satellite event of the <a href="https://brainhack.org/global2021/" target="_blank">International Brainhack Global</a>. The goal of the hackathon is to bring together researchers with diverse backgrounds to collaborate on science projects in neuroimaging.</p>
</header>
<!-- Footer -->
<section id="footer">
<ul class="icons">
<li><a href="https://github.com/brainhackdc" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
</ul>
<div class="copyright">
<ul class="menu">
<li>© Brainhack DC. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>