@@ -60,7 +60,7 @@
|
||||
<div class="hero-copy">
|
||||
<span class="eyebrow" data-i18n="cv.eyebrow">AI CV Matcher</span>
|
||||
<h1 data-i18n="cv.title">Upload your CV, add a job link, and see how well they match.</h1>
|
||||
<p class="hero-text" data-i18n="cv.text">The backend should extract text from the PDF, create RAG context from your CV, retrieve relevant experience for the job, then score strengths, gaps and next actions.</p>
|
||||
<p class="hero-text" data-i18n="cv.text">We read your CV, find the parts most relevant to the job, then produce a match score with strengths, gaps and suggested next steps.</p>
|
||||
<div class="hero-actions">
|
||||
<a class="btn btn-primary" href="#matcher" data-i18n="cv.try">Try matcher</a>
|
||||
<a class="btn btn-secondary" href="/" data-i18n="cv.back">Back to navigator</a>
|
||||
@@ -94,7 +94,7 @@
|
||||
<h2 data-i18n="cv.details">CV and job details</h2>
|
||||
<label class="file-drop" for="cvFile">
|
||||
<strong data-i18n="cv.upload">Upload CV PDF</strong>
|
||||
<span id="cvFileName" data-i18n="cv.fileHint">PDF only, max size handled by backend</span>
|
||||
<span id="cvFileName" data-i18n="cv.fileHint">PDF only.</span>
|
||||
<input type="file" id="cvFile" accept="application/pdf" required />
|
||||
</label>
|
||||
<small class="field-error" id="cvFileError"></small>
|
||||
@@ -104,7 +104,7 @@
|
||||
</label>
|
||||
<label>
|
||||
<span data-i18n="cv.jobDescription">Or paste job description</span>
|
||||
<textarea id="jobDescription" rows="8" data-i18n-placeholder="cv.jobPlaceholder" placeholder="Paste the job description if the page cannot be crawled."></textarea>
|
||||
<textarea id="jobDescription" rows="8" data-i18n-placeholder="cv.jobPlaceholder" placeholder="Paste the job description if the page can't be read automatically."></textarea>
|
||||
<small class="field-error" id="cvJobError"></small>
|
||||
</label>
|
||||
<label>
|
||||
@@ -131,7 +131,7 @@
|
||||
<div>
|
||||
<span class="eyebrow" data-i18n="nav.contact">Contact</span>
|
||||
<h2 data-i18n="cv.contactTitle">Want this adapted for your workflow?</h2>
|
||||
<p data-i18n="cv.contactText">This form uses the existing template contact API endpoint.</p>
|
||||
<p data-i18n="cv.contactText">Send a quick note and we'll get back to you.</p>
|
||||
<div class="contact-list">
|
||||
<div>
|
||||
<span data-i18n="contact.person">Contact person</span>
|
||||
|
||||
Reference in New Issue
Block a user