Skip to content

Commit eb46e26

Browse files
author
Randall Meeker
committed
update all the things
1 parent 33ea760 commit eb46e26

File tree

6 files changed

+7
-31
lines changed

6 files changed

+7
-31
lines changed

pages/_template.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ module.exports = React.createClass({
6565
</Link>
6666
<Link> | </Link>
6767
<Link
68-
to={prefixLink('/sponsor/')}
68+
to={prefixLink('/our_sponsors/')}
6969
style={{
7070
color: 'black',
7171
textDecoration: 'none',
7272
}}
7373
>
74-
SPONSOR
74+
Current SPONSORs
7575
</Link>
7676
<Link> | </Link>
7777
<Link

pages/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<h1>Our Home Page</h1>

pages/index.js

Lines changed: 0 additions & 29 deletions
This file was deleted.

pages/our_sponsors.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>Our current sponsors</p>
File renamed without changes.

pages/styles.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
h1 {
2+
font-size: 10px;
3+
}

0 commit comments

Comments
 (0)