Car website scriptpekerjaan

Tapis

Carian terbaru saya
Tapis mengikut:
Bajet
hingga
hingga
hingga
Jenis
Kemahiran
Bahasa
    Status Pekerjaan
    2,000 car website script tugasan ditemui, harga dalam USD

    Hi guys, I’m looking for somebody to either improve this car door closing audio, or replace it with a better sample. The audio needs to match an outdoor recording of a Pickup Truck with a heavy door closing, but recorded from an enclosed carport with mild echo. What I’m looking for is the following: - Reduce internal echo from this sample. - Add a little bit more Depth & Bass. - Make sound more recorded from a distance. I’m looking for a few different variations/edits of this, and will pick the one I like the most. Let me know if you can help. Sample attached in video below. Cheers, Dallas.

    $17 (Avg Bid)
    $17 Avg Bida
    9 bida

    ...the “Technology Description” section below. <Technology Description> This technology is a technology to improve safety when remotely controlling a car with a smartphone or the like. One of the problems that can be anticipated when moving a car remotely is that if the car is moved by operating the smartphone from inside the cabin, it may not be possible to fully check the safety of the car's surroundings. To solve this problem, this technology prohibits the movement of the car by remote control when a remote control mobile device such as a smartphone is in the cabin. Please search for this technology in this project. <<NOTICE>> The target car brands in this search are limited to US, European, Chinese, and South Kor...

    $25 (Avg Bid)
    $25 Avg Bida
    1 bida

    ...charging state of a handheld electronic device. <Technology Description> Here is what I would like you to search is followings. “When charging a handheld electrical device in a car, lighting device in the car changes characteristics of light such as color of the light to indicate user the state of charge of the handheld electrical device. For example, the light is red while charging. With this system, user doesn’t have to look directly at the electronic device to check the state of charge. The lighting device is attached to the car as part of the car and is not built into the electronic device.” <<NOTICE>> The target car brands in this search are limited to US, European, Chinese, and South Korean brands. <Requi...

    $25 (Avg Bid)
    $25 Avg Bida
    1 bida

    ...reach the targeted temperature, considering the temperature and the navigation driving route. *) electric vehicle includes plug-in hybrid vehicle. <<NOTICE>> The target car brands in this search are limited to US, European, Chinese, and South Korean brands. <Requirements for Payment> ・Submit documentary evidence that clearly states the details of the subject product, the name of the company selling the product, and the company that plans to sell the product. Documentary evidence includes websites, YouTube videos, repair manuals, photos of the actual product, vehicle owner's manuals etc. ★Clearly indicate the URL of the website or YouTube site as the basis for the evidence. ★Please clearly indicate where the above technology is disclosed. [example...

    $25 (Avg Bid)
    $25 Avg Bida
    1 bida

    ...the “Technology Description” section below. <Technology Description> This technology is a technology to improve safety when remotely controlling a car with a smartphone or the like. One of the problems that can be anticipated when moving a car remotely is that if the car is moved by operating the smartphone from inside the cabin, it may not be possible to fully check the safety of the car's surroundings. To solve this problem, this technology prohibits the movement of the car by remote control when a remote control mobile device such as a smartphone is in the cabin. Please search for this technology in this project. <<NOTICE>> The target car brands in this search are limited to US, European, Chinese, and South Kor...

    $25 (Avg Bid)
    $25 Avg Bida
    1 bida

    i need on bhojon restaurant script a payment methode from stripe or any other provider

    $9 - $32
    $9 - $32
    0 bida

    As an individual looking to extensively explore Website A's content, I'm in need of an adept coder who can accurately scrape data for me. The task might seem enormous, but it's all about gathering specific sets of information. They include: - User data - Product data - All chapters: detail-oriented individuals should ensure no chapter is left out. - All sections: I expect a perfect scrape of all available sections. - Resources: every resource available on each course offered should be comprehensively retrieved. - All downloads: I'm interested in all downloadable tools or files present on each course. Successfully completing this task requires not just any coder, but one with vast experience in data scraping. The ideal bidder should also possess an acute atten...

    $111 (Avg Bid)
    $111 Avg Bida
    14 bida

    I'm seeking a talented Python developer who can develop a script that logs into a specific gym's website and books a class. The exact website and login details will be provided upon your appointment. Ideal Skill Set: - Robust Python programming skills - Experience in web automation and scripting While applying please include: - Past work related to web automation or similar projects. This will help me gauge your experience and skill level. I look forward to seeing your applications.

    $131 (Avg Bid)
    $131 Avg Bida
    26 bida

    ...programmer who can develop a script that will automate the installation of SentinelOne agent on Windows 10 & 11. Key objectives for this task are: - Carry out an absolutely silent installation, without requiring any user interaction The script should download the application to the client from an URL at Wasabi, install and then applay uniqe token. After the installation the downloaded file should be deleted. The script should be used by an internal RMM-system and it should be easy change the token value. Knowledge of SentinelOne agent and experience in scripting for Windows environment are paramount. An excellent outcome will be a seamless, unobtrusive SentinelOne agent deployment, that instantly applies a specific policy. I have found a ground for a scri...

    $177 (Avg Bid)
    $177 Avg Bida
    11 bida

    My project involves troubleshooting an issue with a python script for my WooCommerce store. The specific problem lies within the product synchronization functionality, which is currently failing to function correctly. The script is done and is intended to update/sync product details from a csv file. Unfortunately, these updates are not syncing as they should, causing anomaly in the functioning of my store. This issue needs to be fixed. Ideal candidates for this project will have: - Strong proficiency in Python and experience in script debugging. - Detailed knowledge of Python and WooCommerce, particularly product synchronization aspect. I look forward to receiving your bid.

    $155 (Avg Bid)
    $155 Avg Bida
    47 bida

    I'm looking for an expert programmer to develop a script that rearranges the pages in a PDF. To be specific, the task is to move the last page of the PDF to the front. This should be achieved seamlessly without disrupting the quality or the content of the PDF. Ideal Skills: - Extensive experience in programming, particularly dealing with PDF manipulation. - Proficient in a language that can perform such a task, for instance Python with relevant libraries (PyPDF2, pdfrw) or Java (with iText, PDFBox). - Strong problem-solving skills to handle any unexpected issues. Required Deliverable: - A working script that takes a PDF as input and outputs the PDF with the last page at the front. Project Deadline: - The script is expected to be fully operational and delivered...

    $125 (Avg Bid)
    $125 Avg Bida
    32 bida

    I have an original script that was working fine but had an external dependancy that has been shut down. so the script has stoped working. what we need is to subsistitute the external dependancy with a local solution so we dont depend on 3rd party services the specific problem function in the script is located in the file function ParseEmail($content) { $postData = Array( "raw" => $content ); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, ""); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $postData); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); $page = curl_exec($ch); return json_decode($page, true); } as you can see it depends on and that has been shit down .. here is

    $131 (Avg Bid)
    $131 Avg Bida
    48 bida

    ...years ago, with a SQL Server database. It is very basic as to what we want now. The site is and we can send you a username and password to get into the system. Generally, a transport company will enter a vehicle into the system. The year, make, and model of the car, where it is being transport to, the VIN, and the price they are will to pay to have it moved. Once it is entered, it will be able to be viewed by other companies that have subscribed to the system. The company that would like to move the car for the other company would tentatively select the vehicle, pursuant to acceptance by the listing company, and the listing company, once it has reviewed the credentials of the moving company, would assign that vehicle to moving company that selected the vehicle. An ...

    $2942 (Avg Bid)
    $2942 Avg Bida
    127 bida

    I'm seeking a proficient Python developer with a stellar understanding of APIs, and capable of crafting a program for automating tasks. The key responsibilities will include: - Designing a Python program to automate API interactions. - Correct handling and management of API data. The ideal candidate would be skilled in: - Python - Automation - API Interaction Previous experience in automating processes and interacting with APIs using Python will be advantageous. Knowledge in API handling is critical. Understanding my needs and owning the project is a quality I'm looking forward to.

    $127 (Avg Bid)
    $127 Avg Bida
    16 bida

    As a growing business dealing with down payment assistance leads, I am urgently seeking an experienced sales agent to aid in lead processing and conversion. This position is remote, requiring a dedication of over 20 hours per week. We are a Used Car Dealership that offers our consumers down payment assistance to help them with their car buying process. The consumers are applying directly on our website so there direct leads. You not cold calling! The position consist of educating the consumer of our program guidelines, collecting documents and possible closing the tranaction once the customer is approved. If you have the skills to close the transaction will have an amazing bonus structure. Responsibilities: * Convert existing leads to sales * Customer service support...

    $5 / hr (Avg Bid)
    Ditampilkan Segera
    $5 / hr Avg Bida
    7 bida

    Necesitamos desarrollar un front-end con java script donde visualizar en un diagrama tipo ghant los horarios de asignacion de producto por maquina acorde a un archivo de input que tenemos y poder mediante drag &drop cambiar estos bloques horarios asignandolos a otras lineas d e produccion y grabar el nuevo cronograma propuesto en una tabla interna que tambien proveemos.

    $451 (Avg Bid)
    $451 Avg Bida
    33 bida

    Only bid IF 1) you are good at seo/adwo...our competitors, specifically in North America, so we can craft an informed and effective counterstrategy. The ideal candidate for this task will have extensive experience in SEO and AdWords analysis, as well as a deep understanding of the gaming industry. Competitor to analyse is and maybe if you find 1 of their nearest competitors new site will be dedicated to online car racing. I want you to provide a report in next few hours of keywords site uses, competition on them, ideally also approx keyword spend in adwords on those terms,. i need to present to client a very basic 1st draft of some marketing review. BUt I need thsi now, i have a meeting in 6 hours time, so you need to do 2-3 hours work on this now if you are free

    $61 (Avg Bid)
    $61 Avg Bida
    21 bida

    ...campaign for a car my dealership is selling. This ad campaign will be carried out on Facebook and Instagram platforms. The campaign should be geared towards individuals who are currently in the market to purchase a car. Despite having no specific target demographic, the tone of the ad should be approachable and informative, catering to all potential car buyers. The car model to be advertised is BMW 3 Series and all the advertising materials should be focused on its unique features and selling points. Ideal Skills and Experience: - Proven experience in managing successful ad campaigns on Facebook and Instagram. - Deep understanding of car dealership operations and car buyer's psychology. - Excellent copywriting skills to craft engaging po...

    $15 / hr (Avg Bid)
    $15 / hr Avg Bida
    54 bida
    Trophy icon Design for my car Tamat left

    I want to decorate my car with graphics related to this theme. The company deals with roof construction, hence the example provided. I also attach a picture of just the car for the mockup. Apart from the space where it's written that I'll put the logo, the rest is open for graphics. I want designs for both the sides and the hood. The car model is Citroen C3, in case you don't want to use the attached picture. Note: The graphics must be vector-based. I'm looking forward to your ideas!

    $10 (Avg Bid)
    Dijamin
    $10
    32 penyertaan

    I'm in urgent need of a professional with expertise in Trading View Pine Script. Specifically, I require: - Prompt modification to an existing indicator - the calculation method needs to be altered. This is a profound change that could affect the functioning of the indicator; having a deep understanding of Trading View Pine script will be crucial. To successfully complete this task, the following skills are required: - Proficiency in Trading View Pine Script - Strong understanding of Trading Indicator calculations - Familiarity with trading platforms and how indicators function Please, be advised that I need this project completed as soon as possible. Your ability to work under tight deadlines while maintaining accuracy and attention to detail will be highly v...

    $40 (Avg Bid)
    $40 Avg Bida
    4 bida

    ...has not been successful. The primary issue lies in integrating WiFi camera streams into our system efficiently and reliably. Scope of Work: We are seeking a skilled freelancer to develop a Python script that can: Detect IP Address of the camera Accept an IP address as input for any WiFi camera. Establish a connection to the WiFi camera using the provided IP address. Read and capture the video stream from the connected WiFi camera. Ensure compatibility with RTSP protocols and seamless integration with OpenCV for further processing of the video stream. Provide documentation on how to use the script, including how to connect to different models of WiFi cameras. Evaluation Criteria: Proposals will be evaluated based on the freelancer's experience, the feasibility of ...

    $184 (Avg Bid)
    $184 Avg Bida
    18 bida

    ...App For I'm looking to create a cutting-edge social networking mobile app that runs smoothly on both iOS and Android based on an existing Social Media Website in PHP. The ideal candidate for this job would possess a unique combination of creativity, technical proficiency, and a deep understanding of social networking dynamics. Here are the core requirements and preferred skills: - **Cross-platform Development Expertise:** Proficiency in frameworks such as Flutter or React Native for developing a seamless user experience across both Android and iOS. **Restful API to connect to the existing Script and database. - **Social Networking Insights:** Experience in developing social networking apps, including familiarity with features like user profiles, friend syst...

    $893 (Avg Bid)
    $893 Avg Bida
    128 bida

    I'm seeking an experienced developer to create an online mechanic platform, focusing on car repairs. This unique website should be user-friendly and include following key features: - A range of repair services, specifically centered around engine and brake repairs. However, the platform should be designed to handle any potential car issues. - A live chat function is essential for real-time communication between mechanics and customers. Ideal candidates should have experience in web development, particularly e-commerce or service-based platforms. An understanding of the automotive repair industry would be advantageous. Efficiency and attention to detail are crucial - the platform needs to be both comprehensive and intuitive to use.

    $362 (Avg Bid)
    $362 Avg Bida
    122 bida

    I am in need of a proficient web developer who can help create a complete car auction website, capable of handling various levels of user interaction. You can use readymade solutions/scripts too! Maximum budget is 400 Euro and negotiable. Key features required: - User registration and login system: Users will need to authenticate to gain access to bidding functionality. - Bidding functionality: The main purpose of the site. Please ensure a smooth and user-friendly process. Important Details: - The website should have payment gateway. You should be comfortable and experienced integrating this system. - High user interaction is needed. Besides the bidding process itself, users should be able to message and rate sellers. Your experience in developing such interactive ...

    $653 (Avg Bid)
    $653 Avg Bida
    221 bida

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

    $39 (Avg Bid)
    $39 Avg Bida
    8 bida

    ...WordPress and the WooCommerce plugin, who can carefully implement and test some specific changes. Key Tasks: • Addition of a €10 charge to the final reservation amount when specific locations are selected during the booking process. Note, this only applies when 3 out of 4 given locations are chosen. • Integration of a button into the checkout page that allows customers to go back and reselect their car if needed. Skills & Experience: • Considerable experience in WooCommerce and WordPress • Strong track record of modifying plugins without disrupting their overall functionality • Attention to detail, especially when it involves implementing rules related to charges based on specific conditions. • Proficiency in PHP and JavaScript, to effi...

    $39 (Avg Bid)
    $39 Avg Bida
    38 bida

    I am in need of an experienced graphic designer to create a logo for my car dealership business. As I have skipped some important details, I am open to your creative input. Main requirements are: - Powerful and unique design. - Implement your ideas for color scheme. Skills and Experience: - Graphic design experience, particularly with logos. - Ability to create a design from scratch. - Innovative thinking. In your proposal, please: - Show me past logos you've designed. - Include a detailed proposal that explains your design process and timeline. - Explain your experience in graphic design. In terms of message, the logo should represent the following values given our company's philosophy: - Professionalism - Trustworthiness - Innovation I look forward to seeing you...

    $27 (Avg Bid)
    $27 Avg Bida
    83 bida

    Hi Muhammad A., I noticed your profile and would like to offer you my project. We can discuss any details over chat.

    $2 / hr (Avg Bid)
    $2 / hr Avg Bida
    1 bida

    I'm seeking an experienced web developer who can engineer a code injector.I am looking for a Web & JavaScript developer. I enjoy playing the "Crash" game on BC Game, which is a betting website However, the website's automation feature that allows users to upload their own scripts is causing frequent errors and disconnections. To avoid these issues, I am looking for help to inject my script into the Browser console using TeamViewer on my PC. I need assistance in running the script smoothly and making any necessary modifications to the JavaScript code. If you can help me, please reach out with your best quote Key Responsibilities: - Morph existing code to enhance functionality and interactivity - Create robust and secure user authentication syst...

    $95 (Avg Bid)
    $95 Avg Bida
    8 bida

    ...driving is executed in a state where the light switch is operated to the light-off position. Please search for this technology in this contest. <<NOTICE>> The target car brands in this search are limited to US, European, Chinese and South Korean brands. <Requirements for Payment> ・Submit documentary evidence that clearly states the details of the subject product, the name of the company selling the product, and the company that plans to sell the product. Documentary evidence includes websites, YouTube videos, repair manuals, photos of the actual product, vehicle owner's manuals etc. ★Clearly indicate the URL of the website or YouTube site as the basis for the evidence. ★Please clearly indicate where the above technology is disclosed. [example 1]...

    $50 (Avg Bid)
    Dijamin
    $50
    14 penyertaan

    ...speed, displays the predicted stopping position superimposed on the in-vehicle camera image. Please search for this technology in this contest. <<NOTICE>> The target car brands in this search are limited to US, European, Chinese, and South Korean brands. <Requirements for Payment> ・Submit documentary evidence that clearly states the details of the subject product, the name of the company selling the product, and the company that plans to sell the product. Documentary evidence includes websites, YouTube videos, repair manuals, photos of the actual product, vehicle owner's manuals etc. ★Clearly indicate the URL of the website or YouTube site as the basis for the evidence. ★Please clearly indicate where the above technology is disclosed. [example 1...

    $50 (Avg Bid)
    Dijamin
    $50
    13 penyertaan

    ...for a normal driving of the vehicle (A) and a mode for the remote driving of the vehicle (B). Please search for this technology in this contest. <<NOTICE>> The target car brands in this search are limited to US, European, Chinese, and South Korean brands. <Requirements for Payment> ・Submit documentary evidence that clearly states the details of the subject product, the name of the company selling the product, and the company that plans to sell the product. Documentary evidence includes websites, YouTube videos, repair manuals, photos of the actual product, vehicle owner's manuals etc. ★Clearly indicate the URL of the website or YouTube site as the basis for the evidence. ★Please clearly indicate where the above technology is disclosed. [example ...

    $50 (Avg Bid)
    Dijamin
    $50
    13 penyertaan

    I am in need of a skilled developer with PHP/Laravel to make modifications to my educational courses platform. Based on a script from Codecanyon, the site requires adjustments in three key areas: the course card, header, and category card. I have the designs ready for each one.

    $181 (Avg Bid)
    $181 Avg Bida
    64 bida

    I'm looking for a talented graphic designer to create an engaging and professional logo for Studio Car Solution, my company that specializes in Paint Protection Film (PPF) and Car Wrapping. Here’s what I’m envisioning: 1. **Color Scheme:** - The logo should primarily incorporate red, black, and white. 2. **Company Name:** - The name "Studio Car Solution" must be integrated into the design clearly and prominently. 3. **Business Focus:** - Our business is in the automotive industry, specializing in PPF and car wrapping. The logo should reflect this focus, possibly through the inclusion of related visual elements that are sleek and modern. **Ideal Skills and Experience:** - Strong portfolio in logo design, particularly...

    $24 (Avg Bid)
    $24 Avg Bida
    86 bida

    Hello, We are looking for a virtual assistant or ...loom videos of 5:30 - 6 minutes. 8 videos every day at the start of our work period You will have to keep your camera on and show you face, screen share and speak. This will be a 3-hour job per day. Once you get used to the job it should not take more than 1:30 hours to create 8 loom videos per day. Later we may increase the daily video requirement. You will be provided with the script and everything We are a performance marketing agency. We create loom videos for our prospects and show them how we can help create more sales and revenue. Your loom video will be the first point of contact so we take your work seriously and will reward it much better if you get the work done properly If you are interested l...

    $76 (Avg Bid)
    Tempatan
    $76 Avg Bida
    13 bida

    I've got a listing of car dealers in two different excel sheets The file 1 is about 6000 rows from 6 countries , it has country code, name, address, zip code and region. This info is not standardized I have file 2 with a official dealers list with similar information from my customer I should automate the process to check if each dealer of file 1 is listed in the second file. Then I would tag that dealer as official in a new column. Else I would tag the dealer as non official ChatGPT could be useful to complete this task successfully but not to classify the information as it invents the output too often

    $111 (Avg Bid)
    $111 Avg Bida
    47 bida

    I'm looking for a skilled developer who can create a script or application to automatically rename multiple Word documents based on specific content found within each document. This project requires a focus on efficiency and accuracy to ensure files are named correctly with little to no manual intervention needed. The program needs to iterate through a given folder path. Look at sub folders and find word documents that ARE NOT numerical named. 12321 If it finds a file named. Then open it, look for 'Report No' and get the string after that eg. 9084607 -10607 Remove dashes and spaces and rename the word document to the report number. **Key Requirements:** - Develop a script/application to automatically rename Word documents. - The renaming should be ...

    $27 (Avg Bid)
    $27 Avg Bida
    16 bida

    In the spreadsheet named 'X' (Yes, that is indeed its actual filename), create a new menu called "Upgrade to New Verkflo" The script copies another spreadsheet, renames the copied spreadsheet, moves the copied spreadsheet to a different folder, and then copies a list of cell values from another spreadsheet to the copied spreadsheet. The spreadsheet being copied is called "Verkflo 22-2-2024" It must be copied to a new folder in Google Drive. That is identified by looking at the sheet ID that is stored in Cell C1. Move the copied sheet to the same folder as the sheet whose ID is in Cell C1. Rename the copied spreadsheet by taking the name that is in Cell B1 and joining it with the file name of the newly copied spreadsheet. For example the Cell C1 v...

    $147 (Avg Bid)
    $147 Avg Bida
    47 bida

    ...using Python and Tkinter. The project is structured across multiple milestones to ensure a seamless development process, and the goal is to complete the entire tool within a 6-week timeframe. The tool is designed for distribution generation, simulation runs, sample generation, and output analysis with confidence charts and sensitivity charts. Milestones: Distribution Generator: Develop a Python script with a Tkinter-based GUI to parse organized data from an input Excel file, generate distribution information, and store data in a Distribution log file. (Week 1) Run Simulation: Create a Python module with Tkinter interfaces for running simulations using a Model file and Distribution log file. Allow for manual or dynamic retrieval of parameters from the distribution log file. Imp...

    $311 (Avg Bid)
    $311 Avg Bida
    18 bida

    I'm in need of a proficient script writer to assist with our YouTube videos. Key responsibilities include: - Developing clear, engaging scripts for educational content that accurately present research data and insights on various topics and trends. - Tailoring the language and content to suit a target audience of teenagers and adults. Ideal Skills: - Excellent writing skills with a knack for making complex ideas understandable. - Capability to write in a way that speaks to teenagers and adults. - Strong research and fact-checking abilities. - In-depth understanding of YouTube's platform and audience. - Past experience in scripting for educational content is a definite plus. If you excel in narrative building, simplifying research content into relatable scripts, and ar...

    $74 (Avg Bid)
    $74 Avg Bida
    48 bida

    ...the “Technology Description” section below. <Technology Description> This technology is a technology to improve safety when remotely controlling a car with a smartphone or the like. One of the problems that can be anticipated when moving a car remotely is that if the car is moved by operating the smartphone from inside the cabin, it may not be possible to fully check the safety of the car's surroundings. To solve this problem, this technology prohibits the movement of the car by remote control when a remote control mobile device such as a smartphone is in the cabin. Please search for this technology in this project. <<NOTICE>> The target car brands in this search are limited to US, European, Chinese, and South Kor...

    $10 - $10
    $10 - $10
    0 bida

    ...Bars [bar], [drink] Hotels [hotel], [accommodation] Homestays [homestay], [accommodation] Tour Providers/ Operators [tour] Car Hire [car hire] Scooter/ motorbike Hire [scooter hire] Bicycle Hire [bicycle hire] I need the following details for each business: Business name Business Address Phone number Website URL Email address Facebook URL (wherever possible) Hours of Operation Other social media account information (where possible) When you do a category in a location, you will need to add the appropriate 'tag' to each record. So for cafes in Kep, the tags of "cafe" and "kep" would need to be included against each record. If a business is in multiple categories eg. Car, motorbike and bicycle hire, just include them the single...

    $103 (Avg Bid)
    $103 Avg Bida
    65 bida

    I am looking for a proficient web developer who can build a compact but detailed informational script for me. The main aim is to have a page that shows different users which shows and filters their distinctive departments, positions, and respective awards. Here's a quick rundown of my requirements: • User Profiles that can be added/encoded by admins: Each profile needs to include details such as department affiliation, job rank, and achieved accolades. • Simple and minimalistic design: Direct navigations, easy-to-read fonts, and a clean layout are essential. • Responsive: Users might access the website from different devices. Therefore, the design must be responsive and compatible with all screen sizes. Ideal skills for this project: • Expert...

    $166 (Avg Bid)
    $166 Avg Bida
    18 bida

    I'm seeking a skilled individual or team passionate about automotive design and engineering to bring a unique vision to life. Our goal is to create a new car that not only integrates advanced safety features but also incorporates armor to ensure the highest protection level for occupants. Given the specific nature of this project, here are the key requirements and skills needed: - **Design and Engineering Expertise:** You should have a strong background in vehicle design, with a specific focus on engineering cars that prioritize occupant safety and armor integration. Experience with creating designs from concepts to fully functioning prototypes is essential. - **Knowledge of Materials:** Proficiency in selecting high-performance materials suitable for armor without signific...

    $2509 (Avg Bid)
    $2509 Avg Bida
    11 bida

    I need a proficient app developer to create a photo editing app for the car industry. This app will be utilized to enhance the quality of photos taken of our vehicles. Key features to include: - Background Removal: The app should have the ability to accurately and cleanly remove the background of photos. - Photo Customization: The app needs to include options for enhancing and editing the photos, such as contrast and brightness adjustment, saturation level control, filters, etc. - Standardized Shooting Process: Establish a consistent shooting process within the app itself that guides users to create uniform and professional photos. The project should be completed within a month. The app developer should ideally have experience in both iOS and Android platforms, as well as experi...

    $566 (Avg Bid)
    $566 Avg Bida
    62 bida

    Hi Aftab A., I noticed your profile and would like to offer you my project. We can discuss any details over chat.

    $50 (Avg Bid)
    $50 Avg Bida
    1 bida

    ...freelancer skilled in finding creative videos shorts references that involve people eating or visiting a restaurant or placing an order - what we're aiming for is videos that can grab attention and go viral on our pages and relate to the youth (example , couple goals , POV etc) . The purpose of these video short references are to inspire us/able us to recreate something with our own actors , script and show case our restaurant. The ambiance of these videos should be fun and vibrant and/or humorous . Our target audience is predominately young adults, so it should resonate with this group. Ideally, the visuals would evoke the pleasure of enjoying our delicious fast food. Video length ideally 15-45 seconds. Our current Video short references :

    $19 / hr (Avg Bid)
    $19 / hr Avg Bida
    50 bida

    I'm in need of an expert to assist me on an as-needed basis with my Google Apps Script, Google Forms, and Google Sites website. This website was created and supported by a volunteer and the site works well, but the volunteer is no longer available to continue supporting the site. This challenge has prompted me to seek professional support so we will have a go-to resource available for when technical issues arise in the future. Here’s a brief outline of what I need: -**Site Scope - around 25 Google Sites web pages, 20 Google Forms, and 23 Google Apps Scripts - **Troubleshooting and Repair**: Identifying the root cause of issues that may arise and implementing a fix to remedy the issue. - **Performance Optimization**: Once the immediate error is resolved, I w...

    $23 / hr (Avg Bid)
    $23 / hr Avg Bida
    23 bida