Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion _sass/main.sass
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ a
&:hover
background: $orange-light
color: $white
&.blue
color: $blue-light
border-color: $blue-light
&:hover
background: $blue-light
color: $white

.banner
background: $blue
Expand Down Expand Up @@ -379,4 +385,4 @@ a
.inner
padding: 10px 3px
#event-list-cta
width: auto
width: auto
6 changes: 6 additions & 0 deletions assets/css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified assets/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion assets/scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ var Events = {
'path' : '/calendar/v3/calendars/[email protected]/events',
'callback' : Events.displayEvents,
'orderBy' : 'startTime',
'params' : {
'timeMin': (new Date()).toISOString(),
},
'singleEvents' : true
});
},
Expand Down Expand Up @@ -89,4 +92,4 @@ var Events = {
$('.event-page-nav').on('click', Events.changeEventPage);
$('#event-list').css('minHeight', $('#event-list').height());
}
}
}
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ <h3 class="center">EVENT SCHEDULE</h3>
{% include events.html %}
</div>
<div class="col center">
<h3>Brick Hack</h3>
<h4>April 18-20th 2015</h4>
<h3>BrickHack</h3>
<h4>Returning for 2015-16</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]">Get Involved</a>
<a class="button orange" href="mailto:[email protected]">Get Involved</a>
<a class="button orange" href="https://brickhack.io">BrickHack Website</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -103,7 +104,7 @@ <h2 class="title">GET IN TOUCH</h2>
</span>
Join our group.
</a>
<a href="mailto:carl@coderit.org" target="_blank" rel="nofollow">
<a href="mailto:stuart@coderit.org" 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>
Expand Down