Skip to content

Commit 8a4e28a

Browse files
committed
update for registration page
1 parent a287e41 commit 8a4e28a

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

resources/register.html

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<?php
2+
$title = 'Register - ';
3+
ob_start();
4+
?>
5+
6+
<div id="container" class="sub">
7+
<div class="header">
8+
<h1>PHP Community
9+
<span>Conference</span></h1>
10+
<div id="nav">
11+
<ul>
12+
<li><a href="home">Home</a></li>
13+
<li>Register</li>
14+
<li><a href="about">About Us</a></li>
15+
<li><a href="sponsorships">Sponsor Us</a></li>
16+
<li><a href="subscribe">Keep in Touch</a></li>
17+
</ul>
18+
</div>
19+
<div id="social">
20+
<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>
21+
<p class="twitter">Follow Us: <a href="http://twitter.com/phpcomcon">PHPCOMCON</a></p>
22+
</div>
23+
</div>
24+
<div class="aside">
25+
<p>We can't wait to see you in Nashville!</p>
26+
</div>
27+
<div class="section">
28+
29+
<h2>Registration for the PHP Community Conference Includes</h2>
30+
<ul>
31+
<li>access to the tutorial day on April 21st</li>
32+
<li>access to the conference day on April 22nd</li>
33+
<li>lunch on both days</li>
34+
<li>access to the after-party on the 22nd</li>
35+
<li>a great sense of community at the conference itself</li>
36+
</ul>
37+
38+
<p>We'll post the schedule as soon as we can, but expect two informative tracks on tutorial day and two inspiring tracks on the regular session day. The current price of <span style="font-size: 18px;">$349.95</span> is only available until the schedule goes up or the first 100 tickets are sold, so buy now and save!
39+
</p>
40+
41+
</div>
42+
</div>
43+
<?php
44+
$body = ob_get_clean();
45+

0 commit comments

Comments
 (0)