Skip to content

Commit f65c7e1

Browse files
committed
Merge branch 'master' of github.com:scoates/phpcon-web
2 parents 6c6ee2f + 23b4025 commit f65c7e1

File tree

5 files changed

+23
-22
lines changed

5 files changed

+23
-22
lines changed

css/style.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -325,31 +325,34 @@ div#sponsors h2 {
325325
text-transform: uppercase;
326326
line-height: 20px;
327327
margin: 0;
328+
width: 300px;
328329
clear: both;
329330
}
330331

331332
div#sponsors > div {
332333
width: 75%;
333334
float: right;
335+
vertical-align: top;
334336
clear: left;
335337
margin-top: -20px;
336-
margin-bottom: 40px;
338+
margin-bottom: 50px;
337339
}
338340

339341
div.communitySponsor {
340342
font-family: "NevisBold";
341343
font-weight: normal;
342-
width: 318px;
344+
width: 48px;
345+
padding-right: 25px;
343346
float: left;
344-
font-size: 20px;
347+
font-size: 11px;
345348
}
346349

347350
div.communitySponsor img {
348351
vertical-align: middle;
349352
}
350353

351354
div.communitySponsor > a {
352-
line-height: 60px;
355+
line-height: 20px;
353356
vertical-align: middle;
354357
}
355358

images/servergrove.png

12.4 KB
Loading

images/vaco.png

11.7 KB
Loading

resources/home.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,12 @@ <h1>Our Sponsors</h1>
3636
<h2>Gold Sponsors</h2>
3737
<div>
3838
<a href="http://www.facebook.com/opensource/"><img src="images/sponsor-facebook.png" alt="Facebook"/></a>
39-
&nbsp;&nbsp;&nbsp;
4039
<a href="http://cakedc.com"><img src="images/sponsor-cakedc.png" alt="CakeDC"/></a>
4140
</div>
4241
<h2>Silver Sponsors</h2>
4342
<div>
44-
<a href="http://servergrove.com/"><img src="images/sponsor-servergrove.png" alt="ServerGrove"/></a>
45-
<a href="http://vaco.com/"><img src="images/VACO_GLOBAL_CLR.png" alt="Vaco"/></a>
43+
<a href="http://servergrove.com/"><img src="images/servergrove.png" alt="ServerGrove"/></a>
44+
<a href="http://vaco.com/"><img src="images/vaco.png" alt="Vaco"/></a>
4645
</div>
4746
<h2>Community Sponsors</h2>
4847
<div>
@@ -51,7 +50,7 @@ <h2>Community Sponsors</h2>
5150
require_once('lib/Twitter.php');
5251

5352
// array of community_sponsors member Twitter handles
54-
$community_sponsors = array('croscon', 'cakephp');
53+
$community_sponsors = array('croscon', 'cakephp', 'wonderproxy');
5554

5655
// array of Twitter data for each community_sponsors member
5756
$data['community_sponsors'] = array();
@@ -68,7 +67,9 @@ <h2>Community Sponsors</h2>
6867
// Sort people by first name using temporary arrays of first names.
6968
array_multisort($cnames, $data['community_sponsors']);
7069
foreach ($data['community_sponsors'] as $person) {
71-
?><div class="communitySponsor">
70+
?>
71+
<!--<?php var_dump($person);?> -->
72+
<div class="communitySponsor">
7273
<a href="<?php echo $person['url'];?>">
7374
<img src="<?php echo $person['profile_image_url'];?>">
7475
<?php echo $person['name'];?>

resources/sponsorships.html

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,19 @@ <h2>Sponsorship Prospectus</h2>
2828
</div>
2929
<div id="body">
3030
<h3>Platinum Sponsorship: $10,000.00</h3>
31-
<p>All benefits applicable to a <a href="#silver">Silver Sponsorship</a> plus:</p>
31+
<p>There's only one Platinum Sponsorship available. This level includes all benefits applicable to a <a href="#silver">Silver Sponsorship</a> plus:</p>
3232
<ul>
33-
<li>Your brand presented on a large prominently-placed banner at the conference venue</li>
34-
<li>Top placement of your logo on our website</li>
35-
<li>Floorspace can be made available if you would like space to connect with attendees</li>
36-
<li>Your logo on the front of the name badges instead of the back</li>
37-
<li>Named as the exclusive sponsor of a large-ticket item of your choice such as the after-party</li>
33+
<li>Your brand presented on an exclusive banner at the event</li>
34+
<li>Your logo on our web site</li>
35+
<li>Your logo on the front of the name badges</li>
36+
<li>Named as the exclusive sponsor of the after party</li>
3837
</ul>
3938

4039
<h3>Gold Sponsorship: $5,000.00</h3>
4140
<p>All benefits applicable to a <a href="#silver">Silver Sponsorship</a> plus:</p>
4241
<ul>
43-
<li>Your brand presented on a prominently-placed banner at the conference venue</li>
44-
<li>Prominent placement of your logo on our website</li>
42+
<li>Your brand presented on an exclusive banner at the event</li>
43+
<li>Your logo on our web site</li>
4544
<li>Named as the exclusive sponsor of a moderately-priced item of your choice<br>
4645
<em>For example: the speaker's dinner, morning break refreshments, afternoon break refreshments, lunch</em></li>
4746
</ul>
@@ -50,7 +49,7 @@ <h3>Gold Sponsorship: $5,000.00</h3>
5049
<h3><a name="silver">Silver Sponsorship: $2,500.00</a></h3>
5150
<ul>
5251
<li>2 tickets to the main conference event</li>
53-
<li>Your company's logo on our website and a link to your company's website</li>
52+
<li>Your logo on our web site</li>
5453
<li>A tweet from @phpcomcon announcing the sponsorship</li>
5554
<li>Personally thanked from the stage during the main conference day</li>
5655
<li>Your company's logo on the back of the name badges</li>
@@ -61,10 +60,8 @@ <h3><a name="silver">Silver Sponsorship: $2,500.00</a></h3>
6160
<h3>Community Sponsorship: $500.00</h3>
6261
<p>Become a <a href="http://phpconsponsors.eventbrite.com/">Community Sponsor</a> now.</p>
6362
<ul>
64-
<li>1 ticket to the main conference day while supplies last<br>
65-
<em>Tickets are limited to the first 50 Community Sponsors</em></li>
66-
<li>Special recognition on our website</li>
67-
<li>Including your name or company name and a link to your personal or company website</li>
63+
<li>1 ticket to the main conference day<br>
64+
<li>Special recognition on our web site</li>
6865
<li>Your Twitter name will be added to the <a href="http://twitter.com/phpcomcon/sponsors">@phpcomcon Sponsors Twitter list</a></li>
6966
</ul>
7067

0 commit comments

Comments
 (0)