-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
97 lines (97 loc) · 4.26 KB
/
index.html
File metadata and controls
97 lines (97 loc) · 4.26 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
88
89
90
91
92
93
94
95
96
97
---
layout: default
title coderit: Home
---
<div class="banner coderit welcome">
<div class="inner container">
<img class="logo" src="/assets/images/brickhack/brickhack_logo.png" alt="BrickHack logo" title coderit="codeRIT" />
<p>RIT's premier hackathon organization club.</p>
<a id="learn-more" href="#about" class="button scroll-to">LEARN MORE</a>
</div>
</div>
<div id="about" class="section container">
<h2 class="title coderit">WHAT IS BRICKHACK?</h2>
<div class="grid-cta three">
<p>BrickHack is a community of students passionate about running hackathons: fast-paced prototyping events. Our members love the challenge of organizing great events through careful planning, empathy, and a little bit of luck.</p>
<p>Our club's main event is (aptly named) BrickHack - RIT's largest hackathon, running for 24 hours every spring. You can find more details about the upcoming BrickHack 8 below.</p>
<p>More info coming soon!</p>
<div class="button-cta grid-cta three">
<div class="col center"><a href="https://campusgroups.rit.edu/BrickHack/club_signup" class="button orange">View on<br/>CampusGroups<span class="fa fa-arrow-right icon-space-l"></span></a></div>
<div class="col center"><a href="https://brickhack.io" class="button orange">Visit BrickHack<br/>event site<span class="fa fa-arrow-right icon-space-l"></span></a></div>
<div class="col center"><span class="button orange disabled">Discord server<br/>coming soon!</span></div>
</div>
<hr/>
<div class="col center badge-cta">
<i class="fa fa-book fa-5x badge-icon coderit"></i>
<h3 class="badge-name">Education</h3>
<p>Learn something new.</p>
</div>
<div class="col center badge-cta">
<i class="fa fa-group fa-5x badge-icon coderit"></i>
<h3 class="badge-name">Community</h3>
<p>Join a community of organizers.</p>
</div>
<div class="col center badge-cta">
<i class="fa fa-home fa-5x badge-icon coderit"></i>
<h3 class="badge-name">Empowerment</h3>
<p>Give back to the RIT community.</p>
</div>
</div>
</div>
<div id="events" class="banner coderit">
<div class="section">
<h3 class="center coderit">EVENT SCHEDULE</h3>
<div class="container">
<div class="inner">
<div class="grid-cta two">
<div class="col">
{% include events.html %}
</div>
<div class="col center">
<h3>BrickHack 8</h3>
<h4>We're getting ready for the next BrickHack.</h4>
<p>If you would like to be a part of RIT's history, we could use your help. Join one of our committees and help create something great!</p>
<a class="button orange" href="mailto:[email protected]?subject=BrickHack%20Organizer%20Interest&body=Hey%20there!%20I'm%20interested%20in%20helping%20organize%20BrickHack.%20How%20can%20I%20help?">Get Involved</a>
<br>
<a class="button blue" href="https://brickhack.io" target="_blank">Event Website</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="contact" class="banner coderit">
<div class="section container">
<h2 class="title coderit">GET IN TOUCH</h2>
<div class="grid-cta two">
<div class="col">
Rochester Institute of Technology<br/>
1 Lomb Memorial Dr.<br/>
Rochester, NY 14623
</div>
<div id="contact-links" class="col">
<!-- <a href="https://www.facebook.com/groups/codeRIT/" target="_blank" rel="nofollow">
<span class="fa fa-stack">
<i class="fa fa-circle-thin fa-stack-2x"></i>
<i class="fa fa-facebook fa-stack-1x"></i>
</span>
Join our group.
</a> -->
<a href="http://eepurl.com/bwy-a1" target="_blank" rel="nofollow">
<span class="fa fa-stack">
<i class="fa fa-circle-thin fa-stack-2x"></i>
<i class="fa fa-envelope fa-stack-1x"></i>
</span>
Join our mailing list.
</a>
<a href="mailto:[email protected]" target="_blank" rel="nofollow">
<span class="fa fa-stack">
<i class="fa fa-circle-thin fa-stack-2x"></i>
<i class="fa fa-envelope fa-stack-1x"></i>
</span>
Email our directors.
</a>
</div>
</div>
</div>
</div>