
Text Projects
Looking for freelance Text jobs and project work? PeoplePerHour has you covered.
Font text, buttons updates on my website
UX & UI Web Designer needed. Modify text, buttons also. Web 2.0 (Easy)! File is already done! That's all! Best regards, Francois I.
6 days ago70 proposalsRemoteWeb imege text editor
Seeking an advanced web image-text editor: a sleek, responsive tool enabling users to upload images, add and style text (fonts, size, color, alignment, shadows), reposition and rotate text, apply layer controls, and export in high-quality PNG/JPEG/SVG. Include undo/redo, zoom, snap-to-guides, text effects (stroke, opacity, gradients), and mobile-friendly UI. Prefer modern JS frameworks, clean code, and documentation. Provide testing and deployment-ready deliverables.
21 days ago17 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) );
10 days ago29 proposalsRemoteDigital Catalog Text & Price Formatting
Looking for a detail-oriented freelancer to structure and check existing catalog text for consistency. All source material is completely ready to hand over; no external sourcing or third-party platform tasks are involved. Responsibilities Align product descriptions with the correct fields. Correct inconsistent text formatting and cross-check pricing. Remove repeated entries to clean up the master file. A Note for Applicants If you enjoy making data and content highly organized, please send through your proposal. We look forward to working with you!
23 days ago25 proposalsRemoteQuick brochure edits in InDesign —
I have an existing 22-page property brochure that needs some straightforward edits and a few short blocks of new text added. Copy all supplied — no writing or design-from-scratch needed. **The work:** - Make a handful of text edits/corrections on specific pages (I'll list them exactly). - Insert eight short supplied text blocks and a couple of small stat panels into existing pages, styled to match the current look. - Re-export a print PDF and a compressed email PDF. Keep the existing design and layout — this is an edit-and-insert job, not a redesign. **Please note:** the current editable file has some overlapping/duplicated text from a previous export. If it's quick to tidy as you go, great; if you think it needs cleaning up first, tell me and quote that separately. **Deliverables:** updated InDesign source file, plus print and email PDFs. Please quote a fixed price and turnaround. Should be a few hours for someone handy with InDesign.
10 days ago46 proposalsRemoteTranscription of pdf to word or txt files
Transcribe pdf files to word or txt files. I have a series of files that correspond to pictures transformed to PDF, from the notes of an historian. I want them transformed correctly into text. The text is in SPANISH. If you have a good OCR it could do more than half the work for you however you would still need to check the OCR.
13 days ago36 proposalsRemoteCreate a Logo for a Music Website
I need someone to create me a logo for a music video website. I want the logo to be designed in the exact style of the attached logo. With a modern, minimal design, with sharp/straight edges. Italicized, abstract font, to give the impression of speed. The text should say '187' in big bold text, then '.media' below (or beside) in smaller, less promenent text, as the website url will be '187.media'. Two logos should be provided, both .pngs with transparent backgrounds, one with white text and one with black text (possibly one more for social media). PLEASE CREATE AND SEND ME A DRAFT DESIGN OF THIS SPECIFIC LOGO SO I CAN SEE HOW YOU WOULD APPROACH THE DESIGN
18 days ago90 proposalsRemoteopportunity
Show opencart pictures found at top of google seaches
I need someone to link my opencart to google in order for google to show an image that are show before the text results, I think I need either, product Schema or merchant listing schema but I am not sure, My site appears at the top of the text results for the product I sell but my competitors have pictures that appear above me, I need to rectify this.
20 days ago46 proposalsRemoteArtwork to be created in transparent png, high resolution.
I need some logo and text images (Artwork) to be created in transparent png, high resolution.
20 days ago33 proposalsRemoteWebsite to show as "Website is closed. Thanks for your interest"
Ive installed LightStart, updated the display text as "Website is closed. Thanks for your interest" but the website content still comes up. Need guidance on what to do. www.alisonlawsoncentrelondon.co.uk
21 days ago40 proposalsRemoteMusic Video Creation and Editing
I need a creator/editor to make a short music video with smooth transitions, text effects, and attractive visuals. The video should match the music beat and be engaging for social media platforms like TikTok, YouTube Shorts, and Instagram.
16 days ago18 proposalsRemoteMandarin Speaker Social Media Researcher
Seeking a Mandarin-speaking social media researcher to identify recent China-focused news stories impacting real people. Locate videos (no text overlays) published within the past 30 days, suitable for editing into 50–120 second short clips. Provide accurate English translations and concise summaries contextualizing the content for English-speaking audiences. Attention to detail, timely delivery, and familiarity with Chinese platforms essential. $100 per 15 news story.
6 days ago15 proposalsRemoteopportunity
FRA template from MS Forms
Bulk of the project i think is the design of the output document - basically i want a MS forms ( or similar) question set that populates a pretty report, i will need to be able to add my own standard answers to whatever input system is used. I will also need to add text to the final report - so commentary boxes. the critical thing is to design something that doesnt overspill text or miss size pictures. i dont know, if its your type of thing hit me up and i'll share some of what i want it to look like. Dont want to pay a fortune but i realise its specialist. the main points of the project are - Based on standard software packages so i can edit Input dashboard for onsite Inputs - mostly a choice of 5 possible answers, cc 80 questions Some pictures needs to be editable after the creation. My feeling is - MS forms or Excel feeding a designed word template but you know better than me Price maybe right or maybe off, talk to me
16 days ago46 proposalsRemoteProduct Item List Consistency Check
Seeking a meticulous assistant to help structure and clean up prepared product item lists for an upcoming internal review. All text and details are fully provided; no external sourcing or account creation required. Responsibilities Organize text descriptions into their designated sections. Standardize formatting and check pricing figures for consistency. Find and remove any repeated list entries. A Note for Applicants If you have a sharp eye for detail and enjoy organizing data neatly, please submit your proposal. Looking forward to hearing from you!
22 days ago39 proposalsRemotePrivate Technical Document Translation
I need a small batch of confidential, technically-oriented documents translated with total accuracy and respect for the original layout. The text contains engineering terminology, tables and the occasional diagram, so consistency of terms, units and formatting is essential for internal use. You will receive the files in Word and PDF once we have a signed NDA in place. Deliverables • Fully translated files returned in the same formats • A bilingual or tracked-changes version to speed up my review • A short glossary for any specialised terms that required research Let me know which language pair you can handle, a realistic turnaround for roughly 30 pages and a quick sample of similar technical work you have completed. Quality, confidentiality and a clear, methodical approach will be the deciding factors.
12 hours ago10 proposalsRemoteopportunity
Short Vid Editor — Suggestive Content (Ongoing / High Volume)
I'm work with a social media content creator looking for a reliable editor to turn their raw footage into polished short-form videos for Instagram Reels, TikTok, and similar platforms. Content style: suggestive/glamour — think fashion, lingerie, boudoir-adjacent aesthetics. No nudity. It's flirty and eye-catching but keeps it clothed and platform-safe. If you've edited for fashion, fitness, or lifestyle influencers, this will feel familiar. The work: I supply raw short-form clips (already shot). You edit them into finished 9:16 vertical videos, typically 15–40 seconds. Each edit needs: a strong opening hook (I'll often supply the hook clip and/or text), clean cuts, a tasteful filter/colour pass, on-screen text where needed, and music synced to the pace. Output: 1080×1920, MP4, ready to post. What I'm looking for: Proven short-form editing experience — please share a portfolio of vertical content you've cut. A fast, scroll-stopping style: you understand that the first 3 seconds decide everything. Consistency and reliability at volume — this is ongoing, potentially many videos per week. Organised delivery with clear file naming (I'll provide a simple convention). Nice to have: experience editing for fashion/fitness/lifestyle creators, auto-caption workflows, and the ability to produce multiple distinct cuts from one source file. To apply: send your portfolio (vertical/short-form especially), your rate (per video and/or in bulk), and your typical turnaround. This could be 150+ clips per week. A short paid test edit will be the first step.
12 hours ago20 proposalsRemoteI need someone to edit 3 interview videos in 24 hours
i have 3 interview videos under 5 minutes long that need to be edited in 24 hours. Capcut and tools accepted. The videos should be engaging and fit for social media reels. some editing required to take out interviewer voice and replace with text. Captions will be required.
18 days ago17 proposalsRemoteCustom product video template for our online store
We run an e-commerce store and need one reusable video template for product promos, 15-20 seconds, 1080p: - placeholder for product image (swaps per product) - animated headline + price tag - logo end card - clean, modern motion — think typical Shopify product ad Important: the template must be built in iLoveVideoEditor (ilovevideoeditor.com/studio — free, browser-based). Reason: our marketing person edits the text/price variables herself without any video skills, and we batch-render the finals through their API. No After Effects exports, we can't use them in our pipeline.
6 days ago33 proposalsRemoteProfessional Website
Need a professional website for a new holding company (Shamrock Holdings LLC). The site will be approximately 5 pages: Home About Services Mentorship Packages Contact Possibly logo creation also. I already have the text and branding direction. I need a clean, modern, mobile-friendly website with contact form, basic SEO, and domain setup.
17 days ago56 proposalsRemote3D Animated Streamer Scenes
I need a cohesive pack of five 3D-animated scenes that drop straight into OBS/Twitch and give my channel a consistent, playful look. Here’s what I’m after: • Starting Soon – a looping 3D shot of an animated version of me sipping coffee while the “Starting Soon” text pulses. • BRB – same avatar now standing at a backyard grill, smoke curling up as the “Be Right Back” message appears. • Live – my real face only (camera feed, background removed) floats where the head would be, matched to a stylish 3D body. No other background elements. • Just Chatting – a full virtual living-room/den set. My camera-fed head sits on the animated body relaxing on a couch; space remains on screen for standard chat and alerts. Everything should feel like the room is alive (subtle lighting flicker, idle animations, etc.). • Intermission – a scaled-down version of the living room: small game-loading window, visible chat window, and a mini-me in a recliner with the same camera-driven head. Style & tech notes – Must be 3D animation (not 2D or pixel). – Loops should be seamless, 60 fps, 1920×1080 with transparent areas delivered as webm or mov (alpha). – Camera cut-out will be provided as a green-screen feed; please supply any LUT or masking guidance you need from me. – Each scene delivered as its own layered file so I can tweak text and positioning later if required. Acceptance I’ll consider the job complete when each scene imports into OBS without further tweaks, loops cleanly for at least two minutes, and the camera-head alignment feels natural in real time. If this sounds doable for you, let’s talk timeline and any model references you need from my side.
2 days ago13 proposalsRemote