Skip to content

Commit a3292ad

Browse files
author
lisamusing
committed
adding new sponsor logos
1 parent db5ee62 commit a3292ad

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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'];?>

0 commit comments

Comments
 (0)