-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
101 lines (88 loc) · 5 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
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-162462405-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-162462405-1');
</script>
<!-- Main Head -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary Meta Tags -->
<title>The Hard Tech Fund</title>
<meta name="title" content="The Hard Tech Fund">
<meta name="description" content="The Hard Tech Fund is a startup development program, focused on hardware that will help decrease emissions, reconstruct supply chains, and change the public perspective on environmental conservation.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.hardtechfund.com/">
<meta property="og:title" content="The Hard Tech Fund">
<meta property="og:description" content="The Hard Tech Fund is a startup development program, focused on hardware that will help decrease emissions, reconstruct supply chains, and change the public perspective on environmental conservation.">
<meta property="og:image" content="images/htf-preview.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://www.hardtechfund.com/">
<meta property="twitter:title" content="The Hard Tech Fund">
<meta property="twitter:description" content="The Hard Tech Fund is a startup development program, focused on hardware that will help decrease emissions, reconstruct supply chains, and change the public perspective on environmental conservation.">
<meta property="twitter:image" content="images/htf-preview.jpg">
<!-- Links -->
<link rel="icon" href="images/icon.png">
<link href="stylescripts/reset.css" rel="stylesheet">
<link href="stylescripts/stylesheet.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="stylescripts/script.js"></script>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700|Saira+Semi+Condensed&display=swap" rel="stylesheet">
</head>
<body id="home top">
<nav>
<a href="#top"><img src="images/logo.png" alt="Logo" class="logo"></a>
<img id="menu" src="images/menu.svg" alt="menu">
<ul>
<li><a href="#top" class="navtitle onLink">Home</a></li>
<li class="subnav">
<a href="involvement" class="navinvolvement">Involvement ▾</a>
<div>
<a href="hyperloop"><span>Hyperloop</span></a>
<a href="htc"><span>Hard Tech Campus</span></a>
</div>
</li>
<li><a href="about" class="navabout" style="display:none;">About</a></li>
<li><a href="donate" class="navdonate">Donate</a></li>
<li class="subnav hyperloopsubnav">
<a href="hyperloop" class="navhyperloop dropdown">Hyperloop ▾</a>
<div>
<a href="hyperloop/2020/symposium1"><span>Symposium Week 1</span></a>
<a href="hyperloop/2020/symposium2"><span>Symposium Week 2</span></a>
<a href="hyperloop/2020/papers"><span>Research Papers</span></a>
</div>
</li>
</ul>
</nav>
<div>
<header>
<img src="images/graphics/banner.PNG" alt="header graphic">
</header>
<section class="topics pinned">
<h2>Hyperloop Research Symposium has been concluded!</h2>
<p>Thank you to all our amazing attendees! Check out the event pages:</p>
<ul>
<li><a href="hyperloop/2020/papers">Research Papers</a></li>
<li><a href="hyperloop/2020/symposium1">Symposium Week 1 page</a></li>
<li><a href="hyperloop/2020/symposium2">Symposium Week 2 page</a></li>
</ul>
<p>Please read more on our <a href="hyperloop">hyperloop page</a>. Check out the <a href="files/hyperloop-symposiumsummary.pdf" target="_blank">executive summary</a> for the Hyperloop Research Symposium, and read the conference paper <a href="files/symposiumpresentationguidelines.pdf" target="_blank">here</a>.</p>
<img src="images/hyperloopteams/symposiumbanner.png" alt="Symposium Banner">
</section>
<section class="topics" id="contact">
<h2>Contact</h2>
<p>Would you like to contact, partner, or donate to the Hard Tech Fund?<br>Please email <a href="mailto:info@hardtechfund.com?Subject=Hard%20Tech%20Fund20Inquiry">info@hardtechfund.com</a> for inquiries.</p>
</section>
<footer>
<p>© Hard Tech Fund <span id="currentYear"></span></p>
</footer>
</div>
</body>
</html>