-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (82 loc) · 5.41 KB
/
Copy pathindex.html
File metadata and controls
88 lines (82 loc) · 5.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, viewport-fit=cover" />
<!-- Primary Page Metadata -->
<title>Free Resume Builder with Live Preview | Naphix Resume</title>
<meta name="description" content="Create professional, ATS-friendly resumes with a real-time live preview. Import existing PDF or DOCX resumes, customize sections with drag-and-drop ordering, export to vector PDF or native Word, and analyze job match with AI." />
<meta name="keywords" content="free resume builder, online resume maker, resume builder with live preview, ATS friendly resume builder, resume builder PDF, resume builder DOCX, create a professional resume, resume builder for students, resume builder for job seekers, import existing resume, resume builder with AI job matching, custom resume sections" />
<meta name="author" content="Naphier Awalie" />
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<link rel="canonical" href="https://naphix-resume.netlify.app/" />
<!-- Open Graph / Facebook / LinkedIn -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Naphix Resume" />
<meta property="og:title" content="Free Resume Builder with Live Preview | Naphix Resume" />
<meta property="og:description" content="Create professional, ATS-friendly resumes with a real-time live preview. Import existing PDF or DOCX resumes, customize sections with drag-and-drop ordering, and export to PDF or DOCX." />
<meta property="og:url" content="https://naphix-resume.netlify.app/" />
<meta property="og:image" content="https://naphix-resume.netlify.app/landing/screenshots/desktop_100_percent_zoom.png" />
<meta property="og:image:alt" content="Naphix Resume Builder split-screen editor workspace with synchronized live A4 preview" />
<meta property="og:locale" content="en_US" />
<!-- Twitter / X Cards -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Free Resume Builder with Live Preview | Naphix Resume" />
<meta name="twitter:description" content="Create professional, ATS-friendly resumes with real-time live preview. Import existing resumes, reorder sections, export to PDF or Word, and match jobs with AI." />
<meta name="twitter:image" content="https://naphix-resume.netlify.app/landing/screenshots/desktop_100_percent_zoom.png" />
<meta name="twitter:image:alt" content="Naphix Resume Builder workspace with live A4 preview" />
<!-- Theme & App Icons -->
<meta name="theme-color" content="#0a0a0a" media="(prefers-color-scheme: dark)" />
<meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)" />
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json" id="naphix-structured-data">
[
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Naphix Resume",
"url": "https://naphix-resume.netlify.app",
"description": "Free online resume builder with live preview, custom sections, PDF and DOCX export, and AI job matching.",
"inLanguage": "en-US"
},
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Naphix Resume Builder",
"url": "https://naphix-resume.netlify.app",
"description": "Create professional, ATS-friendly resumes with a real-time live preview. Import existing PDF or DOCX resumes, customize sections with drag-and-drop ordering, export to vector PDF or native Word, and analyze job match with AI.",
"applicationCategory": "BusinessApplication",
"operatingSystem": "All",
"browserRequirements": "Requires JavaScript. Requires HTML5.",
"image": "https://naphix-resume.netlify.app/landing/screenshots/desktop_100_percent_zoom.png",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
},
"featureList": [
"Real-time synchronized A4 resume live preview",
"Drag-and-drop resume section reordering",
"Universal custom sections with custom field schemas",
"High-resolution ATS-compliant vector PDF export",
"Native editable Microsoft Word (.docx) export",
"Client-side universal PDF and DOCX resume importer",
"AI-powered Job Match analysis with Google Gemini",
"100% Client-side local privacy with browser storage persistence"
]
}
]
</script>
<!-- Fonts: Geist, Geist Mono, and EB Garamond -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Geist+Mono:wght@300..700&family=Geist:wght@300..800&display=swap" rel="stylesheet">
</head>
<body class="bg-background text-ink antialiased selection:bg-ink selection:text-background min-h-screen overflow-x-hidden">
<div id="root" class="w-full min-h-screen flex flex-col"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>