8 Bit Art: What is It & How Can You Use It?
8 bit art is back! Now you can spice up your marketing efforts with cool pixel art. Find out how inside...
...optimization Strong understanding of Shopify themes and Liquid Knowledge of JavaScript, HTML, CSS Experience with Core Web Vitals and Google PageSpeed Strong understanding of technical SEO and on-page SEO Experience with SEO tools such as Google Search Console, Ahrefs, SEMrush, or Screaming Frog Ability to optimize without breaking store functionality Experience handling tracking scripts (GTM, GA4, Meta Pixel, etc.) Proven experience ranking websites on Google search results Goal: Increase website performance, improve SEO rankings, enhance user experience, reduce bounce rate, improve conversion rates, and achieve top Google rankings for the keyword “Pahadi Khana” while maintaining high PageSpeed scores on both mobile and desktop....
I need a complete Facebook marketing account built from the ground up so I can start capturing leads globally. The core objective is simple: every setting, audience, pixel event and campaign should be geared toward efficient lead generation for international clients. You will: • Create or tidy up a Meta Business Manager, set up the ad account, verify our domain, and install both Pixel and Conversions API tracking. • Build one ready-to-use lead-gen campaign template that targets multiple countries, including custom and lookalike audiences. • Structure two ad sets—one for product promotions and one for educational video creatives—covering feeds, Stories and Reels. • Supply a concise handover guide so my team can swap in fresh creative an...
...of how the two disciplines complement each other in an integrated digital strategy. Feel free to weave in up-to-date statistics, short case studies, and simple graphics that make complex concepts easy to grasp. Look & feel Consistent, modern styling is important: balanced white space, professional typography, on-brand color choices, and high-resolution imagery or icons. Please avoid generic clip-art; instead, lean on clean visuals or subtle animations that reinforce learning without distracting. All assets must be royalty-free. Structure A logical flow—introduction, core theory, practical application, quick recap—is essential. Aim for about 15–20 slides, each with a succinct headline and minimal bullet points. Speaker notes under every slide should expand ...
...advertising account is now a priority. I have an active Business Manager set-up and a defined monthly spend; what I need next is a specialist who can turn that budget into measurable results through strategic campaign planning, creative execution, and constant optimisation. Scope of work You will take full ownership of Facebook Ads Manager: configuring audiences, installing or refining the Facebook Pixel, setting up conversion events, drafting compelling copy, selecting imagery or video, and launching campaigns. I am open to different objectives—brand awareness, lead generation, or direct sales—so the plan you propose should clearly map tactics to whichever goal we decide together. Likewise, the creative format is flexible; feel free to recommend image, video, or c...
I need a production-ready contour-cut file for an adhesive vinyl decal measuring a sizable 48" × 38". The final cut must follow a clean oval outline. What I already have • The artwork itself in JPE...formats, so you can choose whichever source is easiest when drawing the cut line. What I need from you • A correctly sized cut path that matches the oval shape exactly, with sufficient bleed where required. • Contour cut needs to be .25 point stroke. Registration dots must be circles and .25" in diameter (4-6 dots, 1-2 on each side of art board). • Final delivery in InDesign file with separate layers for the registration dot layer, cut layer, bleed layer, and art layer. Acceptance I will upload the final file to my cut vendor (Signs...
I will hand over a Figma file that contains several product visuals. Each one needs quick adjustments: first, overlay the correct product name in a style that matches our existing brand fonts and colours; second, export the artwork into a full set of web-ready sizes. I did not lock the exact pixel dimensions yet, so I’ll confirm those with you once we start—please be ready to create a handful of common breakpoints (social, thumbnail, hero, etc.) and keep the layers tidy so changes stay painless. When the job is done I expect: • the updated Figma file with properly-named text layers and organised frames • a folder of optimised PNG/SVG exports in the agreed dimensions, all following a clear naming convention (e.g., ) Accuracy in spelling the product names and...
I need an oil painting style poster for personal use. This poster will combine images of people. Ideal Skills and Experience: - Proficiency in digital art and oil painting techniques - Experience in photo manipulation and image combination - Strong artistic sense to create visually appealing compositions
I need a talented Photoshop artist to enhance my digital watercolor children's book illustrations. Requirements: - Improve color balance - Increase sharpness - Enhance lighting effects - Style should be watercolor and suitable for 6-8 year olds
...arcs open. Act III — Emergence Alia becomes self‑directing. Player chooses her final path. 9. TECHNICAL IMPLEMENTATION - Unreal Engine 5 - C++ backend - Windows VM integration - SQLite local data - HTTP/REST simulated APIs - ThreadPool async tasks - Modular Alia AI system 10. ART & AUDIO Art GTA‑level realism, neon accents for Alia, high‑detail vehicles. Audio City ambience, engine sounds, Alia voice packs, dynamic music per form. 11. TEAM NEEDS Engineering: Unreal dev, C++ systems, VM integration, backend/API Art: UI/UX, environment, character Design: narrative, systems 12. RISKS - VM integration → modular architecture - Emotional AI → fallback scripted beats - Device simulation → staged rollout 13. PROJECT GOAL Create the first AI‑dri...
I’m building a limited-run hoodie that feels as exclusive as an Essentials or Sp5de...” Flip it around and the back becomes the statement piece, carrying bold urban-inspired artwork mixed with sharp typography. The overall mood needs to lean into street art and city grit while still looking refined enough to justify a higher price tag and a low production count. You’ll create a full print-ready package: layered AI or PSD source files, high-resolution PNGs for each placement, and realistic mock-ups on both light and dark fabric so I can gauge how the colors land. I’ll handle production once I have files that a screen-printer can separate with zero hassle. If the concept nails that minimalist-front / art-focused-back balance and feels collectible a...
I’m wrapping up a children’s book for readers aged 6-8 and need an artist who can translate my words into vivid, realistic artwork. T...drawings—think natural proportions and believable lighting rather than cartoon exaggeration • Colour: rich but balanced, suitable for print and e-book formats • Format: layered PSD or Procreate files alongside print-ready CMYK PDFs (minimum 300 dpi) • Milestones: rough character sketches → refined line art → colour proofs → final finals, with feedback at each stage When we’re done, I’ll need written permission confirming I hold the reproduction and distribution rights to the finished art. If this workflow matches yours and your portfolio already shows realistic children’...
...work and need a versatile graphic designer who can jump in right away and stay on for the long haul. One week it could be polishing a logo or refreshing social media graphics in Photoshop or Illustrator, the next it might be laying out a multi-page brochure in InDesign or mocking up web visuals in Figma. Because the mix changes, I’m looking for someone comfortable moving from concept to finished art no matter the format. You’ll often work with existing brand assets, but there will also be times I hand over only a rough idea and trust you to develop the full look and feel. Clean typography, balanced layouts, and an eye for colour are essential; speed and reliability matter just as much. Deliverables • Final, ready-to-use files exported for the intended medium (w...
...by Codesys. [1, 2] 1. Coordinate & Rotation Calculation The N6 can detect objects (blobs) and calculate their centroid ((cx, cy)) and rotation angle. For a top-down view at a fixed height, use linear scaling to convert pixels to millimeters or centimeters. [1] python import sensor, image, time # Calibration: Pixels per world unit (e.g., mm) at your specific height P_SCALE = 0.52 # Example: 1 pixel = 0.52 mm OFFSET_X, OFFSET_Y = 160, 120 # Origin offset (e.g., center of image) def get_world_data(blob): # Convert pixels to world units relative to origin world_x = (() - OFFSET_X) * P_SCALE world_y = (() - OFFSET_Y) * P_SCALE # Blob rotation is returned in degrees (0-180 or 0-360 depending on method) rotation = blob.rotation_deg() return int(world_x)...
I need a photo editing expert to enhance a picture of me with some graffiti art. The goal is to make the graffiti look more realistic, as if it's actually on the wall behind me. For example, the lines in the wall that separate each brick are just completely covered by the text with no texture and it looks like the wording was just pasted over it and not actually spray painted on the wall. Requirements: - Make existing graffiti look realistic (keep it simple and black/thick as it is) I want the exact quote that’s there don’t change that please but feel free to change the font or style to make it more realistic as if it was actually spray painted on the wall. - Option to add a graffiti tag in similar style beside me, not text but more so a logo. Ideal Skills & ...
...convincing horse physics and animation, responsive controls, and a broadcast-style presentation. Here’s what I’m expecting: • A solid prototype that proves out the racing loop, camera work, and real-time networking. • Final game build with performance optimised for modern hardware, complete UI/UX, audio, VFX, and a modular architecture ready for future feature drops. • Full source code, art assets, and straightforward technical documentation so I can maintain and extend the project after launch. Unreal Engine or Unity is fine as long as you can demonstrate mastery of the toolchain you propose. Tight, test-driven code, clean asset organisation, and an eye for detail on animations will be key acceptance criteria. If you’ve shipped multipla...
I need one or two clean, modern-looking wedding prints designed directly in Canva so I can tweak them later if needed. The style must stay strictly modern and minimalist—think generous white space,...need one or two clean, modern-looking wedding prints designed directly in Canva so I can tweak them later if needed. The style must stay strictly modern and minimalist—think generous white space, refined typography, and subtle color accents that feel timeless rather than trendy. Each print should feature: • Our names and wedding date laid out in a balanced, elegant composition • A simple line-art or soft-tone illustration of the venue that fits the minimalist aesthetic Once finished, please share the editable Canva links along with high-resolution PDFs ready ...
Job Title: Shopify Website Developer ...understanding of e-commerce and online selling Ability to create a premium brand look Knowledge of product uploads, inventory, shipping, and payment setup Basic SEO knowledge Good communication skills Ability to suggest improvements for better sales and conversion Preferred Skills: Shopify theme customization Branding and landing page design Product page copywriting Email marketing setup Facebook Pixel / Google Analytics setup Instagram shop / Meta commerce setup Experience with fashion, lifestyle, or men’s brand websites Our Goal: We want to build a strong online brand and sell items directly from our website. We are looking for someone who can help us create a website that looks professional, builds trust, and makes it easy for cus...
...reports straight from the app, styled to match the new UI and ready for email or print. I will supply the current repo, design files, a checklist of open bugs, and sample PDFs for reference. You commit clean, well-commented code, push through test builds, and leave the project in a state where a new developer could step in without deciphering mysteries. Deliverables will be reviewed against: – Pixel-accurate UI updates on all existing screens – 100 % functional calculators with unit tests covering the main formulas – Zero critical or high-priority bugs in the tracker – Polished, correctly formatted PDF output triggered from the results screen - Match our website to the app - Launch onto App Store and Google Play Solid work here will position you...
I need a vintage-inspired logo that feels fresh and energetic through the use of bright, punchy colours. The core of the mark will be an illustration—think classic badge or poster art from mid-century advertising—while supportive lettering can sit beneath or around it only if it enhances the artwork rather than competes with it. Colour direction • Use a vivid palette (feel free to propose unexpected pairings) that still reads clearly at small sizes. • Avoid muted earth tones or flat monochrome treatments. Style direction The logo should evoke nostalgia without looking dated. Textures, subtle grain, or hand-drawn touches are welcome as long as the result remains clean and professional when scaled. Deliverables (vector based) • At least three init...
...any existing imagery. You will translate those assets into a conversion-optimised campaign that complies with Meta policies, fires the purchase pixel correctly and delivers clear return-on-ad-spend data inside Ads Manager. Deliverables • Full campaign build in my ad account (campaign, ad sets, ads) • 2–3 persuasive static or short-form video creatives with copy variations • Audience strategy that balances broad reach with purchase likelihood • Pixel / Conversion API validation and event mapping • Brief launch report outlining key metrics to monitor and next-step optimisations Acceptance criteria: ads approved on first submission, pixel firing purchase events, and a live campaign ready to scale. Let me know your proposed l...
I aim to build an advanced, research-grade Virtual Try-On (VTON) engine that can realistically place Tops (e.g., shirts, blouses), Bottoms (e.g., pants, skirts), and Full outfits (e.g., dresses, suits) onto a human model from nothing more than a single 2-D photograph. The workflow should centre on state-of-the-art deep generative techniques—diffusion models, flow-matching, and transformer-based architectures—so the final renders look genuinely photo-realistic, preserve garment texture, and respect body pose and occlusion. The system will be trained on a curated dataset I already possess, then fine-tuned to accept JPEG and PNG uploads at inference time. Clean, modular PyTorch (or equivalent) code, a reproducible training pipeline, and inference scripts that run on a sing...
I need a beautifully crafted digital...my guests to view on phones, tablets, and desktops. Key details to cover: • Format: Digital-only deliverable (high-resolution PDF plus web-ready JPEG/PNG). • Visual style: Classic and elegant typography, balanced white space, subtle ornamentation—think refined rather than flashy. • Artwork: Incorporate custom illustrations that reflect a romantic yet sophisticated tone (floral motifs, line art, or similar). No photos or monograms are required. I will provide the wording, event details, and any inspiration references once we start. Please include a brief note about your illustration approach and links to two or three relevant samples. Deliverables should be supplied print-quality (300 dpi) as well as optimized for em...
I want to build a small, side-scrolling platformer in Godot and need a developer who already feels at home inside the engine. The goal is a simple yet polished 2D game that shows off fluid platforming mechanics and a bright, cartoon art style. Here’s the vision I’m picturing one concise level—or a short series of rooms—where the player can run, jump, wall-slide and double-jump past a handful of enemy types, grab pickups and reach a clear finish point. The scope is intentionally contained so we can focus on tight controls, clean code, and visuals that feel consistently “Saturday-morning-cartoon.” What I’ll supply • Style references and rough sketches for the hero, enemies and environment pieces • Prompt feedback on mechanics...
I’...using look-alike audiences, dynamic creatives, retargeting, and smart budget allocation to squeeze maximum revenue out of every campaign. Deliverables I need from you: • A concise launch strategy outlining target segments, creative angles, and spending tiers • Compelling ad copy and visuals tailored for both feeds and stories • Full campaign setup inside Facebook Business Manager, including pixel configuration and event tracking • Ongoing optimisation: daily checks in the first week, then data-driven tweaks to bids, placements, and creatives • Weekly reports highlighting spend, ROAS, and actionable insights If you have a track record of scaling Facebook and Instagram sales funnels, let’s talk about timelines, milestones, and how ...
...particularly high-ticket clients. Scope of work • Audit accounts on day one and flag wasted spend, tracking gaps, and creative fatigue. • Implement data-backed optimisations every week: bidding, budget allocation, audience refinement, new ad copy/creative, negative keywords, and look-alike expansion. • Keep all tracking airtight. You’ll work with Google Tag Manager, GA4, offline conversions, Meta pixel, and any lead-form integrations to make sure every enquiry is captured and attributed correctly. • Supply concise weekly reports that highlight actions taken, metrics moved, and next steps. • Deliver a client-ready monthly deck summarising spend, CPL, ROAS, and recommended strategy shifts. • Handle day-to-day account hygiene—po...
...comfortable on Facebook Ads we can hit the ground running right away. You are free to layer on any additional tactics—organic outreach, influencer shout-outs, email retargeting—so long as the results are trackable. The faster you launch, the faster you start earning; I’d like the first campaigns live ASAP. Here’s how we’ll handle things: • I supply product feed, creatives, and a custom tracking link or pixel so every order is attributed to you. • You build, manage, and optimise the campaigns, keeping ad spend under your own control. • We settle commissions on an agreed schedule, with transparent reporting drawn directly from the store dashboard. If you’re confident you can drive profitable traffic and would enjoy pocketing up t...
...will be image-based—no videos or infographics for this particular push—because I want the feed to feel like an elegant, cohesive look-book rather than a mixed media collage. Here’s the visual direction: • Overall mood: elegant and classy, staying away from loud colors or heavy graphics. Think soft, refined tones, subtle summer accents, and light that flatters the nails. • Subject focus: crisp nail-art close-ups that highlight intricate designs and seasonal colorways. Hands should be well-posed with tasteful accessories or minimal props that support the luxury feel. • Usage: Instagram and Facebook main feed squares (1080 × 1080 px) plus a matching set of vertical crops ready for Stories/Reels covers (1080 × 1920 px). Deliverables 1. C...
I have a full set of desktop and mobile-ready Figma mock-ups and now I need them turned into a live WordPress site powered by WooCommerce. The store’s main goal is to sell both physical items that ship worldwide and instant-download digital products, so the build must handle inventory, shipping rules, and secure file delivery out of the box. What I need from you: • A pixel-perfect, responsive WordPress theme that matches my Figma designs on all breakpoints • WooCommerce configured for dual product types, with clear product pages, cart, checkout, and customer account sections • Seamless payment integration for PayPal, Stripe, and standard credit/debit card processing (using WooCommerce Payments or the appropriate gateway plugins—your recommendation is...
We are refreshing the hero banner on our leading tech and digital-careers platform () and need a designer who can deliver a state-of-the-art visual that attracts both ambitious job seekers and forward-thinking employers. The look should balance professionalism with an innovative, approachable edge, reflecting the fast-moving world of digital work. Logo should be attracting/innovativ and consice, in a digital world Core elements to weave in are a new logo style , striking tech/and/or ai/digital imagery, and a concise slogan I’ll share once we kick off (or the one now on the plattform). The finished artwork has to feel fresh on first glance yet executive, trustworthy enough for corporate hiring teams—think clean typography, subtle motion cues or gradients, and a color
I'm seeking a skilled artist to create a custom medium-sized portrait A6 size. The pain...predominantly feature warm and neutral tones. It's a picture of Rozelle parklands with a spin on it. I've added in our style with which we want to draw inspiration on from the colours to mattch the space Key Requirements: - Portrait design expertise - Use of warm and neutral color palettes - Experience with medium-sized wall paintings Ideal Skills and Experience: - Proven portfolio in portrait art - Proficiency in color blending and painting techniques - Attention to detail and ability to follow design specifications Please share your portfolio and relevant experience with your bids. I have added in the picture of the Rozelle parklands I want to be painted and also a picture ...
I’m building a purpose-driven utility app for Android and I need a developer who can take it from concept to Play Store with polish and reliability. The core...theming. Acceptance criteria: 1. All listed features operate without crashes on Android 8.0+. 2. Offline mode shows identical data and state after force-closing and relaunching. 3. Push notifications arrive within 10 seconds of reconnection during test cases. 4. Login/registration passes a basic penetration test and conforms to Google Play policies. 5. UI follows the final Figma hand-off pixel-perfect within ±2 dp. If you’re fluent in Kotlin (or modern Java), comfortable with Jetpack components, and have shipped at least one utility-style app already, let’s talk timelines and milestones&mdas...
...live here: I now need a UK-market specialist who can consistently drive high-quality, UK-based traffic, leads and confirmed entries through two core channels: • Social Media (Facebook, Instagram, LinkedIn and TikTok, plus retargeting via our website pixel) • Email Marketing (welcome flows, broadcast pushes and re-engagement sequences) What the engagement looks like 1. Audit the live funnel, pixel setup and existing Meta Ads. 2. Design and launch paid/organic social campaigns with creative that fits the Kroovel luxury tone. 3. Build segmented email automations in our ESP (Klaviyo or similar) to nurture prospects and convert them into paid entrants. 4. Track conversions end-to-end, optimise spend and report weekly
I’m relaunching a stalled book-cover project and need a fresh set of creative eyes. The book is non-fiction, but I want the front to feel light and playful rather than academic. I already have the concept sketched out, the exact back-cover copy, and a clear sense of color palette; what I’m missing is a reliable designer who can turn that vision into production-ready art. Front imagery should be illustration-based—no stock photos this time—so your portfolio should show characterful, lively drawings or graphic illustration work. The trim size is 6×9 inches for print, with standard bleed, and I’ll also need a version that works for an e-book thumbnail. Timing is flexible but I’d like first drafts within two weeks and final files no later than...
...You can use AI to help with research and drafting, but the final text must sound natural, useful and human. No generic AI filler. Each description should feel specific to the actual blog. The work should be done directly in WordPress. Articles must be cleanly formatted, easy to read and consistent across all categories. Categories: 1. Best Affiliate Marketing Blogs 2. Best AI Blogs 3. Best Art Blogs 4. Best B2B Marketing Blogs 5. Best Beauty Blogs 6. Best Blogging Blogs 7. Best Book Blogs 8. Best Branding Blogs 9. Best Content Marketing Blogs 10. Best Copywriting Blogs 11. Best Crypto Blogs 12. Best DIY Blogs 13. Best E-Commerce Blogs 14. Best Fashion Blogs 15. Best Finance Blogs 16. Best Fitness Blogs 17. Best Food Blogs 18. Best Gaming Blogs 19. Best Garden...
...finished retail carton layout sitting in JPEG/PNG format along with the approved die line. I now need the whole piece rebuilt cleanly in Adobe Illustrator so it can move straight into production. Here is exactly what I’m after: • Create a new CMYK .ai file, set a 3 mm bleed all around, and lock the die line on its own layer for easy visibility. • Drop the existing flat graphics into position pixel-perfectly, keeping every element on logically named layers. No colour shifts—please follow the current palette and brand fonts verbatim. • While you place the artwork, give the imagery a subtle once-over to refine edges so everything prints razor-sharp. • Leave all text exactly as supplied; no wording or alignment changes are needed this round. ...
I'm seeking a professional to craft a unique design theme for my cafe. Key Details: - Atmosphere: Cozy and intimate - Color Palette: Warm tones (reds, oranges, yellows) - Key Elements: Comfortable seating, unique lighting fixtures, decorative wall art Ideal Skills & Experience: - Strong background in interior design, particularly for cafes or restaurants - Ability to create a cohesive and inviting atmosphere - Expertise in color theory and application - Experience sourcing or designing furniture and decor Please provide a portfolio of previous work.
...in Figma (or Sketch / Adobe XD if you prefer) • Clickable prototype ready for stakeholder review and developer hand-off (style guide, component library, exportable assets) If the website proposal meets expectations we will roll the same design language into native iOS and Android apps, so please keep scalability in mind. I value clear, proactive communication, quick iteration cycles, and pixel-perfect attention to detail. Let me know what tools you plan to use, share links to relevant medical or SaaS interfaces you’ve designed, and include an outline of your process from research to hand-off....
...paid advertising campaigns across Google and Meta platforms. Responsibilities Create, manage, and optimize: Google Ads campaigns Meta (Facebook/Instagram) Ads campaigns Set up and manage: Meta Pixel Conversion API (CAPI) Event tracking Google Analytics / GA4 Google Tag Manager (preferred) Improve ROAS, lead quality, and campaign performance A/B testing for creatives, audiences, and landing pages Retargeting and funnel optimization Weekly reporting and performance analysis Requirements Proven experience running profitable Meta & Google Ads campaigns Strong understanding of: Meta Conversion API (CAPI) Pixel/events setup Performance marketing strategy Conversion tracking Audience targeting Experience with ecommerce or lead generation Ability to troubleshoot tracking issu...
I’m ready to launch my swimsuit line and need a full Shopify store built from the ground up...) with size and color variants set up properly. • Custom app setup: install, configure, and test the new app so it works flawlessly with the chosen theme. • Core Shopify settings: payments (Stripe + PayPal), shipping zones, taxes, discount codes, and GDPR-friendly policies. • Launch readiness: upload the first 20 SKUs with optimized imagery and copy, connect Google Analytics and Facebook Pixel, and run a pre-launch QA to fix any hiccups. Success for me means a polished, fully functional store that I can manage solo after a quick hand-off session with you. If you’ve built fashion or beauty shops on Shopify, I’d love to see them—along with your ti...
...coordinated advertising push on Google Ads, Meta (Facebook / Instagram) and X. The single metric that matters most to me is qualified website traffic, so every element of the build—from audience or keyword research through to creative rotation and bid strategy—needs to ladder up to that goal. Here is what I need from you: • Audit my current tracking, install or refine Google Tag Manager / GA4, Meta Pixel and the X conversion tag so we can see exactly which clicks become visits. • Draft a concise strategy doc that shows targeting parameters, budget split across the three platforms and the KPIs you will monitor. • Build the campaigns inside Google Ads, Meta Ads Manager and X Ads, including ad groups, audiences, copy suggestions and extensions where ...
Hi, I need to optimize my product catalog to target high-end interior designers and luxury architects across Europe. The brand, Quattro Canti, sells luxury handcrafted Italian ceramics (monumental tables, fine lighting, bespoke sculptures, and wall art).Please apply the following structural updates:Luxury Editorial Layout: Transform the general presentation into a high-end, clean architectural layout. Use a strict geometric grid, minimal typography, and elegant whitespace (similar to a luxury design magazine).Technical Data Blocks: Architects need product specs at a glance. For every product line, create clean technical index boxes or structured data grids using the metrics from my document (Dimensions, Artisanal Cycle, Application, Palette).Image Cleanup & Isolate: Several work...
Hi ART LAND DESIGN, I noticed your profile and would like to offer you my project. We can discuss any details over chat.
The client has assigned a hoodie design project consisting of 3 designs. The designer will create front-side designs only, incorporating the logo provided by the client. Design Theme: - Color palette: Sand & Brown tones - Style: Traditional mixed with Pop Art Deliverables The designer agrees to provide: - Final hoodie design files - Editable format files - Print-ready files
...automatically on LinkedIn. If you have experience with the LinkedIn Jobs API—or another reliable method to push openings straight to a LinkedIn page—please outline how you would set that up and keep it in sync. Finally, I’d like a separate Services page powered by Framer CMS. My team should be able to add, remove or reorder service cards themselves, with no code edits required. Key deliverables • Pixel-perfect alignment fixes on desktop and phone for text sections, images & graphics, and the navigation menu. • Automated integration that syncs Active Jobs to LinkedIn. • CMS-driven Services page styled to match the rest of the site. Acceptance criteria – Layout passes visual checks in Chrome, Safari and Edge at 1440 px desktop a...
...location-specific visuals aligned with the Coastal Frame style. Position it like: • “Selective projects only” • “By request” Creative Asset Packages for Brands Description: Custom-curated visual asset libraries built for brands, agencies, and developers requiring consistent imagery across campaigns. Examples: • development marketing packs • coastal brand content sets • ongoing visual libraries 4. Fine Art Prints • curated coastal photography • high-end prints what services section should look like Services Visual Content Licensing Cinematic aerial and coastal visual collections available for commercial use across marketing, campaigns, and digital content. Creative Asset Packages Custom-curated visual lib...
... but I refuse to lose any of the frame to cropping. Your task is to rebuild the side panels so the new wider image feels as if it was captured that way in-camera. Some shots may need the character to be separated from the background then reinserted to a set you recreate. Mostly a kitchen with a garden patio in London. Indoors you will be working with detailed, complex backgrounds—bookshelves, art, layered set dressing—so cloned or AI-generated extensions have to respect perspective, depth, grain, and lighting. Outdoors the action unfolds in an urban environment; the added width must match its architecture, signage, and traffic flow so nothing looks mirrored or repeated. I will supply the original mp4 file. Please return a 16:9 ProRes HQ (same frame rate and color s...
I need a full-length visualizer for one of our upcoming releases. The track calls for an abstract look that responds to the beat rather than spelling out every lyric on screen. Think flowing shapes, subtle particle movement, or any other artistic approach you feel captures the rhythm—just keep it firmly in the warm palette of reds and yellows so it feels energetic and cohesive with our cover art. Key points I care about: • Beat-synced motion or animation that clearly reacts to the kick, snare, and main musical accents. • Consistent warm tones (reds, yellows, the occasional orange) with no sudden shifts to cool or monochrome colors. • An overall abstract style—no literal photographs, portraits, or realistic scenes—so the viewer focuses on the m...
25 minute animation with 5 minutes for credits and music beginning and ending.........voice overs, screenplay , character and background art all done.....just need animation....plz see 52 storybooks entitled ''Orangutannerie'' in my website
I have a complete set of Figma screens for our new corporate website and now need them brought to life. Your main focus will be twofold: building a pixel-perfect, responsive frontend in React with clean HTML, modern CSS and vanilla JavaScript where needed, and wiring that UI to a robust Node.js backend. On the frontend you’ll translate every component from the designs, set up routing, state management and animations where the mock-ups call for them, and be sure the experience remains consistent across Chrome, Firefox, Safari and Edge. Accessibility and mobile responsiveness are non-negotiable. On the backend you’ll create well-structured Node.js services that expose RESTful APIs, connect to our existing data sources, and handle integrations such as CRM and email gatewa...
I have an existing flag mock-up that needs a quick, precise clean-up. The art must stay at 2028 × 1024 px and remain fully editable in Adobe Illustrator as well as SVG. Originals attached. Here’s exactly what I need: • Re-position the blue corner block so it sits perfectly in its designated corner, matching the reference image I’ll supply. • Reduce the logo slightly and place it dead-centre on the flag, aligned both horizontally and vertically. • Preserve all vector paths and layers; no flattening. I should be able to open the file in Illustrator, tweak colours, and scale elements without loss. Please return: 1. The updated .AI (CC compatible) 2. An exported .SVG that mirrors the Illustrator file This is a fast turnaround task—on...
8 bit art is back! Now you can spice up your marketing efforts with cool pixel art. Find out how inside...