
Product Design Projects
Looking for freelance Product Design jobs and project work? PeoplePerHour has you covered.
opportunity
Proven Creator Affiliate Growth Manager
We are looking for an experienced Affiliate Growth Manager to launch a measurable creator-affiliate programme for Givrr, a live direct fan-messaging app for 18+ adult-friendly creators. This is NOT a basic lead-generation, social-media-management or mass-messaging role. We need someone who has previously recruited and activated affiliates, creators or performance-based partners and can show measurable results. GOAL Build a repeatable programme that generates: * Active affiliates * Qualified creator referrals * Attributed registrations * Paying subscriptions * Renewals and measurable revenue Givrr is already live. We are now completing unique referral links/codes, install-to-registration attribution, subscription/renewal/refund reporting, affiliate reports and creator research. No outreach may begin until Givrr approves the tracking, offer, target list and messages. RESPONSIBILITIES * Create an affiliate recruitment and activation strategy * Identify qualified affiliate partners * Recommend channels and priority markets * Prepare personalised outreach and follow-ups * Design affiliate onboarding and activation * Track results from contact to revenue * Report objections and programme improvements Suitable partners may include creator educators, legitimate managers/agencies, webcam-industry professionals, community operators, adult-industry marketers, relevant micro-influencers and proven affiliate marketers. Priority markets include Latin America, Spain, Portugal, Romania, Eastern Europe, UK and USA. You do not need to cover every market. FIRST PAID TEST Quote a fixed price for: * Short affiliate launch strategy * 25 manually researched affiliate prospects * Public evidence and contact route * Market, language and partner category * Individual fit reasoning and risk notes * Priority score * One first-contact message and two follow-ups * Affiliate onboarding/activation flow * Measurable 14-day pilot plan * Funnel-tracking spreadsheet structure This milestone is research and preparation only. Do not contact anyone without written approval. EVIDENCE REQUIRED Provide anonymised but verifiable evidence from at least one programme: * Programme type/industry * Your exact role * Partners recruited and activated * Registrations and paying users/sales generated * Revenue where available * Time period * Supporting screenshots, reports or dashboard extracts Confidential names may be removed, but the results must remain understandable. Applications without specific evidence will not be shortlisted. RULES * Only clearly verified 18+ creators * No minors or questionable accounts * No spam or automated mass outreach * No fake identities, testimonials, reviews or engagement * No purchased lists or private data * No pretending to be an independent user * No unauthorised community posting * No outreach before written approval * Respect all platform/community rules * Use public, lawful business information only * Track every approved action All research, messages, tracking sheets and programme assets created for the project will belong to Givrr. WHEN APPLYING, ANSWER: 1. Which affiliate/creator programme have you helped grow? 2. What was your exact role? 3. How many partners did you recruit and activate? 4. How many registrations, paying users or sales resulted? 5. What evidence can you provide? 6. Which markets and languages do you know? 7. How would you find and activate Givrr affiliates? 8. Which KPIs would you use in the first 14 days? 9. Do you accept that outreach requires written approval? 10. What is your fixed test price and delivery time? Start your proposal with “EVIDENCE INCLUDED” and state your strongest measurable result in the first three lines. Generic proposals will be rejected.
6 days ago14 proposalsRemoteBuild webscraper to collect data from outlet menus
I have a list of appr. 50.000 outlets, of which I want to have the menu information scraped cleansed and organised (see FACT DIM below). Assignment is to receive a working and tested code for doing that, perphaps for a smal sample of 100 outlets or so to see that it's working. Lump sum proposal please, needs to be ready asap. Best regards, Sander -------------- CREATE TABLE public.outlet ( outlet_id bigint GENERATED ALWAYS AS IDENTITY NOT NULL, naam text NOT NULL, plaats text, website_url text, segment text, status text NOT NULL DEFAULT 'actief'::text CHECK (status = ANY (ARRAY['actief'::text, 'inactief'::text])), created_at timestamp with time zone NOT NULL DEFAULT now(), updated_at timestamp with time zone NOT NULL DEFAULT now(), CONSTRAINT outlet_pkey PRIMARY KEY (outlet_id) ); CREATE TABLE public.menu_source ( source_id bigint GENERATED ALWAYS AS IDENTITY NOT NULL, outlet_id bigint NOT NULL, pagina_type text, url text NOT NULL, domain text, bestandstype text CHECK (bestandstype = ANY (ARRAY['html'::text, 'pdf'::text, 'image'::text])), confidence real, is_active boolean NOT NULL DEFAULT true, created_at timestamp with time zone NOT NULL DEFAULT now(), CONSTRAINT menu_source_pkey PRIMARY KEY (source_id), CONSTRAINT menu_source_outlet_id_fkey FOREIGN KEY (outlet_id) REFERENCES public.outlet(outlet_id) ); CREATE TABLE public.crawl_run ( run_id bigint GENERATED ALWAYS AS IDENTITY NOT NULL, source_id bigint NOT NULL, crawled_at timestamp with time zone NOT NULL DEFAULT now(), http_status integer, etag text, last_modified text, sha256 text, parse_status text NOT NULL DEFAULT 'pending'::text CHECK (parse_status = ANY (ARRAY['pending'::text, 'ok'::text, 'partial'::text, 'failed'::text, 'not_modified'::text])), parser_version text, raw_ref text, CONSTRAINT crawl_run_pkey PRIMARY KEY (run_id), CONSTRAINT crawl_run_source_id_fkey FOREIGN KEY (source_id) REFERENCES public.menu_source(source_id) ); CREATE TABLE public.menu_item ( menuitem_id bigint GENERATED ALWAYS AS IDENTITY NOT NULL, run_id bigint NOT NULL, categorie text, product text NOT NULL, beschrijving text, prijs numeric, valuta text NOT NULL DEFAULT 'EUR'::text, volume text, merk text, merkeigenaar text, positie integer, confidence real, CONSTRAINT menu_item_pkey PRIMARY KEY (menuitem_id), CONSTRAINT menu_item_run_id_fkey FOREIGN KEY (run_id) REFERENCES public.crawl_run(run_id) ); CREATE TABLE public.change_event ( event_id bigint GENERATED ALWAYS AS IDENTITY NOT NULL, outlet_id bigint NOT NULL, source_id bigint, oud_menuitem_id bigint, nieuw_menuitem_id bigint, detectiedatum timestamp with time zone NOT NULL DEFAULT now(), event_type text NOT NULL CHECK (event_type = ANY (ARRAY['product_toegevoegd'::text, 'product_verwijderd'::text, 'prijs_verhoogd'::text, 'prijs_verlaagd'::text, 'brand_switch'::text, 'menu_redesign'::text])), oude_waarde text, nieuwe_waarde text, ai_interpretatie text, impact text CHECK (impact = ANY (ARRAY['hoog'::text, 'midden'::text, 'laag'::text])), opportunity_score integer CHECK (opportunity_score >= 0 AND opportunity_score <= 100), aanbevolen_actie text, bevestigd_runs integer NOT NULL DEFAULT 1, status text NOT NULL DEFAULT 'nieuw'::text CHECK (status = ANY (ARRAY['nieuw'::text, 'bekeken'::text, 'afgehandeld'::text, 'false_positive'::text])), CONSTRAINT change_event_pkey PRIMARY KEY (event_id), CONSTRAINT change_event_outlet_id_fkey FOREIGN KEY (outlet_id) REFERENCES public.outlet(outlet_id), CONSTRAINT change_event_source_id_fkey FOREIGN KEY (source_id) REFERENCES public.menu_source(source_id), CONSTRAINT change_event_oud_menuitem_id_fkey FOREIGN KEY (oud_menuitem_id) REFERENCES public.menu_item(menuitem_id), CONSTRAINT change_event_nieuw_menuitem_id_fkey FOREIGN KEY (nieuw_menuitem_id) REFERENCES public.menu_item(menuitem_id) );
a month ago30 proposalsRemoteopportunityurgent
Teaching Marketplace & Learning Platform
Developer to create a Teaching Marketplace & Learning Platform (Similar to Preply) We are seeking an experienced and highly skilled software developer or senior full stack developer to build a premium online learning marketplace specialising in Qur'an, Arabic and Islamic Studies. This is **not** a simple tutoring website. We are building a scalable international SaaS platform combining the functionality of platforms such as Preply, italki, Calendly, Zoom, Moodle and modern AI-powered learning systems into one fully integrated solution. The successful developer must have extensive experience developing complex educational marketplaces, live video platforms and payment systems. Experience with AI integration is highly desirable. The platform will support: * One-to-one lessons * Group classes * Live classes * Recorded courses * Worldwide teachers and students * Multi-language architecture * Multi-country support * Multi-currency * Automatic timezone conversion Teacher Marketplace Teachers will be able to: * Register from anywhere in the world * Complete identity verification * Upload qualifications * Record profile introduction videos * Set availability * Set hourly rates (within Admin limits) * Digitally sign contracts * Accept lesson bookings * Apply to teach group classes * Teach through the built-in virtual classroom * Create assessments * Issue certificates * Write reports * Track earnings * View analytics * Receive ratings and reviews Students should be able to search teachers using advanced filters including: * Price * Availability * Country * Gender * Qualification * Experience * Native language * Teaching speciality * Ratings * Trial lessons Virtual Classroom The classroom should include: * Built-in video conferencing * Interactive whiteboard * Screen sharing * PowerPoint support * Flipbook/PDF reader * Session recording * AI meeting transcription * Shared notes * Live chat * File sharing * Interactive quizzes * Educational games * Breakout rooms * Polls * Attendance tracking AI Features We intend to integrate AI throughout the platform, including: * Automatic lesson transcription * AI lesson summaries * AI-generated homework * AI study recommendations * AI learning analytics * AI pronunciation assessment * AI Tajweed assistance * AI chatbot support Learning Management Students should have access to: * Learning dashboard * Homework * Exams * Progress tracking * Certificates * Recorded lessons * Learning history * Vocabulary notebook * Achievement badges * Parent accounts * Personal notes Administration Comprehensive Super Admin and Admin dashboards including: * User management * Teacher approvals * Revenue reporting * Commission management * Teacher performance * Attendance reports * Booking analytics * Student retention * Financial reporting * Marketing dashboard * CRM * Promotional coupons * Referral system * Audit logs * Support tickets * Refund management Payments Integrated payment gateway supporting: * Hourly payments * Monthly subscriptions * Block bookings * Direct Debit * One-off payments * Discount codes * Commission management * Teacher payouts Technical Requirements Please include details of: * Technologies/frameworks you recommend * Proposed system architecture * Security approach * Scalability strategy * Cloud hosting recommendation * Database design * AI technologies you intend to use * Estimated timeline * Team structure * Relevant portfolio examples Existing Specification A detailed Software Requirements Specification (SRS) has already been prepared and will be provided to shortlisted candidates. The specification currently includes extensive functionality covering user management, virtual classrooms, examinations, reporting, payments, scheduling, AI transcription, flipbook integration, analytics, role-based permissions and much more. ## Important Please do **not** apply unless you have previously built a sophisticated online education marketplace or SaaS platform of comparable complexity. Applications without examples of similar projects will not be considered. This project is intended to become a market-leading global platform, therefore code quality, scalability, security and long-term maintainability are essential.
6 days ago74 proposalsRemoteExpires in 24Next.js Developer Needed – Headless WordPress (Vercel Deploy)
Development: Full Stack / Frontend 1. Project Description We're looking for an experienced developer to build a modern, fast-loading website using a decoupled (headless) architecture. This is not a traditional WordPress theme build we want a custom-coded frontend that pulls content from WordPress as a backend CMS only. 2. Tech stack requirements: The frontend should be built in Next.js using the App Router, with server-side rendering for performance and SEO. Styling should use Tailwind CSS (utility-first, no separate handwritten stylesheets). Fonts should be optimized using Next.js's built-in font system (self-hosted Google Fonts, no external font requests). Images need to run through Next.js's built-in image optimization so files are automatically resized/compressed on delivery. The site should be deployed on Vercel. Error/performance monitoring should be set up via Sentry so we get visibility into production issues. On the content side, we want WordPress set up purely as a headless CMS on a separate subdomain used only to manage content (text, images, blog posts, pages, etc.) through the WordPress dashboard, with no public-facing WordPress theme or frontend. The Next.js app should fetch this content via the WordPress REST API or WPGraphQL. 3. What we need from you: Please share examples of past projects where you've built a Next.js frontend decoupled from a headless WordPress backend. Let us know your experience with Tailwind CSS, Vercel deployment, and Sentry integration. We'd also like to understand your typical process for structuring content models in WordPress so they map cleanly to a custom frontend. 4. Project scope: Build a CMS-managed marketing website from an existing Figma design a standard brochure/lead-gen site (WordPress or equivalent), fully editable by our team afterward. Pages/templates: Home (hero, packs preview, process steps, gallery preview, testimonials, Instagram feed, CTA); Pack template (reusable, CMS-addable, with pricing, specs, gallery, FAQ); About; Examples (portfolio gallery); Project template (reusable case-study CMS post type, with gallery and related projects); Terms template (reusable for legal pages); Contact (enquiry form + map); Send an Enquiry (consultation booking form + map); site-wide responsive navigation. Requirements: All content editable via CMS, no dev needed. Pack and Project templates must be repeatable CMS entries. Both forms submit to email/CRM. Fully responsive, matching Figma exactly. Out of scope: No custom API/booking integrations, no custom backend. 5. Deliverables Fully responsive site matching the above stack, deployed and live on Vercel, with WordPress CMS configured and documented for our team to manage content independently going forward. 6. Budget To be agreed --- ** We do not accept spam you must quote "I WANT THIS JOB" at the top of the application
23 days ago86 proposalsRemoteSeeking eCommerce Beta Testers
Beta Tester - Optagen Portal & Integrations What you’re testing The Optagen portal lets you manage multiple stores by bringing together data from your commerce, analytics, accounting, inventory, and CRM systems. It creates a single ranked action list, with each recommendation labeled for trust and checked against real results. We need beta testers to use the portal with real store data and identify what breaks, what’s slow, what’s missing, and what doesn’t match reality. Integration coverage required You will test syncing and data accuracy across these integrations: Commerce platforms: Shopify, BigCommerce, WooCommerce, Etsy Analytics: Google Analytics 4, Search Console Shipping/3PL: ShipBob, ShipStation, Easyship Inventory systems: Cin7, Katana Accounting: QuickBooks, Xero Marketing/CRM: Klaviyo You don’t need to use every integration—just test the ones you already use. We’re aiming for each tester to cover at least 3 or 4 integrations from different categories. What we’re asking 1. Sync completeness: Check if all the expected fields from each integration show up in the portal. Are SKU, pricing, margin, sales, traffic, inventory, and competitor data there? 2. Refresh latency: See how long it takes for changes in your source system (like a price update in Shopify or a GA4 event) to show up in the ranked plan. 3. Data accuracy: Choose 5 to 10 data points you can check in both your source system and Optagen. Do they match? 4. Signal read accuracy: The portal calculates metrics such as AI visibility, SKU margins, demand signals, returns concentration, pricing elasticity, and competitor share of voice. Check these against your store. Do they make sense? Can you find the data sources if you look for them? 5. Ranked plan stability: Run the same store scan twice in one week. Does the ranked plan update based on new data, or does it stay the same? Are the revenue-impact numbers realistic? What we’re not asking * Testing the governed execution agent (scheduled to ship later; currently in development) * Load testing or scale testing * Security testing or pen testing * UX/design feedback (we’ll gather that separately) Timeline and access * Beta runs from [DATE] to [DATE] * You’ll get portal access for your own stores, using your real data—not test data. * We’ll keep an eye on logs and collect diagnostics if something fails. Please report any issues as they happen via a feedback button. * We’ll have a weekly sync call to talk about any blockers or patterns you notice. Who should apply * You run 1-5 stores across 2+ of these platforms. * You can verify data accuracy (you know your actual margins, traffic, and sales numbers) * You’re willing to spend 2-4 hours per week auditing sync health and data correctness. * You’re okay with bugs and incomplete features since this is a beta test. When you apply, please indicate: * Which platforms you currently use (Shopify, BigCommerce, WooCommerce, Etsy etc.) * Rough store size (monthly revenue or annual, average order value, SKU count) * Any specific data quality concerns you have with your current setup
a month ago39 proposalsRemoteopportunity
Excel automate, Power Query, data mapping, dashboard development
I am looking for an experienced Excel and Power Query specialist to complete a multi-level governance and assurance system for a health and social care organisation. The organisation has five service divisions. The workbooks, registers and overall structure have already been designed; I am not looking for someone to start again. I need someone who can review the existing files, improve the formulas and functionality, make the registers smarter and create reliable connections across the system. The required reporting flow is: Service/Practice Observation → Regional Governance → Divisional Governance → Group Governance/Master Dashboard Each division requires its own governance workbook and dashboard. Service and regional information must feed into the relevant divisional workbook, with key information from all five divisions feeding into one Group-level Master Dashboard. Smart governance registers The project includes a suite of existing registers covering areas such as: Risk Safeguarding Incidents and serious incidents Complaints and compliments GDPR and data breaches Restrictive practice Governance actions Service user feedback Audits and improvement Regulatory actions Training and workforce compliance The exact number of files will be confirmed with the successful freelancer following an initial review. The registers need to become functional, consistent and easy to use, rather than simply formatted spreadsheets. Depending on the register, this may include: Unique reference numbers Automated status calculations Open, closed and overdue indicators Due-date and review alerts Automated risk ratings and RAG indicators Dropdown lists and controlled data entry Conditional formatting Automated totals and summary metrics Monthly, quarterly and annual reporting Filtering by service, region, division, category, status and reporting period Identification of themes, recurring issues and required escalations Formula protection without restricting data entry Summary pages or dashboards Connections to the appropriate regional, divisional and Group dashboards The registers will remain the source of truth for individual records. Only relevant totals, themes, trends, risk ratings and outstanding actions should feed into higher-level dashboards. Main requirements The successful freelancer will be required to: Review and inventory the existing workbooks and registers Produce a clear data map showing how information should move through the system Make the registers smarter, more automated and easier to maintain Add, correct and protect formulas across multiple files and tabs Standardise dropdowns, identifiers, categories and reporting periods where required Create calculated metrics, alerts and RAG indicators Link Practice Observation data to Regional Governance workbooks Link Regional Governance workbooks to the relevant Divisional Governance workbook Complete dashboards for each of the five divisions Link all five Divisional Governance workbooks to the Group Master Dashboard Link relevant register data to the correct reporting level Use Power Query or another reliable Excel-based method where appropriate Ensure files work reliably within Microsoft 365/SharePoint Reduce the risk of broken links when files are moved, updated or refreshed Test the complete data flow from source registers through to the Master Dashboard Ensure the system is straightforward for managers with varying levels of Excel experience Deliverables Smart, functioning governance registers Functional Practice Observation templates Regional Governance and Assurance workbooks Five Divisional Governance workbooks and dashboards One Group Governance workbook and Master Dashboard Reliable connections between all relevant files Working formulas, validation, dropdowns, alerts and RAG ratings A complete data map/data dictionary Testing of the full reporting flow Simple refresh and maintenance instructions Final handover and correction of any errors identified during testing Confidentiality The work relates to confidential organisational systems. A Non-Disclosure Agreement must be signed before any files are shared. Anonymised or test data will be used wherever possible. Please include in your proposal: Your experience of creating smart Excel registers and trackers Your experience of linking Excel files stored within SharePoint/Microsoft 365 Your Power Query experience How you would minimise broken connections How you would approach mapping and testing this system Examples of comparable work What you can deliver within the approximate £1,000 budget
21 days ago60 proposalsRemoteStrategic Website Migration, Redesign & SEO Rebuild
Overview PortfolioXD is an established UK executive leadership business providing C-Suite as a Service (C-SaaS™) to ambitious founder-led and investor-backed businesses. Over the past two years we have built our website using GoDaddy Website Builder. Unfortunately, we have now reached the limitations of the platform. Technical SEO issues (including duplicate homepage URLs, limited control over redirects, canonical tags and XML sitemaps) are affecting Google Search Console indexing. Rather than simply recreating the existing website, we are taking this opportunity to build PortfolioXD 2.0 on WordPress using Elementor. This is not a blank-sheet design project. The business, proposition and content already exist. We are looking for someone to migrate, improve and future-proof the site. Objectives The successful freelancer will help us: migrate the existing website from GoDaddy Website Builder to WordPress build the site using Elementor preserve existing SEO wherever possible implement best-practice technical SEO improve user experience and conversion create a platform that can grow over the next 3–5 years Existing Website Current website: https://portfolioxd.com Current platform: GoDaddy Website Builder The current site cannot be exported, therefore content will need to be recreated. Scope The project includes: Website architecture Review the existing structure and recommend improvements. Maintain SEO value by keeping existing URLs wherever practical. Page migration Recreate all key pages including: Home About Services Role pages Sector pages Contact Insights / Blog Landing pages Content will be provided. Blog migration Migrate all existing blog posts. Maintain: titles dates (where possible) featured images categories URLs Images Transfer all images and optimise for performance. Technical SEO This is a critical requirement. The successful freelancer must implement: XML sitemap Canonical URLs 301 redirects Robots.txt Schema markup Open Graph Meta descriptions Page titles Image ALT tags The new site should be fully compatible with: Google Search Console Google Analytics Google indexing Performance Optimise for: Core Web Vitals Page speed Mobile performance CMS We require an easy-to-manage WordPress site using Elementor. We do not want a bespoke theme requiring developers for every future change. PortfolioXD 2.0 This is more than a migration. The business has evolved considerably. The new site should better communicate our market positioning around: C-Suite as a Service™ Fractional Leadership Executive capability on demand Leadership capability rather than recruitment Leadership Gap Reviews Founder support Scale-up support Private Equity Venture Capital Investor-backed businesses We have significant amounts of copy already written. We welcome suggestions for improving structure and conversion. What success looks like At completion we should have: ✔ Modern professional website ✔ Excellent mobile experience ✔ Faster loading ✔ Better SEO ✔ Clean WordPress installation ✔ Easy editing through Elementor ✔ Google Search Console configured correctly ✔ Existing authority preserved ✔ Platform capable of supporting future growth What we will provide Existing website Brand assets Logos Images Existing copy New messaging New positioning Feedback throughout the project Ideal freelancer We're looking for someone with proven experience in: WordPress Elementor Technical SEO Website migrations Google Search Console Core Web Vitals Conversion optimisation Please provide examples of similar projects. Timescale Ideally completed within 3–4 weeks. Proposal Please include: examples of similar migrations estimated timescale fixed price recommendations you would make before starting any questions you have after reviewing the existing site This is an important strategic project for our business, not simply a website redesign. We have spent the last two years refining our proposition, developing thought leadership and building domain authority. We are looking for a long-term partner who can help us migrate those assets onto a platform that gives us complete control over SEO, performance and future growth. The successful freelancer may also become our ongoing WordPress and SEO partner. Please begin your proposal with the words "PortfolioXD 2.0" so I know you've read the brief. Generic AI-generated proposals will be ignored.
a month ago110 proposalsRemoteopportunity
英国FMCGブランド向け 輸出入コーディネーター / Import Coordinator for an FMCG Brand
We seek an Import / Export Coordinator for a UK FMCG Brand to the Japan market. The role is typically 20-25 hours / month, and there is scope to expand out to other projects and clients within our organisation as needed. The candidate is expected to have excellent written and verbal ability in Japanese and English with a keen understanding import / export rules and regulations into the Japan market. Summary of Primary Job Responsibilities: Liaise with UK-based client to ensure coordination of all import activities related to their brand in Japan. Translate materials between Japanese and English. Coordinate amongst various stakeholders between the UK client and their partners in Japan Coordinate brand design with vendors as needed Knowledge/Skills Native or Native-level written and spoken Japanese and English. Ability to work remotely. Good communication skills and ability to translate to / from Japanese Keen understanding of business culture differences between Japan and the UK Work hours are flexible and will be on an as-needed basis This is a monthly project at a rate of £400 / month for average 20-25 hours; hours can vary, some months are busy and some are very quiet. -- 英国FMCGブランドの日本市場展開に関わる輸出入業務をサポートしていただける、日英バイリンガルのフリーランスコーディネーターを募集しています。英国クライアント、日本国内パートナー、各種ベンダーとの調整、日英翻訳、輸入関連業務の進行管理などをご担当いただきます。日本語・英語での高いコミュニケーション力があり、日本市場への輸入・輸出に関する実務理解をお持ちの方を歓迎します。食品・原材料・FMCG領域の輸入実務経験がある方、また時差の関係上、日本時間の夕方を中心に柔軟に稼働できる方はなお歓迎です。 月20〜25時間程度の業務を想定しており、必要に応じて当社内の他プロジェクトやクライアント案件へ広がる可能性もあります。 主な業務内容: 英国クライアントとの連携、輸入関連業務の進行管理 日本国内パートナーや各種関係者との調整 日本語・英語間の資料翻訳 必要に応じたベンダーとのブランドデザイン調整 求めるスキル・経験: ネイティブ、またはネイティブレベルの日本語・英語力 リモートで自律的に業務を進められる方 日英間のコミュニケーション・翻訳スキル 日本と英国のビジネス文化の違いへの理解 日本市場への輸入・輸出に関する実務理解 食品・原材料・FMCG領域の輸入実務経験がある方はなお歓迎 業務時間は柔軟で、必要に応じた稼働となります。月によって業務量に変動があります。 勤務時間・曜日: The work can be done during Japanese business hours with video calls with the UK-based client a few times monthly.
7 days ago2 proposalsRemoteIncrease organic reach to my website https://maidenventures.co/
Hi, We are looking for help with three specific tasks increase traffic to www.maidenventures.co design update a general website optimisation to increase the speed When anyone in Sydney type the following words I would like the website to come up Technology in construction Energy saving Solar loans Building energy audits Electricity savings Gas Savings Utility bills
5 years ago59 proposalsRemote