Skip to content

Commit a6c1ee6

Browse files
committed
Merge pull request #1 from codeRIT/master
update fork
2 parents 5890078 + 36d7ad0 commit a6c1ee6

16 files changed

+776
-156
lines changed

404.html

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
---
2-
layout: fullscreen
2+
layout: default
3+
permalink: /404.html
34
title: "404"
4-
image: /assets/images/luke.png
55
---
66

7-
<div id="post-info">
8-
<p style="color: #fff; opacity: .75; font-size: 420px; font-weight: bold">404</p>
9-
<h2 style=" margin: 0 0 0 0;">This page has just discovered that Darth Vader is his father and ran away to not be found. Go back to the homepage.</h2>
10-
</div>
11-
<div id="nav-icon" style="bottom: 60px;">
12-
<a href="{{ site.url }}"><span class="genericon genericon-home"></span></a>
13-
</div>
14-
<p class="copyright">&copy;{{ site.time | date: "%Y" }}, <a href="{{ site.copyright.url }}" target="_blank">{{ site.copyright.author }}</a>. <a href="{{ site.copyright.type_url }}" target="_blank">{{ site.copyright.type_title }}</a>.</p>
7+
<div class="foot-pusher">
8+
<div id="error-page" class="container center">
9+
<h1>Looks like this tiger den is empty.</h1>
10+
<p>Try going back to the <a href="{{ site.url }}">cave entrance</a> to find what you are looking for.</p>
11+
</div>
12+
</div>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
coderit.github.io
22
=================
33

4-
The official website of codeRIT.
4+
The official website of [codeRIT](http://coderit.org).

_config.yml

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
11
# Dependencies
22
markdown: redcarpet
3-
pygments: false
4-
5-
# Permalinks
6-
permalink: /blog/:title
3+
highliter: pygments
74

85
# Setup
96
title: codeRIT
10-
tagline: 'codeRIT'
11-
description: 'codeRIT represents a coalition of students with a mission to represent the RIT hackathon community on a national level. It focuses its attention towards increasing its relationship with other collegiate technical communities, teaching software development and entrepreneurial skills to its members, and uniting a fragmented collection of groups amongst GCCIS as one RIT group.'
127
url: http://coderit.org
8+
9+
committees:
10+
- name: Logistics & Hospitality
11+
description: Our main goal is to make sure that everyone is comfortable and having fun during Brick Hack events. We are responsible for planning out the many needs of the event, such as location, events, venue setup, food, and many other important amenities.
12+
image: http://placehold.it/150
13+
14+
- name: Marketing & Design
15+
description: Our team is in charge of the branding of our organization by creatings logos, building and managing websites, getting swag to hand out, and handling all of our social media efforts.
16+
image: http://placehold.it/150
17+
18+
- name: Director
19+
description: Communicates all organization ongoings with each committee as well as with administration. Maintains various weekly events for the entire organization.
20+
image: http://placehold.it/150
21+
22+
- name: Sponsorship
23+
description: We reach out to some of the best companies in the world to come to and sponsor our events. Without the financial support from these different companies, none of our events could take place.
24+
image: http://placehold.it/150
25+
26+
- name: Travel & Outreach
27+
description: We communicate with other schools to learn how make our own organization better. By networking with other schools, we open more opportunities to attend their events and for them to attend ours.
28+
image: http://placehold.it/150

_includes/events.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<div id="event-list-cta">
2+
<div class="center">
3+
<img class="loader" src="assets/css/loader.gif" />
4+
</div>
5+
</div>

_includes/foot.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
<footer id="footer" class="banner">
1+
<footer id="footer">
22
<div class="inner container">
3-
<p>&copy;CodeRIT 2014 All Rights Reserved</p>
3+
<p>&copy;codeRIT 2014 All Rights Reserved</p>
44
</div>
55
</footer>
6-
<div class="divider"></div>
6+
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
7+
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.8.3/moment.min.js"></script>
8+
<script type="text/javascript" src="/assets/scripts/main.js"></script>
9+
<script>function GAPILoad(){Events.init();}</script>
10+
<script src="https://apis.google.com/js/client.js?onload=GAPILoad"></script>

0 commit comments

Comments
 (0)