Template taxi html punët

Filtër

Kërkimet e mia të fundit
Filtro sipas:
Buxheti
deri në
deri në
deri në
Lloji
Aftёsitё
Gjuhët
    Shteti i punës
    2,000 template taxi html punët e gjetura, me çmimin EUR
    Html,css and js Ka përfunduar left

    responsible I am a lead frontend software engineer and for creating a mobile , web and desktop using different languages and technologies if u r interested just send me a message thank you and good luck applications

    €17 / hr (Avg Bid)
    €17 / hr Oferta mesatare
    23 ofertat
    fix my html,php,sql website Ka përfunduar left

    help me fix my html/php website

    €19 (Avg Bid)
    €19 Oferta mesatare
    35 ofertat
    Konverto HTML ne Wordpress Ka përfunduar left

    Dua te konvertohet HTML ne Wordpress

    €4 / hr (Avg Bid)
    €4 / hr Oferta mesatare
    26 ofertat
    €15 Oferta mesatare
    12 ofertat
    Design a Powerpoint template Ka përfunduar left

    Profishnal designer

    €24 (Avg Bid)
    €24 Oferta mesatare
    29 ofertat
    Create a Wordpress Template Ka përfunduar left

    test porject test porject test porject test porject test porject test porject test porject test porject test porject

    €265 (Avg Bid)
    €265 Oferta mesatare
    3 ofertat

    Desgin an Admin Theme for simple HTML Web Site

    €25 (Avg Bid)
    €25 Oferta mesatare
    4 ofertat

    bhvnbmbnmn,mn,hgfhjgjgjhjkhjhjkhjhhj

    €140 - €420
    €140 - €420
    0 ofertat
    Website redesign 6 ditë left
    VERIFIKUAR

    We are converting our website from this... To this, using this template... We will provide all the assets and graphics. This template is a simple html bootstrap. We do NOT want it converted to Wordpress,

    €298 (Avg Bid)
    €298 Oferta mesatare
    62 ofertat
    Boat Rental Website Design 6 ditë left
    VERIFIKUAR

    ...to allow seamless booking of our boats online. Key Features: - User-friendly interface for easy booking ( for phones, tablets, computers ) - Attractive and engaging design to appeal to tourists - Attached the Brand Guidelines - The current website is ( ) so want to redesign with new idea. - Current website: , which is based on a PHP platform. - File delivery HTML based on Bootsrap template. Ideal skills for this project include: - Proficiency in website design with a strong portfolio showcasing similar projects - Excellent understanding of user experience and interface design - Experience in e-commerce website development, particularly with payment gateway integration - Knowledge of SEO best practices to ensure high visibility for our target audience. Proposal ...

    €534 (Avg Bid)
    I cilësuar
    €534 Oferta mesatare
    96 ofertat

    ...WebGoat running in AWS that is internet facing. To be successful the deployment must be: * Entirely automated using CloudFormation and bash scripts. * The landing page must be a public page protected with a username/password authentication block, this should rely upon CloudFront to perform authentication. The username and password should be configurable in the CloudFormation template. The landing page can be simple HTML that displays the username input, password input and login button. * A user friendly domain name should be configured via Route53 that is configurable in CloudFormation. The domain name can be provided if required. Obviously a AWS TLS1.3 PKI certificate is also required. * Behind the landing page is WebGoat running as Docker container. The container shoul...

    €115 (Avg Bid)
    €115 Oferta mesatare
    16 ofertat

    ...Please note that no additional data preprocessing is required. --- name "iXBRL" , inside folder contain multiple html file(hundreds to thousands), each html file contain multiple tables(vary from 15-35, depend on each html file). Python to extract specific table and vertically stack them together to create an Excel file.(first column add html filename.) inside html file is encoded in chinese, so must use chinese to view it. table name/string partially e.g. "現金流量表" or "被投資公司名稱" or "資金貸與他人"or "轉投資大陸地區" or other name(later can be change). extract table based on table names/string. the table may not be there(depend on the html). If so just skip or single row blank. have to be easy to read an...

    €31 (Avg Bid)
    €31 Oferta mesatare
    18 ofertat

    ...who can design a custom Microsoft Word template for my company. This template will play a crucial role in the creation of documents aimed at our external clients. Key Requirements: - Microsoft Word Expertise: You must have a deep understanding of Microsoft Word’s functionalities and be able to create a fully custom template. - Design Skills: The template should not only be functional but also visually appealing and in line with our brand image. - Attention to Detail: It is crucial that the template is designed specifically for external client communications. - Communication: I require clear communication on the progress and any potential questions or issues that may arise. Please note that I will provide you with the specifications that the ...

    €108 (Avg Bid)
    €108 Oferta mesatare
    44 ofertat

    ...TouchDesigner and Python developer to create a script for automatically sending MOV videos as email attachments. Key Requirements: - Design and develop a Python script for TouchDesigner that can attach MOV videos to outgoing emails. - Ensure the script is robust, reliable and can handle various video sizes. - Email content doesn't need to be customized for each recipient, so a standard email template is sufficient. - Mail input from user side Your role will involve: - Understanding the project's requirements and the specific constraints of sending MOV videos via email. - Creating the necessary Python script within the TouchDesigner environment. - Testing and refining the script to ensure it performs reliably across different email platforms. - Creating mail input syst...

    €479 (Avg Bid)
    €479 Oferta mesatare
    38 ofertat

    I'm looking for a meticulous freelancer to retype my scanned documents into Microsoft Word. The documents contain both images and graphics which also need to be included in the Word file. Key requirements: - Retype scanned documents into Microsoft Word - Include all images and graphics in the Word file Formatting: - I need the final Word file to adhere to a specific template which I will provide Ideal Freelancer: - Proficient in Microsoft Word - Attention to detail and accuracy - Experience with file conversion and manipulation - Ability to follow provided templates for document formatting

    €9 / hr (Avg Bid)
    €9 / hr Oferta mesatare
    64 ofertat

    ...recruit volunteers. TEMPLATE - purchased COPY - completed PICTURES - available THUMBNAILS - being completed GOAL - for the one-page site to look & function exactly like the template TIMELINE - it time line is missed, contract is cancelled HOURS - we meet multiple times a day for 5-minute sprint meetings during US hours; if you're not available during US business hours, please do not apply Key features to be included on the page: - Detailed information about my background as a candidate - Clear campaign goals and objectives for potential supporters - A volunteer registration form to capture interested parties - Information on voting dates - An overview of the role I'm running for The design for the landing page has already been taken care of, with...

    €122 (Avg Bid)
    €122 Oferta mesatare
    51 ofertat
    Pasar un template de C++ a C 6 ditë left
    VERIFIKUAR

    Quiero pasar estas dos funciones de C++ a C template<class T> int EEPROM_put(int ee, const T& value) { const byte* p = (const byte*)(const void*)&value; unsigned int i; for (i = 0; i < sizeof(value); i++) foo(ee++, *p++); return i; } template<class T> int EEPROM_get(int ee, T& value) { byte* p = (byte*)(void*)&value; unsigned int i; for (i = 0; i < sizeof(value); i++) *p++ = foo(ee++); return i; }

    €17 (Avg Bid)
    €17 Oferta mesatare
    7 ofertat

    ...Word for a particular job. The task requires fixing issues related to page numbering and the table of contents in my document. Here's what you need to do: - The documents appear to have page numbering inconsistencies which require correction. - The table of contents needs to be arranged with numerical page numbers. It is worth noting that the document does not follow any specific style guide or template. So, a general understanding of Microsoft Word formatting rules is necessary. Ideal candidates should have: - Mastery in Microsoft Word - Experience in troubleshooting and fixing Word formatting issues - Understanding of different formatting styles (although the work does not require adherence to a specific style guide) This is a quick fix for the experienced, so I expect...

    €17 / hr (Avg Bid)
    Urgjent
    €17 / hr Oferta mesatare
    52 ofertat

    I am looking for a web designer to create a professional and user-friendly website that will cater to individual car owners. The primary goal of the website is to display our services and provide contact information for potential customers. Key Features: - Display services: You'll need to design a layout that elegantly showcases the various services ...management platform, like WordPress or others you are comfortable with. If you use any premium plugins that require purchase, you must advise, And of course SEO must be a crucial item on the list. our Facebook to get a feel for the business, what we do and obtain photos you may use on the website. If you submit an already available generic template from the web, you will be rejected.

    €584 (Avg Bid)
    I garantuar
    €584
    70 kandidaturat

    Se busca un modelo que sea capaz de analizar ficheros html de al menos 20mb y dada una descripcion de la tarea, generar un codigo html que cumpla con la funcion, por ejemplo: Rellenar con datos aleatorios el formulario de la pagina y pulsar el boton de registro. El modelo debe ser ejecutable en local y en la medida de lo posible liviano , tambien debe ser gratuito.

    €609 (Avg Bid)
    €609 Oferta mesatare
    17 ofertat
    Custom Shopify Template Creation 6 ditë left
    VERIFIKUAR

    I need a professional developer to assist with creating a Shopify template. The design is based on a Magento template from my another shop. Key requirements for this project include: - Creating a Shopify template that closely mirrors the design of an existing Magento template, incl. graphics and layout I am looking for someone with the following skills: - Proficient in Shopify and Magento, with the ability to translate designs between the two platforms

    €165 (Avg Bid)
    €165 Oferta mesatare
    118 ofertat

    ...for Game Bookings) The table looks like this image, so you will have to use case insensitive SQL to find the `11_bkntc_services` WHERE name is PARTIALLY equal to the "Projects name" (2nd Image) as I have multiple actual games per "Project" The WP page in question is Https:// The "Book Now" button uses the code in the image below found in this file: wp-content/themes/gamico/template-parts/project/ to show the Booknetic category based on the game. ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Ideal skills for this project: - Strong experience with WordPress, particularly in taxonomy management. - Understanding of how to set up and link

    €24 (Avg Bid)
    €24 Oferta mesatare
    9 ofertat

    I'm seeking an AI developer to create an AI Resume Creator. The primary focus of this project is to take a normal CV / Resume and format it into our company format. It's quite a simple ...development - Proficiency in creating customizable sections for user-friendly interfaces - Understanding of how to analyze user's skills for personalized output Key Deliverables: - Implementation of an automatic template selection feature - Ensuring that the AI adequately analyzes user's skills for template selection - Testing and refining the algorithm to optimize the user experience and resume quality Your role will be instrumental in shaping the direction of this AI project. The ability to execute the vision of an AI resume creator with a strong focus on the automati...

    €179 (Avg Bid)
    €179 Oferta mesatare
    42 ofertat
    Email Template Creation 6 ditë left
    VERIFIKUAR

    I'm looking for an experienced professional to create a visually appealing email template. The template will be used on my domain-based email account for an email campaign aimed at increasing product sales. Key requirements: - Creation of a visually appealing, professional and engaging email template. - Ensuring the template is compatible. - A well-designed layout that can effectively deliver our sales-focused message. - Understanding of email marketing best practices, i.e., user-friendly design, call-to-action placement, etc. Targeted Customers: Entrepreneurs, Company Owners, Founders, Investors, Rich People, Executives and Directors, Research Professors Message to be delivered: We are offering Product Design & Development Service. Now, we need to s...

    €10 / hr (Avg Bid)
    €10 / hr Oferta mesatare
    12 ofertat

    I'm looking for someone to complete a task with Canva. Producing eBooks. I've already created template and cover for several ebooks, it takes me too much time to move the text from the word document so that’s the job. Ideal Skills and Experience: - Proficiency with Canva - Experience in ebook design - Strong attention to detail This task is straightforward and would suit someone who has experience working on similar projects. Images show the details and example. Looking forward to hearing from you. Jake

    €25 / hr (Avg Bid)
    €25 / hr Oferta mesatare
    29 ofertat

    I need an expert to design a professional, payslip PDF template that's efficient for printing specific income data. The PDF should feature text fields for: - Name and Surname - dates - hourly wages - other income data Ideal freelancer should have: - Proficiency in Adobe Acrobat or similar PDF software - Strong graphic design skills - Experience in form design and data privacy consideration This project requires quick turn around without compromising of quality, please bid if you're up to the task.

    €57 (Avg Bid)
    €57 Oferta mesatare
    46 ofertat
    Scan and Digitize Files into Excel 5 ditë left
    VERIFIKUAR

    I'm in need of a professional who can convert both scanned documents...ideal candidate will have the following skills and experience: - Proficient with MS office - Expert in handling MS Excel - Ability to follow a specific Excel template provided - Attention to detail to ensure accurate data entry ***The task is very simple and just requires attention to detail. I need mainly 4 Data Rows: 1. Date 2. Payor/Payee 3. Amount 4. Short Description of Transaction (if given in the doc) Please message me to talk about the project and the realistic bid price per Job. Your responsibility would be to ensure that the scanned files and photos are accurately reflected in the Excel sheet based on the provided template. The quality and accuracy of the data is crucial, so attentio...

    €18 (Avg Bid)
    €18 Oferta mesatare
    146 ofertat

    I need someone with experience in Shopify and the Order Printer app to assist me in updating the 'Order Forms' and 'Tax Invoice' templates. The previous version of the app has been updated, and as a result, the code for these templates needs to be adapted. The 'Order forms template' must have: Order Number and Order Date Notes from Customer Quantity, Item Details fields including variants and customisation details. Estimated Delivery Date Customer & Shipping Details The 'Tax Invoice' must have: TAX INVOICE Logo Order Number and Order Date Business Name & Address ABN: Customer Name & Address Quantity, Item Details and variant Pricing, Discounts etc Tax displayed as GST Your main focus will be to ensure that the ...

    €23 (Avg Bid)
    €23 Oferta mesatare
    11 ofertat

    I'm in need of a talented web designer to create a professional, sleek and modern landing page. The purpose of this page is to promote a product or service, while a...newsletters. Key requirements include: - The landing page should have a modern and sleek design, aligned with our brand's aesthetics. - It should be responsive and compatible across different devices and browsers. - The CTA for the newsletter sign-up should be prominent and strategically placed. - The overall look and feel of the page should be minimalistic but engaging. Skills and experience in HTML and CSS are essential, as you'll be expected to convert the design into a fully functional webpage. A good eye for UX/UI design is also a plus, as the page should not only look good but also be user-friend...

    €77 (Avg Bid)
    €77 Oferta mesatare
    61 ofertat

    I am in need of an experienced developer who can help build a web application using HTML, CSS, and JavaScript. The web app should be designed with interactive features, specifically real-time data updates. Key Features: - The app should display the current time and date for different time zones in real time Skills and Experience Required: - Proficiency in HTML, CSS, and JavaScript - Experience in building web applications with real-time data updates - Knowledge of time zones and working with time and date in JavaScript Please let me know if you're the right person for this job.

    €13 (Avg Bid)
    €13 Oferta mesatare
    21 ofertat

    I am in need of an experienced developer who can help build a web application using HTML, CSS, and JavaScript. The web app should be designed with interactive features, specifically real-time data updates. Key Features: - The app should display the current time and date for different time zones in real time Skills and Experience Required: - Proficiency in HTML, CSS, and JavaScript - Experience in building web applications with real-time data updates - Knowledge of time zones and working with time and date in JavaScript Please let me know if you're the right person for this job.

    €11 (Avg Bid)
    €11 Oferta mesatare
    20 ofertat
    Large Print Graphics Design Needed 5 ditë left
    VERIFIKUAR

    I'm seeking an experienced graphic designer who can create a stand-up banner and table cloth designs based on an existing PSD template. The project involves: - Designing a large stand-up banner and table cloth (8ft x 4ft) - Adhering to the provided PSD template style The final deliverables should be: - High-quality and print-ready designs - Utilizing the existing template while introducing new and creative elements - Designs should be suitable for a large format and visual from a distance As I'm not familiar with the printing terminology, I'll need you to ensure the design includes what is needed for a professional print job. Ideal skills and experience for this job include: - Proficiency in Adobe Photoshop/Illustrator - Experience in large format ...

    €24 (Avg Bid)
    €24 Oferta mesatare
    65 ofertat

    I'm in need of an expert in After Effects to help me customize Template A as soon as possible. Key Responsibilities: - Modify text: The template will need text adjusted to fit my project's requirements. - Visual effects: Adjust and fine-tune visual effects to match the overall aesthetic and mood required. - Color scheme: The color scheme of the template needs to be changed to match my specific needs. The ideal freelancer for this job should have: - Proven experience of working with After Effects, with a portfolio demonstrating successful template customization. - Strong skills in graphic design and video editing. - Excellent attention to detail, as the project requires precision and timely completion. - Ability to work under tight deadlines, as this...

    €17 (Avg Bid)
    €17 Oferta mesatare
    12 ofertat

    I'm looking for an experienced developer with significant expertise in React and Node.js to build a custom ecommerce website for me. Key requirements for this project include: - **Platform:** The website will be built on React and Node.js. Familiarity with these platforms is a must. - **Design:** I'm seeking a custom design for the website, as opposed to a template-based one. The ideal candidate should have a strong background in creating visually appealing websites that are both user-friendly and functional. - **Functionality:** The primary features needed on the website include a product catalog with filters, and customer account and profile management. The ability to implement these features seamlessly and intuitively is crucial. If you have a proven track rec...

    €1339 (Avg Bid)
    €1339 Oferta mesatare
    79 ofertat

    I'm looking to get a taxi service website developed. The primary purpose of this site is to facilitate ride booking. Customers should be able to make bookings through the website. Key Features: - **Fare Calculator**: It is essential that the website includes a fare calculator. This ensures that customers are aware of the costs of their rides before booking. - **Online Payment**: The primary payment method would be online. It is crucial that the website is integrated with a reliable online payment solution to process these transactions smoothly. Ideal Skills: - Web Development - UI/UX Design - Payment Gateway Integration - Experience with Booking Systems - Experience with Transportation Industry Websites Please let me know if you require any further details. I'm open to ...

    €141 (Avg Bid)
    €141 Oferta mesatare
    69 ofertat

    Description: I am looking for a skilled freelancer to design several web pages (UI) in HTML and CSS (or any other styling framework) for my React project. The work should be developed to be React compatible. The design must closely match a reference website that I will provide. Details: Number of screens: 6 to 7 Budget: Up to $90 (maximum) Deadline: Must be completed within 1 day Requirements: Experience with HTML, CSS, and React Ability to closely replicate the look and feel of the reference website Interested freelancers, please contact me.

    €69 (Avg Bid)
    €69 Oferta mesatare
    33 ofertat

    ...integrate our brand identity into a pre-existing website template we have purchased. This project involves implementing our brand colors, fonts, and visual elements to create a cohesive and compelling design. Project Overview: • Objective: To incorporate our brand identity into an existing website template with minimal changes, ensuring a simple and efficient development process. • Scope: The project will include updating page colors, fonts, and images to reflect our brand. The template will remain largely unchanged to maintain development simplicity. • Deliverables: A visually appealing website that aligns with our brand identity, using both vector and image overlays where appropriate. Key Requirements: 1. Brand Integration: • Update the te...

    €92 (Avg Bid)
    €92
    3 kandidaturat

    I need an experienced and reliable professional to install a WordPress template (Envato Elements - Barta Theme) onto my personal domain. Although there are no specific customizations or modifications I want presently, I need someone with a creative eye who can advise on the best layout and arrangement for a personal blog/news site. Further, I currently don't have a hosting provider and assistance in selecting the best one would be very helpful. The ideal freelancer for this project should: - Have extensive experience with WordPress - Have experience in web hosting - Be familiar with the Envato Elements - Barta Theme or similar templates - Have a good understanding of layout design for blog/news sites

    €351 (Avg Bid)
    €351 Oferta mesatare
    31 ofertat

    ...Team profiles and expertise Integration with for website building and design Using 's: About page template Team member template Services: Detailed descriptions of IT services offered, including: IT Consulting Microsoft Premier Support CSp Support Service pricing and packages Integration with for website building and design Using 's: Services page template Pricing table template Resources: Blog for company news, industry insights, and thought leadership Case studies and success stories Whitepapers and e-books Integration with for website building and design Using 's: Blog template Resource page template Contact: Contact form and email address Phone number and physical address Social media links (setup and integration with social

    €87 (Avg Bid)
    €87 Oferta mesatare
    40 ofertat

    ...seeking a skilled Angular developer with experience in design and CTA implementation to assist in completing a Marketplace website. Key Requirements: - Angular Expertise: Proficiency in Angular is essential for this project. You should have significant experience working with this technology, and be able to demonstrate your skills with examples. - Design Skills: While we're using a pre-designed template, we require someone with a good eye for design to make small modifications to ensure the site meets our standards. - CTA Implementation: Experience in implementing effective Call-to-Actions is a must. Your input will be crucial in ensuring our users take the desired actions. - Marketplace Experience: If you have experience working on marketplace websites, that would be a bo...

    €3694 (Avg Bid)
    €3694 Oferta mesatare
    49 ofertat

    We are looking for freelancer for technological catalogues redesign and build in adobe indesign. Freelancer should be expert in adobe indesign, photoshop, ilustrator. We provide example project templates in adobe indesign, source data in pdf and excel. Based on source data our catalogue should be created and redesigned as template project. Project should be done in adobe indesign for printing and web

    €82 (Avg Bid)
    €82 Oferta mesatare
    56 ofertat

    I have a website which is currently under const...website with less than 5 pages, built on a blank template. I'd like a professional who can configure my web hosting (and domain) to allow for easy publishing. Additionally, I need help in setting up a Cloudflare free SSL certificate for added security. Key tasks include: - Website Hosting Configuration: I need swift and efficient setup that will make the website ready for publishing. - Cloudflare Integration: The freelancer will need to link my website with Cloudflare and install a free SSL certificate to ensure secure browsing. Ideal skills and experience: - Proficiency with web hosting setup and configuration - Previous experience with Cloudflare SSL certificates - Knowledge of website building, even if the current site is a...

    €11 (Avg Bid)
    €11 Oferta mesatare
    23 ofertat

    I'm looking for a skilled developer to create a user-friendly website for my MMORPG game server. Key elements of the project include: - Designing an engaging and intuitive UX/UI template for the website that resonates with the game's theme and aesthetics - Inclusion of essential features to enhance user experience Your expertise in web development, specifically in the gaming sector, will be crucial to this project's success. A strong understanding of user behavior, and the ability to translate that into a visually appealing and functional website is a must. Please provide a portfolio showcasing your previous work in this area. Experience with MMORPGs or gaming websites will be highly valued.

    €122 (Avg Bid)
    €122 Oferta mesatare
    23 ofertat

    ...elements in my templates and I place premium importance on their redesign. They are primarily designated for user interaction - a cornerstone of my platform. Ideal Candidate: The perfect freelancer for this project would possess a thorough understanding of Smarty templates along with a keen sense of modern design and layout trends. Dive in if you have what it takes to transform an existing Smarty template into a nexus of user engagement. I am interested in seeing any ideas, examples of work, or a prototype of what you can achieve....

    €52 (Avg Bid)
    €52 Oferta mesatare
    19 ofertat
    Trophy icon Graphic Designer & Photo Editor 1 ditë left

    I'm in need of a skill...with photo editing capabilities. I need to create a creative template for this photo for the winner of a mystery shopper contest called : smile for each custmer. in the template i need : 1- the photo of the person with good editing and retouching. 2- the saba company logo. 3- the arabic text : ابتسامة لكل مراجع 4- you must align with brand guidelines, using the same logo colors in design, use only straight lines and sharp edges objects(ni curved shapes) 5- use brand fonts only. Brand assets in this link : attached sample of our designs to give you more idea about brand identity after choosing the winner entry, he will apply the template on 3 more photos. thanks

    €18 (Avg Bid)
    I garantuar
    €18
    63 kandidaturat
    Equità Portal 5 ditë left

    ...whole website concept and areas are as follow, Home Page: Presentation of Equità Ltda. Links to the main areas of the site (Equita Club Deals, Equità Bio Casa Imobiliária, Equità Construction Products and Services). Equita Club Deals (private P2P functionality): Login/Register Projects page Investor dashboards Access to documents and contracts Equità Bio Casa Imobiliária: Property listings (template creation and eventual API connection to partner real estate brokearage platform) Property details Contact form Equità Construction Products and Services: Product catalog (API connnected to dropshipping platform) Service forms About Us: Company history Team Blog: Articles on the real estate and construction market Contact: Contact...

    €939 (Avg Bid)
    €939 Oferta mesatare
    49 ofertat

    I'm looking for experienced freelancers who have worked with the Foodyman template. My goal is to customize it for a 6-month project, focusing on enhancing its visual design and functionality. Key Requirements: - Proficiency with the Foodyman template - Strong background in visual design and website functionality - Understanding of web design principles and trends - Proven experience in template customization - Availability for a 6-month project Tasks include but are not limited to: - Enhancing the visual appeal of the template - Improving its functionality and user experience - Incorporating any necessary content structure changes Your previous work with the Foodyman template will be a pre required. Please share your portfolio and references when...

    €11 / hr (Avg Bid)
    €11 / hr Oferta mesatare
    48 ofertat

    I need a skilled website developer to help me upload my WordPress website templates to Hostinger. Key Responsibilities: - Assistance with uploading my existing WordPress website templates to Hostinger - Ensuring the website functions correctly post-upload Ideal Skills: - Proficiency in WordPress and Hostinger - Experience in website template upload and customization - Good communication skills Please note: I am not looking for website design or content creation; this project is solely for technical assistance with the upload process.

    €22 (Avg Bid)
    €22 Oferta mesatare
    19 ofertat

    I'm looking for a skilled PHP Laravel developer to quote a PHP Laravel based project. Please note that the scope of this task is to provide a quote for the project, not to complete the project itself. However, if the quote is good, there is a chance that you will get the your bid by answering the following question: What is your favorite Laravel template engine?You must have completed at least 10 Laravel projects and be available for discussions via Zoom. The ideal candidate should have: - Proficiency in PHP and Laravel

    €16 (Avg Bid)
    €16 Oferta mesatare
    24 ofertat