Cosmetic Consultant - Loreal - Cross Trained - Truworths Richardsbay
Truworths
Job Description
for intro paragraphs and general text,
for section headers, - for list items. Must preserve all original content word-for-word, no additions, deletions, summarizing, rephrasing. Must not add CSS classes, inline styles, ,
. Must not add markdown fences. Must return only HTML.
We need to parse the given job description.
Content:
Business Area:
Field Operations
Workplace Type:
On-site
Location - Town / City:
Richardsbay
Job Description:
We are looking for a well-groomed individual who is extremely target driven with a high regard for customer service. Your strong communication skills, high energy levels and love for beauty will make you a good candidate for this Cosmetics Consultant position.
Key Responsibilities:
Weekly and monthly sales targets Make over’s Know products of your counter and other houses Admin and paperwork Stock take and stock counts Housekeeping (i.e. keeping the counter clean) Liaise with Representatives Promotions and events
Qualifications and Experience:
Experience / Knowledge: 1 year experience working with cosmetic products Basic understanding of how to do makeovers
Competencies:
Excellent communication skills Good admin knowledge Target driven
We need to structure with headings for sections: maybe "Job Description", "Key Responsibilities", "Qualifications and Experience", "Competencies". Also maybe "Business Area", "Workplace Type", "Location - Town / City"? The instruction says use for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role). It doesn't explicitly mention Business Area etc., but we can include them as headings? Probably we should include them as headings as they are sections. Use for each distinct heading.
We must preserve all original content word-for-word. That includes "Business Area:", "Field Operations", "Workplace Type:", "On-site", "Location - Town / City:", "Richardsbay", "Job Description:", then the paragraph, then "Key Responsibilities:", then the list items (but they are not bullet points; they are just a line of text separated by spaces? Actually they are listed as separate items separated by spaces, but we need to output as - items. The original content is "Weekly and monthly sales targets Make over’s Know products of your counter and other houses Admin and paperwork Stock take and stock counts Housekeeping (i.e. keeping the counter clean) Liaise with Representatives Promotions and events". We need to preserve word-for-word but we can split into list items? The instruction: Use
- for list items (duties, requirements, qualifications, skills). So we need to treat each distinct item? But we must preserve all original content word-for-word, not add or remove. If we split into separate
- items, we are altering the text? The original line is a sequence of words; we could treat each phrase separated by spaces as separate items? But that would change the structure. However the instruction says "Use
- for list items (duties, requirements, qualifications, skills)". So we need to output list items for those sections. The original text for Key Responsibilities is a list of duties but not separated by line breaks. We can split them into separate
- items preserving the exact wording of each duty as it appears? But we must preserve all original content word-for-word. If we split into separate
- items, we are not adding or removing words, just breaking them into separate items. That should be okay as long as we keep the same words in the same order. For example, we could have
- Weekly and monthly sales targets
- Make over’s
- Know products of your counter and other houses
... etc. That would preserve all words. But we need to decide where to split. The original text: "Weekly and monthly sales targets Make over’s Know products of your counter and other houses Admin and paperwork Stock take and stock counts Housekeeping (i.e. keeping the counter clean) Liaise with Representatives Promotions and events". There are spaces between each phrase. We can treat each phrase as a separate duty. But we need to keep punctuation? There's no punctuation except apostrophe in "Make over’s"? Actually "Make over’s" includes an apostrophe and s. The phrase "Make over’s" maybe is "Make over’s"? It seems like "Make over’s" is a phrase. Then "Know products of your counter and other houses". Then "Admin and paperwork". Then "Stock take and stock counts". Then "Housekeeping (i.e. keeping the counter clean)". Then "Liaise with Representatives". Then "Promotions and events". So we can split at those spaces? But there are spaces within phrases like "Stock take and stock counts". That's three words. So we need to keep that as a single duty. The original text is ambiguous. Perhaps the original list is separated by line breaks in the source but not shown. But we have to preserve word-for-word. We could output a single - containing the entire string? But that would not be a list of items; we need
- for list items. Could have a single
- with the whole text. That would be a list with one item, which is okay. The instruction says "Use
- for list items (duties, requirements, qualifications, skills)". It doesn't require multiple items; a single
- is still a list item. So we could output:
- Weekly and monthly sales targets Make over’s Know products of your counter and other houses Admin and paperwork Stock take and stock counts Housekeeping (i.e. keeping the counter clean) Liaise with Representatives Promotions and events
That preserves all words exactly. That seems safe.
Similarly for "Qualifications and Experience:" line: "Experience / Knowledge: 1 year experience working with cosmetic products Basic understanding of how to do makeovers". That is a single line; we could output as a - as well. But maybe we need a heading "Qualifications and Experience" then a paragraph? The instruction: Use
for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role). So "Qualifications and Experience" is a header. Then the content could be a paragraph or list. It is not a list of items separated; it's a sentence. We could output as a
after the heading. But we could also output as a
- inside a
? The instruction says use - for list items (duties, requirements, qualifications, skills). So if the content is a qualification list, we could output as a
- ... but it's not bullet points. It is a sentence with colon and then text. Could treat the whole text after the heading as a paragraph. Probably better to output as a
after the heading. But the instruction says use
- for list items (duties, requirements, qualifications, skills). So if it's a qualification section, we could output as a
- ... but we need to preserve word-for-word. The content is "Experience / Knowledge: 1 year experience working with cosmetic products Basic understanding of how to do makeovers". That includes colon and spaces. If we put that inside a
- , we need to preserve colon and spacing. That's okay. But we might want to keep it as a paragraph. The instruction says "Use
for introductory paragraphs and general text". So we can just output a
after the heading containing that text. That would be general text. That seems appropriate.
Similarly for "Competencies:" heading, then "Excellent communication skills Good admin knowledge Target driven". That's a list of competencies separated by spaces. Could output as a
or as a
- items. Probably as a
as it's general text.
We also have other headings: "Business Area:", "Workplace Type:", "Location - Town / City:". These are not listed as section headers in the allowed list, but we can still use
for them? The instruction says use for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role). It doesn't explicitly forbid using for other headings, but it says "for section headers (e.g. ...)". It might be okay to use for those as well. But maybe we should just treat them as part of the text? They are labels with colon and value. Could be included as part of the content. But we need to preserve them. Could just output them as part of a paragraph? But they are distinct lines. Could output as Business Area:
Field Operations? But that would add colon and label. The original text includes "Business Area:" then "Field Operations". So we could output:
Business Area:
Field Operations
But that adds the colon inside the heading, which is part of the original text. The original line is "Business Area:" then newline then "Field Operations". So we could output:
Business Area:
Field Operations
But that would put the colon inside the heading, which is okay as it's part of the heading text. However the instruction says use for section headers (e.g. Responsibilities, Qualifications...). It doesn't say we must only use for those specific headings; we can use for any section header. So we can use Business Area:
then the value "Field Operations" as part of the heading? Actually the heading includes the colon, but the value is separate. Might be better to output:
Business Area:
Field Operations
But that would have the heading text "Business Area:" and then the value "Field Operations" after the closing
. That would be separate text, maybe in a
. That would preserve the colon and the value.
Similarly for "Workplace Type:" and "Location - Town / City:".
But the instruction says "Use
for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role)". It doesn't explicitly say we cannot use for other headings, but it's ambiguous. Safer to only use for the headings that are listed as examples? But we need to structure the HTML. We could just output the headings as they appear, using for each distinct heading line. That seems reasonable.
Thus structure:
Business Area:
Field Operations
Workplace Type:
On-site
Location - Town / City:
Richardsbay
Job Description:
(then the paragraph). But "Job Description:" is a heading; we could output Job Description:
then the paragraph. However the paragraph includes the text "We are looking for a well-groomed individual...". That is the job description. So we could output:
Job Description:
We are looking for a well-groomed individual who is extremely target driven with a high regard for customer service. Your strong communication skills, high energy levels and love for beauty will make you a good candidate for this Cosmetics Consultant position.
Then Key Responsibilities:
then the with the list item containing the duties.
Then Qualifications and Experience:
then a with the text "Experience / Knowledge: 1 year experience working with cosmetic products Basic understanding of how to do makeovers".
Then
Competencies:
then a with "Excellent communication skills Good admin knowledge Target driven".
We must preserve all original content word-for-word. That includes the colon after each heading. So we need to include the colon in the heading text inside the
. For example, Business Area:
includes the colon. That matches the original line "Business Area:".
But the original line is "Business Area:" then newline then "Field Operations". So we need to output the heading "Business Area:" as Business Area:
and then the value "Field Operations" as plain text after it. That would preserve the colon and the value.
Similarly for "Workplace Type:" and "Location - Town / City:".
Now we need to ensure we don't add any extra text. Also we must not use or
. Use only ,
, , - . No extra commentary.
Now let's construct the HTML.
We'll start with
Business Area:
Field Operations
But note that after the closing
, we have a space then "Field Operations". That is fine.
Similarly:
Workplace Type:
On-site
Location - Town / City:
Richardsbay
Job Description:
We are looking for a well-groomed individual who is extremely target driven with a high regard for customer service. Your strong communication skills, high energy levels and love for beauty will make you a good candidate for this Cosmetics Consultant position.
Then Key Responsibilities:
then a - Weekly and monthly sales targets Make over’s Know products of your counter and other houses Admin and paperwork Stock take and stock counts Housekeeping (i.e. keeping the counter clean) Liaise with Representatives Promotions and events
Then Qualifications and Experience:
then a Experience / Knowledge: 1 year experience working with cosmetic products Basic understanding of how to do makeovers
Then Competencies:
then a Excellent communication skills Good admin knowledge Target driven
We need to ensure we preserve the colon after "Qualifications and Experience:" and "Competencies:". So the headings should be Qualifications and Experience:
and Competencies:
.
Now check for any other headings: "Key Responsibilities:" includes colon. So we need Key Responsibilities:
.
Now ensure we preserve the colon after each heading.
Now check for any stray numbers or formatting artifacts: there is "1 year experience". That's fine.
Now ensure we preserve apostrophe in "Make over’s". That includes a curly apostrophe? The original text shows "Make over’s". It might be a typographic apostrophe. We must preserve exactly as given. So we need to output "Make over’s". That includes the apostrophe character. We'll copy it exactly.
Now ensure we preserve the parentheses in "Housekeeping (i.e. keeping the counter clean)". That includes the period after i.e. So we need to keep that.
Now ensure we preserve the slash in "Experience / Knowledge". That includes spaces around slash. So we need to keep that exactly.
Now ensure we preserve the colon after "Experience / Knowledge". So the text is "Experience / Knowledge: 1 year experience working with cosmetic products Basic understanding of how to do makeovers". So we need to output that exactly inside the .
Now ensure we preserve the colon after "Competencies". So heading is
Competencies:
.
Now ensure we preserve the space between items in the competencies paragraph: "Excellent communication skills Good admin knowledge Target driven". That's fine.
Now ensure we preserve the colon after "Job Description". So heading is Job Description:
.
Now ensure we preserve the colon after "Key Responsibilities". So heading is Key Responsibilities:
.
Now ensure we preserve the colon after "Qualifications and Experience". So heading is Qualifications and Experience:
.
Now ensure we preserve the colon after "Competencies". So heading is Competencies:
.
Now ensure we preserve the colon after "Business Area". So heading is Business Area:
.
Now ensure we preserve the colon after "Workplace Type". So heading is Workplace Type:
.
Now ensure we preserve the colon after "Location - Town / City". So heading is Location - Town / City:
.
Now after each heading we have a space then the value. That matches original.
Now we need to output only the HTML, no extra whitespace? It's okay to have line breaks between elements; but we must not add any extra commentary. The instruction says "Return ONLY the HTML." So we can output the HTML with line breaks for readability, but no extra text.
Now final HTML:
Business Area:
Field Operations
Workplace Type:
On-site
Location - Town / City:
Richardsbay
Job Description:
We are looking for a well-groomed individual who is extremely target driven with a high regard for customer service. Your strong communication skills, high energy levels and love for beauty will make you a good candidate for this Cosmetics Consultant position.
Key Responsibilities:
- Weekly and monthly sales targets Make over’s Know products of your counter and other houses Admin and paperwork Stock take and stock counts Housekeeping (i.e. keeping the counter clean) Liaise with Representatives Promotions and events
Qualifications and Experience:
Experience / Knowledge: 1 year experience working with cosmetic products Basic understanding of how to do makeovers
Competencies:
Excellent communication skills Good admin knowledge Target driven
Check that we used and - correctly. The
should wrap the - . We have
then - ... then
then
. That's correct.
Now ensure we didn't add any extra text like "Key Responsibilities:" heading includes colon, but we also need to include the colon after the heading? The heading is Key Responsibilities:
which includes colon. That's fine.
Now ensure we didn't add any extra punctuation after the heading before the .
. Must not add markdown fences. Must return only HTML. We need to parse the given job description. Content: Business Area: Field Operations Workplace Type: On-site Location - Town / City: Richardsbay Job Description: We are looking for a well-groomed individual who is extremely target driven with a high regard for customer service. Your strong communication skills, high energy levels and love for beauty will make you a good candidate for this Cosmetics Consultant position. Key Responsibilities: Weekly and monthly sales targets Make over’s Know products of your counter and other houses Admin and paperwork Stock take and stock counts Housekeeping (i.e. keeping the counter clean) Liaise with Representatives Promotions and events Qualifications and Experience: Experience / Knowledge: 1 year experience working with cosmetic products Basic understanding of how to do makeovers Competencies: Excellent communication skills Good admin knowledge Target driven We need to structure with headings
for sections: maybe "Job Description", "Key Responsibilities", "Qualifications and Experience", "Competencies". Also maybe "Business Area", "Workplace Type", "Location - Town / City"? The instruction says use for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role). It doesn't explicitly mention Business Area etc., but we can include them as headings? Probably we should include them as headings as they are sections. Use for each distinct heading.
We must preserve all original content word-for-word. That includes "Business Area:", "Field Operations", "Workplace Type:", "On-site", "Location - Town / City:", "Richardsbay", "Job Description:", then the paragraph, then "Key Responsibilities:", then the list items (but they are not bullet points; they are just a line of text separated by spaces? Actually they are listed as separate items separated by spaces, but we need to output as - items. The original content is "Weekly and monthly sales targets Make over’s Know products of your counter and other houses Admin and paperwork Stock take and stock counts Housekeeping (i.e. keeping the counter clean) Liaise with Representatives Promotions and events". We need to preserve word-for-word but we can split into list items? The instruction: Use
- for list items (duties, requirements, qualifications, skills). So we need to treat each distinct item? But we must preserve all original content word-for-word, not add or remove. If we split into separate
- items, we are altering the text? The original line is a sequence of words; we could treat each phrase separated by spaces as separate items? But that would change the structure. However the instruction says "Use
- for list items (duties, requirements, qualifications, skills)". So we need to output list items for those sections. The original text for Key Responsibilities is a list of duties but not separated by line breaks. We can split them into separate
- items preserving the exact wording of each duty as it appears? But we must preserve all original content word-for-word. If we split into separate
- items, we are not adding or removing words, just breaking them into separate items. That should be okay as long as we keep the same words in the same order. For example, we could have
- Weekly and monthly sales targets
- Make over’s
- Know products of your counter and other houses
... etc. That would preserve all words. But we need to decide where to split. The original text: "Weekly and monthly sales targets Make over’s Know products of your counter and other houses Admin and paperwork Stock take and stock counts Housekeeping (i.e. keeping the counter clean) Liaise with Representatives Promotions and events". There are spaces between each phrase. We can treat each phrase as a separate duty. But we need to keep punctuation? There's no punctuation except apostrophe in "Make over’s"? Actually "Make over’s" includes an apostrophe and s. The phrase "Make over’s" maybe is "Make over’s"? It seems like "Make over’s" is a phrase. Then "Know products of your counter and other houses". Then "Admin and paperwork". Then "Stock take and stock counts". Then "Housekeeping (i.e. keeping the counter clean)". Then "Liaise with Representatives". Then "Promotions and events". So we can split at those spaces? But there are spaces within phrases like "Stock take and stock counts". That's three words. So we need to keep that as a single duty. The original text is ambiguous. Perhaps the original list is separated by line breaks in the source but not shown. But we have to preserve word-for-word. We could output a single - containing the entire string? But that would not be a list of items; we need
- for list items. Could have a single
- with the whole text. That would be a list with one item, which is okay. The instruction says "Use
- for list items (duties, requirements, qualifications, skills)". It doesn't require multiple items; a single
- is still a list item. So we could output:
- Weekly and monthly sales targets Make over’s Know products of your counter and other houses Admin and paperwork Stock take and stock counts Housekeeping (i.e. keeping the counter clean) Liaise with Representatives Promotions and events
That preserves all words exactly. That seems safe.
Similarly for "Qualifications and Experience:" line: "Experience / Knowledge: 1 year experience working with cosmetic products Basic understanding of how to do makeovers". That is a single line; we could output as a - as well. But maybe we need a heading "Qualifications and Experience" then a paragraph? The instruction: Use
for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role). So "Qualifications and Experience" is a header. Then the content could be a paragraph or list. It is not a list of items separated; it's a sentence. We could output as a
after the heading. But we could also output as a
- inside a
? The instruction says use - for list items (duties, requirements, qualifications, skills). So if the content is a qualification list, we could output as a
- ... but it's not bullet points. It is a sentence with colon and then text. Could treat the whole text after the heading as a paragraph. Probably better to output as a
after the heading. But the instruction says use
- for list items (duties, requirements, qualifications, skills). So if it's a qualification section, we could output as a
- ... but we need to preserve word-for-word. The content is "Experience / Knowledge: 1 year experience working with cosmetic products Basic understanding of how to do makeovers". That includes colon and spaces. If we put that inside a
- , we need to preserve colon and spacing. That's okay. But we might want to keep it as a paragraph. The instruction says "Use
for introductory paragraphs and general text". So we can just output a
after the heading containing that text. That would be general text. That seems appropriate.
Similarly for "Competencies:" heading, then "Excellent communication skills Good admin knowledge Target driven". That's a list of competencies separated by spaces. Could output as a
or as a
- items. Probably as a
as it's general text.
We also have other headings: "Business Area:", "Workplace Type:", "Location - Town / City:". These are not listed as section headers in the allowed list, but we can still use
for them? The instruction says use for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role). It doesn't explicitly forbid using for other headings, but it says "for section headers (e.g. ...)". It might be okay to use for those as well. But maybe we should just treat them as part of the text? They are labels with colon and value. Could be included as part of the content. But we need to preserve them. Could just output them as part of a paragraph? But they are distinct lines. Could output as Business Area:
Field Operations? But that would add colon and label. The original text includes "Business Area:" then "Field Operations". So we could output:
Business Area:
Field Operations
But that adds the colon inside the heading, which is part of the original text. The original line is "Business Area:" then newline then "Field Operations". So we could output:
Business Area:
Field Operations
But that would put the colon inside the heading, which is okay as it's part of the heading text. However the instruction says use for section headers (e.g. Responsibilities, Qualifications...). It doesn't say we must only use for those specific headings; we can use for any section header. So we can use Business Area:
then the value "Field Operations" as part of the heading? Actually the heading includes the colon, but the value is separate. Might be better to output:
Business Area:
Field Operations
But that would have the heading text "Business Area:" and then the value "Field Operations" after the closing
. That would be separate text, maybe in a
. That would preserve the colon and the value.
Similarly for "Workplace Type:" and "Location - Town / City:".
But the instruction says "Use
for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role)". It doesn't explicitly say we cannot use for other headings, but it's ambiguous. Safer to only use for the headings that are listed as examples? But we need to structure the HTML. We could just output the headings as they appear, using for each distinct heading line. That seems reasonable.
Thus structure:
Business Area:
Field Operations
Workplace Type:
On-site
Location - Town / City:
Richardsbay
Job Description:
(then the paragraph). But "Job Description:" is a heading; we could output Job Description:
then the paragraph. However the paragraph includes the text "We are looking for a well-groomed individual...". That is the job description. So we could output:
Job Description:
We are looking for a well-groomed individual who is extremely target driven with a high regard for customer service. Your strong communication skills, high energy levels and love for beauty will make you a good candidate for this Cosmetics Consultant position.
Then Key Responsibilities:
then the with the list item containing the duties.
Then Qualifications and Experience:
then a with the text "Experience / Knowledge: 1 year experience working with cosmetic products Basic understanding of how to do makeovers".
Then
Competencies:
then a with "Excellent communication skills Good admin knowledge Target driven".
We must preserve all original content word-for-word. That includes the colon after each heading. So we need to include the colon in the heading text inside the
. For example, Business Area:
includes the colon. That matches the original line "Business Area:".
But the original line is "Business Area:" then newline then "Field Operations". So we need to output the heading "Business Area:" as Business Area:
and then the value "Field Operations" as plain text after it. That would preserve the colon and the value.
Similarly for "Workplace Type:" and "Location - Town / City:".
Now we need to ensure we don't add any extra text. Also we must not use or
. Use only ,
, , - . No extra commentary.
Now let's construct the HTML.
We'll start with
Business Area:
Field Operations
But note that after the closing
, we have a space then "Field Operations". That is fine.
Similarly:
Workplace Type:
On-site
Location - Town / City:
Richardsbay
Job Description:
We are looking for a well-groomed individual who is extremely target driven with a high regard for customer service. Your strong communication skills, high energy levels and love for beauty will make you a good candidate for this Cosmetics Consultant position.
Then Key Responsibilities:
then a - Weekly and monthly sales targets Make over’s Know products of your counter and other houses Admin and paperwork Stock take and stock counts Housekeeping (i.e. keeping the counter clean) Liaise with Representatives Promotions and events
Then Qualifications and Experience:
then a Experience / Knowledge: 1 year experience working with cosmetic products Basic understanding of how to do makeovers
Then Competencies:
then a Excellent communication skills Good admin knowledge Target driven
We need to ensure we preserve the colon after "Qualifications and Experience:" and "Competencies:". So the headings should be Qualifications and Experience:
and Competencies:
.
Now check for any other headings: "Key Responsibilities:" includes colon. So we need Key Responsibilities:
.
Now ensure we preserve the colon after each heading.
Now check for any stray numbers or formatting artifacts: there is "1 year experience". That's fine.
Now ensure we preserve apostrophe in "Make over’s". That includes a curly apostrophe? The original text shows "Make over’s". It might be a typographic apostrophe. We must preserve exactly as given. So we need to output "Make over’s". That includes the apostrophe character. We'll copy it exactly.
Now ensure we preserve the parentheses in "Housekeeping (i.e. keeping the counter clean)". That includes the period after i.e. So we need to keep that.
Now ensure we preserve the slash in "Experience / Knowledge". That includes spaces around slash. So we need to keep that exactly.
Now ensure we preserve the colon after "Experience / Knowledge". So the text is "Experience / Knowledge: 1 year experience working with cosmetic products Basic understanding of how to do makeovers". So we need to output that exactly inside the .
Now ensure we preserve the colon after "Competencies". So heading is
Competencies:
.
Now ensure we preserve the space between items in the competencies paragraph: "Excellent communication skills Good admin knowledge Target driven". That's fine.
Now ensure we preserve the colon after "Job Description". So heading is Job Description:
.
Now ensure we preserve the colon after "Key Responsibilities". So heading is Key Responsibilities:
.
Now ensure we preserve the colon after "Qualifications and Experience". So heading is Qualifications and Experience:
.
Now ensure we preserve the colon after "Competencies". So heading is Competencies:
.
Now ensure we preserve the colon after "Business Area". So heading is Business Area:
.
Now ensure we preserve the colon after "Workplace Type". So heading is Workplace Type:
.
Now ensure we preserve the colon after "Location - Town / City". So heading is Location - Town / City:
.
Now after each heading we have a space then the value. That matches original.
Now we need to output only the HTML, no extra whitespace? It's okay to have line breaks between elements; but we must not add any extra commentary. The instruction says "Return ONLY the HTML." So we can output the HTML with line breaks for readability, but no extra text.
Now final HTML:
Business Area:
Field Operations
Workplace Type:
On-site
Location - Town / City:
Richardsbay
Job Description:
We are looking for a well-groomed individual who is extremely target driven with a high regard for customer service. Your strong communication skills, high energy levels and love for beauty will make you a good candidate for this Cosmetics Consultant position.
Key Responsibilities:
- Weekly and monthly sales targets Make over’s Know products of your counter and other houses Admin and paperwork Stock take and stock counts Housekeeping (i.e. keeping the counter clean) Liaise with Representatives Promotions and events
Qualifications and Experience:
Experience / Knowledge: 1 year experience working with cosmetic products Basic understanding of how to do makeovers
Competencies:
Excellent communication skills Good admin knowledge Target driven
Check that we used and - correctly. The
should wrap the - . We have
then - ... then
then
. That's correct.
Now ensure we didn't add any extra text like "Key Responsibilities:" heading includes colon, but we also need to include the colon after the heading? The heading is Key Responsibilities:
which includes colon. That's fine.
Now ensure we didn't add any extra punctuation after the heading before the .
for each distinct heading.
We must preserve all original content word-for-word. That includes "Business Area:", "Field Operations", "Workplace Type:", "On-site", "Location - Town / City:", "Richardsbay", "Job Description:", then the paragraph, then "Key Responsibilities:", then the list items (but they are not bullet points; they are just a line of text separated by spaces? Actually they are listed as separate items separated by spaces, but we need to output as - items. The original content is "Weekly and monthly sales targets Make over’s Know products of your counter and other houses Admin and paperwork Stock take and stock counts Housekeeping (i.e. keeping the counter clean) Liaise with Representatives Promotions and events". We need to preserve word-for-word but we can split into list items? The instruction: Use
- for list items (duties, requirements, qualifications, skills). So we need to treat each distinct item? But we must preserve all original content word-for-word, not add or remove. If we split into separate
- items, we are altering the text? The original line is a sequence of words; we could treat each phrase separated by spaces as separate items? But that would change the structure. However the instruction says "Use
- for list items (duties, requirements, qualifications, skills)". So we need to output list items for those sections. The original text for Key Responsibilities is a list of duties but not separated by line breaks. We can split them into separate
- items preserving the exact wording of each duty as it appears? But we must preserve all original content word-for-word. If we split into separate
- items, we are not adding or removing words, just breaking them into separate items. That should be okay as long as we keep the same words in the same order. For example, we could have
- Weekly and monthly sales targets
- Make over’s
- Know products of your counter and other houses
... etc. That would preserve all words. But we need to decide where to split. The original text: "Weekly and monthly sales targets Make over’s Know products of your counter and other houses Admin and paperwork Stock take and stock counts Housekeeping (i.e. keeping the counter clean) Liaise with Representatives Promotions and events". There are spaces between each phrase. We can treat each phrase as a separate duty. But we need to keep punctuation? There's no punctuation except apostrophe in "Make over’s"? Actually "Make over’s" includes an apostrophe and s. The phrase "Make over’s" maybe is "Make over’s"? It seems like "Make over’s" is a phrase. Then "Know products of your counter and other houses". Then "Admin and paperwork". Then "Stock take and stock counts". Then "Housekeeping (i.e. keeping the counter clean)". Then "Liaise with Representatives". Then "Promotions and events". So we can split at those spaces? But there are spaces within phrases like "Stock take and stock counts". That's three words. So we need to keep that as a single duty. The original text is ambiguous. Perhaps the original list is separated by line breaks in the source but not shown. But we have to preserve word-for-word. We could output a single - containing the entire string? But that would not be a list of items; we need
- for list items. Could have a single
- with the whole text. That would be a list with one item, which is okay. The instruction says "Use
- for list items (duties, requirements, qualifications, skills)". It doesn't require multiple items; a single
- is still a list item. So we could output:
- Weekly and monthly sales targets Make over’s Know products of your counter and other houses Admin and paperwork Stock take and stock counts Housekeeping (i.e. keeping the counter clean) Liaise with Representatives Promotions and events
That preserves all words exactly. That seems safe.
Similarly for "Qualifications and Experience:" line: "Experience / Knowledge: 1 year experience working with cosmetic products Basic understanding of how to do makeovers". That is a single line; we could output as a - as well. But maybe we need a heading "Qualifications and Experience" then a paragraph? The instruction: Use
for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role). So "Qualifications and Experience" is a header. Then the content could be a paragraph or list. It is not a list of items separated; it's a sentence. We could output as a
after the heading. But we could also output as a
- inside a
? The instruction says use - for list items (duties, requirements, qualifications, skills). So if the content is a qualification list, we could output as a
- ... but it's not bullet points. It is a sentence with colon and then text. Could treat the whole text after the heading as a paragraph. Probably better to output as a
after the heading. But the instruction says use
- for list items (duties, requirements, qualifications, skills). So if it's a qualification section, we could output as a
- ... but we need to preserve word-for-word. The content is "Experience / Knowledge: 1 year experience working with cosmetic products Basic understanding of how to do makeovers". That includes colon and spaces. If we put that inside a
- , we need to preserve colon and spacing. That's okay. But we might want to keep it as a paragraph. The instruction says "Use
for introductory paragraphs and general text". So we can just output a
after the heading containing that text. That would be general text. That seems appropriate.
Similarly for "Competencies:" heading, then "Excellent communication skills Good admin knowledge Target driven". That's a list of competencies separated by spaces. Could output as a
or as a
- items. Probably as a
as it's general text.
We also have other headings: "Business Area:", "Workplace Type:", "Location - Town / City:". These are not listed as section headers in the allowed list, but we can still use
for them? The instruction says use for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role). It doesn't explicitly forbid using for other headings, but it says "for section headers (e.g. ...)". It might be okay to use for those as well. But maybe we should just treat them as part of the text? They are labels with colon and value. Could be included as part of the content. But we need to preserve them. Could just output them as part of a paragraph? But they are distinct lines. Could output as Business Area:
Field Operations? But that would add colon and label. The original text includes "Business Area:" then "Field Operations". So we could output:
Business Area:
Field Operations
But that adds the colon inside the heading, which is part of the original text. The original line is "Business Area:" then newline then "Field Operations". So we could output:
Business Area:
Field Operations
But that would put the colon inside the heading, which is okay as it's part of the heading text. However the instruction says use for section headers (e.g. Responsibilities, Qualifications...). It doesn't say we must only use for those specific headings; we can use for any section header. So we can use Business Area:
then the value "Field Operations" as part of the heading? Actually the heading includes the colon, but the value is separate. Might be better to output:
Business Area:
Field Operations
But that would have the heading text "Business Area:" and then the value "Field Operations" after the closing
. That would be separate text, maybe in a
. That would preserve the colon and the value.
Similarly for "Workplace Type:" and "Location - Town / City:".
But the instruction says "Use
for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role)". It doesn't explicitly say we cannot use for other headings, but it's ambiguous. Safer to only use for the headings that are listed as examples? But we need to structure the HTML. We could just output the headings as they appear, using for each distinct heading line. That seems reasonable.
Thus structure:
Business Area:
Field Operations
Workplace Type:
On-site
Location - Town / City:
Richardsbay
Job Description:
(then the paragraph). But "Job Description:" is a heading; we could output Job Description:
then the paragraph. However the paragraph includes the text "We are looking for a well-groomed individual...". That is the job description. So we could output:
Job Description:
We are looking for a well-groomed individual who is extremely target driven with a high regard for customer service. Your strong communication skills, high energy levels and love for beauty will make you a good candidate for this Cosmetics Consultant position.
Then Key Responsibilities:
then the with the list item containing the duties.
Then Qualifications and Experience:
then a with the text "Experience / Knowledge: 1 year experience working with cosmetic products Basic understanding of how to do makeovers".
Then
Competencies:
then a with "Excellent communication skills Good admin knowledge Target driven".
We must preserve all original content word-for-word. That includes the colon after each heading. So we need to include the colon in the heading text inside the
. For example, Business Area:
includes the colon. That matches the original line "Business Area:".
But the original line is "Business Area:" then newline then "Field Operations". So we need to output the heading "Business Area:" as Business Area:
and then the value "Field Operations" as plain text after it. That would preserve the colon and the value.
Similarly for "Workplace Type:" and "Location - Town / City:".
Now we need to ensure we don't add any extra text. Also we must not use or
. Use only ,
, , - . No extra commentary.
Now let's construct the HTML.
We'll start with
Business Area:
Field Operations
But note that after the closing
, we have a space then "Field Operations". That is fine.
Similarly:
Workplace Type:
On-site
Location - Town / City:
Richardsbay
Job Description:
We are looking for a well-groomed individual who is extremely target driven with a high regard for customer service. Your strong communication skills, high energy levels and love for beauty will make you a good candidate for this Cosmetics Consultant position.
Then Key Responsibilities:
then a - Weekly and monthly sales targets Make over’s Know products of your counter and other houses Admin and paperwork Stock take and stock counts Housekeeping (i.e. keeping the counter clean) Liaise with Representatives Promotions and events
Then Qualifications and Experience:
then a Experience / Knowledge: 1 year experience working with cosmetic products Basic understanding of how to do makeovers
Then Competencies:
then a Excellent communication skills Good admin knowledge Target driven
We need to ensure we preserve the colon after "Qualifications and Experience:" and "Competencies:". So the headings should be Qualifications and Experience:
and Competencies:
.
Now check for any other headings: "Key Responsibilities:" includes colon. So we need Key Responsibilities:
.
Now ensure we preserve the colon after each heading.
Now check for any stray numbers or formatting artifacts: there is "1 year experience". That's fine.
Now ensure we preserve apostrophe in "Make over’s". That includes a curly apostrophe? The original text shows "Make over’s". It might be a typographic apostrophe. We must preserve exactly as given. So we need to output "Make over’s". That includes the apostrophe character. We'll copy it exactly.
Now ensure we preserve the parentheses in "Housekeeping (i.e. keeping the counter clean)". That includes the period after i.e. So we need to keep that.
Now ensure we preserve the slash in "Experience / Knowledge". That includes spaces around slash. So we need to keep that exactly.
Now ensure we preserve the colon after "Experience / Knowledge". So the text is "Experience / Knowledge: 1 year experience working with cosmetic products Basic understanding of how to do makeovers". So we need to output that exactly inside the .
Now ensure we preserve the colon after "Competencies". So heading is
Competencies:
.
Now ensure we preserve the space between items in the competencies paragraph: "Excellent communication skills Good admin knowledge Target driven". That's fine.
Now ensure we preserve the colon after "Job Description". So heading is Job Description:
.
Now ensure we preserve the colon after "Key Responsibilities". So heading is Key Responsibilities:
.
Now ensure we preserve the colon after "Qualifications and Experience". So heading is Qualifications and Experience:
.
Now ensure we preserve the colon after "Competencies". So heading is Competencies:
.
Now ensure we preserve the colon after "Business Area". So heading is Business Area:
.
Now ensure we preserve the colon after "Workplace Type". So heading is Workplace Type:
.
Now ensure we preserve the colon after "Location - Town / City". So heading is Location - Town / City:
.
Now after each heading we have a space then the value. That matches original.
Now we need to output only the HTML, no extra whitespace? It's okay to have line breaks between elements; but we must not add any extra commentary. The instruction says "Return ONLY the HTML." So we can output the HTML with line breaks for readability, but no extra text.
Now final HTML:
Business Area:
Field Operations
Workplace Type:
On-site
Location - Town / City:
Richardsbay
Job Description:
We are looking for a well-groomed individual who is extremely target driven with a high regard for customer service. Your strong communication skills, high energy levels and love for beauty will make you a good candidate for this Cosmetics Consultant position.
Key Responsibilities:
- Weekly and monthly sales targets Make over’s Know products of your counter and other houses Admin and paperwork Stock take and stock counts Housekeeping (i.e. keeping the counter clean) Liaise with Representatives Promotions and events
Qualifications and Experience:
Experience / Knowledge: 1 year experience working with cosmetic products Basic understanding of how to do makeovers
Competencies:
Excellent communication skills Good admin knowledge Target driven
Check that we used and - correctly. The
should wrap the - . We have
then - ... then
then
. That's correct.
Now ensure we didn't add any extra text like "Key Responsibilities:" heading includes colon, but we also need to include the colon after the heading? The heading is Key Responsibilities:
which includes colon. That's fine.
Now ensure we didn't add any extra punctuation after the heading before the .
- for list items (duties, requirements, qualifications, skills). So we need to treat each distinct item? But we must preserve all original content word-for-word, not add or remove. If we split into separate
- items, we are altering the text? The original line is a sequence of words; we could treat each phrase separated by spaces as separate items? But that would change the structure. However the instruction says "Use
- for list items (duties, requirements, qualifications, skills)". So we need to output list items for those sections. The original text for Key Responsibilities is a list of duties but not separated by line breaks. We can split them into separate
- items preserving the exact wording of each duty as it appears? But we must preserve all original content word-for-word. If we split into separate
- items, we are not adding or removing words, just breaking them into separate items. That should be okay as long as we keep the same words in the same order. For example, we could have
- Weekly and monthly sales targets
- Make over’s
- Know products of your counter and other houses ... etc. That would preserve all words. But we need to decide where to split. The original text: "Weekly and monthly sales targets Make over’s Know products of your counter and other houses Admin and paperwork Stock take and stock counts Housekeeping (i.e. keeping the counter clean) Liaise with Representatives Promotions and events". There are spaces between each phrase. We can treat each phrase as a separate duty. But we need to keep punctuation? There's no punctuation except apostrophe in "Make over’s"? Actually "Make over’s" includes an apostrophe and s. The phrase "Make over’s" maybe is "Make over’s"? It seems like "Make over’s" is a phrase. Then "Know products of your counter and other houses". Then "Admin and paperwork". Then "Stock take and stock counts". Then "Housekeeping (i.e. keeping the counter clean)". Then "Liaise with Representatives". Then "Promotions and events". So we can split at those spaces? But there are spaces within phrases like "Stock take and stock counts". That's three words. So we need to keep that as a single duty. The original text is ambiguous. Perhaps the original list is separated by line breaks in the source but not shown. But we have to preserve word-for-word. We could output a single
- containing the entire string? But that would not be a list of items; we need
- for list items. Could have a single
- with the whole text. That would be a list with one item, which is okay. The instruction says "Use
- for list items (duties, requirements, qualifications, skills)". It doesn't require multiple items; a single
- is still a list item. So we could output:
- Weekly and monthly sales targets Make over’s Know products of your counter and other houses Admin and paperwork Stock take and stock counts Housekeeping (i.e. keeping the counter clean) Liaise with Representatives Promotions and events
- as well. But maybe we need a heading "Qualifications and Experience" then a paragraph? The instruction: Use
for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role). So "Qualifications and Experience" is a header. Then the content could be a paragraph or list. It is not a list of items separated; it's a sentence. We could output as a
after the heading. But we could also output as a
- inside a
- ? The instruction says use
- for list items (duties, requirements, qualifications, skills). So if the content is a qualification list, we could output as a
- ... but it's not bullet points. It is a sentence with colon and then text. Could treat the whole text after the heading as a paragraph. Probably better to output as a
after the heading. But the instruction says use
- for list items (duties, requirements, qualifications, skills). So if it's a qualification section, we could output as a
- ... but we need to preserve word-for-word. The content is "Experience / Knowledge: 1 year experience working with cosmetic products Basic understanding of how to do makeovers". That includes colon and spaces. If we put that inside a
- , we need to preserve colon and spacing. That's okay. But we might want to keep it as a paragraph. The instruction says "Use
for introductory paragraphs and general text". So we can just output a
after the heading containing that text. That would be general text. That seems appropriate. Similarly for "Competencies:" heading, then "Excellent communication skills Good admin knowledge Target driven". That's a list of competencies separated by spaces. Could output as a
or as a
- items. Probably as a
as it's general text. We also have other headings: "Business Area:", "Workplace Type:", "Location - Town / City:". These are not listed as section headers in the allowed list, but we can still use
for them? The instruction says use
for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role). It doesn't explicitly forbid using
for other headings, but it says "for section headers (e.g. ...)". It might be okay to use
for those as well. But maybe we should just treat them as part of the text? They are labels with colon and value. Could be included as part of the content. But we need to preserve them. Could just output them as part of a paragraph? But they are distinct lines. Could output as
Business Area:
Field Operations? But that would add colon and label. The original text includes "Business Area:" then "Field Operations". So we could output:Business Area:
Field Operations But that adds the colon inside the heading, which is part of the original text. The original line is "Business Area:" then newline then "Field Operations". So we could output:Business Area:
Field Operations But that would put the colon inside the heading, which is okay as it's part of the heading text. However the instruction says usefor section headers (e.g. Responsibilities, Qualifications...). It doesn't say we must only use
for those specific headings; we can use for any section header. So we can use
. That would be separate text, maybe in aBusiness Area:
then the value "Field Operations" as part of the heading? Actually the heading includes the colon, but the value is separate. Might be better to output:Business Area:
Field Operations But that would have the heading text "Business Area:" and then the value "Field Operations" after the closing. That would preserve the colon and the value. Similarly for "Workplace Type:" and "Location - Town / City:". But the instruction says "Use
for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role)". It doesn't explicitly say we cannot use
for other headings, but it's ambiguous. Safer to only use
for the headings that are listed as examples? But we need to structure the HTML. We could just output the headings as they appear, using
for each distinct heading line. That seems reasonable. Thus structure:
Business Area:
Field OperationsWorkplace Type:
On-siteLocation - Town / City:
RichardsbayJob Description:
(then the paragraph). But "Job Description:" is a heading; we could outputJob Description:
then the paragraph. However the paragraph includes the text "We are looking for a well-groomed individual...". That is the job description. So we could output:Job Description:
We are looking for a well-groomed individual who is extremely target driven with a high regard for customer service. Your strong communication skills, high energy levels and love for beauty will make you a good candidate for this Cosmetics Consultant position. ThenKey Responsibilities:
then the- with the list item containing the duties.
Then
- . No extra commentary.
Now let's construct the HTML.
We'll start with
Business Area:
Field Operations But note that after the closing - Weekly and monthly sales targets Make over’s Know products of your counter and other houses Admin and paperwork Stock take and stock counts Housekeeping (i.e. keeping the counter clean) Liaise with Representatives Promotions and events
- Weekly and monthly sales targets Make over’s Know products of your counter and other houses Admin and paperwork Stock take and stock counts Housekeeping (i.e. keeping the counter clean) Liaise with Representatives Promotions and events
- correctly. The
- should wrap the
- . We have
- then
- ... then then
Key Responsibilities:
which includes colon. That's fine. Now ensure we didn't add any extra punctuation after the heading before the- .
- . We have
Qualifications and Experience:
then awith the text "Experience / Knowledge: 1 year experience working with cosmetic products Basic understanding of how to do makeovers". Then
Competencies:
then awith "Excellent communication skills Good admin knowledge Target driven". We must preserve all original content word-for-word. That includes the colon after each heading. So we need to include the colon in the heading text inside the
. For example,
Business Area:
includes the colon. That matches the original line "Business Area:". But the original line is "Business Area:" then newline then "Field Operations". So we need to output the heading "Business Area:" asBusiness Area:
and then the value "Field Operations" as plain text after it. That would preserve the colon and the value. Similarly for "Workplace Type:" and "Location - Town / City:". Now we need to ensure we don't add any extra text. Also we must not useor
. Use only,
,
, we have a space then "Field Operations". That is fine. Similarly:- ,
Workplace Type:
On-siteLocation - Town / City:
RichardsbayJob Description:
We are looking for a well-groomed individual who is extremely target driven with a high regard for customer service. Your strong communication skills, high energy levels and love for beauty will make you a good candidate for this Cosmetics Consultant position. ThenKey Responsibilities:
then aQualifications and Experience:
then aExperience / Knowledge: 1 year experience working with cosmetic products Basic understanding of how to do makeovers
ThenCompetencies:
then aExcellent communication skills Good admin knowledge Target driven
We need to ensure we preserve the colon after "Qualifications and Experience:" and "Competencies:". So the headings should beQualifications and Experience:
andCompetencies:
. Now check for any other headings: "Key Responsibilities:" includes colon. So we needKey Responsibilities:
. Now ensure we preserve the colon after each heading. Now check for any stray numbers or formatting artifacts: there is "1 year experience". That's fine. Now ensure we preserve apostrophe in "Make over’s". That includes a curly apostrophe? The original text shows "Make over’s". It might be a typographic apostrophe. We must preserve exactly as given. So we need to output "Make over’s". That includes the apostrophe character. We'll copy it exactly. Now ensure we preserve the parentheses in "Housekeeping (i.e. keeping the counter clean)". That includes the period after i.e. So we need to keep that. Now ensure we preserve the slash in "Experience / Knowledge". That includes spaces around slash. So we need to keep that exactly. Now ensure we preserve the colon after "Experience / Knowledge". So the text is "Experience / Knowledge: 1 year experience working with cosmetic products Basic understanding of how to do makeovers". So we need to output that exactly inside the. Now ensure we preserve the colon after "Competencies". So heading is
Competencies:
. Now ensure we preserve the space between items in the competencies paragraph: "Excellent communication skills Good admin knowledge Target driven". That's fine. Now ensure we preserve the colon after "Job Description". So heading isJob Description:
. Now ensure we preserve the colon after "Key Responsibilities". So heading isKey Responsibilities:
. Now ensure we preserve the colon after "Qualifications and Experience". So heading isQualifications and Experience:
. Now ensure we preserve the colon after "Competencies". So heading isCompetencies:
. Now ensure we preserve the colon after "Business Area". So heading isBusiness Area:
. Now ensure we preserve the colon after "Workplace Type". So heading isWorkplace Type:
. Now ensure we preserve the colon after "Location - Town / City". So heading isLocation - Town / City:
. Now after each heading we have a space then the value. That matches original. Now we need to output only the HTML, no extra whitespace? It's okay to have line breaks between elements; but we must not add any extra commentary. The instruction says "Return ONLY the HTML." So we can output the HTML with line breaks for readability, but no extra text. Now final HTML:Business Area:
Field OperationsWorkplace Type:
On-siteLocation - Town / City:
RichardsbayJob Description:
We are looking for a well-groomed individual who is extremely target driven with a high regard for customer service. Your strong communication skills, high energy levels and love for beauty will make you a good candidate for this Cosmetics Consultant position.Key Responsibilities:
Qualifications and Experience:
Experience / Knowledge: 1 year experience working with cosmetic products Basic understanding of how to do makeovers
Competencies:
Excellent communication skills Good admin knowledge Target driven
Check that we used- and
- . No extra commentary.
Now let's construct the HTML.
We'll start with
- items. Probably as a
- for list items (duties, requirements, qualifications, skills). So if it's a qualification section, we could output as a
- ... but it's not bullet points. It is a sentence with colon and then text. Could treat the whole text after the heading as a paragraph. Probably better to output as a
- for list items (duties, requirements, qualifications, skills). So if the content is a qualification list, we could output as a
How well do you match?
Get an instant AI match score for this role — free, takes 3 minutes.
Tailor your CV for this role
The concierge rewrites your whole CV and writes a matching cover letter for this job — opens right here, nothing to paste.
Tailor My CV to This Job ✍️Let jobs find you
Leave your email and our AI matches you to new jobs across 24 African markets — free. You wait for the call.
Add your CV for real matches
Upload your CV and we score every new job against your real experience — only strong matches reach your inbox. Optional, but it makes your matches far sharper.
You're in.
We'll email you the moment a job matches your profile. Check your inbox for a welcome from My Job Concierge.
I'm ECHO, your MJC career assistant. I can help you find jobs, explore career tools, and connect with opportunities across Africa.