Skip to content

Commit 0e085cc

Browse files
committed
Some stylistic improvements to the home and sponsorships pages. Added
sponsor banners;
1 parent 5598712 commit 0e085cc

File tree

5 files changed

+39
-13
lines changed

5 files changed

+39
-13
lines changed

css/style.css

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ li {
235235
color: #BD820E;
236236
font-size: 60px;
237237
font-family: "RockwellExtraBoldRegular";
238-
line-height: 20px;
239-
vertical-align: text-bottom;
238+
line-height: 40px;
239+
vertical-align: text-top;
240240
}
241241

242242
div#nav {
@@ -255,3 +255,25 @@ div#nav ul {
255255
padding: 0;
256256
margin: 0;
257257
}
258+
259+
div#sponsors h1 {
260+
font-size: 18px;
261+
color: white;
262+
background-color: #363636;
263+
font-family: "NevisBold";
264+
line-height: 26px;
265+
font-weight: normal;
266+
text-transform: uppercase;
267+
height: 26px;
268+
margin: 0 0 34px 0;
269+
padding-left: 8px;
270+
}
271+
272+
div#sponsors h2 {
273+
font-size: 18px;
274+
font-family: "NevisBold";
275+
font-weight: normal;
276+
text-transform: uppercase;
277+
line-height: 20px;
278+
margin: 20px 0;
279+
}

images/sponsor-facebook.png

13.9 KB
Loading

images/sponsor-servergrove.png

7.26 KB
Loading

resources/home.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ <h3>Nashville,<span>&nbsp;</span>TN</h3>
2525
<p>The PHP Community Conference is all about you! Come on out to Nashville for a different kind of conference this spring. We're going to hear from community members about projects they're working on and how they were inspired. It's going to be a fun, laid-back event where you and the people you'll meet can collaborate to build some awesome applications of your own with PHP. Ticket sales will begin on February 3, 2011.</p>
2626
<p>Of course we'll need some help from all of you to pull this off. We're calling for presentations on the topic of real world PHP. Tell us about an inspiring project you're working on and why it's important. We don't want to focus on the details of the code itself, but rather on how your project solves a problem or fills a need. If selected as a speaker, we will cover your air fare and hotel costs for the dates of the event. To submit a talk, please email your proposed title and abstract to <a href="mailto:[email protected]">[email protected]</a> by January 31, 2011.</p>
2727
</div>
28+
29+
<div id="sponsors">
30+
<h1>Our Sponsors</h1>
31+
<h2>Gold Sponsors</h2>
32+
<a href="http://facebook.com/"><img src="images/sponsor-facebook.png" alt="Facebook"/></a>
33+
<h2>Silver Sponsors</h2>
34+
<a href="http://servergrove.com/"><img src="images/sponsor-servergrove.png" alt="ServerGrove"/></a>
35+
</div>
2836
</div>
2937
<?php
3038
$body = ob_get_clean();

resources/sponsorships.html

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2>Sponsorship Prospectus</h2>
2323
</div>
2424
<div id="body">
2525
<h3>Platinum Sponsorship: $10,000.00</h3>
26-
<p>All benefits applicable to a Silver Sponsorship plus:</p>
26+
<p>All benefits applicable to a <a href="#silver">Silver Sponsorship</a> plus:</p>
2727
<ul>
2828
<li>Your brand presented on a large prominently-placed banner at the conference venue</li>
2929
<li>Top placement of your logo on our website</li>
@@ -33,18 +33,16 @@ <h3>Platinum Sponsorship: $10,000.00</h3>
3333
</ul>
3434

3535
<h3>Gold Sponsorship: $5,000.00</h3>
36-
<p>All benefits applicable to a Silver Sponsorship plus:</p>
36+
<p>All benefits applicable to a <a href="#silver">Silver Sponsorship</a> plus:</p>
3737
<ul>
3838
<li>Your brand presented on a prominently-placed banner at the conference venue</li>
3939
<li>Prominent placement of your logo on our website</li>
40-
<li>Named as the exclusive sponsor of a moderately-priced item of your choice</li>
41-
<ul>
42-
<li>For example: the speaker's dinner, morning break refreshments, afternoon break refreshments, lunch</li>
43-
</ul>
40+
<li>Named as the exclusive sponsor of a moderately-priced item of your choice<br>
41+
<em>For example: the speaker's dinner, morning break refreshments, afternoon break refreshments, lunch</em></li>
4442
</ul>
4543

4644

47-
<h3>Silver Sponsorship: $2,500.00</h3>
45+
<h3><a name="silver">Silver Sponsorship: $2,500.00</a></h3>
4846
<ul>
4947
<li>2 tickets to the main conference event</li>
5048
<li>Your company's logo on our website and a link to your company's website</li>
@@ -57,10 +55,8 @@ <h3>Silver Sponsorship: $2,500.00</h3>
5755

5856
<h3>Community Sponsorship: $500.00</h3>
5957
<ul>
60-
<li>1 ticket to the main conference day while supplies last</li>
61-
<ul>
62-
<li>Tickets are limited to the first 50 Community Sponsors</li>
63-
</ul>
58+
<li>1 ticket to the main conference day while supplies last<br>
59+
<em>Tickets are limited to the first 50 Community Sponsors</em></li>
6460
<li>Special recognition on our website</li>
6561
<li>Including your name or company name and a link to your personal or company website</li>
6662
<li>Your Twitter name will be added to the @phpcomcon Community Sponsor Twitter list</li>

0 commit comments

Comments
 (0)