Skip to content

Commit dfaad9e

Browse files
Merge pull request #5 from JavaScriptMN/fix-sponsership-page
Give the sponser a wrapping class
2 parents 012fb59 + 7d10eea commit dfaad9e

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This site is generated with [Gatsby.js](https://github.com/gatsbyjs/gatsby).
55
Install dependencies with `npm install`.
66

77
## Develop
8-
Run `npm develop` and access the dev server at the address it reports.
8+
Run `npm run develop` and access the dev server at the address it reports.
99

1010
## Build
1111
Run `npm build`, and a built version will be written to `/dist`. This will

css/main.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ img {
1111
margin: 0;
1212
}
1313

14+
a {
15+
color: #000;
16+
font-weight: bold;
17+
18+
}
19+
1420
.headroom {
1521
box-shadow: 0 0 8px rgba( #000, 0.3 );
1622
}

pages/sponsorship-opportunities.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Sponsorship Opprotunities
1+
<div class="interior-page tilt-left">
2+
3+
<h1 class="secondary-content-header">Sponsorship Opportunities</h1>
24

35
### $2,500 Level
46

@@ -26,4 +28,6 @@ Sponsors provide us with merchandise (t-shirts, software, membershipts ect...) t
2628

2729
- Their branded merchandise will be handed out at our to those who attend and participate at our meetups.
2830
- Website: Link
29-
- Meetups: Joint slide with other sponsors at this level
31+
- Meetups: Joint slide with other sponsors at this level
32+
33+
</div>

0 commit comments

Comments
 (0)