About VORNICA®

My Company in a Nutshell

My company, VORNICA®, is on a mission to triple the number of women CEOs in Europe by 2030. VORNICA® is a remote-first organization serving individual and corporate clients worldwide. It is the natural successor, rebranded and repositioned, of MEDIA EDUCATION CEE®, a Czech-first company I led from 2010 to 2021.

Check Us Out

Our Mission and Purpose

What We at VORNICA® Aim to Achieve

Our mission at VORNICA® is to exponentially accelerate the growth of the number of women CEOs in Europe from the current low 7% to a minimum of 24% by 2030. We also hope that we can achieve gender parity in top corporate and societal leadership (50% with a maximum acceptable variation of +/- 5%) by 2050.

We are committed to this mission because we believe women are in pole position to nurture and normalize a new way of thinking, acting, and leading ourselves, our people, our organizations, and our lives – from a wasteful, resource-depleting way of doing business to a conscious, long-term sustainable, nourishing, and resource-restorative model of leadership.

We believe in the power of good, of allyship, and of inspired co-creation. Our work with women leaders is not against men, but FOR us all, for the greater good of our people, organizations, and society, and for the future of our planet

Check Us Out

Learn with THE VORNICA ACADEMY®

Don’t Forget About Our Treasure Trove

THE VORNICA ACADEMY® is our online learning portal tailored for individual and corporate clients, featuring video courses, comprehensive online development programs, interviews, and event recordings focused on strategic communications, emotional intelligence, and leadership.

Newest courses

<?php
// Replace these values with your actual API endpoint and credentials
$consumer_key = 'ck_54e10fc50aa0a647618beda99cc53776b0afc785';
$consumer_secret = 'cs_0f6f3631f0fd2361ee946eb6ead26e9d6260ea3c';
$site_b_url = 'https://vornica.academy/';
$product_category_id  = 41;

// WooCommerce REST API endpoint for products
$request_url = $site_b_url . '/wp-json/wc/v3/products?per_page=3&order=desc&orderby=date&category=' . $product_category_id;


// Set up authentication for WooCommerce REST API
$auth = base64_encode($consumer_key . ':' . $consumer_secret);
$options = [
    'http' => [
        'header' => 'Authorization: Basic ' . $auth,
        'method' => 'GET',
        'ignore_errors' => true // Handle HTTP error codes manually
    ]
];
$context = stream_context_create($options);

// Make the request
$response = file_get_contents($request_url, false, $context);

// Check for errors
if ($response === false) {
    die('Error retrieving data from Site B');
}

// Decode the JSON response
$products = json_decode($response, true);

?> <ul class="vornica-academy-course-grid list--none"> <?php

// Loop through each product and display the required information
foreach ($products as $product) {
    // Product Title
    $product_title = $product['name'];

    // Product Link
    $product_link = $product['permalink'];
    
    // Product Featured Image URL
    // Note: This assumes 'images' is not empty and the first image is the featured one
    $product_image_url = (!empty($product['images'])) ? $product['images'][0]['src'] : 'No image available';
    
    // Product ACF custom field "archive_description"
$archive_description = ''; // Default to an empty string if not found
foreach ($product['meta_data'] as $meta_item) {
    // Change from object property access to array access
    if ($meta_item['key'] == 'archive_description') {
        $archive_description = $meta_item['value'];
        break; // Stop the loop if we've found the value
    }
}
    // Product Price
    $product_price = $product['price'];
  
  ?>


<li class="vornica-academy-course">
  
  <div class="vornica-academy-course__head">
    
    <div class="vornica-academy-course__media-wrapper">
      <img class="vornica-academy-course__image" src="<?php echo $product_image_url; ?>">
    </div>
    
    <h3 class="vornica-academy-course__heading"><a href="<?php echo $product_link; ?>" target="_blank"><?php echo $product_title; ?></a></h3>
    
    <p class="vornica-academy-course__description"><?php echo $archive_description; ?></p>
    
  </div>
  
  <div class="vornica-academy-course__body">
    
    <span class="vornica-academy-course__dummy-link">Learn more in the Academy -></span>
    
  </div>
  
</li>


<?php
   
}

?> </ul> <?php

?>

Join our community: THE CEO ELEVATION CIRCLE®

We Cannot Drive Systemic Transformation Alone

THE CEO ELEVATION CIRCLE® is our community of practice in leadership development and career acceleration for smart, talented, and ambitious women leaders who would like to grow into the C-Suite and to become the next CEO. Check us out and apply to see if you’re a great fit for us here.   

Check out our community