<!-- 
wp-content/plugins/handwritten-cv-converter/
│
├── handwritten-cv-converter.php
├── composer.json
└── assets/
    ├── script.js
    ├── style.css
    └── spinner.gif -->


<!-- wp-content/plugins/kids-career-explorer-pro/
│
├── kids-career-explorer-pro.php
├── includes/
│   ├── class-admin-manager.php
│   ├── class-question-manager.php
│   ├── class-ajax-handler.php
│   ├── class-shortcode-generator.php
│   └── class-export-manager.php
└── assets/
    ├── frontend.js
    ├── frontend.css
    ├── admin.js
    └── admin.css 

SHORTCODES AVAILABLE:
[kids_career_explorer] - Main shortcode with all options

age="5-12" - Age range (custom, 5-7, 8-10, 11-12)

questions="10" - Number of questions (5-50)

theme="rainbow" - Theme (rainbow, space, ocean, forest)

show_info="yes" - Show child info form

show_progress="yes" - Show progress bar

[kcep_little] - For ages 5-7

Simplified questions, 5 questions, rainbow theme

[kcep_big] - For ages 11-12

More detailed questions, 15 questions, space theme

[kcep_custom] - Fully customizable

Can set custom colors and themes







-->




<!-- 
Installation:
Create folder: wp-content/plugins/simple-cv-maker/

Add all three files above

Activate plugin in WordPress admin

Go to Settings → CV Maker

Add OpenAI API key

Set maximum file size (default: 5MB)

Choose default CV format (Professional, Modern, Simple)

Use shortcode [simple_cv_maker] in any page/post

Features:
Single Image Upload: Upload one handwritten CV photo

Professional CV Conversion: Uses OpenAI to create structured CV

Multiple CV Formats: Professional, Modern, or Simple style

Editable Output: Toggle edit mode to make changes

Copy to Clipboard: One-click copy of formatted CV

Word Document Download: Download as .doc file

Statistics: Word count and section count

Error Handling: Clear error messages

Helpful Tips: Guidance for best results

Clean Interface: Simple, focused design

Unique Features (Different from other plugins):
CV-specific processing: AI is specifically trained to extract CV information

Professional formatting: Creates proper CV structure with sections

ATS-friendly: Formats for Applicant Tracking Systems

No complex options: Just upload → convert → edit → download

Clear visual design: Easy to understand interface

This plugin uses unique:

Plugin name: simple-cv-maker

Shortcode: [simple_cv_maker]

Function prefixes: scvm_

AJAX actions: scvm_process_cv, scvm_download_word

CSS classes: scvm-

JavaScript variables: scvm_ajax

It won't interfere with other plugins because everything is namespaced differently. -->


<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//careervil.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://careervil.com/post-sitemap.xml</loc>
		<lastmod>2025-12-30T20:51:50+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://careervil.com/page-sitemap.xml</loc>
		<lastmod>2026-05-02T16:30:26+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://careervil.com/category-sitemap.xml</loc>
		<lastmod>2025-12-30T20:51:50+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://careervil.com/author-sitemap.xml</loc>
		<lastmod>2025-12-30T21:44:48+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->