wp/wp-admin/freedoms.php
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
child 22 8c2e4d02f4ef
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
    32 		</div>
    32 		</div>
    33 
    33 
    34 		<div class="about__header-text">
    34 		<div class="about__header-text">
    35 			<?php _e( 'WordPress is free and open source software' ); ?>
    35 			<?php _e( 'WordPress is free and open source software' ); ?>
    36 		</div>
    36 		</div>
       
    37 	</div>
    37 
    38 
    38 		<nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
    39 	<nav class="about__header-navigation nav-tab-wrapper wp-clearfix" aria-label="<?php esc_attr_e( 'Secondary menu' ); ?>">
    39 			<a href="about.php" class="nav-tab"><?php _e( 'What&#8217;s New' ); ?></a>
    40 		<a href="about.php" class="nav-tab"><?php _e( 'What&#8217;s New' ); ?></a>
    40 			<a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
    41 		<a href="credits.php" class="nav-tab"><?php _e( 'Credits' ); ?></a>
    41 			<a href="freedoms.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Freedoms' ); ?></a>
    42 		<a href="freedoms.php" class="nav-tab nav-tab-active" aria-current="page"><?php _e( 'Freedoms' ); ?></a>
    42 			<a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
    43 		<a href="privacy.php" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
    43 		</nav>
    44 		<a href="contribute.php" class="nav-tab"><?php _e( 'Get Involved' ); ?></a>
    44 	</div>
    45 	</nav>
    45 
    46 
    46 	<div class="about__section is-feature">
    47 	<div class="about__section is-feature">
    47 		<p class="about-description">
    48 		<p class="about-description">
    48 		<?php
    49 		<?php
    49 		printf(
    50 		printf(
    55 		</p>
    56 		</p>
    56 	</div>
    57 	</div>
    57 
    58 
    58 	<div class="about__section has-2-columns">
    59 	<div class="about__section has-2-columns">
    59 		<div class="column aligncenter">
    60 		<div class="column aligncenter">
    60 			<img class="freedom-image" src="<?php echo esc_url( admin_url( 'images/freedom-1.svg' ) ); ?>" alt="" />
    61 			<img class="freedom-image" src="<?php echo esc_url( admin_url( 'images/freedom-1.svg?ver=6.5' ) ); ?>" alt="" />
    61 			<h2 class="is-smaller-heading"><?php _e( 'The 1st Freedom' ); ?></h2>
    62 			<h2 class="is-smaller-heading"><?php _e( 'The 1st Freedom' ); ?></h2>
    62 			<p><?php _e( 'To run the program for any purpose.' ); ?></p>
    63 			<p><?php _e( 'To run the program for any purpose.' ); ?></p>
    63 		</div>
    64 		</div>
    64 		<div class="column aligncenter">
    65 		<div class="column aligncenter">
    65 			<img class="freedom-image" src="<?php echo esc_url( admin_url( 'images/freedom-2.svg' ) ); ?>" alt="" />
    66 			<img class="freedom-image" src="<?php echo esc_url( admin_url( 'images/freedom-2.svg?ver=6.5' ) ); ?>" alt="" />
    66 			<h2 class="is-smaller-heading"><?php _e( 'The 2nd Freedom' ); ?></h2>
    67 			<h2 class="is-smaller-heading"><?php _e( 'The 2nd Freedom' ); ?></h2>
    67 			<p><?php _e( 'To study how the program works and change it to make it do what you wish.' ); ?></p>
    68 			<p><?php _e( 'To study how the program works and change it to make it do what you wish.' ); ?></p>
    68 		</div>
    69 		</div>
    69 		<div class="column aligncenter">
    70 		<div class="column aligncenter">
    70 			<img class="freedom-image" src="<?php echo esc_url( admin_url( 'images/freedom-3.svg' ) ); ?>" alt="" />
    71 			<img class="freedom-image" src="<?php echo esc_url( admin_url( 'images/freedom-3.svg?ver=6.5' ) ); ?>" alt="" />
    71 			<h2 class="is-smaller-heading"><?php _e( 'The 3rd Freedom' ); ?></h2>
    72 			<h2 class="is-smaller-heading"><?php _e( 'The 3rd Freedom' ); ?></h2>
    72 			<p><?php _e( 'To redistribute.' ); ?></p>
    73 			<p><?php _e( 'To redistribute.' ); ?></p>
    73 		</div>
    74 		</div>
    74 		<div class="column aligncenter">
    75 		<div class="column aligncenter">
    75 			<img class="freedom-image" src="<?php echo esc_url( admin_url( 'images/freedom-4.svg' ) ); ?>" alt="" />
    76 			<img class="freedom-image" src="<?php echo esc_url( admin_url( 'images/freedom-4.svg?ver=6.5' ) ); ?>" alt="" />
    76 			<h2 class="is-smaller-heading"><?php _e( 'The 4th Freedom' ); ?></h2>
    77 			<h2 class="is-smaller-heading"><?php _e( 'The 4th Freedom' ); ?></h2>
    77 			<p><?php _e( 'To distribute copies of your modified versions to others.' ); ?></p>
    78 			<p><?php _e( 'To distribute copies of your modified versions to others.' ); ?></p>
    78 		</div>
    79 		</div>
    79 	</div>
    80 	</div>
    80 
    81