Making WordPress.org


Ignore:
Timestamp:
12/16/2024 08:01:21 PM (4 months ago)
Author:
johnjamesjacoby
Message:

bbPress.org: theme tweaks

Part of bb-base theme changes

See: https://buddypress.trac.wordpress.org/ticket/9262

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bbpress-org/header-front.php

    r9266 r14284  
    11<?php if ( is_front_page() ) : ?>
    22    <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>
    55        <div>
    6             <a href="//bbpress.org/download/" id="big-demo-button" class="button"><?php _e( 'Download bbPress &rarr;', 'bbporg' ); ?></a>
     6            <a href="//bbpress.org/download/" id="big-demo-button" class="button"><?php _e( 'Download &rarr;', 'bbporg' ); ?></a>
    77            <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="">
    88        </div>
     
    1212    <div id="showcase"><div id="showcase-inner">
    1313        <div class="feature">
    14             <h3><?php _e( 'Simple Setup', 'bbporg' ); ?></h3>
     14            <h2><?php _e( 'Simple Setup', 'bbporg' ); ?></h2>
    1515            <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>
    1818            </p>
    1919        </div>
    2020        <div class="feature">
    21             <h3><?php _e( 'Fully Integrated', 'bbporg' ); ?></h3>
     21            <h2><?php _e( 'Fully Integrated', 'bbporg' ); ?></h2>
    2222            <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>
    2525            </p>
    2626        </div>
    2727        <div class="feature" style="margin:0;">
    28             <h3><?php _e( 'Single Installation', 'bbporg' ); ?></h3>
     28            <h2><?php _e( 'Single Installation', 'bbporg' ); ?></h2>
    2929            <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>
    3232            </p>
    3333        </div>
    3434        <div class="feature">
    35             <h3><?php _e( 'Multisite Forums', 'bbporg' ); ?></h3>
     35            <h2><?php _e( 'Multisite Forums', 'bbporg' ); ?></h2>
    3636            <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>
    3939            </p>
    4040        </div>
Note: See TracChangeset for help on using the changeset viewer.