Changeset 14284 for sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/header-front.php
- Timestamp:
- 12/16/2024 08:01:21 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/header-front.php
r9266 r14284 1 1 <?php if ( is_front_page() ) : ?> 2 2 <div id="headline"><div id="headline-inner"> 3 <h2 class="graphic home"><?php _e( ' Discussion forums, for your WordPress.org powered site.', 'bbporg' ); ?></h2>4 <p><?php _e( ' bbPress is forum software from the creators of WordPress. Quickly setup a place for asyncronous discussion, subscriptions, and more!', 'bbporg' ); ?></p>3 <h2 class="graphic home"><?php _e( 'Meet bbPress', 'bbporg' ); ?></h2> 4 <p><?php _e( 'Forum software from the creators of WordPress. Asyncronous discussion, user profiles, subscriptions, and more!', 'bbporg' ); ?></p> 5 5 <div> 6 <a href="//bbpress.org/download/" id="big-demo-button" class="button"><?php _e( 'Download bbPress→', 'bbporg' ); ?></a>6 <a href="//bbpress.org/download/" id="big-demo-button" class="button"><?php _e( 'Download →', 'bbporg' ); ?></a> 7 7 <img src="<?php echo get_stylesheet_directory_uri(); ?>/images/screenshots.png?v=6" srcset="<?php echo get_stylesheet_directory_uri(); ?>/images/screenshots.png?v=6 1x, <?php echo get_stylesheet_directory_uri(); ?>/images/screenshots-2x.png?v=6 2x" alt=""> 8 8 </div> … … 12 12 <div id="showcase"><div id="showcase-inner"> 13 13 <div class="feature"> 14 <h 3><?php _e( 'Simple Setup', 'bbporg' ); ?></h3>14 <h2><?php _e( 'Simple Setup', 'bbporg' ); ?></h2> 15 15 <p> 16 <a href="//bbpress.org/about/simple/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_forums.gif" alt="<?php esc_attr_e( 'Simple Setup', 'bbporg' ); ?>" width=" 78" height="58"></a>17 < ?php _e( 'Easy to setup.<br /> Easy to moderate.<br /> Fast, and clean.', 'bbporg' ); ?>16 <a href="//bbpress.org/about/simple/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_forums.gif" alt="<?php esc_attr_e( 'Simple Setup', 'bbporg' ); ?>" width="156" height="58"></a> 17 <span><?php _e( 'Easy to setup. <br>Easy to moderate. <br>Fast, and clean.', 'bbporg' ); ?></span> 18 18 </p> 19 19 </div> 20 20 <div class="feature"> 21 <h 3><?php _e( 'Fully Integrated', 'bbporg' ); ?></h3>21 <h2><?php _e( 'Fully Integrated', 'bbporg' ); ?></h2> 22 22 <p> 23 <a href="//bbpress.org/about/integration/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_integration.gif" alt="<?php esc_attr_e( 'Fully Integrated', 'bbporg' ); ?>" width=" 78" height="58"></a>24 < ?php _e( 'One central account.<br /> One unified admin area.<br /> One click install.', 'bbporg' ); ?>23 <a href="//bbpress.org/about/integration/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_integration.gif" alt="<?php esc_attr_e( 'Fully Integrated', 'bbporg' ); ?>" width="156" height="116"></a> 24 <span><?php _e( 'One central account. <br>One unified admin area. <br>One click install.', 'bbporg' ); ?></span> 25 25 </p> 26 26 </div> 27 27 <div class="feature" style="margin:0;"> 28 <h 3><?php _e( 'Single Installation', 'bbporg' ); ?></h3>28 <h2><?php _e( 'Single Installation', 'bbporg' ); ?></h2> 29 29 <p> 30 <a href="//bbpress.org/about/installation/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_installation.gif" alt="<?php esc_attr_e( 'Single Installation', 'bbporg' ); ?>" width=" 78" height="58"></a>31 < ?php _e( 'Simple step-by-step installation walks you through your options.', 'bbporg' ); ?>30 <a href="//bbpress.org/about/installation/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_installation.gif" alt="<?php esc_attr_e( 'Single Installation', 'bbporg' ); ?>" width="156" height="116"></a> 31 <span><?php _e( 'Simple step-by-step <br>installation walks you <br>through your options.', 'bbporg' ); ?></span> 32 32 </p> 33 33 </div> 34 34 <div class="feature"> 35 <h 3><?php _e( 'Multisite Forums', 'bbporg' ); ?></h3>35 <h2><?php _e( 'Multisite Forums', 'bbporg' ); ?></h2> 36 36 <p> 37 <a href="//bbpress.org/about/multisite/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_blogs.gif" alt="<?php esc_attr_e( 'Multisite Forums', 'bbporg' ); ?>" width=" 78" height="58"></a>38 < ?php _e( 'Divide your site into sections. Allow your users to create content.', 'bbporg' ); ?>37 <a href="//bbpress.org/about/multisite/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_blogs.gif" alt="<?php esc_attr_e( 'Multisite Forums', 'bbporg' ); ?>" width="156" height="116"></a> 38 <span><?php _e( 'Divide your site<br> into sections. Allow your <br>users to create content.', 'bbporg' ); ?></span> 39 39 </p> 40 40 </div>
Note: See TracChangeset
for help on using the changeset viewer.