Skip to main content
HimalayasHimalayas logo
Chinenye MabelCM
Open to opportunities

Chinenye Mabel

@chinenyemabel

Entry-level remote sales professional skilled in CRM, lead generation, and appointment setting.

Nigeria
Message

What I'm looking for

I’m looking for an entry-level remote sales role where I can apply CRM, lead generation, and customer engagement to help hit team revenue targets, work across time zones with digital tools, and grow through continuous improvement.

I’m a results-oriented, detail-driven entry-level remote sales professional with a BSc/Ed and certified training in “In-Demand IT & Sales Skills” from the Digital Witch Support Community (2026). I’m trained across the remote sales support cycle, and I’m ready to turn structured outreach into measurable pipeline growth.

I’m adept at building client relationships and converting prospects through strategic communication. My core focus areas include Customer Relationship Management (CRM), lead generation & prospecting, telemarketing with cold/warm calling, and email marketing & outreach—so I can move leads smoothly through the sales funnel.

Because I work remotely by design, I’m comfortable operating independently across time zones using remote work platforms (including Upwork), CRM platforms, and project management tools. I also apply workflow task automation to streamline repetitive work, keeping attention on high-value client interaction.

I’m motivated by continuous improvement: I actively refine sales scripts, follow-up strategies, and objection handling through feedback to support quota attainment. I’m seeking an entry-level remote sales role where I can apply CRM, lead generation, and customer engagement competencies to contribute to team revenue targets.

Experience

Work history, roles, and key accomplishments

DC

Remote Sales Skills Training

Digital Witch Support Community

Completed structured training covering remote sales support across CRM, telemarketing, email marketing, lead generation, and workflow automation. Built proficiency in appointment setting, calendar/account management, and prospect nurturing for remote lead conversion.

Education

Degrees, certifications, and relevant coursework

IN

Indemand

IT Support Assistant (Certification), IT Support

Certified as an IT Support Assistant by Indemand.

Tech stack

Software and tools used professionally

Availability

Open to opportunities

Location

Nigeria

Authorized to work in

