Updates to the pricing table

Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
This commit is contained in:
Chris Abraham 2024-12-06 13:51:01 -08:00
parent ff24ddf15d
commit 8757619b34
No known key found for this signature in database
GPG Key ID: 60A2BD1DA7D4B0F0
2 changed files with 26 additions and 11 deletions

View File

@ -20,8 +20,11 @@ wp_enqueue_style( 'wp-block-table' );
<h3>Silver Member Pricing Scale</h3>
<div style="height:50px" aria-hidden="true" class="wp-block-spacer">
</div>
<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>
<p>The Linux Foundation membership is required to participate in CNCF.<br/>
(CNCF and LF memberships are invoiced separately)</p>
<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>
<figure class="wp-block-table is-style-shaded">
<table class="has-fixed-layout">
@ -30,36 +33,44 @@ wp_enqueue_style( 'wp-block-table' );
<thead>
<tr>
<th>Consolidated employees</th>
<th>Price</th>
<th>CNCF membership</th>
<th>CNCF + LF combined membership</th>
</tr>
</thead>
<tbody>
<tr>
<td>5,000 employees +</td>
<td>$50,000</td>
<td>$70,000</td>
</tr>
<tr>
<td>3,000 4,999 employees</td>
<td>$45,000</td>
<td>$50,000</td>
<td>$65,000</td>
</tr>
<tr>
<td>1,000 2,999 employees</td>
<td>$35,000</td>
<td>$30,000</td>
<td>$45,000</td>
</tr>
<tr>
<td>500 999 employees</td>
<td>$10,000</td>
<td>$25,000</td>
</tr>
<tr>
<td>100 499 employees</td>
<td>$5,000</td>
<td>$15,000</td>
</tr>
<tr>
<td>50 99 employees</td>
<td>$5,000</td>
<td>$10,000</td>
</tr>
<tr>
<td>Under 50 employees</td>
<td>$2,000</td>
<td>$7,000</td>
</tr>
</tbody>

View File

@ -146,7 +146,8 @@ function add_members_pricing_shortcode( $atts ) {
?>
<div class="lf-membership-style show-upto-1000">
<p>Includes <a href="https://www.linuxfoundation.org/join/#benefits">Linux Foundation Silver Membership</a></p>
<p>Requires <a href="https://www.linuxfoundation.org/join/#benefits">Linux Foundation Silver Membership</a><br/>
(CNCF and LF memberships are invoiced separately)</p>
</div>
</div>
<!-- column 2 ends -->
@ -186,7 +187,7 @@ function add_members_pricing_shortcode( $atts ) {
if ( ! $atts['no_prices'] ) {
?>
<div class="tfoot">
<h4>Up to $120,000 <br class="show-over-1000">annually</h4>
<h4>$100,000<br class="show-over-1000">+ LF Membership</h4>
</div>
<?php
}
@ -194,7 +195,8 @@ function add_members_pricing_shortcode( $atts ) {
<div class="lf-membership-style show-upto-1000">
<p>Includes <a href="https://www.linuxfoundation.org/join/#benefits">Linux Foundation Silver Membership</a></p>
<p>Requires <a href="https://www.linuxfoundation.org/join/#benefits">Linux Foundation Silver Membership</a><br/>
(CNCF and LF memberships are invoiced separately)</p>
</div>
</div>
<!-- column 3 ends -->
@ -230,7 +232,7 @@ function add_members_pricing_shortcode( $atts ) {
if ( ! $atts['no_prices'] ) {
?>
<div class="tfoot">
<h4>$370,000</h4>
<h4>$350,000 + LF Membership</h4>
<span class="has-small-font-size">Minimum 3-year commitment</span>
</div>
<?php
@ -239,7 +241,8 @@ function add_members_pricing_shortcode( $atts ) {
<div class="lf-membership-style show-upto-1000">
<p>Includes <a href="https://www.linuxfoundation.org/join/#benefits">Linux Foundation Silver Membership</a></p>
<p>Requires <a href="https://www.linuxfoundation.org/join/#benefits">Linux Foundation Silver Membership</a><br/>
(CNCF and LF memberships are invoiced separately)</p>
</div>
</div>
<!-- column 4 ends -->
@ -247,7 +250,8 @@ function add_members_pricing_shortcode( $atts ) {
<div class="blank-cell"></div>
<div class="lf-membership lf-membership-style show-over-1000">
<p>Includes <a href="https://www.linuxfoundation.org/join/#benefits">Linux Foundation Silver Membership</a></p>
<p>Requires <a href="https://www.linuxfoundation.org/join/#benefits">Linux Foundation Silver Membership</a><br/>
(CNCF and LF memberships are invoiced separately)</p>
</div>
</div><!-- end of wrapper -->