forked from ScottyLabs/tartanhacks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
95 lines (92 loc) · 4.05 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
---
title: TartanHacks 2019
layout: null
---
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="mobile-web-app-capable" content="yes"/>
<title>TartanHacks 2019</title>
<link rel="icon" href="rsc/img/favicon.ico">
<link type="text/css" rel="stylesheet" href="fonts/fonts.css" media="screen"/>
<link type="text/css" rel="stylesheet" href="css/style.css" media="screen"/>
<link type="text/css" rel="stylesheet" href="css/main.css" media="screen"/>
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
<link rel="canonical" href="https://tartanhacks.com/" />
<meta name="description" content="Carnegie Mellon University's largest hackathon, hosted by ScottyLabs. Come hack, build, make or create your own project.">
<meta name="keywords" content="CMU,hackathon,hack,ScottyLabs,technology,Carnegie Mellon">
<!-- Facebook Open Graph - Tells Facebook what to show when our webpage is shared. -->
<meta property="og:url" content="https://tartanhacks.com/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="TartanHacks 2019" />
<meta property="og:description" content="Carnegie Mellon University's largest hackathon, hosted by ScottyLabs. Come hack, build, make or create your own project." />
<meta property="og:image" content="https://tartanhacks.com/rsc/img/TartanhacksEventSquare.png" />
<!-- Schema.org JSON-LD tags, describes the organization to web crawlers -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"description": "Carnegie Mellon University's largest hackathon, hosted by ScottyLabs. Come hack, build, make or create your own project.",
"location": {
"@type": "PostalAddress",
"addressCountry": "USA",
"addressLocality": "Pittsburgh",
"addressRegion": "PA",
"postalCode": "15213",
"streetAddress": "5032 Forbes Ave.",
"name": "Cohon University Center"
},
"image": "https://tartanhacks.com/rsc/img/TartanhacksEventSquare.png",
"name": "TartanHacks",
"alternateName": "Tartan Hacks",
"startDate": "2019-02-08T17:00:00-05:00",
"endDate": "2019-02-09T20:00:00-05:00",
"organizer": {
"@type": "Organization",
"sameAs": "https://scottylabs.org"
},
"url": "https://tartanhacks.com"
}
</script>
</head>
<body class="navy-blue lavender-text clearfix">
<div id="menu">
<div class="logo">
<h2>TartanHacks</h2>
<span>February 8-9, 2019</span>
</div>
<span class="options underline">
Home
</span>
<small><br></small>
<span class="options">
<a href="faq.html"> FAQ </a>
</span>
<small><br></small>
<span class="options">
<a href="schedule.html"> schedule </a>
</span>
<small><br></small>
<!--
<span class="options">
<a href="http://registration.tartanhacks.com"> register </a>
</span>
-->
</div>
<div id="main">
<div id="registration">
<div class="logo">
<img src="rsc/img/full-logo.png" >
<br>
<span>February 8-9, 2019</span>
<span class="notice">Registration opens 01/25/2019 5:00:00PM EST</span>
</div>
</div>
</div>
<div id="copyright">
Copyright Scottylabs 2019.
</div>
</body>
</html>