OP

Opterion Vision Founding Member (Remote Volunteer)

Full-time Remote FCT, Nigeria, NG
Posted 1 day, 5 hours ago 54 views 0 applications

Job Description

We need to output HTML only, using

for intro paragraphs and general text,

for section headers like Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role. Use
  • for list items (duties, requirements, qualifications, skills). No CSS classes, no inline styles, no
    , no
    . Preserve all original content word-for-word, do not add, remove, summarise, or rephrase. If text has no clear sections, just wrap paragraphs in

    . Return only HTML. We need to parse the given job description and decide sections. Original text: "Join Opterion Vision, the innovation community behind Opterion Technologies and NEIDONEI. We are looking for passionate people who want to build Africa's next generation technology products. This is a fully remote online community where members collaborate on projects, learn together, share ideas and help build products such as NEIDONEI. We welcome: Software Developers, UI/UX Designers, AI Engineers, Product Managers, Graphic Designers, Digital Marketers, Content Writers, Business Developers, Students interested in technology. Benefits: Work on real startup projects, Build your portfolio, Learn from experienced members, Networking opportunities, Future leadership positions, Possible paid opportunities as the company grows. Location: Remote (Worldwide). Skills: business development, market research, product marketing, educational technology, public speaking, corporate communications, ux/ui collaboration, teamwork, problem solving, critical thinking, leadership, creativity. Eligibility: Must be 18 years or older. Passionate about technology, innovation, and entrepreneurship. Must be willing to learn and collaborate remotely. Access to a smartphone or computer with internet. Good communication and teamwork skills. No university degree required. Previous experience is an advantage but not required. Must be committed to contributing to Opterion Vision projects and activities. Open to applicants from Nigeria and other African countries. Salary Range: Not specified. Status: Active. How to Apply: Apply via the provided link: [Apply](https://startupabuja.teammanager.ng/vacancy/apply/443/)" We need to preserve content word-for-word, including punctuation, line breaks? We can't use
    . We'll need to convert line breaks into paragraphs or list items. We need to identify sections: The text includes headings like "Benefits:", "Location:", "Skills:", "Eligibility:", "Salary Range:", "Status:", "How to Apply:". We can treat each of those as section headers (

    ). The content after each heading until next heading or end should be in

    or

    • if it's a list. We need to preserve original content exactly, but we can restructure into HTML tags. The content after headings includes lists separated by commas. Should we convert them to
      • ? The instruction: Use
        • for list items (duties, requirements, qualifications, skills). So for sections that are lists like Skills, Benefits, Eligibility (which are bullet-like), we should convert each item separated by commas or line breaks into
        • . However we must preserve original content word-for-word: we cannot change wording, but we can wrap each item in
        • tags. The items are separated by commas; we need to split them. But we must ensure we don't lose any commas or punctuation inside items. The original text: "Benefits: Work on real startup projects, Build your portfolio, Learn from experienced members, Networking opportunities, Future leadership positions, Possible paid opportunities as the company grows." So after "Benefits:" we have a list separated by commas. We could make each item a
        • . Need to keep the exact phrasing: "Work on real startup projects", "Build your portfolio", etc. The trailing period after last item? The original ends with a period after "as the company grows." So we need to keep that period inside the last
        • . Similarly for Skills: "business development, market research, product marketing, educational technology, public speaking, corporate communications, ux/ui collaboration, teamwork, problem solving, critical thinking, leadership, creativity." No period after creativity? Actually there is a period after creativity? The text: "Skills: business development, market research, product marketing, educational technology, public speaking, corporate communications, ux/ui collaboration, teamwork, problem solving, critical thinking, leadership, creativity." It ends with a period after creativity. So each item should not include the trailing comma; we need to split by commas and trim spaces. The last item includes a period at end. Eligibility: list of sentences separated by periods? Actually "Eligibility: Must be 18 years or older. Passionate about technology, innovation, and entrepreneurship. Must be willing to learn and collaborate remotely. Access to a smartphone or computer with internet. Good communication and teamwork skills. No university degree required. Previous experience is an advantage but not required. Must be committed to contributing to Opterion Vision projects and activities. Open to applicants from Nigeria and other African countries." This is more like separate sentences, each ending with a period. Could treat each sentence as a list item. Location: "Location: Remote (Worldwide)." That's a single item. Salary Range: "Salary Range: Not specified." Single. Status: "Status: Active." Single. How to Apply: heading then paragraph: "Apply via the provided link: [Apply](https://startupabuja.teammanager.ng/vacancy/apply/443/)" We need to preserve the link text exactly, including markdown? The original includes "[Apply](url)". We must preserve that exactly. So we will keep that as part of the paragraph. Now the introductory paragraphs before Benefits: "Join Opterion Vision, the innovation community behind Opterion Technologies and NEIDONEI. We are looking for passionate people who want to build Africa's next generation technology products. This is a fully remote online community where members collaborate on projects, learn together, share ideas and help build products such as NEIDONEI. We welcome: Software Developers, UI/UX Designers, AI Engineers, Product Managers, Graphic Designers, Digital Marketers, Content Writers, Business Developers, Students interested in technology." We have a "We welcome:" list. That could be treated as a list as well. Could be considered a section maybe "Roles" but not specified. We could treat it as a paragraph with a colon and then list. Since we need to use
          • for list items (duties, requirements, qualifications, skills). This is a list of roles, maybe not required but we could still use list. However instruction: Use
            • for list items (duties, requirements, qualifications, skills). It doesn't forbid using for other lists, but we should follow. Safer to treat as

              with the list as plain text? But we could also convert to

              • as it's a list. The instruction says "Use
                • for list items (duties, requirements, qualifications, skills)". It doesn't say we cannot use for other lists, but to be safe we could keep as

                  and keep the colon and list as plain text. However we need to preserve original content word-for-word; if we wrap each item in

                • we are adding tags but not altering text. That's allowed. The instruction says use
                  • for list items (duties, requirements, qualifications, skills). It doesn't forbid using for other lists, but we could still use for any list. I'd convert all comma-separated lists to
                    • . That seems reasonable. Thus structure:

                      About the Role

                      maybe? But we don't have a heading for intro. Could just wrap intro paragraphs in

                      . The first paragraph(s) before any heading: we can treat as

                      for each sentence or combine. We need to output only HTML, no extra text. Let's decide sections: - Intro: up to "We welcome:" maybe treat as

                      containing first three sentences, then a

                      Roles? Not in list of allowed headings but we could use

                      for "Roles". However the instruction says use

                      for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role). So we can use "About the Role" as a header. But the original text doesn't have that header; we cannot add new headings not present. We must preserve original content word-for-word, not add new headings. So we cannot insert a heading that wasn't there. So we must not add any headings besides those present in original text. The original text has headings: Benefits, Location, Skills, Eligibility, Salary Range, Status, How to Apply. Also maybe "We welcome:" could be considered a heading but it's not capitalized like a heading. It's part of a sentence. We should not treat it as a separate heading unless we want to add, which we shouldn't. Thus we should keep the introductory text as

                      paragraphs, preserving the "We welcome:" as part of paragraph. Thus we will have:

                      Join Opterion Vision, the innovation community behind Opterion Technologies and NEIDONEI. We are looking for passionate people who want to build Africa's next generation technology products. This is a fully remote online community where members collaborate on projects, learn together, share ideas and help build products such as NEIDONEI. We welcome: Software Developers, UI/UX Designers, AI Engineers, Product Managers, Graphic Designers, Digital Marketers, Content Writers, Business Developers, Students interested in technology.

                      Then we have Benefits heading:

                      Benefits

                      then
                      • items. But we need to preserve the colon after Benefits? The original text: "Benefits: Work on real startup projects, Build your portfolio, Learn from experienced members, Networking opportunities, Future leadership positions, Possible paid opportunities as the company grows." If we make

                        Benefits

                        , we are omitting the colon. Is that allowed? We must preserve original content word-for-word. Changing "Benefits:" to

                        Benefits

                        removes the colon. That's altering content. The instruction says preserve ALL original content word-for-word — do not add, remove, summarise, or rephrase. So we cannot drop the colon. We need to keep the colon somewhere. Options: we could keep the colon inside the heading:

                        Benefits:

                        . That preserves the colon. The instruction says use

                        for section headers (e.g. Responsibilities, Qualifications, Requirements, Education, Experience, Skills, How to Apply, Key Duties, About the Role). It didn't forbid punctuation inside header. So we can do

                        Benefits:

                        . Similarly for other headings. Thus we will use headings exactly as they appear in text, including colon. Now after heading, we need to list items. The original text after heading includes a space then list. We'll convert each comma-separated item to
                      • . Need to ensure we keep the exact wording of each item, including any internal punctuation. Let's extract Benefits items: Original after "Benefits:": "Work on real startup projects, Build your portfolio, Learn from experienced members, Networking opportunities, Future leadership positions, Possible paid opportunities as the company grows." Note there is a period after "as the company grows." So the last item includes a period at end. We'll split by ", " (comma space). Items: 1. Work on real startup projects 2. Build your portfolio 3. Learn from experienced members 4. Networking opportunities 5. Future leadership positions 6. Possible paid opportunities as the company grows. Check that each item retains original wording: yes. Now Location: "Location: Remote (Worldwide)." After heading "Location:" we have "Remote (Worldwide)." That's a single item. Could be

                        or

                        • . Since it's not a list, we can just

                          Remote (Worldwide).

                          but we need to preserve the heading. We'll do

                          Location:

                          Remote (Worldwide).

                          Skills: "Skills: business development, market research, product marketing, educational technology, public speaking, corporate communications, ux/ui collaboration, teamwork, problem solving, critical thinking, leadership, creativity." After heading "Skills:" we have list separated by commas, ends with a period after creativity. Items: - business development - market research - product marketing - educational technology - public speaking - corporate communications - ux/ui collaboration - teamwork - problem solving - critical thinking - leadership - creativity. Note the last item includes a period. Eligibility: "Eligibility: Must be 18 years or older. Passionate about technology, innovation, and entrepreneurship. Must be willing to learn and collaborate remotely. Access to a smartphone or computer with internet. Good communication and teamwork skills. No university degree required. Previous experience is an advantage but not required. Must be committed to contributing to Opterion Vision projects and activities. Open to applicants from Nigeria and other African countries." After heading "Eligibility:" we have sentences separated by periods. We'll treat each sentence as list item. Need to keep each sentence exactly, including the period at end. Let's split by ". " (period space) but careful with abbreviations like "etc." not present. We'll do: 1. Must be 18 years or older. 2. Passionate about technology, innovation, and entrepreneurship. 3. Must be willing to learn and collaborate remotely. 4. Access to a smartphone or computer with internet. 5. Good communication and teamwork skills. 6. No university degree required. 7. Previous experience is an advantage but not required. 8. Must be committed to contributing to Opterion Vision projects and activities. 9. Open to applicants from Nigeria and other African countries. Check each ends with period. Salary Range: "Salary Range: Not specified." After heading "Salary Range:" we have "Not specified." Single sentence. Status: "Status: Active." After heading "Status:" we have "Active." How to Apply: heading "How to Apply:" then paragraph: "Apply via the provided link: [Apply](https://startupabuja.teammanager.ng/vacancy/apply/443/)" We need to preserve the link exactly, including markdown syntax. So we will put that inside

                          . Now we need to ensure we didn't lose any content: The introductory paragraph includes "We welcome: Software Developers, UI/UX Designers, AI Engineers, Product Managers, Graphic Designers, Digital Marketers, Content Writers, Business Developers, Students interested in technology." This is a colon followed by list. We could also treat that as a list under maybe no heading. But we already used that sentence as part of intro paragraph. However we have a colon and list; we could convert to

                          • but we need a heading? Not required. We could keep as

                            and inside the paragraph we have colon and list as plain text. That preserves content. However we might want to convert to list for better semantics but not required. The instruction says use

                            • for list items (duties, requirements, qualifications, skills). This list is not explicitly duties etc. So we can keep as plain text. Thus final HTML:

                              Join Opterion Vision, the innovation community behind Opterion Technologies and NEIDONEI. We are looking for passionate people who want to build Africa's next generation technology products. This is a fully remote online community where members collaborate on projects, learn together, share ideas and help build products such as NEIDONEI. We welcome: Software Developers, UI/UX Designers, AI Engineers, Product Managers, Graphic Designers, Digital Marketers, Content Writers, Business Developers, Students interested in technology.

                              Benefits:

                              • Work on real startup projects
                              • Build your portfolio
                              • Learn from experienced members
                              • Networking opportunities
                              • Future leadership positions
                              • Possible paid opportunities as the company grows.

                              Location:

                              Remote (Worldwide).

                              Skills:

                              • business development
                              • market research
                              • product marketing
                              • educational technology
                              • public speaking
                              • corporate communications
                              • ux/ui collaboration
                              • teamwork
                              • problem solving
                              • critical thinking
                              • leadership
                              • creativity.

                              Eligibility:

                              • Must be 18 years or older.
                              • Passionate about technology, innovation, and entrepreneurship.
                              • Must be willing to learn and collaborate remotely.
                              • Access to a smartphone or computer with internet.
                              • Good communication and teamwork skills.
                              • No university degree required.
                              • Previous experience is an advantage but not required.
                              • Must be committed to contributing to Opterion Vision projects and activities.
                              • Open to applicants from Nigeria and other African countries.

                              Salary Range:

                              Not specified.

                              Status:

                              Active.

                              How to Apply:

                              Apply via the provided link: [Apply](https://startupabuja.teammanager.ng/vacancy/apply/443/)

                              Check we preserved all original content: Let's verify each piece. Intro: we kept all sentences exactly. The original had a period after "NEIDONEI." then space then "We welcome:" etc. We kept that. Benefits: we kept colon in heading. Items: we removed the commas separating them and the period after last item is inside last li. Did we lose any commas? The original had commas between items; we removed them but they are not part of the items themselves; they are separators. The content of each item is preserved exactly as between commas. The original text after "Benefits:" includes a space then list. The commas are not

Apply Now ↗

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 ✍️

Join Our South Africa Channels

Get free job alerts on your phone

MJC
ECHO
Your MJC Assistant

I'm ECHO, your MJC career assistant. I can help you find jobs, explore career tools, and connect with opportunities across Africa.

How was your experience with ECHO?