Szűrő

Legutóbbi kereséseim
Szűrés erre:
Költségvetés
eddig:
eddig:
eddig:
Típus
Készségek
Nyelvek
    Munka státusza
    2,000 create bulk myspace pages munkát találtunk

    Folyamatos munkám van az előző projektekhez kapcsolódóan 'Create logo for Mamini clothing manufacturer'

    €10 - €10 / hr
    €10 - €10 / hr
    0 árajánlat

    Szia tothtamas76, Szeretnék egy címkét is terveztetni, az általad tervezett e-liquid doboz kollekcióhoz. Ez a címke kerül a dobozba elhelyezett flakonokra. Egy címke dizájn, amit mindegyik doboz dizájnhoz használhatunk. Címke méret: 60 x 35mm Nyomda: 4 szín Kötelező elem: fejre állított pirossal szegélyezett fehér négyzet 10mm-es méretben, 2db egyéb szimbólum, Mellow Dew logó, MIST COLLECTION felirat.

    €77 Average bid
    €77 licitátlag
    7 árajánlat

    Create a ANONYMOUS PageCreate a ANONYMOUS PageCreate a ANONYMOUS PageCreate a ANONYMOUS PageCreate a ANONYMOUS PageCreate a ANONYMOUS Page

    PHP
    €24 Average bid
    €24 licitátlag
    2 árajánlat
    Create a Video
    Véget ért left

    Create a Video Create a Video Create a Video Create a Video Create a Video Create a Video Create a Video Create a Video Create a Video Create a Video

    €188 Average bid
    €188 licitátlag
    5 árajánlat

    Create a Drupal Template Create a Drupal Template Create a Drupal Template Create a Drupal Template Create a Drupal Template Create a Drupal Template Create a Drupal Template

    €348 Average bid
    €348 licitátlag
    1 árajánlat
    Create a Video
    Véget ért left

    jjgvgfcdxfdxbbcfcgbvnbdsaszsgc

    €1523 Average bid
    €1523 licitátlag
    4 árajánlat

    ...standalone app. --- 2. Target Audience Primary Users: Business owners in the automotive industry (dealers, brokers). Private vehicle sellers and buyers. Vehicle enthusiasts seeking market insights. User Personas: Busy Professionals: Want quick and accurate appraisals without manual research. Private Sellers: Need reliable pricing information to sell their cars. Dealers: Require tools for bulk appraisals and customer engagement. --- 3. Core Features User-Facing Features: 1. Vehicle Input Form: Fields for VIN, Year, Make, Model, Mileage, Condition, Zip Code. Optional fields for uploading vehicle images. 2. Instant VIN Decoding: Retrieve vehicle specifications (trim, engine type, features) using APIs like NHTSA. 3. Market Value Insights: Display trade-in, private...

    €576 Average bid
    Sürgős
    €576 licitátlag
    4 árajánlat

    Looking for a software solution that can manage high volume transactional emails effectively. We are a small business with a database of around 20k contacts. We've used basic email-hosting so far but aren't able to send out enough emails at a time. We have an...our existing email-addresses (5 email addresses) and "transfer" to a system that can handle more volume. So we don't need a software really, but someone who sets up our email-hosting in a more professional way. Open to solutions. Key Requirements: - The software should be capable of managing our email capacity for high volume transactions. Ideal Skills: - Experience in developing or sourcing bulk email software. - Understanding of transactional email requirements. - Expertise in integrating softw...

    €19 / hr Average bid
    €19 / hr licitátlag
    32 árajánlat

    I'm looking for a talented designer to create hundreds or thousands of Canva templates for me. The templates should primarily be for social media posts on Instagram, with a focus on the following: - Professional quality, suitable for a formal presentation - Creative designs that fit a range of themed posts Ideal candidates for this project would be proficient with Canva, have a strong understanding of Instagram's aesthetics, and be able to produce high-quality, engaging templates in bulk. Experience in creating social media content and a portfolio demonstrating your skills would be highly advantageous.

    €105 Average bid
    €105 licitátlag
    35 árajánlat

    I'm seeking a skilled web developer/designer to revamp the UI/UX of my e-commerce website, specifically the Home page, Checkout page, and Product Add page. The site needs a modern design and a responsive layout to enhance user experience across all devices. Key areas of focus include: - Frontend Improvements: The aim is to transition the current design to a more modern interface that facilitates improved navigation and user interaction. - Functionality Enhancements: Specific changes are required for the product attribute settings and the checkout process. Ideal candidates for this project should have: - Proven experience in e-commerce web design and UI/UX improvements. - Strong skills in responsive web design. - Excellent understanding of e-commerce functionalities and user accou...

    €81 Average bid
    €81 licitátlag
    27 árajánlat

    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...

    €36 Average bid
    €36 licitátlag
    7 árajánlat

    ...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 one, but i get the rest at a discount if it has reusable assets. or some Logos and character Art are FREE but i pay for the rest. all work falls under creative commons, these logos/character decals aren't for profit, they're for personal use only. artists involved will be created for their contributions and work. cannot be an adaption...

    €29 Average bid
    Garantált
    €29
    1 pályamű

    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.

    €56 Average bid
    €56 licitátlag
    15 árajánlat

    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...

    €19 / hr Average bid
    €19 / hr licitátlag
    21 árajánlat

    ...team. There are many frequently asked questions and default answers, however, that just need a response that can be copied, pasted, and adjusted. Tasks include email handling using Microsoft Outlook through Microsoft Exchange, sending many emails daily through specific secure and clean processes using the desktop program Microsoft Outlook with Exchange, not Microsoft Outlook Online, not through a bulk email program like Mailchimp. The candidate needs to have the skill of recognizing what is important in the email to which they are replying and based on that, to respond. Additionally, specific emails will include tasks inside of them to complete, so the ability to recognize the action needing to be taken in the email, and to handle it, or to work with other staff in handling th...

    €19 / hr Average bid
    Titkos
    €19 / hr licitátlag
    16 árajánlat

    Adding guest book website pages for 19-22 properties

    €10 Average bid
    €10 licitátlag
    1 árajánlat

    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.

    €21 / hr Average bid
    €21 / hr licitátlag
    81 árajánlat
    €19 licitátlag
    1 árajánlat

    All details have been shared with the client. Please accept the quote so we can start working.

    €172 Average bid
    €172 licitátlag
    1 árajánlat

    I'm seeking a graphic designer to create 5 title pages for a presentation/course. The domains are listed below. Each page needs to maintain a professional and formal style, incorporate our company branding colors, and use our standard fonts. Domains: 1. Security Operations & Leadership 2. Defensive Tactics & Use of Force 3. Verbal Judo & Tactical Communication 4. Security First Aid for the Field 5. Emergency Management & Response Specific requirements: - Each title page should feature the Security Responder logo. - Each page should include the text "Domain" followed by the respective number. - Each page should include a corresponding picture (to be provided). Ideal skills for this job include graphic design, brand adherence, and a stron...

    €128 Average bid
    Garantált
    €128
    95 pályamű

    I would like to use WYSIWYG Webbuilder to create/manage a website myself. For the start I need someone to make me 3 pages in a WBS file which I can then integrate. I have an exact example, inkl logo, images and colors how it should look like and how I want it, incl. the fonts. I want to transfer the website also in Shopify later.

    €8 - €30
    Rejtett
    €8 - €30
    9 árajánlat

    ...skilled individual who can manage our Instagram page and help it grow as a 'Bookstagram'. As the ideal candidate, you should be able to not only curate and create engaging content but also drive substantial growth in our follower base. Key Requirements: - Daily posting: You'll be responsible for creating and posting fresh content on a daily basis. - Content Creation: The bulk of the content will consist of book reviews, author interviews, and reading tips. - Genre Focus: Our content primarily focuses on non-fiction books. You should be familiar with this genre and its audience. Skills and Experience: - Proven experience managing Instagram pages and having organic growth. - Content creation skills, particularly in the realm of book reviews and int...

    €411 Average bid
    €411 licitátlag
    31 árajánlat

    I need assistance with troubleshooting and fixing issues encountered during the upgrade of my GitLab instance from v17.2.0. Specifics: - Error messages and logs: I am facing a variety of error messages that I need help interpreting and resolving. - Installation and Configuration Errors: The bulk of the issues are related to installation and configuration errors that have arisen during pre-installation checks. Ideal Candidate: - Extensive experience with GitLab installation and upgrades. - Proficient in diagnosing and resolving installation and configuration related errors. - Ability to interpret error messages and logs. - Excellent troubleshooting skills. Problem: Can not upgrade, reconfigure, downgrade, Stuck in current version.

    €49 Average bid
    €49 licitátlag
    5 árajánlat

    I am in need of a proficient freelancer who can assist with the bulk upload of full outfits for a virtual try-on feature on my website using an AI tool like this : ( but able to upload and process in bulk, e.g upload 100 shirt item in a time and the system will produce 100 image with custom models ) Key Responsibilities: - Utilize an AI tool to facilitate the virtual try-on of clothing. - Conduct a bulk upload of full outfits onto the platform. - Ensure the integration of this feature on my website is seamless and user-friendly. Ideal Skills and Experience: - Proficiency in working with AI tools. - Previous experience with virtual try-on features is a plus. - Web development skills, particularly in creating and integrating with

    €458 Average bid
    €458 licitátlag
    48 árajánlat
    Shopify Bulk Order Form
    6 nap left
    Ellenőrzött

    ...Shopify PLUS and we like to have a bulk-order-page. So we prepared the following code (which is not working yet): <!-- Vorlage für Bulk-Bestellungen in Shopify --> <div class="grid"> <div class="grid__item large--five-sixths push--large--one-twelfth"> <header class="section-header text-center"> <h1>{{ }}</h1> <hr class="hr--small"> </header> <div class="grid"> <div class="grid__item large--four-fifths push--large--one-tenth"> <div class="rte rte--nomargin rte--indented-images"> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> ...

    €58 Average bid
    €58 licitátlag
    51 árajánlat

    As per object I intend to automate bets on Betfair Exchange according to my parameters, and also create an automatic indicator on Telegram, possibly also exploiting as a bridge the aid of artificial intelligence, for example perplexity, to immediately have statistical data connected to the web

    €474 Average bid
    €474 licitátlag
    81 árajánlat

    I'm looking for a professional to send 20 million promotional emails on my behalf. The content is aimed at advertising a product. Key Details: - I already have an email list stored in a CSV file. - The emails need to be sent in bulk. Ideal Skills: - Extensive experience in email marketing and bulk email services. - Knowledge of best practices to avoid spam filters. - Ability to manage and execute a high-volume email campaign effectively. Please provide a brief overview of your experience with similar projects when bidding.

    €16 Average bid
    €16 licitátlag
    10 árajánlat

    Hi everyone, I am looking for a freelancer who is able to create a script for me to import product images (with a CSV file) in Magento 1. Based on the product SKU, it needs to import the product image. This image will be used as first priority for all image display options. Current products already got an image, but our imported image should be the first priority. It needs to be imported in the default store, as my other store views will use the default store image (settings). New product images are available in var/import location on the server. We will first work on my develop server. When the import works, we will apply it on the live server. Looking forward to hearing from you. My maximum budget for this task is €30.

    €26 Average bid
    €26 licitátlag
    27 árajánlat

    Create cTrader trading bot that use High & Low system and indicators signals

    €474 Average bid
    €474 licitátlag
    1 árajánlat

    ...an experienced Wordpress specialist to assist with editing my existing websites and building engaging landing pages. The project involves: - Content Updates: Regular updates of text, image replacements, and adding new videos as needed. - Design Changes: Primarily focusing on a complete layout redesign. In addition to the above, I also need some functionality improvements on the sites. This might include: 1. Inserting calendly links 2. Inserting forms to be completed 3. Social media integrations Ideal candidates should have a strong background in web design, content management, and site functionality enhancement. Experience with building attractive and effective landing pages is a definite plus. It's extremely important to me that you are available during at ...

    €10 / hr Average bid
    €10 / hr licitátlag
    35 árajánlat

    ...an experienced Wordpress specialist to assist with editing my existing websites and building engaging landing pages. The project involves: - Content Updates: Regular updates of text, image replacements, and adding new videos as needed. - Design Changes: Primarily focusing on a complete layout redesign. In addition to the above, I also need some functionality improvements on the sites. This might include: 1. Inserting calendly links 2. Inserting forms to be completed 3. Social media integrations Ideal candidates should have a strong background in web design, content management, and site functionality enhancement. Experience with building attractive and effective landing pages is a definite plus. It's extremely important to me that you are available during at ...

    €10 / hr Average bid
    €10 / hr licitátlag
    43 árajánlat

    Description: I am looking for an experienced freelancer to build a professional and user-friendly online store to sell my products. The store should include the following features: 1. E-Commerce Functionality: • Product catalog with categories and filters. • Product pages with detailed descriptions, images, and pricing. • Shopping cart functionality. 2. Online Payment Integration: • Secure payment gateway integration (e.g., PayPal, Stripe, or others). • Support for multiple payment options (credit/debit cards, digital wallets, etc.). 3. Shipping Integration: • Integration with shipping carriers for real-time shipping rates. • Automatic tracking updates for customers. 4. Responsive Design: • Fully optimized for desktop, tablet, and ...

    €439 Average bid
    €439 licitátlag
    133 árajánlat

    I need someone experienced with WordPress and product uploads to help ...product uploads to help me upload two Excel sheets of products to my site. - One sheet contains over 3,000 products with compressed images. - The other has about 40,000 products without compressed images. I would like to know if I can upload the compressed images later in bulk after the 40,000 products are uploaded. Please let me know if this is within your capabilities. Ideal candidates for this project should have: - Proven experience in WordPress product uploads - Ability to handle large data sets - Understanding of bulk image uploads - Excellent attention to detail to ensure every product is listed correctly. I have attached the file. Please import the products on your website to show me and a...

    €49 Average bid
    €49 licitátlag
    26 árajánlat

    Create a Jupyter Notebook for Adding Custom Datasets to SSD MobileNet Object Detection Model

    €28 Average bid
    €28 licitátlag
    22 árajánlat

    Hey I want to four stickers based on the examples i provide with the following adjustments. Those are from generative AIs but only work as an example. I need the work in editable vector graphics for a print of 10cm X 10cm. There are some changes to be made, as well as some orthographic errors in the texts, but the overall ideas are what i want. These are the adjustments to be made based on the provided file: 1) Include the logo within the borders of the shadow of the font 2) exchange the logo with ours and it's written "Hagalé pues" (only one "e" and one accent) 3. Change the background to the one of sticker 4 4. Its should say love where you live and not love where you love.

    €28 Average bid
    €28 licitátlag
    71 árajánlat

    This project was posted without answering some essential questions. The main goal, specific scope, and target audience of the project are unknown. It's crucial to have this information to create a clear and concise project description. Please provide more details so freelancers can better understand your project's requirements and submit accurate bids. Thank you!

    €130 Average bid
    €130 licitátlag
    46 árajánlat

    I'm looking for a video editor who can create three separate countdown video clips for me to overlay on my video. - Timer one: 4 seconds - Timer two: 7 seconds - Timer three: 8 seconds The countdown numbers should be in a minimalistic plain text style. If you have experience with video editing and can deliver high quality countdown clips in a timely manner, please get in touch. Thank you!

    €23 Average bid
    €23 licitátlag
    24 árajánlat

    I need a certified translator to translate 2 pages from English to Polish. The translation must be suitable for official/legal use. Ideal Skills and Experience: - Certified translator with experience in English to Polish translations. - Able to provide a translation that is suitable for official/legal use. - Attention to detail and commitment to delivering error-free translations.

    €10 Average bid
    Garantált
    €10
    12 pályamű

    Hi! As discussed, I need the paperback, hardback, and audiobook cover with book description on back completed by 1/21/25 for a fixed price of $60.00 You already have the description and logo. If there are any revisions, we could discuss in chat. Thank you!

    €58 Average bid
    €58 licitátlag
    1 árajánlat

    We are seeking a skilled and results-driven freelancer to help generate leads by promoting and driving installations of our Chrome extension. The ideal candidate should have experience in lead generation, digital marketing, and audience engagement strategies. Responsibilities: Develop and execute strategies to promote our Chrome extension. Drive high-quality leads resulting in successful installations. Target relevant audiences to ensure meaningful engagement and usage. Monitor and report progress, providing insights and suggestions for improvement. Requirements: Proven experience in lead generation and digital marketing. Familiarity with Chrome extensions and user acquisition strategies. Strong communication and outreach skills. Ability to meet defined targets and deadlines. Deliverabl...

    €270 Average bid
    €270 licitátlag
    10 árajánlat
    create a waiting list
    5 nap left
    Ellenőrzött

    I need to create a waiting list to share through social media it has to be linked to my website

    €15 Average bid
    €15 licitátlag
    13 árajánlat
    Create 12 graphics for Social Media
    5 nap left
    Ellenőrzött

    Hello Need someone to design 12 very cool & professional graphics for our Social Media Campaign for a security company Need the graphics to be very bold & unique to reflect our brand as a top-tier security company Please share your portfolio showcasing similar work you've done in the past.

    €56 Average bid
    €56 licitátlag
    145 árajánlat
    PayPal web integration (HTML pages)
    5 nap left
    Ellenőrzött

    I need an HTML developer with experiences with integration of PayPal form payment. No .Net, no C#, no PHP, no Python, no third party controls, no compiled objects. Inside a static HTML page I need to implement a form to allow user to complete a payment. The form will be integrated with existing styles (.css). I not need to collect VISA/AMEX/MASTERCARD data. Here the official development documentation of PayPal Here official example of integration No upfront. No payment before successful completion of all tests. Source-code required for test Unnecessary images, files, libraries, ... must be removed. The source code is required to have a good level of comments, to allow bug-fixing, code maintenance and possibly future evolution. Please, no ask «me what is your budget for...

    €29 Average bid
    €29 licitátlag
    73 árajánlat
    Yoga Studio E-commerce Website
    5 nap left
    Ellenőrzött

    I'm looking for a professional web developer to create a dynamic yoga studio website with e-commerce capabilities. This platform will primarily serve to sell our range of yoga products and services. Showcase our health blogs and Health tools Key Features: - E-commerce functionality for selling memberships and class packages, as well as online classes and courses. - A variety of purchasing options for customers, including monthly subscriptions, pay-per-class, and bulk package deals. Ideal Skills: - Proven experience in e-commerce website development. - Proficiency in creating user-friendly, engaging web interfaces. - Knowledge of SEO and digital marketing strategies to attract new clients. The goal is to build an intuitive, reliable, and attractive website that caters...

    €123 Average bid
    €123 licitátlag
    91 árajánlat

    ...Simulates live trading conditions, storing results for strategy validation.  Allows users to verify strategies before risking capital.  Available through all supported brokers without additional setup. 3. Forward Test o Virtual trade execution to assess strategy performance in live market conditions. o Mirrors live execution environments without financial risk. 4. Discretionary Strategy Builder o Create and trade directly from the Option Chain with user-friendly tools. o Drag-and-drop features to build strategies with minimal coding requirements. ________________________________________ 2.2 Pre-Built Strategy Templates • Directional Strategies: Bull Call Spread, Bear Put Spread. • Non-Directional Strategies: Straddle, Strangle, Iron Condor. • Customization: o Tw...

    €1178 Average bid
    €1178 licitátlag
    68 árajánlat

    I'm looking to leverage the official WhatsApp API to automate appointment bookings for a medical practice. The platform should allow for interactive messaging, customizable workflows, real-time data integration, and analytics. Key features should include: - Automating service appointment scheduling with staff - Streamlining lead qualification processes - Providing support for bulk broadcasting and customer segmentation - Incorporating customer support and automated cataloguing functionalities Ideally, you should have experience with the DoubleTick platform, including setting up WhatsApp automation and transferring existing WhatsApp Business numbers. I'm particularly interested in professionals who understand the intricacies of working within the medical sector and can ta...

    €21 / hr Average bid
    €21 / hr licitátlag
    75 árajánlat

    I'm undertaking a substantial harmonization project focused on insurance policies and procedures. I've conceptualized several ideas for this endeavor, but I require a professional who can take these ideas and help build a comprehensive solu...possess: - Extensive experience in the insurance sector, particularly in policy and procedure harmonization - Proficiency in interpreting flowcharts and diagrams - Strong collaborative and communicative skills - Knowledge of regulatory compliance in the insurance industry - Experience in creating and updating policies - Ability to streamline inter-departmental workflows Please note, the bulk of the work will involve taking my initial concepts and building upon them. Therefore, a strong ability to comprehend and develop existi...

    €389 Average bid
    Titkos
    €389 licitátlag
    11 árajánlat

    I'm looking for someone to help me with manual data entry from web pages. This is a straightforward task, but it requires attention to detail and the ability to follow instructions carefully. Ideal skills and experience: - Proficient in manual data entry - Familiar with web data extraction - Detail-oriented - Able to follow instructions accurately

    €251 Average bid
    €251 licitátlag
    127 árajánlat

    I am in search of a fast performing mobile app developer to do my app. I have the backend ready and api also. Create the app usi UI kits available online.

    €80 Average bid
    €80 licitátlag
    17 árajánlat