Skip to content

Commit 5bc3c91

Browse files
author
Brandon Johnson
committed
Update sponsorship information
1 parent 9f9bc9b commit 5bc3c91

File tree

8 files changed

+74
-73
lines changed

8 files changed

+74
-73
lines changed

pages/_template.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ module.exports = React.createClass({
5454
<Link to={prefixLink('/')} >
5555
Home
5656
</Link>
57-
<Link to={prefixLink('/about/')} >
58-
About
59-
</Link>
6057
<Link to={prefixLink('/our_sponsors/')} >
6158
Current Sponsors
6259
</Link>

pages/about.html

Lines changed: 0 additions & 3 deletions
This file was deleted.
26.1 KB
Loading

pages/index.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<div class="next-event">
88
<div class="next-event-tagline">
9-
<strong>Next Event:&nbsp;</strong>
9+
<strong>Next Event:</strong>
1010
<div class="event-name">
1111
February Meetup
1212
</div>
@@ -34,10 +34,6 @@
3434
<div class="sponser">
3535
<img src="images/sponsers/logo-icf-olson.svg" />
3636
</div>
37-
38-
<div class="sponser">
39-
<img src="images/sponsers/logo-twilio.svg" />
40-
</div>
4137
</div>
4238

4339
</div>

pages/our-sponsors.html

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
<div class="interior-page sponsers-page tilt-left">
2+
3+
<h1 class="secondary-content-header">Current Sponsers</h1>
4+
5+
<div class="sponser-tier platinum">
6+
<span class="tier-title">Host</span>
7+
8+
<div class="sponser-container-row">
9+
<div class="sponser" onclick="window.open('https://icfolson.com')">
10+
<img src="/images/sponsers/logo-icf-olson.svg" />
11+
</div>
12+
</div>
13+
14+
</div>
15+
16+
<div class="sponser-tier platnium">
17+
<span class="tier-title">Platnium</span>
18+
19+
<div class="sponser-container-row">
20+
21+
<div class="sponser" onclick="window.open('https://twilio.com')">
22+
<img src="/images/sponsers/logo-twilio.svg" />
23+
</div>
24+
25+
<div class="sponser" onclick="window.open('https://trackjs.com')">
26+
<img src="/images/sponsers/logo-trackjs.png" />
27+
</div>
28+
29+
</div>
30+
31+
</div>
32+
33+
<div class="sponser-tier gold">
34+
<span class="tier-title">Gold</span>
35+
36+
<div class="sponser-container-row sponser-tier-2">
37+
38+
<div class="sponser" onclick="window.open('https://reachlocal.com')">
39+
<img src="/images/sponsers/logo-reach-local.png" />
40+
</div>
41+
42+
<div class="sponser" onclick="window.open('https://empulseco.com')">
43+
<img src="/images/sponsers/logo-empulse.svg" />
44+
</div>
45+
46+
</div>
47+
48+
</div>
49+
50+
<div class="sponser-tier silver">
51+
<span class="tier-title">Silver</span>
52+
53+
<div class="sponser-container-row sponser-tier-3">
54+
55+
<div class="sponser empty-sponser" onclick="window.open('/sponsorship-opportunities')">
56+
Become a Sponsor!
57+
</div>
58+
<div class="sponser empty-sponser" onclick="window.open('/sponsorship-opportunities')">
59+
Become a Sponsor!
60+
</div>
61+
<div class="sponser empty-sponser" onclick="window.open('/sponsorship-opportunities')">
62+
Become a Sponsor!
63+
</div>
64+
<div class="sponser empty-sponser" onclick="window.open('/sponsorship-opportunities')">
65+
Become a Sponsor!
66+
</div>
67+
68+
</div>
69+
70+
</div>
71+
72+
</div>

pages/our_sponsors.html

Lines changed: 0 additions & 61 deletions
This file was deleted.
File renamed without changes.

wrappers/md.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = React.createClass({
1414
return (
1515
<div className="markdown">
1616
<Helmet
17-
title={`${config.siteTitle} | ${post.title}`}
17+
title={`${config.siteTitle}`}
1818
/>
1919
<h1>{post.title}</h1>
2020
<div dangerouslySetInnerHTML={{ __html: post.body }} />

0 commit comments

Comments
 (0)