
Email Marketing Projects
Looking for freelance email marketing jobs and project work? Browse active opportunities on PeoplePerHour, or hire email marketing specialists through Toptal’s rigorously vetted talent network.
Finishing Steps To A Mobile phone app
We are developing a React Native mobile app (Expo) for an education recruitment platform (Slingshot Education). The app supports two user types: Candidates (teachers/support staff) School representatives (e.g. Headteachers, HR, office staff) The candidate side UI is largely complete. We now need a freelancer to complete backend integration and build out the school-side functionality. Candidate App (Mostly UI Complete) - Login screen (UI only) Home dashboard: Profile card (with avatar placeholder, name, email, location, preferred working areas) Availability toggle Dashboard cards (Roles This Week, Pending Docs, Status) Supply Roles tab (job listings with Apply button) Events tab (including “Meet & Greet” and other example events) Tips tab More tab: Includes the Additional Resources button & Join The Rewards Program button Navigation and Bottom tab navigation implemented App structured using Expo + React Navigation We have now introduced a second user type (school users) with a completely different dashboard and permissions. School Dashboard Must Include: Header with: Slingshot Education logo School name Welcome message Action buttons: Post a New Job Review Applications Dashboard cards: Active Jobs Applications Received Urgent Requests Sections: Upcoming bookings Recent applications Notifications / updates
5 days ago47 proposalsRemoteopportunity
Need a Sales Guru to save the planet for Eco packaging service!
We need hardcore salespeople. Your job is simple: reach out to our database of leads and new cold prospects via email, WhatsApp, and occasional phone calls and secure 50 sign-ups. Once you reach 50 verified sign-ups, you unlock the hourly rate below. From there, this becomes an ongoing pipeline of work with unlimited earning potential, and strong performers can grow into larger roles within the company. ⸻ Who We Are We are PouchSmart, a London-based company transforming packaging. Thousands of brands still put stickers on plain plastic bags that end up in landfill. We replace this with fully printed sustainable pouches using HP eco-print technology, available in recyclable and compostable materials. We batch-print brands together monthly, cutting waste, reducing carbon impact, and lowering costs. ⸻ The Role • Contact warm leads from our database + cold prospects • Outreach via email, WhatsApp, phone • Offer a free packaging design upgrade + free sample pack • Guide them to complete a simple sign-up form The offer is strong. Most people are interested. Your role is simply to start the conversation and close the sign-up. ⸻ Who We Want UK-based people who are: • Persistent salespeople • Confident contacting warm and cold leads • Motivated by results and sustainability ⸻ If you want ongoing work, strong earnings, and to help clean up the packaging industry, apply now.
24 days ago4 proposalsRemoteopportunity
Crowdfunder Landing Page Design & Build (premium feel)
Crowdfunder Landing Page Design & Build (High-Converting, Premium Feel) I’m looking for an experienced web designer/developer to create a high-converting landing page for a Crowdfunder campaign for a premium functional beverage brand. This is not a standard website — it’s a focused, single-page funnel designed to drive one action: click-throughs to back the campaign. The page will follow a clear structure (hero → trust → story → interactive section → product → market → tiers → CTA), and must feel premium, modern, and conversion-led, with strong use of imagery, typography, and spacing. A key feature is an interactive "time reset” section, which personalises content based on the user’s time of day (simple JavaScript logic). This is central to the concept and needs to be implemented cleanly. You’ll be provided with: Full wireframe / layout mockup Final copy Brand guidelines (colours, fonts, tone) Product imagery Key requirements: Mobile-first design (majority traffic from social) Fast load speed (<2.5s) Clean build (Webflow, Framer, or custom HTML/CSS/JS preferred) No unnecessary navigation or distractions Strong attention to detail and premium finish Looking for someone who understands conversion design, not just visuals, and can execute a polished, high-end landing page. Please share relevant examples of landing pages or campaign pages you’ve built.
5 days ago53 proposalsRemoteLoft Insulation Leads Required in West Midlands :
I need a steady, cost-effective flow of qualified residential leads for loft insulation projects across the West Midlands. Online advertising is the route I want to pursue, and I’m open to whichever platform—Google Ads, Facebook Ads or Instagram Ads—will deliver the best return. Here’s what success looks like for me: • Verified West Midlands homeowners actively seeking loft-insulation quotes • Full contact details supplied in real time (name, phone, postcode, email) • A transparent ad strategy so I can see where and how the leads were generated • Consistent weekly volume with scope to scale once quality is proven If you already run campaigns that hit these marks, or can build them quickly, let’s discuss numbers and a long-term partnership. Regards Jatin
21 days ago16 proposalsRemoteOn-going freelance PR admin
The role is providing admin support in a small, busy PR agency. As well as adhoc admin you will do the following; - creating monthly press cuttings and media coverage reports in powerpoint for clients - compiling client invoices for sample send outs every 3 months - updating the Eviva website from time to time - making travel arrangements and creating itinerary documents for press trips - assisting with sample drops to press - helping with event organisation by sending out mailshots via mailchimp, compiling registration lists, name badges and other event materials - Updating and adding contacts to our press list and trade database which will involve data entry, online research and emailing You will need to have excellent communication skills (including spoken and written English), a personable and professional email and phone manner, a high level of attention to detail, efficiency, accuracy and organisation, a willingness to learn and be able to quickly grasp new activities and work independently, be flexible, reliable and comfortable in a busy environment and be able to turn things around quickly and work to a deadline when required. Experience of working in PR and comms and knowledge of the media would be useful but not essential as this is a junior admin role You will need to have excellent knowledge of Microsoft Office and social media including Instagram and tik tok, and be familiar with mail chimp, word press websites and canva. I am looking for ongoing support so please only get in touch if you are available and looking for ongoing freelance work. The amount of work will vary each week but on average will be about 2 days/week spread over the week.
21 days ago32 proposalsRemoteopportunity
Pipe drvie CRM set up
Seeking an experienced Pipedrive specialist to configure a robust CRM tailored to my business. Responsibilities include customizing pipelines, stages, fields, and workflows; importing and deduplicating contacts; setting up automation, email integration, and activity/task templates; creating insightful reports and dashboards; and training materials or brief walkthrough. Ideal candidate has proven Pipedrive implementations, strong data hygiene practices, and excellent communication to deliver a polished, scalable CRM solution.
a month ago29 proposalsRemoteopportunity
Trading bot development
Project Overview We are building a high-performance, low-latency trading engine designed for microstructure-based execution strategies in a high-tax (STT) environment. This is NOT a basic retail trading bot. This system requires advanced system-level engineering, multi-core CPU architecture control, shared memory communication, and real-time observability dashboard. The focus of this project is minimizing latency between signal generation and order execution while maintaining regulatory compliance (Order-to-Trade Ratio constraints). The developer must understand low-level performance optimization, concurrency architecture, and Linux system behavior. Core Technical Requirements Python Version (Mandatory) The engine must use: Python 3.13 Free-Threaded build (3.13t) NOT standard Python 3.10–3.12 Reason: Standard Python uses the Global Interpreter Lock (GIL), which blocks true parallelism. In low-latency systems, a 1–2ms delay caused by GIL contention is unacceptable. Multi-Core Architecture with CPU Core Pinning The engine must: Assign specific modules to specific CPU cores Use os.sched_setaffinity (Linux only) Prevent OS core migration (avoid context switching) Modules include: Sentinel (Risk & OTR monitoring) Sonar (Market entropy / regime detection) Oracle (Signal calculation loop) Execution Engine (Order placement) The goal is to eliminate unpredictable latency spikes caused by OS scheduling and cache invalidation. Inter-Process Communication Standard Python queues are NOT acceptable. Communication must use: multiprocessing.shared_memory Memory-mapped buffers Lock-free ring buffer architecture Reason: Standard queues introduce locking and object allocation overhead, increasing latency. The target is sub-millisecond internal communication between signal generator and execution engine. Latency Measurement The system must measure: End-to-end order placement latency Round-trip time (RTT) Module processing time Using: time.perf_counter_ns() Latency histogram logging This data must be streamed to the dashboard. Order Execution Logic The system should: Prefer passive limit orders Include 200ms cancel logic Manage Order-to-Trade Ratio (OTR) Implement controlled order flooding logic (compliant with broker rules) This is not a simple market order bot. FRONTEND REQUIREMENTS (React Dashboard) The frontend is NOT a trading UI. It is a real-time monitoring and control cockpit. Preferred stack: React (Vite or Next.js) WebSocket for live streaming Lightweight charting (Canvas or WebGL-based) Required Dashboard Modules Sentinel Panel Real-time RTT graph 20ms lockdown threshold indicator CPU usage per pinned core Emergency status Sonar Panel Market regime indicator (Attack / Veto mode) Entropy score display Zero-trust gate status Oracle Panel Weighted Order Book Imbalance (WOBI) heatmap Liquidity imbalance % Signal strength score Must use high-performance rendering (Canvas, not heavy SVG). Execution Panel Net Expected Value (NEV) Fill rate % Cancel rate Order-to-Trade Ratio (OTR) status Emergency Kill Switch Dashboard must include: Global kill switch Sends signal to monitoring service Monitoring service writes flag to shared memory Engine halts immediately Dashboard must NOT communicate directly with broker API. Deployment Requirements Linux-based environment (Ubuntu preferred) Dockerized setup preferred Separate processes: Trading engine Monitoring microservice React frontend Google Cloud compatible. 10 MOST IMPORTANT SKILLS TO ADD Attach these skills on Freelancer: Python 3 (Advanced Concurrency & Multiprocessing) Must understand GIL, free-threaded builds, shared memory. Low-Latency System Design Experience reducing microsecond-level bottlenecks. Linux System Programming Knowledge of CPU affinity, process scheduling, performance tuning. Multithreading & Multiprocessing Architecture Designing multi-core optimized applications. Memory Management & Shared Memory IPC Experience with mmap, shared memory buffers. Financial Market Microstructure Knowledge Understanding order books, liquidity imbalance, passive vs aggressive orders. WebSocket & Real-Time Streaming Required for live dashboard data. React.js (Performance-Optimized UI) Real-time data rendering without UI lag. Performance Profiling & Benchmarking Must measure and optimize latency. Cloud Deployment (Google Cloud / Linux VM / Docker) Production-ready deployment experience. VERY IMPORTANT Add this to filter weak developers: Applicants must answer the following: Have you worked with Python shared memory or mmap before? Have you implemented CPU core pinning on Linux? How would you measure internal engine latency? How would you prevent dashboard from affecting trading engine performance? This will eliminate 80% of generic bot developers.
5 days ago17 proposalsRemoteAdministrative Assistant for Online Retail Operations (Remote)
We are seeking a reliable and detail-oriented Administrative Assistant to support daily operations for a fast-paced online retail business. This is a remote role focused on ensuring smooth coordination across customer service, order management, and internal workflows. The ideal candidate will be highly organized, responsive, and capable of handling multiple administrative tasks with minimal supervision. Key Responsibilities: • Manage and organize emails, messages, and internal communications • Assist with scheduling, calendar management, and task coordination • Maintain and update records, spreadsheets, and reports • Support order tracking, basic inventory logs, and operational tasks • Assist customer support team with administrative follow-ups when needed • Ensure all documentation and workflows are properly maintained Requirements: • Proven experience as an Administrative Assistant or similar role • Strong written and verbal communication skills • High attention to detail and organizational ability • Ability to work independently in a remote environment • Familiarity with tools such as Google Workspace (Docs, Sheets), CRM systems, and basic eCommerce platforms is a plus Preferred (Not Mandatory): • Experience working with online retail or eCommerce businesses • Familiarity with customer support tools (e.g., Zendesk, Freshdesk) Project Details: • Remote / Virtual position • Flexible hours (with availability for regular updates) • Long-term opportunity for the right candidate
4 days ago26 proposalsRemoteQuantity Surveyor - Required
We are currently progressing a residential project in London and are looking to engage an experienced QS to support a targeted review of a façade package during a value engineering stage. The requirement is for a practical, commercially focused review, rather than full project cost management. Scope includes: Review of current façade cost plan / build-up Benchmarking against typical market rates Identification of potential cost savings / VE opportunities Sense-check of key package elements (SFS, brickwork, curtain walling, roofing) Input into cost per m² and overall package positioning Project context: Brick outer skin (client-supplied bricks) SFS backing structure (infill, non-loadbearing) Spandrel panels and limited curtain walling Project currently over budget and undergoing VE What we are looking for: Strong experience in façade / envelope packages Commercially minded and able to work quickly Experience working with contractors or subcontractors Ability to provide clear, concise cost advice Deliverables: High-level cost review and commentary Identification of key cost drivers Suggested areas for savings / optimisation Input on realistic £/m² façade rates Please provide: Relevant experience Examples of similar work Availability over the next 1–2 weeks Fee proposal (lump sum or day rate)
12 days ago13 proposalsRemoteWebsite for high end massage company website
Hi there I’m looking for a skilled and reliable web designer/developer to build out and refine an existing website for my high end massage business. Important: The website is already set up on the platform WIX, but needs developing to a high standard I have the domain, hosting, logo, and company fully registered. Now I need someone to take it to the next level with professional design and development. Project Overview: The site needs to be developed into a clean, modern, high-converting platform with clearly structured sections for: Event Massage Services Poker Massage Office / Corporate Massage Massage Academy (training & qualifications) Visa Support (helping therapists work in Nevada & Miami) I also have examples and a clear vision of the style/layout I want — I just need someone who can execute it properly and add their expertise. What I’m Looking For: Strong web design & development experience (portfolio required) Ability to improve and build on an existing site Clean, modern, conversion-focused design Strong UX/UI understanding Mobile-optimized and responsive Good communication and reliability Budget: £30–£40 per hour (depending on experience) To Apply: Please send: Your portfolio Examples of similar work Your availability Looking to get started ASAP with the right person *UPDATE- DUE TO THE HIGH DENSITY OF APPLICANTS FOR THIS JOB, I WANT TO STRESS FOR PEOPLE NOT TO CONTACT ME VIA MY PERSONAL EMAIL ADDRESS OF SOCIAL MEDIA. ANYONE WHO DOES THIS WILL NOT BE TAKEN INTO ACCOUNT FOR THE POSITION- I WILL PICK THE RIGHT APPLICANT BY THE END OF APRIL AT THE LATEST- THANK YOU FOR YOUR UNDERSTANDING*
7 days ago116 proposalsRemoteopportunity
Outbound AI TeleMarketer Required
I have wanted an outbound AI Marketer for the last few months. We have had a couple of different developers working on it but in the end, they didn't have the skillset to finish the job. We have a Twillio account and 11Labs. Attached is the voice script. As you will hear, there is no interaction. The data is supplied. The AI will either have a name or ask for the owner. The outcome of the call and the information taken, needs to be saved. This will need to be scaleabe. Up to booking enough appointments for 100+ agents. Ideally using a dialler system to eliminate no answers. If this opportunity is of interest, you are available, you speak good English and you have great communication skills, please get in touch letting me know your relevant experience, available time to commit to the project and your best price to be paid on successful completion. The stated price on the project is higher than the desired price. Please do not ask 'what is my budget & quote for the finished job (prior to scaling)'. You are competing with all other applicants. Please make sure your quote includes turnaround time & the process you intend to build on. The person/team I believe can do the job in the quickest time and at the best price will get the project. This is a long term opportunity as we will need ongoing support and development.
19 days ago21 proposalsRemoteopportunity
B2B Partnerships Consultant (Cyber Talent & Training Solutions)
We are looking for an experienced B2B Partnerships Consultant to support Lateral Connect, a cybersecurity training and talent platform focused on building career-ready cyber professionals. This is an initial paid engagement (£500) with the opportunity to move into a longer-term, performance-based partnership (including commission on secured deals). Important: This is not a high-volume outreach, appointment setting, or telesales role. We are specifically looking for someone with experience in consultative B2B sales and partnership development, ideally involving training, workforce solutions, or talent pipelines. The focus of this role is to build relationships with organisations (HR, L&D, and senior stakeholders) and position our offering as a cyber talent pipeline and workforce solution. Initial scope includes: -Identifying and researching target organisations - Initiating outreach via LinkedIn, email, or existing network - Supporting early-stage conversations and opportunity development We are NOT looking for: - Lead generation agencies - Appointment setters - Cold calling / telesales specialists - High-volume outreach approaches Ideal experience: - Proven experience selling into HR, L&D, or enterprise stakeholders - Experience with training, apprenticeships, recruitment, or workforce solutions - Track record of contributing to or closing £5k+ B2B deals This role is best suited to someone comfortable with consultative selling, stakeholder engagement, and long-term partnership development. Application requirement (mandatory): Please answer the following: - Have you sold into HR, L&D, or enterprise stakeholders before? (Yes/No) - What is the largest deal you have closed or contributed to? - Briefly describe a relevant partnership or B2B deal you have worked on Thank you
3 days ago15 proposalsRemotePremium Wedding PR Strategy
My wedding-filmmaking studio is moving decisively into the premium market and I want the public narrative to match the quality of our work. The immediate focus is lifestyle magazines, yet I still value placements on respected wedding blogs and other niche outlets that attract engaged couples seeking inspiration. Above any single headline, I care about nurturing long-term relationships with editors, influencers, and tastemakers so the brand’s voice remains present season after season. I tell love stories through film, so the PR we craft must echo that same emotional, heartfelt tone—never generic press blasts. Think feature pieces that spotlight our couples’ journeys, behind-the-lens interviews, and thought-leadership angles on elevating wedding cinematography. Here’s what I need delivered: • A concise PR roadmap outlining target lifestyle publications, pitch angles, and a three-month activity calendar. • At least three confirmed media opportunities—features, guest articles, or podcast spots—within tier-one lifestyle titles. • Drafted press materials (core narrative, boilerplate, adaptable pitch templates) that capture our premium yet intimate voice. • A relationship-building plan: contact list, introduction strategy, and follow-up cadence to keep editors engaged beyond the initial campaign. Please share examples of previous placements that demonstrate sustained press momentum, the strategy that earned them, and any wedding or luxury lifestyle contacts you already leverage. I’ll review portfolios this week and aim to onboard quickly so coverage aligns with our upcoming release schedule
7 days ago10 proposalsRemoteLuxury Travel Assistant Remote
We are a boutique luxury travel company designing bespoke journeys for high-net-worth clients across the US, Europe, and Asia. We are looking for a highly organised, detail-driven Travel Assistant to support our team on a contract basis. Key responsibilities: Researching luxury hotels, villas, and experiences worldwide Assisting with itinerary creation and client proposals Liaising with hotels and suppliers (primarily via email) Supporting bookings, confirmations, and documentation Ensuring absolute accuracy across all client details What we’re looking for: Previous experience in travel, hospitality, or a similar detail-led role Excellent written English (clear, polished, and professional) Strong organisational skills and ability to manage multiple tasks High attention to detail and sense of ownership Discreet, reliable, and proactive Nice to have: Experience working with luxury travel advisors or agencies Familiarity with brands such as Aman, Rosewood, Belmond, Four Seasons Working style: Remote, flexible structure Must be responsive during UK/Europe/USA working hours when required To apply: Please include: A short introduction Relevant experience (travel/hospitality preferred) Your location and availability Example of a hotel or destination you personally recommend (and why) for Spring travel Shortlisted candidates will be invited to complete a test task as part of the selection process. Please do not apply if you do not have previous travel hospitality experience
12 days ago19 proposalsRemoteShopify Experts Wanted for Seamless Fulfillment Integration
Job Description Are you a Shopify Expert or an E-commerce Agency looking to provide more value to your clients? We are looking to build long-term, professional partnerships with service providers who want to streamline their clients' backend operations. About Us: We are a premier Drop-shipping & Supply Chain Agency specializing in high-efficiency product sourcing, rigorous quality control, and fast global fulfillment. We bridge the gap between scaling brands and reliable manufacturing. Why Partner With Us? Many Shopify store owners struggle with unreliable suppliers and slow shipping, which leads to chargebacks and poor ad performance. By partnering with us, you can offer your clients a "turnkey" fulfillment solution that ensures their brand’s longevity—and your project’s success. What We Are Looking For: Shopify Developers, Designers, or Marketing Agencies with an active client base. Professionals who want to ensure their clients have a robust supply chain to support their growth. Partners interested in a referral-based collaboration (we have a structured program to reward your recommendations). Your Role: Identify clients within your portfolio who are struggling with sourcing or shipping. Introduce our fulfillment services as a strategic upgrade to their current workflow. Collaborate with us to ensure a smooth technical integration between their Shopify store and our ERP system. Requirements: Deep understanding of the dropshipping/e-commerce landscape. Excellent communication skills. We only accept applications from the United States, Canada, Australia, and Europe. Applications from other regions are not accepted.
11 days ago5 proposalsRemoteKids at Play - a3 poster, roller banner, leaflets, business card
I run a children’s play business in London called Kids at Play. We offer sensory play, messy play, SEND sessions and children’s parties/events. I am looking for a designer to create a small set of marketing materials as a one-off project. All designs must be editable in Canva. I need: • A3 outdoor sign (simple, bold, easy to read from a distance) • A3 indoor poster (to promote classes and services) • Roller banner • A5 flyer • Business card • Welcome sign Style is very important: Clean, modern and premium. Colourful but not busy. Playful but elevated. Avoid clutter, too many fonts or anything that looks cheap or overly childish. Outdoor poster text: WELCOME TO Kids at Play Kids at Play: Get Messy! Come on in — your session starts here → Indoor poster should include: Kids at Play Sensory Play | Messy Play | SEND Sessions | Parties & Events Short description + space for booking info or QR code. Please provide: • Fixed project price • Timeline • Examples of similar work IMPORTANT: Please include the word “PLAY” in your proposal so I know you’ve read this.
18 days ago26 proposalsRemoteSales for video production company
We are a UK-based production company specialising in short-form video content for social media and live streaming for sports and events. While we work globally, a large proportion of our current client base sits within one niche sport. We are now looking to expand into new markets. We’re seeking someone who can help identify and reach out to potential new clients across different sports, events, and related industries who may benefit from our services. The role would involve: - Researching potential organisations, events, and brands that could benefit from live streaming or social media video production - Reaching out via email, LinkedIn, or other channels to introduce our services - Sharing our showreels and past production work with prospective clients - Helping open conversations that could lead to new projects Looking for a few hours each week to start with.
a month ago20 proposalsRemoteopportunity
Developer need for a (n8n + Supabase + Frontend + AI workflows)
Experienced developer needed to finish existing web app (n8n / Supabase / Frontend / AI) I need a strong developer to help finish a partially built web app. This is not a scratch build. The core product, user flow, database direction and automation logic already exist. I need someone who can step into the current setup, quickly understand it, identify what is missing, and complete the build properly. The platform accepts user-submitted data via web/email, processes it through n8n workflows and AI integrations, stores structured outputs in Supabase, and displays personalised results in a frontend dashboard. A major part of this role is the n8n side, so I am specifically looking for someone with genuine hands-on experience in n8n, Supabase, frontend integration, debugging, and production-ready implementation. Main work: - Complete frontend integration - Finish and clean up n8n workflows - Ensure stable Supabase integration - Connect frontend, automation and database cleanly - Improve AI / structured JSON reliability - Fix broken logic, incomplete flows and loose ends - Help get the app into a usable, launch-ready state You should be comfortable with: - Auth-connected frontend logic - Supabase data integration - Dashboard/history views - Email, text or document-based workflow processing - AI API integration - JSON/schema-based outputs - Retries, fallbacks and failure handling - Saving clean records and updating statuses correctly - Debugging partially built systems Please apply only if you have real experience with: - n8n - Supabase - Frontend web app development - API integrations - AI integrations - Taking existing products over the line Please do not apply if: - You only do UI/design - You only do prompt experimentation - You want to rebuild everything from scratch without a strong reason - You are guessing your way through n8n or Supabase - You send generic copy-paste proposals To apply, please send: - A short summary of your relevant experience - Examples of work using n8n + Supabase - Examples of existing builds you finished or rescued - Confirmation that you are comfortable across frontend + n8n + Supabase - Your availability over the next 2-4 weeks - A brief note on how you would approach auditing and completing this project Important: I am only looking for someone with genuine hands-on experience who can help finish a real working system, not experiment on a live project.
19 days ago44 proposalsRemotePaid media specialist
We're looking for an experienced freelance paid media specialist to take ownership of digital advertising for a growing B2B service business. The business generates leads primarily through Google PPC and is looking for someone to optimise existing activity, and in time introduce Meta, Bing, and remarketing activity. Scope of work: — Initial audit of existing Google Ads account with recommendations — Ongoing Google Ads management (current spend £2,000–£4,000/month) — Set up and manage Meta advertising campaigns from scratch — Set up and manage retargeting campaigns from scratch — Basic CRO input — reviewing landing pages and suggesting improvements to maximise conversion — Monthly reporting against agreed KPIs (CPL, ROAS, CVR) What we're looking for: — Proven B2B lead generation experience (service businesses preferred) — Strong Google Ads track record with demonstrable CPL results — Experience setting up and running Meta campaigns for B2B audiences — UK-based preferred, familiar with UK SME market — Google Ads certification and/or Meta Business Partner status desirable Engagement: We're looking for an ongoing monthly retainer arrangement. Please include your proposed monthly fee (excluding ad spend) and a brief note on relevant experience when applying. Important: all ad accounts must be set up and owned in the client's name.
13 days ago30 proposalsRemoteWeb Developer Needed for Cardiology Consulting Website
I am looking for an experienced web developer to create a professional, modern, and user-friendly website for a cardiology consulting practice. The website should be clean, informative, and designed to instill trust with patients. Key Requirements: Modern, responsive design (mobile-friendly) Professional layout with sections for services, doctor profiles, and patient resources Contact forms and appointment booking integration (if applicable) Option to publish blog posts or educational content SEO-friendly structure for better search visibility Easy-to-use content management system (preferably WordPress or similar) Optional Features: Patient testimonials Integration with email newsletter tools Calendar integration for consultations Skills Needed: Web Development (WordPress, custom HTML/CSS, or similar) UI/UX design for healthcare/professional services Optional: Booking system or form integration Please provide examples of similar professional or healthcare websites you have built, along with your estimated timeline and cost for this project.
23 days ago81 proposalsRemote