-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
41 lines (37 loc) · 1.83 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Spin Research</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<link rel="shortcut icon" href="images/favicon.png">
<link rel="apple-touch-icon" href="images/favicon.png">
</head>
<body>
<!-- Header -->
<header id="header">
<h1>Spin Research</h1>
<p>We are a research collective focusing on projects that<br /> matter at the intersection of cryptography,<br /> programming languages & machine learning.</p>
<br /><br />
</header>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://twitter.com/SpinResearch" class="icon"><i class="fab fa-twitter"></i><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/SpinResearch" class="icon"><i class="fab fa-github"></i><span class="label">GitHub</span></a></li>
<li><a href="mailto:contact@spinresear.ch" class="icon"><i class="fa fa-envelope"></i><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>Theme: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
<!-- Scripts -->
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.8/js/all.js" integrity="sha384-SlE991lGASHoBfWbelyBPLsUlwY1GwNDJo3jSJO04KZ33K2bwfV9YBauFfnzvynJ" crossorigin="anonymous"></script>
</body>
</html>