Initial commit: Atomaste website

This commit is contained in:
2025-12-10 12:17:30 -05:00
commit 0b9e5d1605
19260 changed files with 5206382 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?php
use Hostinger\WpMenuManager\Menus;
echo Menus::renderMenuNavigation();
?>
<div id="hostinger-easy-onboarding-vue-app"/>
<?php

View File

@@ -0,0 +1,39 @@
<div class="hostinger hsr-banner-container">
<div class="hsr-promotional-banner">
<div class="hsr-promotional-banner-content">
<div>
<div class="hsr-onboarding__title"><?php echo esc_html__( 'Invite a Friend, Earn Up to $100', 'hostinger-easy-onboarding' ); ?></div>
<p class="hsr-promotional-banner-description">
<?php
echo wp_kses(
__(
'Share your referral link with friends and family and <b>receive 20% commission</b> for every successful referral.',
'hostinger-easy-onboarding'
),
array(
'b' => array(), // Allowing only <b> tags
)
);
?>
</p>
</div>
<div class="hsr-buttons">
<a class="hsr-btn hsr-purple-btn"
href="<?php echo esc_url( $helper->get_promotional_link_url( get_locale() ) ); ?>"
target="_blank"
rel="noopener noreferrer"><?php echo esc_html__( 'Start earning', 'hostinger-easy-onboarding' ); ?></a>
<svg class="close-btn"
width="25"
height="24"
viewBox="0 0 25 24"
fill="none"
xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
clip-rule="evenodd"
d="M19.5 6.41L18.09 5L12.5 10.59L6.91 5L5.5 6.41L11.09 12L5.5 17.59L6.91 19L12.5 13.41L18.09 19L19.5 17.59L13.91 12L19.5 6.41Z"
fill="#2F1C6A"/>
</svg>
</div>
</div>
</div>
</div>

View File

@@ -0,0 +1,52 @@
<div class="hostinger hsr-plugin-rating">
<p><?php echo esc_html__( 'Rate this plugin', 'hostinger-easy-onboarding' ); ?></p>
<div class="hsr-rate-stars">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
clip-rule="evenodd"
d="M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.63L12 2L9.19 8.63L2 9.24L7.46 13.97L5.82 21L12 17.27Z"
fill="#673DE6"/>
</svg>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
clip-rule="evenodd"
d="M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.63L12 2L9.19 8.63L2 9.24L7.46 13.97L5.82 21L12 17.27Z"
fill="#673DE6"/>
</svg>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
clip-rule="evenodd"
d="M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.63L12 2L9.19 8.63L2 9.24L7.46 13.97L5.82 21L12 17.27Z"
fill="#673DE6"/>
</svg>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
clip-rule="evenodd"
d="M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.63L12 2L9.19 8.63L2 9.24L7.46 13.97L5.82 21L12 17.27Z"
fill="#673DE6"/>
</svg>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd"
clip-rule="evenodd"
d="M12 17.27L18.18 21L16.54 13.97L22 9.24L14.81 8.63L12 2L9.19 8.63L2 9.24L7.46 13.97L5.82 21L12 17.27Z"
fill="#673DE6"/>
</svg>
</div>
<p class="hsr-promotional-banner-description">
<?php
echo wp_kses(
__(
'on <a href="https://wordpress.org/support/plugin/hostinger/reviews/#new-post" target="_blank" rel="noopener noreferrer">WordPress.org</a>',
'hostinger-easy-onboarding'
),
array(
'a' => array(
'href' => array(),
'target' => array(),
'rel' => array(),
),
),
);
?>
</p>
</div>