-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (80 loc) · 5.13 KB
/
index.html
File metadata and controls
87 lines (80 loc) · 5.13 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
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html>
<head>
<!-- Standard Meta Tags-->
<title>BrickHack 8</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1 minimum-scale=1">
<meta name="keywords" content="hackathons, hackathon, hack-a-thon, programming, hardware, development, design, rit"/>
<meta name="description" content="RIT's premiere collegiate hackathon devoted to bringing designers, developers, and all sorts of makers together for 24 hours to create something from nothing.">
<!-- Twitter Cards -->
<meta property="twitter:card" content="summary"/>
<meta property="twitter:title" content="BrickHack 8">
<meta property="twitter:url" content="https://brickhack.io" >
<meta property="twitter:description" content="RIT's premiere collegiate hackathon devoted to bringing designers, developers, and all sorts of makers together for 24 hours to create something from nothing.">
<meta name="twitter:image" content="./assets/bh8/bh8_social_cards.png">
<!-- Open Graph Cards -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Brickhack 8" />
<meta property="og:site_name" content="BrickHack 8" />
<meta property="og:url" content="https://brickhack.io" />
<meta property="og:description" content="RIT's premiere collegiate hackathon devoted to bringing designers, developers, and all sorts of makers together for 24 hours to create something from nothing."/>
<meta property="og:image" content="./assets/bh8/bh8_social_cards.png" />
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="resources/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="resources/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="resources/favicon/favicon-16x16.png">
<!-- Custom Win98 stylesheet -->
<link rel="stylesheet" href="https://unpkg.com/98.css" />
</head>
<body>
<section id="main">
<img id="logo" src="./resources/pixel-logo-real.png" alt="BrickHack 8 logo. Two stripes, left orange and right blue, in a parallelogram with a white border.">
<p id="secret-message">Nothing to see here!</p>
<div class="window">
<div class="title-bar">
<div class="title-bar-text">BrickHack 8</div>
<div class="title-bar-controls">
<button aria-label="Minimize" class="window-control"></button>
<button aria-label="Maximize" class="window-control"></button>
<button aria-label="Close" class="window-control"></button>
</div>
</div>
<div class="window-body">
<p>BrickHack 8 is returning in early 2022!</p>
<div class="field-row-stacked">
<div id="mc_embed_signup">
<form action="https://coderit.us11.list-manage.com/subscribe/post?u=122b09a8cef4c1f3888af8e40&id=4c1af7f783" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">
<label for="mce-EMAIL">Enter your e-mail to stay updated.</label>
<div class="field-row">
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="hacker@email.com">
<button type="submit">Submit</button>
</div>
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_122b09a8cef4c1f3888af8e40_4c1af7f783" tabindex="-1" value=""></div>
</div>
</form>
</div>
</div>
</div>
</div>
<div id="badges">
<img src="./assets/bh8/macmade-blkwtbrdrspin.gif" alt="Made with Macintosh badge">
<img src="./assets/bh8/adobesvg.gif" alt="This side is SVG powered badge">
<img src="./assets/bh8/hackerpowered.gif" alt="Hacker powered badge">
</div>
</section>
<footer>
<p>Interested in sponsoring? <span class="text-break">E-mail <a href="mailto:sponsorship@brickhack.io">sponsorship@brickhack.io</a></span></p>
<p>View the <a href="./bh7.html">BrickHack7 website</a></p>
</footer>
<!-- This is where Parcel imports are located! (SASS, etc.) -->
<script type="module" src="./index.js"></script>
</body>
</html>