-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathclayhack.html
More file actions
80 lines (80 loc) · 3.29 KB
/
clayhack.html
File metadata and controls
80 lines (80 loc) · 3.29 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
---
layout: clayhack_default
permalink: /clayhack.html
title clayhack: Home
---
<div class="banner clayhack welcome">
<div class="inner container">
<img class="logo" src="/assets/images/clayhack/clayhack_logo.svg" alt="ClayHack" title clayhack="ClayHack" />
<p>RIT's new student hackathon.</p>
<p>Coming soon.</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 clayhack">What is ClayHack?</h2>
<div class="grid-cta three">
<p>ClayHack is a mini hackathon designed to bring new students at RIT together for 6 hours of creativity and innovation. Form a team and start a project from nothing and transform it into greatness in only 6 hours. All new students no matter the skill level are encouraged to join us for a night of fun and programming! <br />What can you build in 6 hours?</p>
<p class="center"><a href="http://eepurl.com/dCiizP" class="button clay">Keep me updated<span class="fa fa-arrow-right icon-space-l"></span></a></p>
<h2 class="title clayhack">What is a hackathon?</h2>
<p>A typical hackathon is a weekend where students have 24 hours to create something from nothing. It could be an app or a website or even a computer! The spirit of a hackathon is to foster a community of makers - no matter what the skill level.</p>
<h2 class="title clayhack">Does it cost money?</h2>
<p>In the spirit of a hackathon, everything's free.</p>
<hr/>
<div class="col center badge-cta">
<i class="fa fa-book fa-5x badge-icon clayhack"></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 clayhack"></i>
<h3 class="badge-name">Community</h3>
<p>Join a community of makers.</p>
</div>
<div class="col center badge-cta">
<i class="fas fa-palette fa-5x badge-icon clayhack"></i>
<h3 class="badge-name">Creativity</h3>
<p>Bring your imagination to life.</p>
</div>
</div>
</div>
<div id="events" class="banner clayhack">
<div class="section">
<h3 class="center clayhack">EVENT SCHEDULE</h3>
<div class="container">
<div class="inner">
<div class="col-xs-12 center">
{% include events.html %}
</div>
</div>
</div>
</div>
</div>
<div id="contact" class="banner clayhack">
<div class="section container">
<h2 class="title">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="http://eepurl.com/gjUR1r" 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>