46 lines
1.7 KiB
PHP
46 lines
1.7 KiB
PHP
<?php require_once __DIR__ . '/includes/header.php'; ?>
|
|
|
|
<section class="hero">
|
|
<h1>Create a CV that gets you hired</h1>
|
|
<p>MagiCV helps you build a professional, polished resume in minutes. Impress recruiters and land your dream job.</p>
|
|
<a href="/register.php" class="button">Create Your CV Now</a>
|
|
</section>
|
|
|
|
<section id="templates" class="templates">
|
|
<h2>Choose Your Template</h2>
|
|
<p>Stunning, professional templates for every industry. More coming soon!</p>
|
|
<div class="template-gallery">
|
|
<div class="template-card">
|
|
<img src="https://picsum.photos/seed/template-1/400/500" alt="CV Template 1">
|
|
<h3>Minimalist</h3>
|
|
</div>
|
|
<div class="template-card">
|
|
<img src="https://picsum.photos/seed/template-2/400/500" alt="CV Template 2">
|
|
<h3>Modern</h3>
|
|
</div>
|
|
<div class="template-card">
|
|
<img src="https://picsum.photos/seed/template-3/400/500" alt="CV Template 3">
|
|
<h3>Creative</h3>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="features" class="features">
|
|
<h2>Features</h2>
|
|
<div class="feature-list">
|
|
<div class="feature-item">
|
|
<h3>Easy to Use</h3>
|
|
<p>Our intuitive editor makes it simple to create and update your CV.</p>
|
|
</div>
|
|
<div class="feature-item">
|
|
<h3>Professional Templates</h3>
|
|
<p>Choose from a library of beautifully designed templates.</p>
|
|
</div>
|
|
<div class="feature-item">
|
|
<h3>PDF Export</h3>
|
|
<p>Download your CV as a high-quality PDF, ready to send.</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<?php require_once __DIR__ . '/includes/footer.php'; ?>
|