Portfolio

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Chinenye Mabel Anyanwu — Sales Representative</title> <link href="https://fonts.googleapis.com/css2?family=Fraunces:ital,wght@0,300;0,400;0,700;1,300;1,400&family=DM+Mono:wght@300;400;500&display=swap" rel="stylesheet"> <style> :root { --ink: #0d0d0d; --cream: #f5f0e8; --gold: #c9a84c; --rust: #b84a2e; --sage: #4a6741; --muted: #7a7065; --card-bg: #faf7f2; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; } body { background: var(--cream); color: var(--ink); font-family: 'DM Mono', monospace; font-size: 14px; line-height: 1.7; overflow-x: hidden; } /* ── NOISE OVERLAY ── */ body::before { content: ''; position: fixed; inset: 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E"); pointer-events: none; z-index: 9999; opacity: 0.5; } /* ── HEADER ── */ header { position: relative; min-height: 100vh; display: grid; grid-template-rows: auto 1fr auto; padding: 2.5rem 3rem; overflow: hidden; } header::after { content: ''; position: absolute; right: -120px; top: -120px; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(201,168,76,0.15) 0%, transparent 70%); pointer-events: none; } .nav { display: flex; justify-content: space-between; align-items: center; opacity: 0; animation: fadeDown 0.8s 0.2s forwards; } .nav-logo { font-family: 'Fraunces', serif; font-size: 1.1rem; font-weight: 300; letter-spacing: 0.05em; color: var(--muted); } .nav-links { display: flex; gap: 2rem; list-style: none; } .nav-links a { color: var(--muted); text-decoration: none; font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; transition: color 0.2s; } .nav-links a:hover { color: var(--gold); } .hero { display: flex; flex-direction: column; justify-content: center; padding: 4rem 0 2rem; } .hero-label { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--rust); margin-bottom: 1.5rem; opacity: 0; animation: fadeUp 0.8s 0.5s forwards; } .hero-name { font-family: 'Fraunces', serif; font-size: clamp(3.5rem, 8vw, 7rem); font-weight: 300; line-height: 1.05; letter-spacing: -0.02em; opacity: 0; animation: fadeUp 0.9s 0.7s forwards; } .hero-name em { font-style: italic; color: var(--gold); } .hero-tagline { margin-top: 2rem; max-width: 520px; font-size: 0.9rem; color: var(--muted); line-height: 1.9; opacity: 0; animation: fadeUp 0.9s 1s forwards; } .hero-cta { margin-top: 3rem; display: flex; gap: 1.2rem; opacity: 0; animation: fadeUp 0.9s 1.2s forwards; } .btn { display: inline-block; padding: 0.85rem 2rem; font-family: 'DM Mono', monospace; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none; border: 1.5px solid var(--ink); color: var(--ink); transition: all 0.25s; cursor: pointer; } .btn:hover { background: var(--ink); color: var(--cream); } .btn-filled { background: var(--ink); color: var(--cream); } .btn-filled:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); } .hero-scroll { display: flex; align-items: center; gap: 1rem; font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); opacity: 0; animation: fadeUp 0.9s 1.5s forwards; } .scroll-line { width: 60px; height: 1px; background: var(--muted); animation: expandLine 1.5s 2s forwards; transform-origin: left; transform: scaleX(0); } /* ── SECTIONS ── */ section { padding: 6rem 3rem; max-width: 1100px; margin: 0 auto; } .section-label { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--rust); margin-bottom: 0.8rem; } .section-title { font-family: 'Fraunces', serif; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 300; line-height: 1.2; margin-bottom: 3rem; } .section-title em { font-style: italic; color: var(--gold); } /* ── VALUE PROPS ── */ .value-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5px; background: var(--ink); border: 1.5px solid var(--ink); margin-bottom: 5rem; } .value-card { background: var(--card-bg); padding: 2.5rem; transition: background 0.2s; } .value-card:hover { background: var(--ink); color: var(--cream); } .value-card:hover .value-icon { color: var(--gold); } .value-card:hover .value-num { color: var(--gold); } .value-icon { font-size: 1.4rem; margin-bottom: 1rem; color: var(--gold); transition: color 0.2s; } .value-num { font-family: 'Fraunces', serif; font-size: 2.5rem; font-weight: 700; color: var(--ink); transition: color 0.2s; line-height: 1; margin-bottom: 0.4rem; } .value-card:hover .value-num { color: var(--gold); } .value-desc { font-size: 0.78rem; color: var(--muted); transition: color 0.2s; line-height: 1.6; } .value-card:hover .value-desc { color: rgba(245,240,232,0.7); } /* ── EXPERIENCE ── */ .experience-block { display: grid; grid-template-columns: 1fr 2fr; gap: 4rem; margin-bottom: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(0,0,0,0.1); } .experience-block:last-child { border-bottom: none; } .exp-meta { padding-top: 0.3rem; } .exp-year { font-size: 0.7rem; letter-spacing: 0.15em; color: var(--rust); text-transform: uppercase; margin-bottom: 0.5rem; } .exp-company { font-family: 'Fraunces', serif; font-size: 1.4rem; font-weight: 300; margin-bottom: 0.3rem; } .exp-role { font-size: 0.75rem; color: var(--muted); letter-spacing: 0.08em; } .exp-desc { font-size: 0.85rem; color: #3a3530; line-height: 1.9; margin-bottom: 1.2rem; } .exp-wins { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; } .exp-wins li { display: flex; gap: 0.8rem; font-size: 0.8rem; color: var(--ink); } .exp-wins li::before { content: '→'; color: var(--gold); flex-shrink: 0; } /* ── MOCK PITCH ── */ .pitch-container { background: var(--ink); color: var(--cream); padding: 3.5rem; position: relative; overflow: hidden; } .pitch-container::before { content: '"'; position: absolute; top: -1rem; left: 2rem; font-family: 'Fraunces', serif; font-size: 12rem; color: rgba(201,168,76,0.1); line-height: 1; pointer-events: none; } .pitch-tabs { display: flex; gap: 0; margin-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,0.15); } .pitch-tab { padding: 0.7rem 1.5rem; font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(245,240,232,0.4); cursor: pointer; border-bottom: 2px solid transparent; margin-bottom: -1px; transition: all 0.2s; background: none; border-left: none; border-right: none; border-top: none; font-family: 'DM Mono', monospace; } .pitch-tab.active { color: var(--gold); border-bottom-color: var(--gold); } .pitch-panel { display: none; } .pitch-panel.active { display: block; } .pitch-panel h4 { font-family: 'Fraunces', serif; font-size: 1.4rem; font-weight: 300; color: var(--gold); margin-bottom: 1rem; } .pitch-panel p { font-size: 0.85rem; line-height: 1.9; color: rgba(245,240,232,0.8); margin-bottom: 1rem; } .pitch-panel ul { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; } .pitch-panel ul li { font-size: 0.82rem; color: rgba(245,240,232,0.8); padding-left: 1.2rem; position: relative; line-height: 1.7; } .pitch-panel ul li::before { content: '◆'; position: absolute; left: 0; color: var(--gold); font-size: 0.5rem; top: 0.3rem; } /* ── SKILLS ── */ .skills-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem; } .skill-tag { padding: 1.2rem 1.5rem; border: 1.5px solid rgba(0,0,0,0.12); font-size: 0.75rem; letter-spacing: 0.08em; display: flex; align-items: center; gap: 0.8rem; transition: all 0.2s; cursor: default; } .skill-tag:hover { border-color: var(--gold); background: rgba(201,168,76,0.06); } .skill-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0; } /* ── CERTIFICATIONS ── */ .cert-row { display: flex; align-items: center; gap: 1.5rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(0,0,0,0.08); transition: background 0.2s; } .cert-icon { width: 44px; height: 44px; background: var(--ink); color: var(--gold); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; } .cert-name { font-size: 0.85rem; margin-bottom: 0.2rem; } .cert-issuer { font-size: 0.72rem; color: var(--muted); letter-spacing: 0.05em; } .cert-badge { margin-left: auto; font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sage); border: 1px solid var(--sage); padding: 0.3rem 0.7rem; } /* ── CONTACT ── */ .contact-section { background: var(--ink); color: var(--cream); padding: 6rem 3rem; text-align: center; position: relative; overflow: hidden; } .contact-section::before { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(201,168,76,0.08) 0%, transparent 65%); } .contact-section .section-title { color: var(--cream); margin-bottom: 1rem; } .contact-section .section-title em { color: var(--gold); } .contact-sub { font-size: 0.85rem; color: rgba(245,240,232,0.6); margin-bottom: 3rem; max-width: 420px; margin-left: auto; margin-right: auto; } .contact-links { display: flex; justify-content: center; gap: 1.5rem; flex-wrap: wrap; } .contact-link { display: flex; align-items: center; gap: 0.6rem; padding: 0.9rem 1.8rem; border: 1px solid rgba(245,240,232,0.25); color: var(--cream); text-decoration: none; font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; transition: all 0.2s; } .contact-link:hover { border-color: var(--gold); color: var(--gold); } /* ── DIVIDER ── */ .divider { width: 100%; height: 1px; background: linear-gradient(90deg, transparent, var(--ink) 30%, var(--ink) 70%, transparent); opacity: 0.12; margin: 0 3rem; width: calc(100% - 6rem); } /* ── ANIMATIONS ── */ @keyframes fadeDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } } @keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @keyframes expandLine { to { transform: scaleX(1); } } /* scroll reveal */ .reveal { opacity: 0; transform: translateY(40px); transition: opacity 0.7s, transform 0.7s; } .reveal.visible { opacity: 1; transform: translateY(0); } /* ── RESPONSIVE ── */ @media (max-width: 700px) { header, section { padding: 2rem 1.5rem; } .experience-block { grid-template-columns: 1fr; gap: 1.5rem; } .nav-links { display: none; } .contact-section { padding: 4rem 1.5rem; } .pitch-container { padding: 2rem; } } </style> </head> <body> <!-- HEADER --> <header> <nav class="nav"> <span class="nav-logo">CMA</span> <ul class="nav-links"> <li><a href="#about">About</a></li> <li><a href="#experience">Experience</a></li> <li><a href="#pitch">Pitch</a></li> <li><a href="#contact">Contact</a></li> </ul> </nav> <div class="hero" id="about"> <p class="hero-label">Entry-Level Sales Representative · Tech / SaaS</p> <h1 class="hero-name"> Chinenye<br> <em>Mabel</em><br> Anyanwu </h1> <p class="hero-tagline"> A customer-first communicator with a proven record of building trust, resolving challenges, and turning casual interactions into lasting relationships — now channeling that energy into tech sales. </p> <div class="hero-cta"> <a href="#pitch" class="btn btn-filled">View My Sales Pitch</a> <a href="#contact" class="btn">Get In Touch</a> </div> </div> <div class="hero-scroll"> <span class="scroll-line"></span> Scroll to explore </div> </header> <div class="divider"></div> <!-- VALUE PROPS --> <section> <p class="section-label reveal">What I bring</p> <h2 class="section-title reveal">Numbers that <em>speak</em></h2> <div class="value-grid reveal"> <div class="value-card"> <div class="value-icon">★</div> <div class="value-num">95%</div> <div class="value-desc">Average customer satisfaction score maintained across high-volume service interactions</div> </div> <div class="value-card"> <div class="value-icon">↗</div> <div class="value-num">40%</div> <div class="value-desc">Increase in repeat customer visits through personalized follow-up and relationship building</div> </div> <div class="value-card"> <div class="value-icon">◎</div> <div class="value-num">200+</div> <div class="value-desc">Customer touchpoints handled weekly — active listening, needs discovery, and solution delivery</div> </div> <div class="value-card"> <div class="value-icon">✦</div> <div class="value-num">3×</div> <div class="value-desc">Consistently exceeded upsell and add-on targets through consultative, low-pressure approach</div> </div> </div> </section> <!-- EXPERIENCE --> <section id="experience"> <p class="section-label reveal">Background</p> <h2 class="section-title reveal">Where I've <em>grown</em></h2> <div class="experience-block reveal"> <div class="exp-meta"> <div class="exp-year">2022 – Present</div> <div class="exp-company">Retail & Customer Service</div> <div class="exp-role">Customer Relations Specialist</div> </div> <div> <p class="exp-desc"> Delivered front-line customer service in a fast-paced retail environment, managing high volumes of daily interactions. Developed strong instincts for reading customer needs, handling objections calmly, and guiding purchasing decisions without pressure. </p> <ul class="exp-wins"> <li>Built rapport with repeat customers, contributing to consistent loyalty and return visits</li> <li>Identified upsell opportunities naturally within conversations, increasing average transaction value</li> <li>Resolved escalated complaints with empathy and speed, turning frustrated customers into satisfied advocates</li> <li>Mentored junior staff on communication techniques and product knowledge delivery</li> </ul> </div> </div> <div class="experience-block reveal"> <div class="exp-meta"> <div class="exp-year">Self-Directed</div> <div class="exp-company">Sales Foundations</div> <div class="exp-role">Independent Study & Certification</div> </div> <div> <p class="exp-desc"> Committed to developing a strong sales foundation through structured learning, completing industry-recognized certifications and studying SaaS sales methodologies including SPIN Selling, MEDDIC, and value-based prospecting. </p> <ul class="exp-wins"> <li>Completed HubSpot Sales Software Certification and Inbound Sales Certification</li> <li>Built and practiced cold outreach sequences, discovery call scripts, and objection-handling frameworks</li> <li>Researched ICP (Ideal Customer Profile) development for B2B SaaS verticals</li> </ul> </div> </div> </section> <!-- MOCK PITCH --> <section id="pitch"> <p class="section-label reveal">Proof of Work</p> <h2 class="section-title reveal">A live <em>sales pitch</em></h2> <div class="pitch-container reveal"> <div class="pitch-tabs"> <button class="pitch-tab active" onclick="showTab('prospect')">Prospect Research</button> <button class="pitch-tab" onclick="showTab('email')">Cold Email</button> <button class="pitch-tab" onclick="showTab('objection')">Objection Handling</button> <button class="pitch-tab" onclick="showTab('close')">Discovery Call</button> </div> <div class="pitch-panel active" id="tab-prospect"> <h4>Target: SMB SaaS Tool — Project Management Software</h4> <p>Identified Ideal Customer Profile (ICP): Operations managers at 20–100 person companies in professional services, currently using spreadsheets or legacy tools. Pain points include missed deadlines, poor team visibility, and manual reporting.</p> <ul> <li>Company size: 25–80 employees, Series A or bootstrapped</li> <li>Decision makers: Head of Operations, COO, or Team Lead</li> <li>Trigger events: recent hiring, team restructure, or product launch</li> <li>Research channels: LinkedIn, company blog, Crunchbase, job postings</li> </ul> </div> <div class="pitch-panel" id="tab-email"> <h4>Subject: Re: scaling your ops team at [Company]</h4> <p>Hi [First Name],</p> <p>I noticed [Company] recently posted for two new project coordinators — congrats on the growth. That phase usually comes with a visibility problem: more people, more moving parts, harder to track who owns what.</p> <p>We help operations teams like yours replace scattered spreadsheets with one shared workspace — teams typically cut status-update meetings by 30% in the first month.</p> <p>Worth a 15-minute call to see if it's a fit? Happy to work around your schedule.</p> <p style="color: var(--gold); font-family: 'Fraunces', serif; font-style: italic;">— Chinenye</p> </div> <div class="pitch-panel" id="tab-objection"> <h4>Common Objections — My Responses</h4> <ul> <li><strong style="color:var(--gold)">"We already use [tool]."</strong> — "That's great. Most of our customers were using something too — the question is whether it's actually giving you visibility or just storing data. Can I ask what your team's biggest frustration with it is right now?"</li> <li><strong style="color:var(--gold)">"We don't have budget."</strong> — "Totally understand. Can I ask — if budget weren't a factor, is this a problem you'd want to solve? Sometimes it helps to know if the fit is there first, and we can work backwards from there."</li> <li><strong style="color:var(--gold)">"Send me more info."</strong> — "Of course. To make

Interested in hiring Chinenye?

You can contact Chinenye and 90k+ other talented remote workers on Himalayas.

Message Chinenye

People also viewed

View all talent

Find your dream job

Sign up now and join over 250,000+ remote workers who receive personalized job alerts, curated job matches, and more for free!

Sign up
Himalayas profile for an example user named Frankie Sullivan