Skip to content

Commit 9536a0a

Browse files
committed
Fixes multiple ID bug
1 parent 6f0050d commit 9536a0a

File tree

7 files changed

+11
-14
lines changed

7 files changed

+11
-14
lines changed

_site/assets/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ a {
192192
color: #444444;
193193
margin: 75px auto;
194194
width: 50%; }
195-
#about #mission {
195+
#about .paragraph {
196196
font-size: 1.125em;
197197
margin-left: 10%;
198198
text-align: center;

_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-08T13:26:20-05:00</updated>
7+
<updated>2019-03-08T13:33:28-05:00</updated>
88
<id>http://localhost:4000</id>
99
<author>
1010
<name></name>

_site/clayhack.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,12 @@
3232
<div id="about" class="section container">
3333
<h2 class="title clayhack">What is ClayHack?</h2>
3434
<div class="grid-cta three">
35-
<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>
35+
<p class="paragraph">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>
37-
3837
<h2 class="title clayhack">What is a hackathon?</h2>
39-
<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>
38+
<p class="paragraph">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>
4039
<h2 class="title clayhack">Does it cost money?</h2>
41-
<p id="mission">In the spirit of a hackathon, everything's free.</p>
40+
<p class="paragraph">In the spirit of a hackathon, everything's free.</p>
4241
<hr/>
4342
<div class="col center badge-cta">
4443
<i class="fa fa-book fa-5x badge-icon clayhack"></i>

_site/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<div id="about" class="section container">
3131
<h2 class="title coderit">WHAT IS CODERIT?</h2>
3232
<div class="grid-cta three">
33-
<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>
33+
<p class="paragraph">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>
3535
<p class="center"><a href="https://coderit.slack.com/" class="button orange">Join our Slack<span class="fa fa-arrow-right icon-space-l"></span></a></p>
3636
<hr/>

assets/css/main.sass

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,14 +217,13 @@ a
217217
color: $clay-light
218218
.badge-name
219219
margin-top: 30px
220-
221220
hr
222221
background: $grey-dark
223222
border-color: $grey-dark
224223
color: $grey-dark
225224
margin: 75px auto
226225
width: 50%
227-
#mission
226+
.paragraph
228227
font-size: 1.125em
229228
margin-left: 10%
230229
text-align: center

clayhack.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@
1414
<div id="about" class="section container">
1515
<h2 class="title clayhack">What is ClayHack?</h2>
1616
<div class="grid-cta three">
17-
<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>
17+
<p class="paragraph">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>
19-
2019
<h2 class="title clayhack">What is a hackathon?</h2>
21-
<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>
20+
<p class="paragraph">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>
2221
<h2 class="title clayhack">Does it cost money?</h2>
23-
<p id="mission">In the spirit of a hackathon, everything's free.</p>
22+
<p class="paragraph">In the spirit of a hackathon, everything's free.</p>
2423
<hr/>
2524
<div class="col center badge-cta">
2625
<i class="fa fa-book fa-5x badge-icon clayhack"></i>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<div id="about" class="section container">
1313
<h2 class="title coderit">WHAT IS CODERIT?</h2>
1414
<div class="grid-cta three">
15-
<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>
15+
<p class="paragraph">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>
1717
<p class="center"><a href="https://coderit.slack.com/" class="button orange">Join our Slack<span class="fa fa-arrow-right icon-space-l"></span></a></p>
1818
<hr/>

0 commit comments

Comments
 (0)