
* Initial commit. * fix 404 pattern and compress screenshot --------- Co-authored-by: madhusudhand <madhusudhan.dollu@gmail.com>
89 lines
No EOL
4.6 KiB
PHP
89 lines
No EOL
4.6 KiB
PHP
<?php
|
|
/**
|
|
* Title: Front Page
|
|
* Slug: luce/front-page
|
|
* Categories: hidden
|
|
* Inserter: no
|
|
*/
|
|
?>
|
|
|
|
<!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|60","left":"var:preset|spacing|60","top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}}},"layout":{"type":"constrained","justifyContent":"left"}} -->
|
|
<div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--60)"><!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.3"}},"fontSize":"large"} -->
|
|
<p class="has-large-font-size" style="line-height:1.3"><?php echo esc_html__( 'I\'m a freelance copywriter and content strategist turning ideas into compelling stories that captivate and convert.', 'luce' ); ?></p>
|
|
<!-- /wp:paragraph --></div>
|
|
<!-- /wp:group -->
|
|
|
|
<!-- wp:group {"style":{"spacing":{"padding":{"left":"var:preset|spacing|60","top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"},"blockGap":"var:preset|spacing|70"}},"backgroundColor":"tertiary","layout":{"type":"constrained","justifyContent":"left"}} -->
|
|
<div class="wp-block-group has-tertiary-background-color has-background" style="padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--60)"><!-- wp:paragraph -->
|
|
<p><?php echo __( 'I have always had a passion for writing and love the challenge of creating compelling content that engages readers. With over five years of experience in the industry, I have worked with a variety of clients ranging from small businesses to large corporations. <br><br>My specialties include website copy, email marketing campaigns, and social media content. I am dedicated to delivering high-quality work that meets my clients\' needs and helps them achieve their goals. When I\'m not writing, you can find me hiking in the mountains or curled up with a good book.', 'luce' ); ?></p>
|
|
<!-- /wp:paragraph -->
|
|
|
|
<!-- wp:columns -->
|
|
<div class="wp-block-columns"><!-- wp:column -->
|
|
<div class="wp-block-column"><!-- wp:heading {"level":3,"fontSize":"medium"} -->
|
|
<h3 class="wp-block-heading has-medium-font-size"><?php echo esc_html__( 'Clients', 'luce' ); ?></h3>
|
|
<!-- /wp:heading -->
|
|
|
|
<!-- wp:list {"style":{"spacing":{"padding":{"right":"var:preset|spacing|40","left":"var:preset|spacing|40"}}}} -->
|
|
<ul style="padding-right:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)"><!-- wp:list-item -->
|
|
<li><?php echo esc_html__( 'AdventureQuest Travel', 'luce' ); ?></li>
|
|
<!-- /wp:list-item -->
|
|
|
|
<!-- wp:list-item -->
|
|
<li><?php echo esc_html__( 'FitFusion Fitness Studio', 'luce' ); ?></li>
|
|
<!-- /wp:list-item -->
|
|
|
|
<!-- wp:list-item -->
|
|
<li><?php echo esc_html__( 'TechWhiz Gadgets', 'luce' ); ?></li>
|
|
<!-- /wp:list-item -->
|
|
|
|
<!-- wp:list-item -->
|
|
<li><?php echo esc_html__( 'Sunny Side Café', 'luce' ); ?></li>
|
|
<!-- /wp:list-item -->
|
|
|
|
<!-- wp:list-item -->
|
|
<li><?php echo esc_html__( 'PetPal Haven', 'luce' ); ?></li>
|
|
<!-- /wp:list-item --></ul>
|
|
<!-- /wp:list --></div>
|
|
<!-- /wp:column -->
|
|
|
|
<!-- wp:column -->
|
|
<div class="wp-block-column"><!-- wp:heading {"level":3,"fontSize":"medium"} -->
|
|
<h3 class="wp-block-heading has-medium-font-size"><?php echo esc_html__( 'Services', 'luce' ); ?></h3>
|
|
<!-- /wp:heading -->
|
|
|
|
<!-- wp:list {"style":{"spacing":{"padding":{"right":"var:preset|spacing|40","left":"var:preset|spacing|40"}}}} -->
|
|
<ul style="padding-right:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)"><!-- wp:list-item -->
|
|
<li><?php echo esc_html__( 'Content Creation', 'luce' ); ?></li>
|
|
<!-- /wp:list-item -->
|
|
|
|
<!-- wp:list-item -->
|
|
<li><?php echo esc_html__( 'Social Media Management', 'luce' ); ?></li>
|
|
<!-- /wp:list-item -->
|
|
|
|
<!-- wp:list-item -->
|
|
<li><?php echo esc_html__( 'Content Strategy', 'luce' ); ?></li>
|
|
<!-- /wp:list-item -->
|
|
|
|
<!-- wp:list-item -->
|
|
<li><?php echo esc_html__( 'Social Media Audits', 'luce' ); ?></li>
|
|
<!-- /wp:list-item -->
|
|
|
|
<!-- wp:list-item -->
|
|
<li><?php echo esc_html__( 'Email Marketing', 'luce' ); ?></li>
|
|
<!-- /wp:list-item -->
|
|
</ul>
|
|
<!-- /wp:list --></div>
|
|
<!-- /wp:column --></div>
|
|
<!-- /wp:columns -->
|
|
|
|
<!-- wp:group {"layout":{"type":"flex","orientation":"vertical"}} -->
|
|
<div class="wp-block-group"><!-- wp:heading {"level":3,"fontSize":"medium"} -->
|
|
<h3 class="wp-block-heading has-medium-font-size"><?php echo esc_html__( 'Contact', 'luce' ); ?></h3>
|
|
<!-- /wp:heading -->
|
|
|
|
<!-- wp:paragraph -->
|
|
<p><a href="mailto:hello@example.com">hello@example.com</a><br><a href="#">Twitter</a> / <a href="#">LinkedIn</a> / <a href="#">Facebook</a></p>
|
|
<!-- /wp:paragraph --></div>
|
|
<!-- /wp:group --></div>
|
|
<!-- /wp:group -->
|