parent
80fd274662
commit
b161df0b70
@ -0,0 +1,29 @@
|
||||
export default function ResumeSubmissionGuidelines() {
|
||||
return (
|
||||
<div className="rounded-lg border border-slate-200 bg-slate-50 p-5">
|
||||
<div className="prose text-sm">
|
||||
<h2 className="mt-0 text-xl font-medium">Submission Guidelines</h2>
|
||||
<p>
|
||||
Before submitting your resume for review, please review and
|
||||
acknowledge our{' '}
|
||||
<span className="font-medium">submission guidelines</span> stated
|
||||
below.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
Ensure that you do not divulge any of your{' '}
|
||||
<span className="font-medium">personal particulars</span>.
|
||||
</li>
|
||||
<li>
|
||||
Ensure that you do not divulge any{' '}
|
||||
<span className="font-medium">
|
||||
company's proprietary and confidential information
|
||||
</span>
|
||||
.
|
||||
</li>
|
||||
<li>Proofread your resumes for grammatical/spelling errors.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
@ -1,29 +0,0 @@
|
||||
export default function SubmissionGuidelines() {
|
||||
return (
|
||||
<div className="text-left text-sm text-slate-700">
|
||||
<h2 className="mb-2 text-xl font-medium">Submission Guidelines</h2>
|
||||
<p>
|
||||
Before you submit, please review and acknowledge our
|
||||
<span className="font-bold"> submission guidelines </span>
|
||||
stated below.
|
||||
</p>
|
||||
<p>
|
||||
<span className="text-lg font-bold">• </span>
|
||||
Ensure that you do not divulge any of your{' '}
|
||||
<span className="font-bold">personal particulars</span>.
|
||||
</p>
|
||||
<p>
|
||||
<span className="text-lg font-bold">• </span>
|
||||
Ensure that you do not divulge any{' '}
|
||||
<span className="font-bold">
|
||||
company's proprietary and confidential information
|
||||
</span>
|
||||
.
|
||||
</p>
|
||||
<p>
|
||||
<span className="text-lg font-bold">• </span>
|
||||
Proof-read your resumes to look for grammatical/spelling errors.
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
}
|
Loading…
Reference in new issue