-
Notifications
You must be signed in to change notification settings - Fork 4
/
frontpage.php
109 lines (100 loc) · 6.65 KB
/
frontpage.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?php
/*
Template Name: Front Page
*/
?>
<?php get_header() ?>
<div id="frontpage_info">
<div class='inner_container'>
<h2>Connecting developers across projects, languages, and backgrounds.</h2>
<div id="frontpage_sidebar">
<p id="conference-summary">
<strong>Open Source Bridge</strong> is a conference for developers working with open source technologies and for people interested in learning the open source way.
</p>
<ul class='soc'>
<li class='pre-bulletted'><a href='http://twitter.com/osbridge' title='@osbridge on twitter' class='twitter chicklet'>Twitter</a></li>
<li class='pre-bulletted'><a href='http://friendfeed.com/osbridge' title='osbridge on FriendFeed' class='friendfeed chicklet'>FriendFeed</a></li>
<li class='pre-bulletted'><a href='http://www.facebook.com/group.php?gid=50942172062' title='Open Source Bridge Facebook Group' class='facebook chicklet'>Facebook</a></li>
<li class='pre-bulletted'><a href='http://identi.ca/group/osbridge' title='!osbridge on identi.ca' class='identica chicklet'>identi.ca</a></li>
<li class='pre-bulletted'><a href='http://www.linkedin.com/groups?home=&gid=1853451' title='Open Source Bridge on LinkedIn' class='linkedin chicklet'>LinkedIn</a></li>
<li class='pre-bulletted'><a href='http://dplr.it/osbridge09' class='dopplr chicklet'>Add trip to Dopplr</a></li>
</ul>
<ul>
<li class='pre-bulletted'><a href='http://opensourcebridge.org/proposals.atom' class='chicklet rss'>Proposals feed</a></li>
<li class='pre-bulletted'>
<a href='http://opensourcebridge.org/feed/' title='Open Source Bridge Blog Feed' class='rss chicklet'>Blog feed</a>
<p>
<a href="http://feeds2.feedburner.com/OpenSourceBridge" class='feedburner'>
<img src="http://feeds2.feedburner.com/~fc/OpenSourceBridge.gif?bg=FFFFFF&fg=116DB6&anim=0" height="26" width="88" style="border:0" alt="" />
</a>
</p>
</li>
</ul>
</div>
<div id="frontpage_callouts">
<div id='sponsors-callout'>
<h3>2010 Sponsors</h3>
<h4>Committers</h4>
<ul>
<li><a href='http://www.mozilla.com'><img src='<?php bloginfo('template_directory'); ?>/i/sponsors/mozilla.170.png' alt='Mozilla' /></a></li>
</ul>
<h4>Advocates</h4>
<ul>
<li><a href='http://www.facebook.com/'><img src='<?php bloginfo('template_directory'); ?>/i/sponsors/facebook.png' alt='Facebook' /></a></li>
<li><a href='http://www.google.com/'><img src='<?php bloginfo('template_directory'); ?>/i/sponsors/google.png' alt='Google' /></a></li>
<li><a href='http://www.rackspacecloud.com/'><img src='<?php bloginfo('template_directory'); ?>/i/sponsors/rackspacecloud.png' alt='Rackspace Cloud' /></a></li>
</ul>
<h4>Hosting</h4>
<ul>
<li><a href='http://networkredux.com/'><img src='<?php bloginfo('template_directory'); ?>/i/sponsors/networkredux.png' alt='Network Redux' /></a></li>
</ul>
<a href='/sponsors'>View More Sponsors</a>
</div>
</div>
<div id="frontpage_content">
<div id='frontpage_cfp_callout'>
<h3>Call for presentation proposals is open!</h3>
<p>
We are accepting your proposals through March 16th.
<a href='http://opensourcebridge.org/call-for-proposals/' class='button'>Submit Now</a>
</p>
</div>
<div id='frontpage_register_callout'>
<h3>Registration for 2011 is now open!</h3>
<p>
Tickets are only $225 through April 15th!<br />
Want to help us plan the 2011 event? <a href='http://groups.google.com/group/osbridge' style='text-decoration: underline; color: #fff;'>Join our planning group!</a>
<a href='http://osbridge.eventbrite.com/' class='button'>Register Now</a>
</p>
</div>
<?php the_content(); ?>
</div>
</div>
</div>
<div class='inner_container'>
<div id="frontpage_blog">
<h2 id='latest_news_head'>Latest Blog Post <a href='/blog'>View more posts</a></h2>
<?php query_posts('showposts=1'); ?>
<?php while ( have_posts() ) : the_post() ?>
<div id="post-<?php the_ID() ?>" class="<?php sandbox_post_class() ?>">
<h2 class="entry-title"><a href="<?php the_permalink() ?>" title="<?php printf( __('Permalink to %s', 'sandbox'), the_title_attribute('echo=0') ) ?>" rel="bookmark"><?php the_title() ?></a></h2>
<div class="entry-date"><abbr class="published" title="<?php the_time('Y-m-d\TH:i:sO') ?>"><?php unset($previousday); printf( __( '%1$s – %2$s', 'sandbox' ), the_date( '', '', '', false ), get_the_time() ) ?></abbr></div>
<div class="entry-content">
<?php the_content( __( 'Read More <span class="meta-nav">»</span>', 'sandbox' ) ) ?>
<?php wp_link_pages('before=<div class="page-link">' . __( 'Pages:', 'sandbox' ) . '&after=</div>') ?>
</div>
<div class="entry-meta">
<span class="author vcard"><?php printf( __( 'By %s', 'sandbox' ), '<a class="url fn n" href="' . get_author_link( false, $authordata->ID, $authordata->user_nicename ) . '" title="' . sprintf( __( 'View all posts by %s', 'sandbox' ), $authordata->display_name ) . '">' . get_the_author() . '</a>' ) ?></span>
<span class="meta-sep">|</span>
<span class="cat-links"><?php printf( __( 'Posted in %s', 'sandbox' ), get_the_category_list(', ') ) ?></span>
<span class="meta-sep">|</span>
<?php the_tags( __( '<span class="tag-links">Tagged ', 'sandbox' ), ", ", "</span>\n\t\t\t\t\t<span class=\"meta-sep\">|</span>\n" ) ?>
<?php edit_post_link( __( 'Edit', 'sandbox' ), "\t\t\t\t\t<span class=\"edit-link\">", "</span>\n\t\t\t\t\t<span class=\"meta-sep\">|</span>\n" ) ?>
<span class="comments-link"><?php comments_popup_link( __( 'Comments (0)', 'sandbox' ), __( 'Comments (1)', 'sandbox' ), __( 'Comments (%)', 'sandbox' ) ) ?></span>
</div>
</div><!-- .post -->
<?php comments_template() ?>
<?php endwhile; ?>
</div>
</div>
<?php get_footer() ?>