Create html page illustrator jobs
...need a solution that utilizes Selenium to capture full page screenshots of both the search results page and the detail page. The screenshots need to be in PNG format. Ideal Skills and Experience: - Proficient in Python (or preferred language) and Selenium - Previous experience with full page screenshot implementation - Understanding of website structure and navigation - Familiarity with PNG screenshot formatting Search result page : :%224107%22,%22boolean%22:%22AND%22,%22bricks%22:%5B%7B%22_id%22:%224108%22,%22key%22:%22brandName%22,%22value%22:%22Adidas%22,%22strategy%22:%22Simple%22%7D%5D%7D&_=1737227989868&fg=_void_ Detail page :
I'm in need of a logo that embodies a modern style and utilizes a bright and colorful palette. The specific elements or symbols to be included in the logo have not yet been determined, so a degree of creative freedom and innovation will be appreciated. Ideal skills for this project include: - Proficiency in graphic design software (e.g., Adobe Illustrator) - Strong understanding of modern design principles - Ability to create vibrant and appealing color schemes - Experience in creating minimalist designs within a modern context
I'm in need of an active and established Facebook page to promote my business. The page should have a significant existing follower base to ensure immediate reach and visibility. Requirements: - The page must have a genuine and engaged follower base. - The page should not have any history of spam or inappropriate content. - Ideally, the page is relevant to my business sector. Skills & Experience: - Proven track record in social media management. - Experience in buying and selling social media accounts is a plus. - Understanding of Facebook's policies to ensure compliance.
...Next-Level Digital Experience!I create bespoke landing pages designed to elevate your brand and drive conversions. With an emphasis on user-centric, visually stunning designs, I craft landing pages tailored to reflect your brand’s unique identity and goals—whether you're looking to boost conversions, promote a launch, or capture Choose Me?Striking Designs: Beautiful, on-brand visuals.Device-Friendly: Optimized for all Performance: Fast, reliable, and browser-ready.User-Centric: Smart elements that enhance engagement.Conversion-Focused: Tailored to meet your Updates: Built for flexibility and easy & Elementor Pro: Efficient, powerful, and easy to your brand with a high-impact landing page that not only looks exceptional but
I am seeking a skilled children's book author and illustrator to help create a captivating fairy tale storybook for my 3-5 year old child. This project is for personal use. The story should be: - Engaging and imaginative, fitting for a fairy tale - Suitable for a toddler's comprehension level - Offering moral or educational lessons subtly woven into the narrative Your role will encompass both writing and illustrating the book. Prior experience in children's literature and illustration is highly desirable. A knack for creativity, storytelling and understanding of the 3-5 year age group's preferences will make you the ideal candidate for this project.
I need my current WordPress site deleted and rebuilt as a basic landing page. This landing page should simply state 'New website coming soon' along with some simple text and links. Key Requirements: - Retain my phone number and contact form on the new landing page. - Incorporate my company logo, social media links, and some images or graphics onto the page. Ideal Skills and Experience: - Proficiency in WordPress - Strong understanding of basic web design principles - Experience with integrating contact forms and social media links on web pages - Ability to effectively utilize images and graphics for web design
I have uploaded a few colored, but blank manga pages. No context given. No direction given. This contest is to find a subtitle / caption / SFX artist who can put words to the manga stories I have. The reason why there is no context or direction given is to see how much, or how little direction I would h...stories I have. The reason why there is no context or direction given is to see how much, or how little direction I would have to give on future work. Entries that have -DIFFERENT- "fonts" for each character will stand out more than entries that have the same font for everyone. Entries that add SFX text (sounds, actions, etc) will stand out more than entries that do not. Entries that have a PRICE PER PAGE for future work will stand out more than entries that do not. ...
Please contact me only if you are good at using Cascadeur!! As a beginner in the animation world, I'm looking for an experienced animator who can teach me, in the simplest and quickest way, how to create character movements using Mixamo in the Cascadeur software. I'm not interested in 3D animation. Also, I don't want to spend a lot of time and effort on modeling and such. I just want to create animations that other people have made in MIXAMO using Cascadeur program and upload them to my YouTube channel. <LIST> How to import animations from MIXAMO and change their position, rotate them, and merge them When importing two or more animations, how to make them flow naturally when the positions are different between each animation How to import an object an...
...beveling of edges, no oblong shapes, clever gradients, 100% HD, 4K Quality, Vectors. Perfect for print or UI. never pixelization even when zooming in, not allowed to use .ai program to vector, must all be traced manually, or using .ttf type face fonts. 'image trace' plugin inside illustrator is allowed. all logos or character decals created must have all their layers unlocked & nothing can be merged. cannot rasterize, meaning there are no pixels in logos and character art decals, everything must be created in Adobe illustrator format, .AI , SVG. simple logos and character art is $10-$15 medium difficulty is $20-$30 more complex is $40-$50. prices are negotiable when i hire you. some designs can reuse assets, i also like bulk offers. such as i pay price for o...
Hi I'm looking at improving (by a lot) the graphics of a page based on the adminlte template. i'll give you access to the gui, you should save the page in html and improve it while taking notes of what you changed (because i'll need to integrate it back with the server-side code) It needs to be much more usable and pretty and also great on mobile. Max bid 100 euros. Thank you.
I need an experienced web designer/developer to create an HTML design for 3 interactive pages based on the attached files. The design should be colorful and vibrant, as opposed to a more subdued palette. The pages will incorporate forms and input fields as interactive elements, so experience in designing user-friendly and engaging forms is essential. Ideal Skills and Experience: - Strong proficiency in HTML and web design - Experience with creating interactive web pages - Ability to design in a colorful and vibrant style - Proven track record of designing user-friendly forms and input fields.
...finalize my real estate website. Your main tasks will involve embedding iframe HTML for an MLS search and enhancing the UI across approximately 12 pages. This includes improving alignment, spacing, and overall user experience. Code snippets for each page and the site logo will be provided in a Google Doc. Responsibilities: - Embed iframe HTML code into designated pages. - Refine page alignment, spacing, and other UI elements to ensure a consistent and polished look. - Utilize Elementor and WP Forms for page enhancements and form integration. - Collaborate to ensure the website meets design and functionality expectations. Requirements: - Proven experience with WordPress, Elementor, and WP Forms. - Proficiency in HTML, CSS, and responsive design...
Hi I'm looking at improving (by a lot) the graphics of a page based on the adminlte template. i'll give you access to the gui, you should save the page in html and improve it while taking notes of what you changed (because i'll need to integrate it back with the server-side code) It needs to be much more usable and pretty and also great on mobile. Max bid 100 euros. Thank you.
import autopep8 import sys def format_code(file_path): try: with open(file_path, 'r') as file: code = () # Auto-format the code according to PEP 8 formatted_code = autopep8.fix_code(code) # Save the formatted code to the file with open(file_path, 'w') as file: (formatted_code) print(f"Successfully formatted {file_path} according to PEP 8 standards.") except Exception as e: print(f"Error formatting file: {e}") if __name__ == "__main__": if len() < 2: print("Usage: python <path_to_python_file>") else: format_code([1]) How it works: Reading the file: It reads the Python file from the path...
I need my current Wordpress site, which has between 1-5 pages, converted to an HTML site. The main reason for this transition is to make the site easier to maintain. Key Requirements: - Convert a 1-5 page WordPress site to HTML - Retain the functionality of the contact form in the HTML version Ideal Skills: - Proficiency in HTML and WordPress - Experience in website conversion - Ability to implement and retain dynamic functionalities
I am unable to edit one of my pages on WordPress using Elementor as it is stuck on loading.
I need a talented web designer to create a modern and clean 3-4 page Framer website for showcasing a portfolio. Content and images will be provided, so the key focus will be on implementing a minimalistic and sleek design. Please include: - Your past work, particularly any similar minimalist or modern web designs - Examples of Framer sites you've built, if applicable - Any design ideas you might have for this project Your proposal will stand out if you: - Can demonstrate a solid understanding of minimalistic design principles - Have a portfolio that includes modern, clean, professional websites - Can provide a detailed project proposal outlining your approach to this project.
I'm in need of a simple, clean, minimalist design for a 3-4 page portfolio website. The site should be built using Framer and will include content I will provide. Key Requirements: - Responsive & Interactive: The website must be mobile-friendly and include basic interactive elements. - Easy Editing: Post-completion, I should be able to update the content easily. A guide for this should be included. - SEO & Contact: Basic SEO should be implemented, alongside a contact form or email link. - Timeline & Deliverables: The project should be completed within 3-4 days, with the deliverable being an editable Framer file. Please note, the primary purpose of this portfolio website is to showcase my work samples. Therefore, a keen eye for design and experience in creating v...
I'm looking for a classic-style logo for my law firm. The logo should use a gold on navy blue color scheme and incorporate the letters 'HHM'. Key Requirements: - The logo must be classic in style, reflecting the timeless and authoritative nature of a law firm. - A sophisticated use of gold on navy blue to convey professionalism and trustworthiness. - Clever integrati...blue color scheme and incorporate the letters 'HHM'. Key Requirements: - The logo must be classic in style, reflecting the timeless and authoritative nature of a law firm. - A sophisticated use of gold on navy blue to convey professionalism and trustworthiness. - Clever integration of the letters 'HHM' into the design. Ideal Skills: - Graphic Design - Logo Design - Brand Development -...
I'm seeking a skilled graphic designer to create a minimalist, text and icon-based logo for my Company. The logo should embody a sense of trust and reliability, which are key emotions I want to convey through this design. Logo Name: LIIF Financials Slogan: No Color Theme: Blue, Black and White Key Requirements: - Expertise in minimalist logo design - Strong understanding of visual branding and conveying emotions through design - Ability to create a design that is simple yet impactful Ideal Skills: - Proficiency in graphic design software (Adobe Illustrator, Photoshop, etc.) - Excellent communication and collaboration skills - Portfolio showcasing similar design work The aim is to have a clean, modern, and professional logo that communicates our brand's c...
I need a graphic designer to customize my product images for my Etsy shop. The specific task involves customizing the text on the images. It will require a keen eye for detail and a good understanding of branding and design principles. Ideal skills and experience: - Proficiency in graphic design software (like Adobe Photoshop, Illustrator, etc.) - Previous experience with product image customization for e-commerce platforms, especially Etsy - Strong understanding of design principles and branding - Excellent attention to detail - Good communication skills for understanding my requirements and incorporating feedback.
I'm looking for a graphic artist to help me place ads and images in a 24-page concert playbill. Key Responsibilities: - Following specific layout and placement instructions for each ad and image - Working with provided design and guidelines - Ensuring all elements are visually appealing and professionally presented Requirements: - Proficiency in Adobe Creative Suite, specifically Illustrator and InDesign - Strong attention to detail - Experience in graphic design for print media Please note, all ads and images are provided in PDF format. I have the design ready and will provide specific instructions for placement.
...linking to [please specify: website, digital business card, etc.]. No White Borders: The design must cover the entire print area without leaving white margins. Color Scheme: Colors must be in CMYK format (optimized for printing). Creative Ideas Welcome: We are open to innovative and unique ideas that represent our brand effectively. Technical Details: The print file must be delivered in Adobe Illustrator (.ai) format. The design must strictly adhere to the print specifications provided in the attached .ai file. No AI-Generated Designs Accepted. All submissions must be created manually by the designer. The QR code must be functional, clearly readable, and aesthetically integrated into the design. No additional frames or lines should be present outside the design area. Additional...
I'm seeking an experienced web developer to create a professional, responsive, and user-friendly website for a software agency. The project will require implementing essential features and ensuring seamless performance across all devices. Key Responsibilities: - Develop a visually appealing and functional website. - Create and integrate a contact form, portfolio section, and client testimonials. - Collaborate to enhance the overall user experience. Ideal Candidate: - Proficient in web development technologies including HTML, CSS, JavaScript, and relevant frameworks. - Experienced in crafting dynamic and responsive websites. - Has a strong portfolio of previous web development projects. #WebDevelopment #UIUX #ResponsiveDesign #FreelanceOpportunity #WebDesign
I'm looking for a skilled WordPress developer to create a custom Carousel/Slider plugin for me. This plugin needs to be able to showcase any kind of content and the ability to load dynamic content using ACF. Key Requirements: - The carousel/slider should have thumbnails at the bottom. - It should support various types of content: images, videos and HTML (Shortocodes) - Users should be able to navigate the carousel/slider both automatically and manually. - Load Dynamy Content using ACF. This project is ideal for someone with a strong background in WordPress plugin development.
I'm in need of a skilled content writer who can craft compelling website copy for my Home page. The ideal candidate should have a strong background in copywriting with a focus on web content. They should be able to create engaging, clear and persuasive copy that resonates with our target audience. Skills and Experience Needed: - Proven experience in content writing and website copy - Strong understanding of web copywriting principles - Ability to write engaging and persuasive content - Excellent understanding of SEO principles
3 page manga in color based on client story each page 4 panel
I'm seeking a skilled writer and illustrator to bring to life a 3000-word book about an 8-year-old Therian girl named Lilah. The story is based on the outline I will provide. Key Elements: - Illustrations: The illustrations should carry a whimsical style, capturing the adventurous and exciting tone of the book. - Transformations: Lilah, the protagonist, has the ability to transform into various animals. The narrative should creatively incorporate her transformation abilities into thrilling plot points. Ideal Skills: - Proven experience in children's book writing and illustrating. - Ability to convey an adventurous and exciting tone through both text and illustrations. - Creativity in developing plot points around animal transformations.
I have a photo of a candle and need someone to create a photoshop mockup so that I can use photoshop to insert candle designs, and list the finished product in my online store.
...to provided guidelines. ## Deliverables: * 3 variations each of pamphlets, stickers, and folders * Adobe Illustrator and PDF files * Editable files for future changes ## Tasks by Item: ### Stickers: * Scale to specifications * Minor proportion adjustments * Ensure pixel-perfect text and QR codes ### Folder: * Scale to specifications * Minor proportion adjustments * Ensure pixel-perfect text and QR codes * Implement single design improvement ### Pamphlet: * Improve element distribution for illustrated section * Scale to specifications * Minor proportion adjustments * Ensure pixel-perfect text and QR codes ## Required Skills: * Adobe Illustrator proficiency * Print design experience * Ability to follow brand guidelines * Attenti...
...need a solution that utilizes Selenium to capture full page screenshots of both the search results page and the detail page. The screenshots need to be in PNG format. Ideal Skills and Experience: - Proficient in Python (or preferred language) and Selenium - Previous experience with full page screenshot implementation - Understanding of website structure and navigation - Familiarity with PNG screenshot formatting Search result page : :%224107%22,%22boolean%22:%22AND%22,%22bricks%22:%5B%7B%22_id%22:%224108%22,%22key%22:%22brandName%22,%22value%22:%22Adidas%22,%22strategy%22:%22Simple%22%7D%5D%7D&_=1737227989868&fg=_void_ Detail page :
I have created a logo using AI, I want it to be redesigned, same thing in illustrator maybe. You can try adding more creativity too, but I think I will need something close to this one: PLEASE SEE THE FILE BELOW
I run a dropservice agency and am looking for a talented graphic designer to create eye-catching social media visuals for Instagram and Facebook. Ideal Skills: - Proficient in graphic design software (Adobe Illustrator, Photoshop, etc.) - Experience designing social media graphics - Understanding of brand consistency across platforms - Ability to deliver high-quality designs on a tight schedule Your role will primarily focus on creating graphics that align with our clients' branding and marketing strategies. Please include a portfolio of your previous social media designs in your proposal.
All details have been shared with the client. Please accept the quote so we can start working.
I'm seeking a skilled graphic designer/illustrator in the Selden, New York area to help me edit a 20-page book and cover. Most of the tasks (95%) involve Illustrator for color changes and copy-pasting Arabic text—no need to know Arabic, as I’ll be assisting in person. Minor work (5%) with Photoshop and (3%) with InDesign is also required. If you're experienced and available for face-to-face collaboration, let’s make this project happen.
I'm in need of a talented fashion illustrator who specializes in ethnic wear. Specifically, I require illustrations for traditional Kurtas, Suites and Co-ord Sets. - Your style should reflect high fashion, with a keen eye for streetwear and editorial influences. - The illustrations need to be detailed, stylish, and capable of translating the beauty of traditional ethnic wear into contemporary fashion. Ideal skills for this job include: - Proficiency in fashion illustration with a focus on ethnic wear. - Ability to blend traditional aesthetics with modern design elements. - Experience in high fashion and streetwear styles. - The illustrations should also specify the sizes and proper measurements. Please provide samples of your previous work in your bid.
I'm looking for a creative professional who can assist with comprehensive product branding, with a strong focus on packaging design. Key Responsibilities: - Create a unique and appealing brand identity for a new product, including logo design, color palette, and typography. - Design innovative and attractive packaging that aligns with the brand identity and appeals to the target audience. Ideal Skills: - Extensive experience in product branding and packaging design. - Strong graphic design skills. - Ability to understand and translate brand messaging into visual design. - Proficiency in design software such as Adobe Illustrator, Photoshop, and others. If you're a creative thinker with a knack for visually appealing designs and a proven track record in product bra...
I'm looking for an innovative designer to create a "Me and Karma Vibe Like That" T-shirt design. I am looking for a talented designer to create a minimalist and artistic t-shirt design with the phrase "Me and Karma Vibe Like That." The design should include a cosmic or celestial-inspired cat illustration, reflecting a peaceful and mystical vibe. The overall style should be clean, monochromatic, and visually striking for printing on dark-colored t-shirts. Key Elements: Typography: Bold, clean, and easy-to-read text for the phrase "Me and Karma Vibe Like That." Text should complement the illustration without overpowering it. Graphics: A sleeping or calm cat with celestial patterns (stars, moons, or galaxy-like elements) integrated into the c...
I'm in need of a designer who can help me finish a half-done, minimalistic logo. The primary purpose of this logo is for brand recognition, product packaging and marketing materials. It needs to be monochrome as per the current design. Ideal Skills and Experience: - Strong graphic design skills - Experience with minimalistic design - Understanding of brand-oriented de...minimalistic logo. The primary purpose of this logo is for brand recognition, product packaging and marketing materials. It needs to be monochrome as per the current design. Ideal Skills and Experience: - Strong graphic design skills - Experience with minimalistic design - Understanding of brand-oriented design - Ability to work with monochrome color palette - Proficient in design software like Adobe Illustrator...
I'm in need of a talented illustrator to create 75 realistic cartoon drawings for characters in a graphic novel. The characters should primarily convey serious emotions. The book is the story of a kid from a “nice” family who becomes addicted and dies of an OD. I would provide photos to work from. Ideal Skills and Experience: - Proficiency in creating detailed, realistic cartoon-style illustrations - Experience in character design for graphic novels - Ability to depict a range of serious emotions through character expressions and postures - Strong understanding of graphic storytelling and visual narrative techniques.
I'm looking for a talented designer to create a logo for my work boot brand. The logo should incorporate "western" imagery along with the brand name "SIERRA WORK PRO" in a stylish and impactful way. They can include imagery such as terrain or mountains. Key Requirements: - Expertise in logo design, particularly with a vintage, terrain, western aesthetic. - Strong understanding of design principles and ability to create visually appealing logos. - Experience with brand identity creation. Preferred Skills: - Proficiency in design software such as Adobe Illustrator or Photoshop. - Excellent communication skills for understanding and interpreting design briefs. - Ability to work independently and meet deadlines. The color palette for the logo s...
We are seeking a highly skilled and creative PowerPoint Presentation Designer to create a compelling and informative 50-slide presentation for a Scientific Field. design and develop a visually engaging and professional 50-slide PowerPoint presentation. Conduct thorough research on the scientific subject matter to ensure accuracy and clarity. Translate complex scientific information into concise and easily understandable visuals. Incorporate high-quality images, graphs, charts, and other multimedia elements. Ensure the presentation is visually consistent and adheres to professional design standards. Work closely with [mention any relevant stakeholders, e.g., subject matter experts, researchers] to gather information and incorporate feedback. Present the final presentation for review...
Attached is a list of easy upgrades I need to have done to my site once these tasks are complete, I will need someone for ongoing work. Please be able to quote a flat rate, and turn around time for this project. Things I need from a dev. Forms Experience Development Some Design talent WP technical experience to help speed issues. Desktop is fast. Mobile is not. I believe removing the live chat which is an item on this project will help speed a little. but desktop speed 85-92 and mobile around 50. I am looking for someone that actually cares about the success of their clients. I need a ton of work done, and want someone that has a passion to do a good job. I also want someone from USA or Europe. No middle east because conversations and language barriers just make things ...
... adhering to provided guidelines. Deliverables: * 3 variations each of pamphlets, stickers, and folders * Adobe Illustrator and PDF files * Editable files for future changes Tasks by Item: Stickers: * Scale to specifications * Minor proportion adjustments * Ensure pixel-perfect text and QR codes Folder: * Scale to specifications * Minor proportion adjustments * Ensure pixel-perfect text and QR codes * Implement single design improvement Pamphlet: * Improve element distribution for illustrated section * Scale to specifications * Minor proportion adjustments * Ensure pixel-perfect text and QR codes Required Skills: * Adobe Illustrator proficiency * Print design experience * Ability to follow brand guidelines * Attention to detai...
I need a skilled designer to create a minimalist style poster for a client. The poster's main purpose is event promotion aimed at adults. Ideal Skills: - Graphic Design - Proficiency in design software (e.g., Adobe Illustrator, Photoshop) - Experience with minimalist design - Understanding of adult-targeted design aesthetics - Ability to design for event promotion Please provide a portfolio of relevant work.
I'm looking for a skilled HTML/CSS developer to help me to create or copy specific pages from an existing website. The work will need to be done over the weekend. Ideal skills and experience include: - Proficient in HTML and CSS - Experienced in website duplication - Able to work over the weekend - Detail-oriented and able to replicate specific pages accurately
I'm looking for a freelancer with exceptional skills in Adobe Illustrator to assist in creating apartment welcome guides. The guides will be based on a pre-existing .ai template, and your main task will be to copy content from a docx file into the template. You will be required to ensure everything is properly aligned and formatted, and that all content adheres to our brand style guide. Key Responsibilities: - Transfer provided content (text and images) into the template - Ensure proper alignment and formatting - Strictly follow our brand style guide - Be available to revisit and modify guides as needed Ideal Candidate: - Proficient in Adobe Illustrator - Has a keen eye for detail - Available for ongoing guidebook work to accommodate new apartments - Able to follow i...