Commit inicial - WordPress Análisis de Precios Unitarios

- WordPress core y plugins
- Tema Twenty Twenty-Four configurado
- Plugin allow-unfiltered-html.php simplificado
- .gitignore configurado para excluir wp-config.php y uploads

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-11-03 21:04:30 -06:00
commit a22573bf0b
24068 changed files with 4993111 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
<?php
$timezone_offset = get_option( 'gmt_offset' );
$sign = ( $timezone_offset < 0 ? '-' : '+' );
$min = abs( $timezone_offset ) * 60;
$hour = floor( $min / 60 );
$tzd = $sign . str_pad( $hour, 2, '0', STR_PAD_LEFT ) . ':' . str_pad( $min % 60, 2, '0', STR_PAD_LEFT );
?>
<div class="thrv_ult_shortcode thrv_wrapper tve_no_drag tve_no_icons tve_element_hover tve_set_17">
<div class="tve-ult-shortcode-content tve_editor_main_content">
<div class="thrv_wrapper thrv_countdown_timer tve_cd_timer_plain tve_clearfix init_done tve_black tve_countdown_3"
data-date="<?php echo gmdate( 'Y-m-d', time() + 3600 * $timezone_offset + ( 24 * 3600 ) ) ?>"
data-hour="<?php echo gmdate( 'H', time() + 3600 * $timezone_offset ) ?>"
data-min="<?php echo gmdate( 'i', time() + 3600 * $timezone_offset ) ?>"
data-timezone="<?php echo $tzd ?>">
<div class="sc_timer_content tve_clearfix tve_block_center">
<div class="tve_t_day tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">DAYS</div>
</div>
<div class="tve_t_hour tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">HOURS</div>
</div>
<div class="tve_t_min tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">MINUTES</div>
</div>
<div class="tve_t_sec tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">SECONDS</div>
</div>
<div class="tve_t_text"></div>
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,36 @@
<?php
$timezone_offset = get_option( 'gmt_offset' );
$sign = ( $timezone_offset < 0 ? '-' : '+' );
$min = abs( $timezone_offset ) * 60;
$hour = floor( $min / 60 );
$tzd = $sign . str_pad( $hour, 2, '0', STR_PAD_LEFT ) . ':' . str_pad( $min % 60, 2, '0', STR_PAD_LEFT );
?>
<div class="thrv_ult_shortcode thrv_wrapper tve_no_drag tve_no_icons tve_element_hover tve_set_18">
<div class="tve-ult-shortcode-content tve_editor_main_content">
<div class="thrv_wrapper thrv_countdown_timer tve_cd_timer_plain tve_clearfix init_done tve_blue tve_countdown_3"
data-date="<?php echo gmdate( 'Y-m-d', time() + 3600 * $timezone_offset + ( 24 * 3600 ) ) ?>"
data-hour="<?php echo gmdate( 'H', time() + 3600 * $timezone_offset ) ?>"
data-min="<?php echo gmdate( 'i', time() + 3600 * $timezone_offset ) ?>"
data-timezone="<?php echo $tzd ?>">
<div class="sc_timer_content tve_clearfix tve_block_center">
<div class="tve_t_day tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">DAYS</div>
</div>
<div class="tve_t_hour tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">HOURS</div>
</div>
<div class="tve_t_min tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">MINUTES</div>
</div>
<div class="tve_t_sec tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">SECONDS</div>
</div>
<div class="tve_t_text"></div>
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,36 @@
<?php
$timezone_offset = get_option( 'gmt_offset' );
$sign = ( $timezone_offset < 0 ? '-' : '+' );
$min = abs( $timezone_offset ) * 60;
$hour = floor( $min / 60 );
$tzd = $sign . str_pad( $hour, 2, '0', STR_PAD_LEFT ) . ':' . str_pad( $min % 60, 2, '0', STR_PAD_LEFT );
?>
<div class="thrv_ult_shortcode thrv_wrapper tve_no_drag tve_no_icons tve_element_hover tve_set_19">
<div class="tve-ult-shortcode-content tve_editor_main_content">
<div class="thrv_wrapper thrv_countdown_timer tve_cd_timer_plain tve_clearfix init_done tve_teal tve_countdown_3"
data-date="<?php echo gmdate( 'Y-m-d', time() + 3600 * $timezone_offset + ( 24 * 3600 ) ) ?>"
data-hour="<?php echo gmdate( 'H', time() + 3600 * $timezone_offset ) ?>"
data-min="<?php echo gmdate( 'i', time() + 3600 * $timezone_offset ) ?>"
data-timezone="<?php echo $tzd ?>">
<div class="sc_timer_content tve_clearfix tve_block_center">
<div class="tve_t_day tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">DAYS</div>
</div>
<div class="tve_t_hour tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">HOURS</div>
</div>
<div class="tve_t_min tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">MINUTES</div>
</div>
<div class="tve_t_sec tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">SECONDS</div>
</div>
<div class="tve_t_text"></div>
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,36 @@
<?php
$timezone_offset = get_option( 'gmt_offset' );
$sign = ( $timezone_offset < 0 ? '-' : '+' );
$min = abs( $timezone_offset ) * 60;
$hour = floor( $min / 60 );
$tzd = $sign . str_pad( $hour, 2, '0', STR_PAD_LEFT ) . ':' . str_pad( $min % 60, 2, '0', STR_PAD_LEFT );
?>
<div class="thrv_ult_shortcode thrv_wrapper tve_no_drag tve_no_icons tve_element_hover tve_set_20">
<div class="tve-ult-shortcode-content tve_editor_main_content">
<div class="thrv_wrapper thrv_countdown_timer tve_cd_timer_plain tve_clearfix init_done tve_red tve_countdown_3"
data-date="<?php echo gmdate( 'Y-m-d', time() + 3600 * $timezone_offset + ( 24 * 3600 ) ) ?>"
data-hour="<?php echo gmdate( 'H', time() + 3600 * $timezone_offset ) ?>"
data-min="<?php echo gmdate( 'i', time() + 3600 * $timezone_offset ) ?>"
data-timezone="<?php echo $tzd ?>">
<div class="sc_timer_content tve_clearfix tve_block_center">
<div class="tve_t_day tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">DAYS</div>
</div>
<div class="tve_t_hour tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">HOURS</div>
</div>
<div class="tve_t_min tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">MINUTES</div>
</div>
<div class="tve_t_sec tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">SECONDS</div>
</div>
<div class="tve_t_text"></div>
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,36 @@
<?php
$timezone_offset = get_option( 'gmt_offset' );
$sign = ( $timezone_offset < 0 ? '-' : '+' );
$min = abs( $timezone_offset ) * 60;
$hour = floor( $min / 60 );
$tzd = $sign . str_pad( $hour, 2, '0', STR_PAD_LEFT ) . ':' . str_pad( $min % 60, 2, '0', STR_PAD_LEFT );
?>
<div class="thrv_ult_shortcode thrv_wrapper tve_no_drag tve_no_icons tve_element_hover tve_set_21">
<div class="tve-ult-shortcode-content tve_editor_main_content">
<div class="thrv_wrapper thrv_countdown_timer tve_cd_timer_plain tve_clearfix init_done tve_green tve_countdown_3"
data-date="<?php echo gmdate( 'Y-m-d', time() + 3600 * $timezone_offset + ( 24 * 3600 ) ) ?>"
data-hour="<?php echo gmdate( 'H', time() + 3600 * $timezone_offset ) ?>"
data-min="<?php echo gmdate( 'i', time() + 3600 * $timezone_offset ) ?>"
data-timezone="<?php echo $tzd ?>">
<div class="sc_timer_content tve_clearfix tve_block_center">
<div class="tve_t_day tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">DAYS</div>
</div>
<div class="tve_t_hour tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">HOURS</div>
</div>
<div class="tve_t_min tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">MINUTES</div>
</div>
<div class="tve_t_sec tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">SECONDS</div>
</div>
<div class="tve_t_text"></div>
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,36 @@
<?php
$timezone_offset = get_option( 'gmt_offset' );
$sign = ( $timezone_offset < 0 ? '-' : '+' );
$min = abs( $timezone_offset ) * 60;
$hour = floor( $min / 60 );
$tzd = $sign . str_pad( $hour, 2, '0', STR_PAD_LEFT ) . ':' . str_pad( $min % 60, 2, '0', STR_PAD_LEFT );
?>
<div class="thrv_ult_shortcode thrv_wrapper tve_no_drag tve_no_icons tve_element_hover tve_set_22">
<div class="tve-ult-shortcode-content tve_editor_main_content">
<div class="thrv_wrapper thrv_countdown_timer tve_cd_timer_plain tve_clearfix init_done tve_orange tve_countdown_3"
data-date="<?php echo gmdate( 'Y-m-d', time() + 3600 * $timezone_offset + ( 24 * 3600 ) ) ?>"
data-hour="<?php echo gmdate( 'H', time() + 3600 * $timezone_offset ) ?>"
data-min="<?php echo gmdate( 'i', time() + 3600 * $timezone_offset ) ?>"
data-timezone="<?php echo $tzd ?>">
<div class="sc_timer_content tve_clearfix tve_block_center">
<div class="tve_t_day tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">DAYS</div>
</div>
<div class="tve_t_hour tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">HOURS</div>
</div>
<div class="tve_t_min tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">MINUTES</div>
</div>
<div class="tve_t_sec tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">SECONDS</div>
</div>
<div class="tve_t_text"></div>
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,36 @@
<?php
$timezone_offset = get_option( 'gmt_offset' );
$sign = ( $timezone_offset < 0 ? '-' : '+' );
$min = abs( $timezone_offset ) * 60;
$hour = floor( $min / 60 );
$tzd = $sign . str_pad( $hour, 2, '0', STR_PAD_LEFT ) . ':' . str_pad( $min % 60, 2, '0', STR_PAD_LEFT );
?>
<div class="thrv_ult_shortcode thrv_wrapper tve_no_drag tve_no_icons tve_element_hover tve_set_23">
<div class="tve-ult-shortcode-content tve_editor_main_content">
<div class="thrv_wrapper thrv_countdown_timer tve_cd_timer_plain tve_clearfix init_done tve_black tve_countdown_3"
data-date="<?php echo gmdate( 'Y-m-d', time() + 3600 * $timezone_offset + ( 24 * 3600 ) ) ?>"
data-hour="<?php echo gmdate( 'H', time() + 3600 * $timezone_offset ) ?>"
data-min="<?php echo gmdate( 'i', time() + 3600 * $timezone_offset ) ?>"
data-timezone="<?php echo $tzd ?>">
<div class="sc_timer_content tve_clearfix tve_block_center">
<div class="tve_t_day tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">DAYS</div>
</div>
<div class="tve_t_hour tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">HOURS</div>
</div>
<div class="tve_t_min tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">MINUTES</div>
</div>
<div class="tve_t_sec tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">SECONDS</div>
</div>
<div class="tve_t_text"></div>
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,36 @@
<?php
$timezone_offset = get_option( 'gmt_offset' );
$sign = ( $timezone_offset < 0 ? '-' : '+' );
$min = abs( $timezone_offset ) * 60;
$hour = floor( $min / 60 );
$tzd = $sign . str_pad( $hour, 2, '0', STR_PAD_LEFT ) . ':' . str_pad( $min % 60, 2, '0', STR_PAD_LEFT );
?>
<div class="thrv_ult_shortcode thrv_wrapper tve_no_drag tve_no_icons tve_element_hover tve_set_24">
<div class="tve-ult-shortcode-content tve_editor_main_content">
<div class="thrv_wrapper thrv_countdown_timer tve_cd_timer_plain tve_clearfix init_done tve_purple tve_countdown_1"
data-date="<?php echo gmdate( 'Y-m-d', time() + 3600 * $timezone_offset + ( 24 * 3600 ) ) ?>"
data-hour="<?php echo gmdate( 'H', time() + 3600 * $timezone_offset ) ?>"
data-min="<?php echo gmdate( 'i', time() + 3600 * $timezone_offset ) ?>"
data-timezone="<?php echo $tzd ?>">
<div class="sc_timer_content tve_clearfix tve_block_center">
<div class="tve_t_day tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">DAYS</div>
</div>
<div class="tve_t_hour tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">HOURS</div>
</div>
<div class="tve_t_min tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">MINUTES</div>
</div>
<div class="tve_t_sec tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">SECONDS</div>
</div>
<div class="tve_t_text"></div>
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,36 @@
<?php
$timezone_offset = get_option( 'gmt_offset' );
$sign = ( $timezone_offset < 0 ? '-' : '+' );
$min = abs( $timezone_offset ) * 60;
$hour = floor( $min / 60 );
$tzd = $sign . str_pad( $hour, 2, '0', STR_PAD_LEFT ) . ':' . str_pad( $min % 60, 2, '0', STR_PAD_LEFT );
?>
<div class="thrv_ult_shortcode thrv_wrapper tve_no_drag tve_no_icons tve_element_hover tve_set_25">
<div class="tve-ult-shortcode-content tve_editor_main_content">
<div class="thrv_wrapper thrv_countdown_timer tve_cd_timer_plain tve_clearfix init_done tve_blue tve_countdown_3"
data-date="<?php echo gmdate( 'Y-m-d', time() + 3600 * $timezone_offset + ( 24 * 3600 ) ) ?>"
data-hour="<?php echo gmdate( 'H', time() + 3600 * $timezone_offset ) ?>"
data-min="<?php echo gmdate( 'i', time() + 3600 * $timezone_offset ) ?>"
data-timezone="<?php echo $tzd ?>">
<div class="sc_timer_content tve_clearfix tve_block_center">
<div class="tve_t_day tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">days</div>
</div>
<div class="tve_t_hour tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">hrs</div>
</div>
<div class="tve_t_min tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">min</div>
</div>
<div class="tve_t_sec tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">sec</div>
</div>
<div class="tve_t_text"></div>
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,36 @@
<?php
$timezone_offset = get_option( 'gmt_offset' );
$sign = ( $timezone_offset < 0 ? '-' : '+' );
$min = abs( $timezone_offset ) * 60;
$hour = floor( $min / 60 );
$tzd = $sign . str_pad( $hour, 2, '0', STR_PAD_LEFT ) . ':' . str_pad( $min % 60, 2, '0', STR_PAD_LEFT );
?>
<div class="thrv_ult_shortcode thrv_wrapper tve_no_drag tve_no_icons tve_element_hover tve_set_26">
<div class="tve-ult-shortcode-content tve_editor_main_content">
<div class="thrv_wrapper thrv_countdown_timer tve_cd_timer_plain tve_clearfix init_done tve_teal tve_countdown_2"
data-date="<?php echo gmdate( 'Y-m-d', time() + 3600 * $timezone_offset + ( 24 * 3600 ) ) ?>"
data-hour="<?php echo gmdate( 'H', time() + 3600 * $timezone_offset ) ?>"
data-min="<?php echo gmdate( 'i', time() + 3600 * $timezone_offset ) ?>"
data-timezone="<?php echo $tzd ?>">
<div class="sc_timer_content tve_clearfix tve_block_center">
<div class="tve_t_day tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">days</div>
</div>
<div class="tve_t_hour tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">hours</div>
</div>
<div class="tve_t_min tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">minutes</div>
</div>
<div class="tve_t_sec tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">seconds</div>
</div>
<div class="tve_t_text"></div>
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,36 @@
<?php
$timezone_offset = get_option( 'gmt_offset' );
$sign = ( $timezone_offset < 0 ? '-' : '+' );
$min = abs( $timezone_offset ) * 60;
$hour = floor( $min / 60 );
$tzd = $sign . str_pad( $hour, 2, '0', STR_PAD_LEFT ) . ':' . str_pad( $min % 60, 2, '0', STR_PAD_LEFT );
?>
<div class="thrv_ult_shortcode thrv_wrapper tve_no_drag tve_no_icons tve_element_hover tve_set_27">
<div class="tve-ult-shortcode-content tve_editor_main_content">
<div class="thrv_wrapper thrv_countdown_timer tve_cd_timer_plain tve_clearfix init_done tve_red tve_countdown_2"
data-date="<?php echo gmdate( 'Y-m-d', time() + 3600 * $timezone_offset + ( 24 * 3600 ) ) ?>"
data-hour="<?php echo gmdate( 'H', time() + 3600 * $timezone_offset ) ?>"
data-min="<?php echo gmdate( 'i', time() + 3600 * $timezone_offset ) ?>"
data-timezone="<?php echo $tzd ?>">
<div class="sc_timer_content tve_clearfix tve_block_center">
<div class="tve_t_day tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">days</div>
</div>
<div class="tve_t_hour tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">hours</div>
</div>
<div class="tve_t_min tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">minutes</div>
</div>
<div class="tve_t_sec tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">seconds</div>
</div>
<div class="tve_t_text"></div>
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,36 @@
<?php
$timezone_offset = get_option( 'gmt_offset' );
$sign = ( $timezone_offset < 0 ? '-' : '+' );
$min = abs( $timezone_offset ) * 60;
$hour = floor( $min / 60 );
$tzd = $sign . str_pad( $hour, 2, '0', STR_PAD_LEFT ) . ':' . str_pad( $min % 60, 2, '0', STR_PAD_LEFT );
?>
<div class="thrv_ult_shortcode thrv_wrapper tve_no_drag tve_no_icons tve_element_hover tve_set_28">
<div class="tve-ult-shortcode-content tve_editor_main_content">
<div class="thrv_wrapper thrv_countdown_timer tve_cd_timer_plain tve_clearfix init_done tve_green tve_countdown_2"
data-date="<?php echo gmdate( 'Y-m-d', time() + 3600 * $timezone_offset + ( 24 * 3600 ) ) ?>"
data-hour="<?php echo gmdate( 'H', time() + 3600 * $timezone_offset ) ?>"
data-min="<?php echo gmdate( 'i', time() + 3600 * $timezone_offset ) ?>"
data-timezone="<?php echo $tzd ?>">
<div class="sc_timer_content tve_clearfix tve_block_center">
<div class="tve_t_day tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">DAYS</div>
</div>
<div class="tve_t_hour tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">HOURS</div>
</div>
<div class="tve_t_min tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">MINUTES</div>
</div>
<div class="tve_t_sec tve_t_part">
<div class="t-digits"></div>
<div class="t-caption thrv-inline-text">SECONDS</div>
</div>
<div class="tve_t_text"></div>
</div>
</div>
</div>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB