Skip to content

Commit 7477028

Browse files
committed
Refactors title
1 parent 39210dd commit 7477028

File tree

7 files changed

+27
-37
lines changed

7 files changed

+27
-37
lines changed

_site/assets/css/main.css

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -149,16 +149,11 @@ a {
149149
margin-bottom: -90px; }
150150

151151
.title {
152-
color: #F3852A;
153-
text-align: center; }
154-
155-
.title-clayhack {
156-
color: #ED7277;
157-
text-align: center; }
158-
159-
.title-clayhack-contact {
160-
color: #FFFFFF;
161152
text-align: center; }
153+
.title.coderit {
154+
color: #F3852A; }
155+
.title.clayhack {
156+
color: #ED7277; }
162157

163158
.loader {
164159
max-width: 80px;

_site/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>codeRIT</title>
55
<link href="http://localhost:4000/atom.xml" rel="self"/>
66
<link href="http://localhost:4000/"/>
7-
<updated>2019-03-08T12:51:54-05:00</updated>
7+
<updated>2019-03-08T12:59:56-05:00</updated>
88
<id>http://localhost:4000</id>
99
<author>
1010
<name></name>

_site/clayhack.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,21 @@
2323
<body>
2424
<div class="banner clayhack welcome">
2525
<div class="inner container">
26-
<img class="logo" src="/assets/images/clayhack/clayhack_logo.svg" alt="ClayHack" title="ClayHack" />
26+
<img class="logo" src="/assets/images/clayhack/clayhack_logo.svg" alt="ClayHack" title clayhack="ClayHack" />
2727
<p>RIT's new student hackathon.</p>
2828
<p>Comming soon.</p>
2929
<a id="learn-more" href="#about" class="button scroll-to">LEARN MORE</a>
3030
</div>
3131
</div>
3232
<div id="about" class="section container">
33-
<h2 class="title-clayhack">What is ClayHack?</h2>
33+
<h2 class="title clayhack">What is ClayHack?</h2>
3434
<div class="grid-cta three">
3535
<p id="mission">ClayHack is a mini hackathon designed to bring new students at RIT together for 6 hours of creativity and innovation. Form a team and start a project from nothing and transform it into greatness in only 6 hours. All new students no matter the skill level are encouraged to join us for a night of fun and programming! <br />What can you build in 6 hours?</p>
3636
<p class="center"><a href="http://eepurl.com/dCiizP" class="button clay">Keep me updated<span class="fa fa-arrow-right icon-space-l"></span></a></p>
3737

38-
<h2 class="title-clayhack">What is a hackathon?</h2>
38+
<h2 class="title clayhack">What is a hackathon?</h2>
3939
<p id="mission">A typical hackathon is a weekend where students have 24 hours to create something from nothing. It could be an app or a website or even a computer! The spirit of a hackathon is to foster a community of makers - no matter what the skill level.</p>
40-
<h2 class="title-clayhack">Does it cost money?</h2>
40+
<h2 class="title clayhack">Does it cost money?</h2>
4141
<p id="mission">In the spirit of a hackathon, everything's free.</p>
4242
<hr/>
4343
<div class="col center clayhack_badge-cta">
@@ -76,7 +76,7 @@ <h3 class="center">EVENT SCHEDULE</h3>
7676
</div>
7777
<div id="contact" class="banner clayhack">
7878
<div class="section container">
79-
<h2 class="title-clayhack-contact">GET IN TOUCH</h2>
79+
<h2 class="title">GET IN TOUCH</h2>
8080
<div class="grid-cta two">
8181
<div class="col">
8282
Rochester Institute of Technology<br/>

_site/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
<body>
2323
<div class="banner coderit welcome">
2424
<div class="inner container">
25-
<img class="logo" src="/assets/images/coderit/coderit_logo.svg" alt="codeRIT" title="codeRIT" />
25+
<img class="logo" src="/assets/images/coderit/coderit_logo.svg" alt="codeRIT" title coderit="codeRIT" />
2626
<p>RIT's premier hackathon club.</p>
2727
<a id="learn-more" href="#about" class="button scroll-to">LEARN MORE</a>
2828
</div>
2929
</div>
3030
<div id="about" class="section container">
31-
<h2 class="title">WHAT IS CODERIT?</h2>
31+
<h2 class="title coderit">WHAT IS CODERIT?</h2>
3232
<div class="grid-cta three">
3333
<p id="mission">codeRIT is a community of students who like to make things. We empower all RIT students, especially newcomers, with the tools and knowledge necessary to become successful makers.</p>
3434
<p class="center"><a href="https://campusgroups.rit.edu/CODERIT/club_signup" class="button orange">Join codeRIT on CampusGroups<span class="fa fa-arrow-right icon-space-l"></span></a></p>
@@ -80,7 +80,7 @@ <h4>We're getting ready for the next BrickHack.</h4>
8080
</div>
8181
<div id="contact" class="banner coderit">
8282
<div class="section container">
83-
<h2 class="title">GET IN TOUCH</h2>
83+
<h2 class="title coderit">GET IN TOUCH</h2>
8484
<div class="grid-cta two">
8585
<div class="col">
8686
Rochester Institute of Technology<br/>

assets/css/main.sass

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -181,16 +181,11 @@ a
181181
margin-bottom: -$footer-height
182182

183183
.title
184-
color: $orange-light
185-
text-align: center
186-
187-
.title-clayhack
188-
color: $clay
189-
text-align: center
190-
191-
.title-clayhack-contact
192-
color: $white
193184
text-align: center
185+
&.coderit
186+
color: $orange-light
187+
&.clayhack
188+
color: $clay
194189

195190
.loader
196191
max-width: 80px

clayhack.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
---
22
layout: clayhack_default
33
permalink: /clayhack.html
4-
title: Home
4+
title clayhack: Home
55
---
66
<div class="banner clayhack welcome">
77
<div class="inner container">
8-
<img class="logo" src="/assets/images/clayhack/clayhack_logo.svg" alt="ClayHack" title="ClayHack" />
8+
<img class="logo" src="/assets/images/clayhack/clayhack_logo.svg" alt="ClayHack" title clayhack="ClayHack" />
99
<p>RIT's new student hackathon.</p>
1010
<p>Comming soon.</p>
1111
<a id="learn-more" href="#about" class="button scroll-to">LEARN MORE</a>
1212
</div>
1313
</div>
1414
<div id="about" class="section container">
15-
<h2 class="title-clayhack">What is ClayHack?</h2>
15+
<h2 class="title clayhack">What is ClayHack?</h2>
1616
<div class="grid-cta three">
1717
<p id="mission">ClayHack is a mini hackathon designed to bring new students at RIT together for 6 hours of creativity and innovation. Form a team and start a project from nothing and transform it into greatness in only 6 hours. All new students no matter the skill level are encouraged to join us for a night of fun and programming! <br />What can you build in 6 hours?</p>
1818
<p class="center"><a href="http://eepurl.com/dCiizP" class="button clay">Keep me updated<span class="fa fa-arrow-right icon-space-l"></span></a></p>
1919

20-
<h2 class="title-clayhack">What is a hackathon?</h2>
20+
<h2 class="title clayhack">What is a hackathon?</h2>
2121
<p id="mission">A typical hackathon is a weekend where students have 24 hours to create something from nothing. It could be an app or a website or even a computer! The spirit of a hackathon is to foster a community of makers - no matter what the skill level.</p>
22-
<h2 class="title-clayhack">Does it cost money?</h2>
22+
<h2 class="title clayhack">Does it cost money?</h2>
2323
<p id="mission">In the spirit of a hackathon, everything's free.</p>
2424
<hr/>
2525
<div class="col center clayhack_badge-cta">
@@ -53,7 +53,7 @@ <h3 class="center">EVENT SCHEDULE</h3>
5353
</div>
5454
<div id="contact" class="banner clayhack">
5555
<div class="section container">
56-
<h2 class="title-clayhack-contact">GET IN TOUCH</h2>
56+
<h2 class="title">GET IN TOUCH</h2>
5757
<div class="grid-cta two">
5858
<div class="col">
5959
Rochester Institute of Technology<br/>

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
layout: default
3-
title: Home
3+
title coderit: Home
44
---
55
<div class="banner coderit welcome">
66
<div class="inner container">
7-
<img class="logo" src="/assets/images/coderit/coderit_logo.svg" alt="codeRIT" title="codeRIT" />
7+
<img class="logo" src="/assets/images/coderit/coderit_logo.svg" alt="codeRIT" title coderit="codeRIT" />
88
<p>RIT's premier hackathon club.</p>
99
<a id="learn-more" href="#about" class="button scroll-to">LEARN MORE</a>
1010
</div>
1111
</div>
1212
<div id="about" class="section container">
13-
<h2 class="title">WHAT IS CODERIT?</h2>
13+
<h2 class="title coderit">WHAT IS CODERIT?</h2>
1414
<div class="grid-cta three">
1515
<p id="mission">codeRIT is a community of students who like to make things. We empower all RIT students, especially newcomers, with the tools and knowledge necessary to become successful makers.</p>
1616
<p class="center"><a href="https://campusgroups.rit.edu/CODERIT/club_signup" class="button orange">Join codeRIT on CampusGroups<span class="fa fa-arrow-right icon-space-l"></span></a></p>
@@ -57,7 +57,7 @@ <h4>We're getting ready for the next BrickHack.</h4>
5757
</div>
5858
<div id="contact" class="banner coderit">
5959
<div class="section container">
60-
<h2 class="title">GET IN TOUCH</h2>
60+
<h2 class="title coderit">GET IN TOUCH</h2>
6161
<div class="grid-cta two">
6262
<div class="col">
6363
Rochester Institute of Technology<br/>

0 commit comments

Comments
 (0)