Link redirect script jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 link redirect script jobs found, pricing in AUD

    I require a highly skilled web developer to create a search box that can accept and process e-commerce links. The search box should accept links from both international and Indian e-commerce platforms, including but not limited to Amazon, eBay, Walmart, Flipkart, Myntra, Nykaa and so on. Its functionalities should include the following features: - Add to cart: Users should be able to add items to their shopping cart directly from the search results. - View product details: The search results should display detailed information about the products linked. The right freelancer for this job would ideally have experience in e-commerce platform integration, web development, and managing APIs. Familiarity with the workings of the mentioned e-commerce platforms would be an added advantage. Th...

    $55 (Avg Bid)
    $55 Avg Bid
    10 bids

    Project for GPT python script coding.

    $501 (Avg Bid)
    $501 Avg Bid
    68 bids

    I urgently need a skilled developer to address an unexpected issue that has caused my blog to become inaccessible. The blog suddenly went down, and I've neither made recent changes nor updates that could have led to this problem. Here's a detailed rundown of what's happening and what I'm looking for: My website is The blog was hosted on WordPress with a redirect **Issues Faced:** - The blog page is not loading at all. - No specific error messages have been identified, as it's simply down. **Ideal Experience and Skills for the Job:** 1. **Expertise in PHP:** Given the nature of the problem, a deep understanding of PHP is crucial for navigating and resolving the underlying issues. 2. **Problem-Solving Skills:** Ability to diagnose and fix issues related ...

    $152 (Avg Bid)
    $152 Avg Bid
    65 bids

    Require ETL script to be written in Python /Django Task :Pull data from source and transform it into desired response API endpoint would be final delivery

    $26 (Avg Bid)
    $26 Avg Bid
    12 bids

    I'm in search of a creative and talented script writer to tackle a romance comedy, specifically aimed at adults. This radio drama requires a feature-length piece that will entertain for over 60 minutes. • Genre: Your script should infuse elements of romance and comedy, delivering a perfect balance between heartfelt moments and light-hearted, amusing situations. • Duration: The script must be feature-length, exceeding 60 minutes in radio play duration. • Audience: The script you create should cater to an adult audience - intriguing and relatable for this age group. Ideal Skills: • Excellent command of language with ability to infuse humor in dialogue. • Proven experience in writing romance comedy scripts, especially for r...

    $5857 (Avg Bid)
    $5857 Avg Bid
    17 bids

    we need a logo for our saas brand " buhon" ,which is link management and link redirect tool. need source file with all the fonts and elements. if you have any questions ,please dm me. thank you!

    $21 (Avg Bid)
    $21 Avg Bid
    13 bids

    we need a logo for our saas brand " buhon" ,which is link management and link redirect tool. need source file with all the fonts and elements. if you have any questions ,please dm me. thank you!

    $23 (Avg Bid)
    $23 Avg Bid
    18 bids

    I'm seeking a highly skilled freelancer to develop a comprehensive Powershell script capable of parsing both CSV and Excel file formats. This script is a crucial component of our data processing tasks, aimed at effectively managing and extracting specific data points from our datasets. **Requirements:** - The script must accommodate files containing two header rows plus a unique "header" column that precedes the data columns. - It should efficiently extract data, ensuring to handle the dual nature of the headers and the "header" column seamlessly across both CSV and Excel formats. - The goal is to parse these files to extract specific columns of data, entire rows based on certain conditions, and identify unique entries without duplicates&mdash...

    $214 (Avg Bid)
    Urgent
    $214 Avg Bid
    21 bids

    I urgently need a skilled developer to address an unexpected issue that has caused my blog to become inaccessible. The blog suddenly went down, and I've neither made recent changes nor updates that could have led to this problem. Here's a detailed rundown of what's happening and what I'm looking for: My website is The blog was hosted on WordPress with a redirect **Issues Faced:** - The blog page is not loading at all. - No specific error messages have been identified, as it's simply down. **Ideal Experience and Skills for the Job:** 1. **Expertise in PHP:** Given the nature of the problem, a deep understanding of PHP is crucial for navigating and resolving the underlying issues. 2. **Problem-Solving Skills:** Ability to diagnose and fix issues related ...

    $24 / hr (Avg Bid)
    $24 / hr Avg Bid
    95 bids

    I need a professional experienced in VBScript, capable of creating a script for reading and writing values to a Programmable Logic Controller (PLC) via Modbus TCP protocol. Essential skills & experience: - Expertise in working with VBScript. - In-depth understanding of Modbus TCP protocol operations. - Familiarity with PLCs. The script should be able to: - Connect to the PLC via the Modbus TCP protocol. - Read values from specific registers on the PLC. - Write values back to those same registers. Only professionals who have previously worked on similar projects should apply. The deliverable will be a grand finale of a sharp, accurate, and efficient VBScript that perfectly handles the task. Please apply by describing similar projects you've completed, and your app...

    $892 (Avg Bid)
    NDA
    $892 Avg Bid
    4 bids

    ...in Cursive Writing Styles - Skilled in Color Theory, specifically in applying subtle and pastel colors **Project Requirements:** - Create a logo using a combination of traditional calligraphy and cursive writing techniques. - The logo should incorporate subtle and pastel colors to align with the brand's aesthetic. - Attention to detail and ability to convey the brand’s message through artistic script work. **Ideal Candidate:** - Should have a portfolio showcasing expertise in traditional calligraphy and cursive writing. - Experience in logo design, particularly with names or initials. - Ability to work with a color palette focusing on subtle and pastel shades. - Excellent communication skills to ensure the final product aligns with my vision. This project is perfect...

    $44 (Avg Bid)
    $44 Avg Bid
    100 bids

    I have built an auto-sender script. It's sending emails but they've been blocked by gmail. I need a gmail specialist who can help me figure out the problem.

    $32 / hr (Avg Bid)
    $32 / hr Avg Bid
    12 bids

    ...Credit Card to Crypto payment gateway. where the customers can pay through credit and i get crypto like BTC, ETH, LTC into my pre provided crypto wallet. I have seen something like on where my customers can buy BTC for me and send to my wallet but my concerns is automated like customers no need to fill manual amount & wallet address. Required. Either prepare script which can be automatically fill on as following below. #1 .Pre defined amount fill automatically #2. pre defined wallet address automatically #3. Select Payment methods VISA automatically #4. Select Payment offers as Simplex automatically #4. Check agree and click Buy button automatically move to next page where customers will fill his the Credit Card.

    $889 (Avg Bid)
    $889 Avg Bid
    52 bids

    i have a php script with some mysql queries and joins by DEFAULT there is no filter or condition on the STORE ID as when the script is loaded the first time no store id is selected so ALL data will be loaded for all stores now to filter the data for a specific store i added a WHERE clause to my query where o.orders_stores_id = '" . (int)$_GET['store_id_dd'] . "' '" . (int)$_GET['store_id_dd'] . "' is determined once i select a store from the dropdown filter. then it registers once i press submit however this only works if i add that WHERE clause the issue with that WHERE CLAUSE is that the DEFAULT or NULL case will not work and nothing will be returned as the code is treating it as NOTHING i.e its expecting a s...

    $38 (Avg Bid)
    $38 Avg Bid
    45 bids

    ...experience in hand-drawn storyboard creations. • Proficient in illustrating and imparting character emotions and narratives. • Familiar with the mechanics and dynamics of cartoon animation. Precision, creativity, and a keen eye for details are integral for this task. If you can showcase relevant examples of previous works, it would be advantageous for your bid. You will be provided the script and it to create the visuals for it...

    $29 / hr (Avg Bid)
    Urgent
    $29 / hr Avg Bid
    35 bids

    I require a freelancer to assist with the addition of images and links in my blog post, hosted on Wix.com. Your task involves: - Taking screenshots of images in provided links - Uploading these images in a prescribed format on my blog - Linking them to both internal pages on my blog and external websites as mentioned A key requirement: - All links must open in a new window Ideal freelancer will have: - Familiarity with - Good understanding of blog post formatting - Experience in image handling - Keen attention to detail for successfully linking to correct destinations.

    $9 / hr (Avg Bid)
    $9 / hr Avg Bid
    19 bids

    I am in need of an expert script writer preferably adept in Python, to craft a simple script for me. This script would read an Excel spreadsheet and tag metadata on Exiftool, particularly in the Keyword metadata field(s). Key requirements include: - Proficiency in Python programming language - Thorough understanding of Excel spreadsheet format - Familiarity with the Exiftool for handling metadata - Must be able to manage Keyword fields in Exiftool The successful candidate will be experienced in Python script writing and have a solid foundation in handling metadata within Exiftool. If you can meet these requirements and guarantee accuracy, I look forward to your bid.

    $265 (Avg Bid)
    $265 Avg Bid
    43 bids

    I'm in the intermediate phase of understanding Python programming and the Floyd Warshall algorithm. My goal is to leverage these skills to develop a project focused on calculating distances, which could cater to different applications from network optimization to pathfinding in various contexts. Here's what I need: - **Implementation of Floyd Warshall Algorithm**: A robust Python script using the Floyd Warshall algorithm to calculate the shortest distances within a given network of nodes. Experience with graph theory will be crucial. - **Application to a Specific Problem**: Adaptation of the algorithm to suit a particular scenario where distance calculation is vital. While my project is not confined to a single application, familiarity with areas such as network optimiza...

    $14 / hr (Avg Bid)
    $14 / hr Avg Bid
    14 bids

    I'm in search of a skilled videographer who specializes in 2D animation to bring life to my script through a captivating short animation. This animation should be less than a minute long, serving as a compelling snippet that can tell a story or convey a message efficiently. **Requirements:** - Proficiency in 2D animation techniques and software. - Ability to interpret script and storylines into visual narratives. - Creative input in terms of visual aesthetics to make the animation appealing. - Strong storytelling skills to ensure the animation is engaging and communicates the intended message effectively. - Excellent communication skills to facilitate smooth collaboration throughout the project. **Skills and Experience:** - Previous experience in creating short 2D anim...

    $653 (Avg Bid)
    $653 Avg Bid
    97 bids

    my current website is kind of one page simple website , just a showcase with no features. There are some features to add to this website. 1- product edit feature ( currently we can only add and delete no edit option there ) 2- custom fields feature to be added in admin panel so we can relate those custom fields with sub categories and filterable on frontend. 3- need guidance a...currently we can only add and delete no edit option there ) 2- custom fields feature to be added in admin panel so we can relate those custom fields with sub categories and filterable on frontend. 3- need guidance about username and password changing and some other text editing. my developer said, the frontend made with node but backend is made with php because godaddy hosting didnt allow node.js script...

    $49 (Avg Bid)
    $49 Avg Bid
    17 bids

    I'm currently in need of a Powershell script that reads data from an Excel 2019 spreadsheet and utilizes that data to create folders on OneDrive in a specified sequence. The sequence of folder creation will strictly adhere to the sequence laid out in the Excel spreadsheet. Furthermore, permissions of these newly created folders will also be determined by the corresponding data present in the spreadsheet rows. Ideal skills and experience for this project would include: - Proficiency in Powershell scripting - Experience with the 2019 version of Excel and its data management capabilities - Familiarity with the OneDrive API and its permissions setting mechanisms Clear understanding of these concepts is instrumental in the successful execution of this project.

    $160 (Avg Bid)
    $160 Avg Bid
    21 bids

    I have a Python script, which is acting as an Addon/Extension for a Desktop application called Burp Suite. I have made the modules, but want to add a few more modules which I am unable to add. Need someone experienced with Python who can complete the script for me. This is a micro project, and the timeline I am expecting is around 3 days.

    $45 (Avg Bid)
    $45 Avg Bid
    5 bids

    I'm looking for an experienced developer to create a seamless script for API connection between Paxful and Binance, two leading cryptocurrency P2P platforms. This project aims to automate the orders, account balances, deposits, and withdrawals in real-time in paxful via Binance, providing me with an efficient way to automate the trade Key Project Requirements: - Establish a secure API integration between Paxful and Binance. - Synchronize account balance information accurately. - Enable real-time tracking of deposits and withdrawals. - Ensure the solution adheres to the security protocols of both platforms. Ideal Skills and Experience: - Proficiency in API development and integration, particularly with cryptocurrency platforms. - Familiarity with both the Paxful and Binance e...

    $331 (Avg Bid)
    $331 Avg Bid
    7 bids

    ...target demographic effectively. A tone that vibrates with vigor and excitement is what we're after. - **Experience:** Ideal candidates will have prior experience in commercial advertisements, with a portfolio that showcases their ability to adapt to and energize a script. - **Audience Engagement:** An understanding of how to appeal to teens and young adults. Your delivery should be relatable and catchy, making our message resonate with them. **What the Project Entails:** - Providing a voice-over for a commercial advertisement script, approximately 30-60 seconds long. - Collaborating with our team to understand the brand voice and message. - Delivering high-quality audio files free from background noise and errors. **Skills and Experience:** - Proven experience in vo...

    $141 (Avg Bid)
    $141 Avg Bid
    11 bids

    I'm seeking an experienced SEO specialist to generate high-quality one-way links for my website, promoting a tech product to working profession...one-way links for my website, promoting a tech product to working professionals. The main purpose of the site is to sell these products and services. Required Skills: - Strong background in SEO and link building strategies. - Prior experience in Tech industry preferred. - Understanding of the preferences of working professional demographic. Job Responsibilities: - Develop and implement effective link building strategy. - Following ethical SEO standards. - Improve the visibility and ranking of the website in organic search results. The ideal candidate should demonstrate successful past link-building projects particula...

    $110 (Avg Bid)
    $110 Avg Bid
    77 bids

    We are seeking a skilled freelancer to develop a simple PHP script focused on data visualization, specifically catering to planetary hours. While the script's core functionality can be achieved through ChatGPT, we believe an experienced individual can deliver efficient results promptly. Description: We require a straightforward script to display planetary hours based on location and date input. Key Functions: The script will closely resemble the functionality of this sample site, with additional features: - Integration of Islamic (Hijri Date) display alongside the conventional calendar. - Option for users to select their location, with the flexibility to change it as needed. - Enhanced visualization by displaying the names of planetary rulers alongside logos. ...

    $43 (Avg Bid)
    $43 Avg Bid
    16 bids

    Timebased Fib Retracement Pine Script Customization.

    $61 (Avg Bid)
    $61 Avg Bid
    1 bids

    Please message me only after you read this and you are positive you can do it: using existing libraries like or NOVAS to make a small C# script that takes date and time, and produces the output: 1- where sun and the moon will be overhead a certain latitude and longitude 2- the % of the the moon phase 3- the relative angular size of the moon and the sun 4- the distance of the moon and the sun for example timeanddate provides this in order to test your results 2024-02-20 09:30:00 UTC - 2024-02-20 14:30:00 UTC -

    $26 (Avg Bid)
    $26 Avg Bid
    3 bids

    ...detection system. If you don't know how to bypass it, don't bid. ----------------------------- I need script or app for scraping products from There are sitemaps with all URL products. Every product has ID in the end of URL. Example: The next step is to take that ID and connect it to another URL https://catalog.app.iherb.com/product/+ID where you will get the product data in XML format. Example: The script should scrap the data and create an XLSX document and write the following data in the columns: partNumber

    $285 (Avg Bid)
    $285 Avg Bid
    34 bids

    I'm on the lookout for a talented female voice artist to bring life to our online advertisements. Our project specifics include: - **Ad Length**: The script is tailored to fit a duration between 30 seconds and 1 minute, requiring precise timing and pacing. - **Ad Tone**: We're aiming for a tone that's friendly and conversational. It's vital that the voice artist can connect with our audience in a relatable manner, making the ad feel like a chat between friends. - **Experience Needed**: - Proficiency in creating engaging and compelling voice-overs for online platforms. - Ability to convey emotions and messages in a friendly, conversational tone. - Experience working with varied lengths of scripts, specifically those that fall within the 30-second to 1-mi...

    $108 (Avg Bid)
    $108 Avg Bid
    11 bids

    I'm seeking professional assistance in developing a UPI-based vending machine specifically designed for cigarette sales. Project...system is required. Ideal Candidates: - You should possess experience in vending machine design and manufacturing. I Just need a small code that should be install on my vending machine. We have 10 inch display. Customer will slelect product >> Select quantity >> they will get ge QR code on display >> after scan if the payment is sucessfull then dispense the cigerette {If payment is failed then redirect the main screen},. Your understanding of UPI operations coupled with inventive engineering to create a hassle-free, automatic cigarette dispenser is where your focus should lay. If you're innovative and proficient in machin...

    $223 (Avg Bid)
    $223 Avg Bid
    7 bids

    Hi, I have a python script that does symbolic regression. the script saves a PKL file each iteration of the main loop. there is a bug that stops the execution of the program for some reason (a bug). deliverables: 1. fix the bug in the script. 2. explain what you did.

    $9 / hr (Avg Bid)
    $9 / hr Avg Bid
    20 bids

    I am looking for a freelancer who can integrate the PayPal Checkout service into SendPulse service. The ideal candidate should have experience with API integration and be able to redirect users to a separate PayPal page for payment processing. We require this procedure: 1. SendPulse issues a PayPal link for the customer. 2. PayPal Payment page opens and there are option to pay by Debit Card , Credit Card. 3. After payment successful the api send back to SendPulse. 4. SendPulse receives the unique payment status as : successful payment , rejected payment or pending payment. Skills and experience needed for this project: - API integration - PayPal Checkout service integration - Strong problem-solving skills The job will be through Anydesk and Zoom Call

    $243 (Avg Bid)
    $243 Avg Bid
    21 bids

    I am on the hunt for an experienced Python developer who can help me improve my existing script for Elasticsearch, specifically in error handling and adding new functionalities. Key requirements: - Proficient in Python - Familiarity with Elasticsearch and SSL client connections on remote nodes - Extensive knowledge in error handling and coding for custom commands execution on remote nodes - Capability to implement the said enhancements as swiftly as possible I have 3 Elasticsearch node and 1 Kibana node. Executing script for upgrade Elastic and Kibana version. 1st it will connect to Kibana node and stop kibana service and create softlink or mv cmds using linux cmds. 2. In local one of Elasticsearch node exeute stop service and create softlink. 3. connect to other 2 Ela...

    $588 (Avg Bid)
    Urgent
    $588 Avg Bid
    4 bids

    It is bulk work and long term project. We Require Someone Who Can Make and Shoot Facecam YouTube Videos for me according to script Which We and Everything Will Be Provided by us you just need to Shoot Video According to Script Which We Provide. It is About Fantasy Cricket Dream11 I can pay according to the work per video and We needed someone who can work for long time The video would be around 10-15 mins One should have good communication skills, good acting skills, Good Dialogue delivery, Language-Hindi Gender-Male Country- India

    $134 (Avg Bid)
    $134 Avg Bid
    11 bids

    I need an experienced Laravel developer to customise and add some features to an existing script for jobs and services. An addition is needed for this system. And need the following customisation. 1 The current system has only fixed-cost jobs, so we need a very simple form of hourly billing for jobs and services (timesheet and invoice) 2 Register as an organisation (recruiter) 3 recurring billing for service 4 Integrate some third-party audio or video in for services and in chat (chat is already there) and the ability to create chat for individual job 5. Appointment for services (booking form- simple form is already there) 6. Custom price adjustment after service completion 7. Various premium options for job posting, such as featured 8. Comment section on

    $383 (Avg Bid)
    $383 Avg Bid
    170 bids

    Job Description: Developing applications using .Net; - Maintain the release management cycle, as well as the software development environments; - Works with team to re-engineer existing applications using .Net, C#, and MVC; - Responsible for portions or phases of larger and more complex aspect...requirements; - Codes, tests, debugs, and documents programs for relatively complex or large projects; - Works with block diagrams and logic flow charts; -Prepares required documentation, including both program and user level documentation Requirements: Knowledge: Bachelor in Computer Science (or close 4 yr equivalent) Experience: 5+ Years (REQUIRED) Skills: C#, .NET 4.0+, ASP.NET, HTML, jQuery, Java script Be able to design and implement solutions without supervision Have good wo...

    $1162 (Avg Bid)
    $1162 Avg Bid
    44 bids

    I'm in the search of a talented CodeIgnitor developer to elevate a single-user Codecanyon project into a scalable, multi-tenant SaaS platform where each user will have their subdomain to access the project however project code will be at one place only. with subscription purchase model and email, sms whatsapp credit buy model. Superadmin can see and mana...have their subdomain to access the project however project code will be at one place only. with subscription purchase model and email, sms whatsapp credit buy model. Superadmin can see and manage all the details . The vision is to enhance user experience, ensure scalability, and significantly boost revenue potential. Also need to reskin it so that our users can't identify that it is copy of any script. It should look d...

    $746 (Avg Bid)
    $746 Avg Bid
    38 bids

    Hello, I need to request some modifications to a script that is no longer working. You will find all the necessary information to test it attached to this message. Additionally, I want to clarify that I do not have time to discuss the budget. Therefore, the price you include in your offer will be considered acceptable and final if I decide to go ahead with your proposal.

    $55 (Avg Bid)
    $55 Avg Bid
    8 bids

    I want some to edit videos for my YouTube channel. the style I want: I can provide Envato Elements subscription to make the process easy for you. Best regards

    $43 (Avg Bid)
    $43 Avg Bid
    33 bids

    ...storytelling to help create an engaging VR script for an entertainment-based project. While the type of VR experience has not been defined, the final product should ensure audience engagement and entertainment. The ideal candidate will: - Have previous experience scripting for VR or similar immersive experiences. - Be capable of writing engaging scenarios and characters that fit within the VR medium. - Understand how to balance narrative and interactive elements in VR. There is no set timeline for this project, and therefore we are more focused on quality over speed. Nonetheless, consistent progress and periodic updates will be appreciated. The emphasis is on creating a script that will captivate and entertain VR users. Please include examples of past script writ...

    $311 (Avg Bid)
    $311 Avg Bid
    2 bids

    I have a small Python Script that I execute on a remote Linux server from Windows cmd. Inside the script, I put a car Id (VIN = Vehicle Id Number: 17 characters), some data about this car, are retrieved and stored on a DB. I would like to execute the Python script from a webpage (to implement to my wordpress website) with an input field to enter the car VIN. Once the car data are retrieved and stored on the DB for the VIN by the Python script, we show the result on the webpage. Main tasks to do: 1. Install the framework Flask to create a backend on the Linux server (where the Python script run) that handles requests from the web page 2. Handle user VIN input, and send the request to the Linux server to execute the Python script 3. Check the result...

    $176 (Avg Bid)
    $176 Avg Bid
    30 bids

    Have a script that is working to go but PASSWORD in the ~/.pgpass does not seem to be going Would like to list SELECT from any table with data: is there a way ? or prove that data was added? There is hope you can give your “best” price; unemployed, and have cancer with bills backing up, $10 possible? Please note $10 is the max total that I can handle for this (doing hourly reduces % fee). Will leave a Glowing paragraph of feedback 5 stars : - ) My funds are low but will pay quick and leave 5 stars. Please give your best possible for your bid ? (something reasonable?) Please note there is hope we can mutually complete this task; we can leave each other nice comments and 5 stars for each? Look at feedback on my profile, feedback I left for many others. Here is th...

    $11 / hr (Avg Bid)
    $11 / hr Avg Bid
    11 bids

    Job Description: Developing applications using .Net; - Maintain the release management cycle, as well as the software development environments; - Works with team to re-engineer existing applications using .Net, C#, and MVC; - Responsible for portions or phases of larger and more complex aspect...requirements; - Codes, tests, debugs, and documents programs for relatively complex or large projects; - Works with block diagrams and logic flow charts; -Prepares required documentation, including both program and user level documentation Requirements: Knowledge: Bachelor in Computer Science (or close 4 yr equivalent) Experience: 5+ Years (REQUIRED) Skills: C#, .NET 4.0+, ASP.NET, HTML, jQuery, Java script Be able to design and implement solutions without supervision Have good wo...

    $79 / hr (Avg Bid)
    $79 / hr Avg Bid
    42 bids

    I need a logo for my new project : your link It's a project for create a network for found worker in real estate. I have added a previous version of a logo, make it better but in this way I need version without word, and version with "Your Link, Votre réseau pour rénover" I need logo with simple shape, black , with small touch of gold maybe

    $164 (Avg Bid)
    Guaranteed
    $164
    417 entries

    Have a script that is working to go but PASSWORD in the ~/.pgpass does not seem to be going Would like to list SELECT from any table with data: is there a way ? or prove that data was added? There is hope you can give your “best” price; unemployed, and have cancer with bills backing up, $10 possible? Please note $10 is the max total that I can handle for this (doing hourly reduces % fee). Will leave a Glowing paragraph of feedback 5 stars : - ) My funds are low but will pay quick and leave 5 stars. Please give your best possible for your bid ? (something reasonable?) Please note there is hope we can mutually complete this task; we can leave each other nice comments and 5 stars for each? Look at feedback on my profile, feedback I left for many others. Here is th...

    $12 / hr (Avg Bid)
    $12 / hr Avg Bid
    5 bids

    ...for crafting captivating and memorable animations. - Ability to work under tight deadlines without compromising on quality. **Project Requirements:** - Develop a short (30-60 seconds) motion graphic video that illustrates the brand's mission, vision, and values. - Participation in creative sessions to understand the enterprise's essence and translate it into the animation. - Collaboration on script and storyboard development, ensuring the message is clear and impactful. - Delivery of final animation in various formats suitable for web, social media, and possibly television. - Revisions as required to meet project goals and expectations. Given the ASAP nature of this project, I'm looking for someone who can dive into the creative process immediately, bringing bot...

    $9 / hr (Avg Bid)
    $9 / hr Avg Bid
    13 bids

    Hello WE need laravel and prestashop developper to complete script and projects More detail inbox

    $11 / hr (Avg Bid)
    $11 / hr Avg Bid
    15 bids