Skip to content

Commit 0796c95

Browse files
author
Claire Gallup
committed
Adjustments to CTA button sizing/alignment
1 parent 4c7e005 commit 0796c95

File tree

5 files changed

+22
-8
lines changed

5 files changed

+22
-8
lines changed

_site/assets/css/main.css

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_site/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>BrickHack</title>
55
<link href="https://coderit.org/atom.xml" rel="self"/>
66
<link href="https://coderit.org/"/>
7-
<updated>2021-07-01T13:21:20-05:00</updated>
7+
<updated>2021-07-01T13:48:36-05:00</updated>
88
<id>https://coderit.org</id>
99
<author>
1010
<name></name>

_site/index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ <h2 class="title coderit">WHAT IS BRICKHACK?</h2>
4242
<p>BrickHack is a community of students passionate about running hackathons: fast-paced prototyping events. Our members love the challenge of organizing great events through careful planning, empathy, and a little bit of luck.</p>
4343
<p>Our club's main event is (aptly named) BrickHack - RIT's largest hackathon, running for 24 hours every spring. You can find more details about the upcoming BrickHack 8 below.</p>
4444
<p>More info coming soon!</p>
45-
<p class="center"><a href="https://campusgroups.rit.edu/BrickHack/club_signup" class="button orange">Join BrickHack on CampusGroups<span class="fa fa-arrow-right icon-space-l"></span></a></p>
46-
<p class="center"><a href="https://brickhack.io" class="button orange">Visit BrickHack event site<span class="fa fa-arrow-right icon-space-l"></span></a></p>
47-
<p class="center"><span class="button orange disabled">Discord server coming soon!</span></p>
45+
<div class="button-cta grid-cta three">
46+
<div class="col center"><a href="https://campusgroups.rit.edu/BrickHack/club_signup" class="button orange">View on<br/>CampusGroups<span class="fa fa-arrow-right icon-space-l"></span></a></div>
47+
<div class="col center"><a href="https://brickhack.io" class="button orange">Visit BrickHack<br/>event site<span class="fa fa-arrow-right icon-space-l"></span></a></div>
48+
<div class="col center"><span class="button orange disabled">Discord server<br/>coming soon!</span></div>
49+
</div>
4850
<hr/>
4951
<div class="col center badge-cta">
5052
<i class="fa fa-book fa-5x badge-icon coderit"></i>

assets/css/main.sass

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,10 @@ a
205205
#about
206206
.title
207207
margin-bottom: 110px
208+
.button-cta
209+
.button
210+
padding-left: 30px
211+
padding-right: 30px
208212
.badge-cta
209213
.badge-icon
210214
@include border-radius (100%)
@@ -370,6 +374,10 @@ a
370374
.title
371375
margin-bottom: 25px
372376
#about
377+
.button-cta
378+
.button
379+
width: 80%
380+
max-width: 300px
373381
.badge-cta
374382
margin-bottom: 40px
375383
.badge-icon

index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ <h2 class="title coderit">WHAT IS BRICKHACK?</h2>
1515
<p>BrickHack is a community of students passionate about running hackathons: fast-paced prototyping events. Our members love the challenge of organizing great events through careful planning, empathy, and a little bit of luck.</p>
1616
<p>Our club's main event is (aptly named) BrickHack - RIT's largest hackathon, running for 24 hours every spring. You can find more details about the upcoming BrickHack 8 below.</p>
1717
<p>More info coming soon!</p>
18-
<p class="center"><a href="https://campusgroups.rit.edu/BrickHack/club_signup" class="button orange">Join BrickHack on CampusGroups<span class="fa fa-arrow-right icon-space-l"></span></a></p>
19-
<p class="center"><a href="https://brickhack.io" class="button orange">Visit BrickHack event site<span class="fa fa-arrow-right icon-space-l"></span></a></p>
20-
<p class="center"><span class="button orange disabled">Discord server coming soon!</span></p>
18+
<div class="button-cta grid-cta three">
19+
<div class="col center"><a href="https://campusgroups.rit.edu/BrickHack/club_signup" class="button orange">View on<br/>CampusGroups<span class="fa fa-arrow-right icon-space-l"></span></a></div>
20+
<div class="col center"><a href="https://brickhack.io" class="button orange">Visit BrickHack<br/>event site<span class="fa fa-arrow-right icon-space-l"></span></a></div>
21+
<div class="col center"><span class="button orange disabled">Discord server<br/>coming soon!</span></div>
22+
</div>
2123
<hr/>
2224
<div class="col center badge-cta">
2325
<i class="fa fa-book fa-5x badge-icon coderit"></i>

0 commit comments

Comments
 (0)