Skip to content

Commit 382eccb

Browse files
authored
Clean up the home page (#30)
* Update index.html * Update _base.scss
1 parent 39e99bb commit 382eccb

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

_sass/_base.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ html, body {
1212

1313
body {
1414
font-family: $font-family-sans-serif;
15-
background-color: $newbie-black;
15+
background-color: $meta-white;
1616
color: $garbage-collector-gray;
1717
font-size: 18px;
1818
font-weight: 300;

index.html

+2-7
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,13 @@
33
---
44
<section id="intro" class="intro">
55
<article>
6-
<p class="intro">It's been a good run...</p>
76
</article>
87
</section>
98

109
<section id="scoop" class="scoop">
1110
<article>
11+
<h2>It's been a good run...</h2>
1212
<p>We're not actively meeting right now. Thanks to everyone for making our years of meetups special!</p>
13+
<p><center><a href="http://slack.rubyftw.org">Chat on Slack</a></center></p>
1314
</div>
1415
</section>
15-
16-
<section id="misc" class="misc">
17-
<article>
18-
<center><a href="http://slack.rubyftw.org">Chat on Slack</a></center>
19-
</article>
20-
</section>

0 commit comments

Comments
 (0)