Changeset 6363 for sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/header-front.php
- Timestamp:
- 01/12/2018 03:23:31 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/header-front.php
r4449 r6363 1 1 <?php if ( is_front_page() ) : ?> 2 2 <div id="headline"><div id="headline-inner"> 3 <h2 class="graphic home"><?php bloginfo( 'description' ); ?></h2>4 <p> bbPress is forum software with a twist from the creators of WordPress. Easily setup discussion forums inside your WordPress.org powered site.</p>3 <h2 class="graphic home"><?php _e( 'Forums, made the WordPress way', 'bbporg' ); ?></h2> 4 <p><?php _e( 'bbPress is forum software with a twist from the creators of WordPress. Easily setup discussion forums inside your WordPress.org powered site.', 'bbporg' ); ?></p> 5 5 <div> 6 <a href="//bbpress.org/download/" id="big-demo-button" class="button"> Download bbPress →</a>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=" Screenshots">6 <a href="//bbpress.org/download/" id="big-demo-button" class="button"><?php _e( 'Download bbPress →', 'bbporg' ); ?></a> 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> 9 9 </div></div> … … 13 13 <div class="feature"> 14 14 <h3><?php _e( 'Simple Setup', 'bbporg' ); ?></h3> 15 <p><a href="//bbpress.org/about/simple/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_forums.gif" alt="" width="78" height="58"></a>Easy to setup.<br /> Easy to moderate.<br /> Fast, and clean.</p> 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' ); ?> 18 </p> 16 19 </div> 17 20 <div class="feature"> 18 21 <h3><?php _e( 'Fully Integrated', 'bbporg' ); ?></h3> 19 <p><a href="//bbpress.org/about/integration/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_integration.gif" alt="" width="78" height="58"></a>One central account.<br /> One unified admin area.<br /> One click install.</p> 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' ); ?> 25 </p> 20 26 </div> 21 27 <div class="feature" style="margin:0;"> 22 28 <h3><?php _e( 'Single Installation', 'bbporg' ); ?></h3> 23 <p><a href="//bbpress.org/about/installation/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_installation.gif" alt="" width="78" height="58"></a>Simple step-by-step installation walks you through your options.</p> 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' ); ?> 32 </p> 24 33 </div> 25 34 <div class="feature"> 26 35 <h3><?php _e( 'Multisite Forums', 'bbporg' ); ?></h3> 27 <p><a href="//bbpress.org/about/multisite/"><img src="<?php echo get_stylesheet_directory_uri(); ?>/images/feature_blogs.gif" alt="" width="78" height="58"></a>Divide your site into sections. Allow your users to create content.</p> 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' ); ?> 39 </p> 28 40 </div> 29 41 </div></div>
Note: See TracChangeset
for help on using the changeset viewer.