Skip to content

Commit 91f1121

Browse files
LontronixRamZallan
authored andcommitted
Csh hacks (#220)
* added link to CSH hacks site in navigation bar * added CSH hacks section to homepage of pubsite * changed header to date of CSH Hacks * removed CSH hacks from main site navigation * adjusted description of CSH hacks plus CSH hacks logo comes from s3 bucket for CSH hacks pub site * implemented changes based on feedback from Ram * removed homepage-about id * implemented changes that ram requested and adjusted image padding slightly * slightly adjusted top padding for CSH hacks image * Reformat CSS, rearrange CSH Hacks columns on mobile
1 parent 83069c6 commit 91f1121

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

_sass/_hackathon.scss

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#csh-hacks-wrapper {
2+
color: rgba(217, 184, 206, 1);
3+
background: rgba(37, 2, 26, 1) repeat top/2.5em
4+
url("https://assets.csh.rit.edu/cshacks-assets/csh_tilted.png");
5+
& h2 {
6+
color: white;
7+
margin-top: 0;
8+
}
9+
& img {
10+
width: 100%;
11+
margin-top: 1.5em;
12+
}
13+
@media screen and (max-width: 992px) {
14+
h2 {
15+
margin-top: 1em;
16+
}
17+
}
18+
}

assets/css/main.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,4 @@ a.btn {
8585
@import "tour";
8686
@import "insights";
8787
@import "footer";
88+
@import "hackathon";

index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,26 @@
4545
</div>
4646
</div>
4747

48+
<div id="csh-hacks-wrapper">
49+
<div class="container spaced">
50+
<div class="row">
51+
<div class="col-12 col-lg-6 order-6 order-lg-0">
52+
<h2>September 26 - 27, 2020</h2>
53+
<p>
54+
CSH Hacks is an event where developers, designers, engineers
55+
and more come together to work on their ideas, solve challenges,
56+
learn new skills, and network with companies &amp; each other.
57+
The event is open to all majors and universities!
58+
</p>
59+
<a class="btn btn-primary" target="_blank" rel="noopener" href="https://hacks.csh.rit.edu">Learn More</a>
60+
</div>
61+
<div class="col-12 col-lg-6 order-0 order-lg-6">
62+
<img src="https://s3.csh.rit.edu/cshacks-assets/csh_hacks_logo.svg" alt="CSH Hacks logo">
63+
</div>
64+
</div>
65+
</div>
66+
</div>
67+
4868
<div class="container spaced" id="post-list">
4969
<div class="row">
5070
<div class="col-12">

0 commit comments

Comments
 (0)