File tree Expand file tree Collapse file tree 7 files changed +29
-46
lines changed Expand file tree Collapse file tree 7 files changed +29
-46
lines changed Original file line number Diff line number Diff line change @@ -177,26 +177,15 @@ a {
177
177
border-radius : 100% ;
178
178
border : 1px solid;
179
179
box-sizing : border-box;
180
- color : # 194774 ;
181
180
height : 150px ;
182
181
padding : 30px ;
183
182
width : 150px ; }
183
+ # about .badge-cta .badge-icon .coderit {
184
+ color : # 194774 ; }
185
+ # about .badge-cta .badge-icon .clayhack {
186
+ color : # EF6669 ; }
184
187
# about .badge-cta .badge-name {
185
188
margin-top : 30px ; }
186
- # about .clayhack_badge-cta .badge-icon {
187
- -webkit-border-radius : 100% ;
188
- -moz-border-radius : 100% ;
189
- -ms-border-radius : 100% ;
190
- -o-border-radius : 100% ;
191
- border-radius : 100% ;
192
- border : 1px solid;
193
- box-sizing : border-box;
194
- color : # EF6669 ;
195
- height : 150px ;
196
- padding : 30px ;
197
- width : 150px ; }
198
- # about .clayhack_badge-cta .badge-name {
199
- margin-top : 30px ; }
200
189
# about hr {
201
190
background : # 444444 ;
202
191
border-color : # 444444 ;
Original file line number Diff line number Diff line change 4
4
<title >codeRIT</title >
5
5
<link href =" http://localhost:4000/atom.xml" rel =" self" />
6
6
<link href =" http://localhost:4000/" />
7
- <updated >2019-03-08T12:59:56 -05:00</updated >
7
+ <updated >2019-03-08T13:26:20 -05:00</updated >
8
8
<id >http://localhost:4000</id >
9
9
<author >
10
10
<name ></name >
Original file line number Diff line number Diff line change @@ -40,18 +40,18 @@ <h2 class="title clayhack">What is a hackathon?</h2>
40
40
< h2 class ="title clayhack "> Does it cost money?</ h2 >
41
41
< p id ="mission "> In the spirit of a hackathon, everything's free.</ p >
42
42
< hr />
43
- < div class ="col center clayhack_badge -cta ">
44
- < i class ="fa fa-book fa-5x badge-icon "> </ i >
43
+ < div class ="col center badge -cta ">
44
+ < i class ="fa fa-book fa-5x badge-icon clayhack "> </ i >
45
45
< h3 class ="badge-name "> Education</ h3 >
46
46
< p > Learn something new.</ p >
47
47
</ div >
48
- < div class ="col center clayhack_badge -cta ">
49
- < i class ="fa fa-group fa-5x badge-icon "> </ i >
48
+ < div class ="col center badge -cta ">
49
+ < i class ="fa fa-group fa-5x badge-icon clayhack "> </ i >
50
50
< h3 class ="badge-name "> Community</ h3 >
51
51
< p > Join a community of makers.</ p >
52
52
</ div >
53
- < div class ="col center clayhack_badge -cta ">
54
- < i class ="fas fa-palette fa-5x badge-icon "> </ i >
53
+ < div class ="col center badge -cta ">
54
+ < i class ="fas fa-palette fa-5x badge-icon clayhack "> </ i >
55
55
< h3 class ="badge-name "> Creativity</ h3 >
56
56
< p > Bring your imagination to life.</ p >
57
57
</ div >
Original file line number Diff line number Diff line change @@ -35,17 +35,17 @@ <h2 class="title coderit">WHAT IS CODERIT?</h2>
35
35
< 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 >
36
36
< hr />
37
37
< div class ="col center badge-cta ">
38
- < i class ="fa fa-book fa-5x badge-icon "> </ i >
38
+ < i class ="fa fa-book fa-5x badge-icon coderit "> </ i >
39
39
< h3 class ="badge-name "> Education</ h3 >
40
40
< p > Learn something new.</ p >
41
41
</ div >
42
42
< div class ="col center badge-cta ">
43
- < i class ="fa fa-group fa-5x badge-icon "> </ i >
43
+ < i class ="fa fa-group fa-5x badge-icon coderit "> </ i >
44
44
< h3 class ="badge-name "> Community</ h3 >
45
45
< p > Join a community of makers.</ p >
46
46
</ div >
47
47
< div class ="col center badge-cta ">
48
- < i class ="fa fa-home fa-5x badge-icon "> </ i >
48
+ < i class ="fa fa-home fa-5x badge-icon coderit "> </ i >
49
49
< h3 class ="badge-name "> Empowerment</ h3 >
50
50
< p > Give back to the RIT community.</ p >
51
51
</ div >
Original file line number Diff line number Diff line change 192
192
margin-top : 50%
193
193
opacity : 0.6
194
194
tranform : translateY(-50% )
195
+
195
196
// SECTIONS
196
197
.section
197
198
padding-bottom : 90px
207
208
@include border-radius (100% )
208
209
border : 1px solid
209
210
box-sizing : border-box
210
- color : $blue-light
211
- height : 150px
212
- padding : 30px
213
- width : 150px
214
- .badge-name
215
- margin-top : 30px
216
- .clayhack_badge-cta
217
- .badge-icon
218
- @include border-radius (100% )
219
- border : 1px solid
220
- box-sizing : border-box
221
- color : $clay-light
222
211
height : 150px
223
212
padding : 30px
224
213
width : 150px
214
+ & .coderit
215
+ color : $blue-light
216
+ & .clayhack
217
+ color : $clay-light
225
218
.badge-name
226
219
margin-top : 30px
220
+
227
221
hr
228
222
background : $grey-dark
229
223
border-color : $grey-dark
Original file line number Diff line number Diff line change @@ -22,18 +22,18 @@ <h2 class="title clayhack">What is a hackathon?</h2>
22
22
< h2 class ="title clayhack "> Does it cost money?</ h2 >
23
23
< p id ="mission "> In the spirit of a hackathon, everything's free.</ p >
24
24
< hr />
25
- < div class ="col center clayhack_badge -cta ">
26
- < i class ="fa fa-book fa-5x badge-icon "> </ i >
25
+ < div class ="col center badge -cta ">
26
+ < i class ="fa fa-book fa-5x badge-icon clayhack "> </ i >
27
27
< h3 class ="badge-name "> Education</ h3 >
28
28
< p > Learn something new.</ p >
29
29
</ div >
30
- < div class ="col center clayhack_badge -cta ">
31
- < i class ="fa fa-group fa-5x badge-icon "> </ i >
30
+ < div class ="col center badge -cta ">
31
+ < i class ="fa fa-group fa-5x badge-icon clayhack "> </ i >
32
32
< h3 class ="badge-name "> Community</ h3 >
33
33
< p > Join a community of makers.</ p >
34
34
</ div >
35
- < div class ="col center clayhack_badge -cta ">
36
- < i class ="fas fa-palette fa-5x badge-icon "> </ i >
35
+ < div class ="col center badge -cta ">
36
+ < i class ="fas fa-palette fa-5x badge-icon clayhack "> </ i >
37
37
< h3 class ="badge-name "> Creativity</ h3 >
38
38
< p > Bring your imagination to life.</ p >
39
39
</ div >
Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ <h2 class="title coderit">WHAT IS CODERIT?</h2>
17
17
< 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 >
18
18
< hr />
19
19
< div class ="col center badge-cta ">
20
- < i class ="fa fa-book fa-5x badge-icon "> </ i >
20
+ < i class ="fa fa-book fa-5x badge-icon coderit "> </ i >
21
21
< h3 class ="badge-name "> Education</ h3 >
22
22
< p > Learn something new.</ p >
23
23
</ div >
24
24
< div class ="col center badge-cta ">
25
- < i class ="fa fa-group fa-5x badge-icon "> </ i >
25
+ < i class ="fa fa-group fa-5x badge-icon coderit "> </ i >
26
26
< h3 class ="badge-name "> Community</ h3 >
27
27
< p > Join a community of makers.</ p >
28
28
</ div >
29
29
< div class ="col center badge-cta ">
30
- < i class ="fa fa-home fa-5x badge-icon "> </ i >
30
+ < i class ="fa fa-home fa-5x badge-icon coderit "> </ i >
31
31
< h3 class ="badge-name "> Empowerment</ h3 >
32
32
< p > Give back to the RIT community.</ p >
33
33
</ div >
You can’t perform that action at this time.
0 commit comments