Skip to content

Commit 029b1c5

Browse files
committed
Merge branch 'master' into prod
2 parents e846a92 + 4dbd543 commit 029b1c5

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

resources/home.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div id="container" class="home">
66
<div class="header">
77
<div id="social">
8-
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.phpcon.org%2F&amp;layout=button_count&amp;show_faces=false&amp;width=80&amp;action=like&amp;colorscheme=light&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:80px; height:21px;" allowTransparency="true" id="fbLike"></iframe>
8+
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.phpcon.org%2F&amp;layout=button_count&amp;show_faces=false&amp;width=80&amp;action=like&amp;colorscheme=light&amp;height=21" style="border:none; overflow:hidden; width:80px; height:21px;" id="fbLike"></iframe>
99
<p class="twitter">Follow Us: <a href="http://twitter.com/phpcomcon">PHPCOMCON</a></p>
1010
</div>
1111
<h1>PHP Community
@@ -28,7 +28,12 @@ <h3>Nashville,<span>&nbsp;</span>TN</h3>
2828
<div class="section">
2929
<h4><a href="http://phpcon.eventbrite.com">Register now for only $300!</a></h4>
3030
<p>We've had an amazing response to our call for sponsors and in the spirit of community, we're lowering the ticket price. It's going to be a fun, relaxed event where we can all get to know each other and mingle with some really great speakers, too.
31-
<p>For $300, you'll receive: <ul><li>Two tutorials on the 21st</li><li>A full day of <a href="speakers">excellent speakers</a> on the 22nd</li><li>All your food, snacks, and conversation free</li></ol></p>
31+
<p>For $300, you'll receive:</p>
32+
<ul>
33+
<li>Two tutorials on the 21st</li>
34+
<li>A full day of <a href="speakers">excellent speakers</a> on the 22nd</li>
35+
<li>All your food, snacks, and conversation free</li>
36+
</ul>
3237
</div>
3338

3439
<div class="sectionWide">
@@ -89,7 +94,7 @@ <h2>Community Sponsors</h2>
8994
</div>
9095
<h2>Media Sponsors</h2>
9196
<div>
92-
<a href="http://phpdeveloper.org"><img src="http://phpdeveloper.org/Test/public/img/ads/phpdeveloper-media.jpg" border="0" width="150" /></a>
97+
<a href="http://phpdeveloper.org"><img src="http://phpdeveloper.org/Test/public/img/ads/phpdeveloper-media.jpg" width="150" style="border: 0;" /></a>
9398
</div>
9499
</div>
95100
</div>

templates/page.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<html>
66
<head>
77
<title><?php echo $title; ?>PHP Community Conference</title>
8-
<meta property="og:title" content="PHP Community Conference" />
9-
<meta property="og:type" content="website" />
10-
<meta property="og:url" content="http://www.phpcon.org/" />
11-
<meta property="og:image" content="http://www.phpcon.org/images/guitar.png" />
12-
<meta property="fb:admins" content="623959689,796025211,756315701,12105030" />
13-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
8+
<meta property="og:title" content="PHP Community Conference">
9+
<meta property="og:type" content="website">
10+
<meta property="og:url" content="http://www.phpcon.org/">
11+
<meta property="og:image" content="http://www.phpcon.org/images/guitar.png">
12+
<meta property="fb:admins" content="623959689,796025211,756315701,12105030">
13+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
1414

15-
<base href="<?php echo $baseHref; ?>" />
15+
<base href="<?php echo $baseHref; ?>">
1616

1717
<link href="webfontkit/stylesheet.css" rel="stylesheet" type="text/css">
1818
<link href="css/style.css?r=20110125-2" rel="stylesheet" type="text/css">

0 commit comments

Comments
 (0)