Skip to content

Commit 09b052d

Browse files
committed
Added link to BrickHack website
1 parent 3c3beaf commit 09b052d

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

_sass/main.sass

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ a
8484
&:hover
8585
background: $orange-light
8686
color: $white
87+
&.blue
88+
color: $blue-light
89+
border-color: $blue-light
90+
&:hover
91+
background: $blue-light
92+
color: $white
8793

8894
.banner
8995
background: $blue
@@ -379,4 +385,4 @@ a
379385
.inner
380386
padding: 10px 3px
381387
#event-list-cta
382-
width: auto
388+
width: auto

assets/css/main.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ <h3>BrickHack</h3>
4545
<h4>Returning for 2015-16</h4>
4646
<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>
4747
<a class="button orange" href="mailto:stuart@coderit.org">Get Involved</a>
48+
<a class="button orange" href="https://brickhack.io">BrickHack Website</a>
4849
</div>
4950
</div>
5051
</div>

0 commit comments

Comments
 (0)