Website look using css jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 website look using css jobs found, pricing in USD

    ...an experienced fullstack web developer with proficiency in HTML/CSS, JavaScript, RESTful web services, and MySQL to create a website with a minimalist aesthetic. While no specific target audience has been identified, the successful applicant will have the ability to attract and engage a broad range of users with intuitive design and effortless functionality. Key skills and experience needed: * HTML/CSS * JavaScript * web services (REST) * MySQL * Website design with a minimalist aesthetic I am looking for a freelancer who can help me customize existing web based applications and make additions to them. The application already contains similar two forms. Preferred Programming Language: - Javascript, Jquery, Angular 1, C#,css, bootstrap Timeline: - T...

    $105 (Avg Bid)
    $105 Avg Bid
    8 bids

    Simple website with a responsive design for mobile and PC. I have templates for both versions; each contains only a few images and a brief text, although the designs are quite different from each other. The development must be carried out using exclusively pure HTML and CSS code, without employing WordPress or others.

    $56 (Avg Bid)
    $56 Avg Bid
    95 bids

    I am seeking multiple professional developer with strong mastery in Php, Wordpress, Shopify, Python, AI/ML, HTMl CSS, etc. who can give exams for me on different platforms such as freelancer.com and Google Exams etc. and get certificates for my company. I'll pay Rs. 200 for each exam. The individuals must have cleared that exam or must possess that certificate. They can themself propose the exam or certificate they can get for my company. I also need someone to Setup by GitHub i.e. update code so that the GitHub account may look legit.

    $53 (Avg Bid)
    $53 Avg Bid
    5 bids

    I am in need of a skilled individual who can meticulously extract table data from approximately 7500 pages of PDF files and transfer the data to Excel. The PDF tables are consistent across all pages, maintaining a fixed column structure which you need to duplicate in the Excel spreadsheets. The data you will be working with is primarily text-based as opposed to numerical. Necessary Skills and Experience: - Excellent attention to detail - Proficiency in optical character recognition (OCR) processing - Experience with data scraping or extraction - Valuable skills in MS Excel - Familiarity or experience with PDF data extraction software Swift and accurate execution is essential for the successful completion of this project. Please only apply if you are comfortable handling a high volume of...

    $268 (Avg Bid)
    $268 Avg Bid
    20 bids

    I'm looking for a talented developer to bring my XD design to life, using only CSS. It's crucial that you create a responsive site, ensuring that it looks great on both mobile and tablet devices. The website will largely feature videos and animations, meaning experience with these elements in a web environment is key. Key Requirements: - Transform XD design to a CSS website - Create a responsive design for mobile and tablet devices - Incorporate videos and animations seamlessly Ideal Skills: - Proficiency in CSS - Experience with responsive design - Previous work with video and animation on websites Many sections are repeating from site to site current website:

    $160 (Avg Bid)
    $160 Avg Bid
    105 bids

    I have an Excel dataset that I'm looking to augment primarily to increase its dataset size using Python . This is in the context of machine learning modeling, so the main objective is to ensure I have enough varied data to train my models effectively. Key Responsibilities: - Implementing data augmentation techniques for numerical data in Excel format - Expanding the dataset significantly while keeping the integrity of the original data ( Read the word file attached)

    $17 (Avg Bid)
    $17 Avg Bid
    13 bids

    I need a solution that will automate a post to my own managed facebook group. I have a php script that creates the post ready to be sent to the group. The script is run unattended once a day via a cron job. My post will contain text and images. I had a previous system that used an fb app using publish_ to_group that I believe is no longer supported. I need a replacement solution. Happy to use any technology (not just FB app) that may achieve the same result. Please do not bid unless you fully understand the issue and can suggest an alternative. I will not pay for 'learning on the job' so please ensure you know the solution and can implement it within your quote before bidding. DO NOT BID AN AMOUNT YOU UNWILLING TO DO THE WORK FOR.

    $205 (Avg Bid)
    $205 Avg Bid
    16 bids

    I'm seeking a frontend developer well-versed in Typescript, Tailwind CSS, and Next.js. The primary objective is to craft an appealing landing page that blends flawlessly with my existing website. • The landing page must feature a testimonials section. The specific type of testimonials to be incorporated will be discussed later. • Freedom is given for design, in that I want a fresh concept created for this project, rather than sticking to the existing branding guidelines. Ideal Skills & Experience: • Mastery of Typescript, TailwindCSS, and • Excellent design and layout skills, capable of creating a new design concept • Familiarity with integrating landing pages into existing websites • Experience incorporating testimonial...

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

    ...thereby increasing brand awareness, driving customer engagement, and generating more leads. I'm looking for a freelancer with the following capabilities: - Web Development: The creation/revamp of an interactive, appealing, and user-friendly website - App Development: Developing a high-performance, user-friendly mobile app targeted at business owners, millennials, and parents. - Graphic Design: Creating visually appealing designs that effectively communicate brand values and message across various digital platforms. Ideal Skills: - Proficient in HTML, CSS, Python, JavaScript for web development - Experience in Android & iOS app development - Proficient in Adobe Creative Suite for graphic design - Understanding of SEO and mobile app marketing - Ability to unde...

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

    I have Excel sheet in the are all products added with all the categories in it. I will also share a word file in which I will add that specific category and you have to take out the data from sheet and create the image in Photoshop. I will also give you product images with it's specific name. You have to only remove background and add text and image according to the data. The person must have latest Photoshop and have to create one sample image. You have to leave the space also for the main video and have to choose a shape or space according to the data Here are the links to sample: My budget is Rs.50 per image. There are 10-11 images which you have to create and I need it by today. This will be regular work per week to create 10-15 images.

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

    I have a project that requires some critical adjustments in Laravel, VueJs, and Tailwind CSS. Key Customization Details: - The primary focus is on the design and layout; specifically, the colors, branding, and page layouts need fine-tuning. - I'm looking to infuse vibrant and bold colors into the project to lend it a lively and engaging atmosphere. Ideal Candidate: - Professional experience with Laravel, VueJs, and Tailwind CSS. - Extensive knowledge in design customization and color schematics. - Strong understanding of vibrant, bold color scheme integration. - Proven track record of effectively adjusting page layouts. Please be ready to discuss your previous experiences involving similar customizations. Looking forward to working with a dynamic and creative te...

    $28 (Avg Bid)
    $28 Avg Bid
    11 bids

    ...content of a file tsx or jsx file. the function should first analyze and see what imports of a React components are missing, then add the missing imports according to the importsMapping. Example 1: if a code is this: export default function App() { return <div> <Box>some content</Box> </div>; } the function should detect that an import of Box component is missing, and it should look at the importsMapping["Box"] to get an import to add to the file example 2: if the code is this: import {Box} from "@mui/system"; export default function App() { return <Stack> <Box>some content</Box> </Stack>; } the function need to detect that Stack is missing and in case the importsMapping[&qu...

    $38 (Avg Bid)
    $38 Avg Bid
    23 bids

    ...can expedite the creation of an effective, 10-page website for the promotion of my products and services. The must-have features of this project would include: - A contact form for efficient customer service. - A testimonials section to feature positive client feedback, enhancing reputation and credibility. The project also includes the design of a letterhead, business card, and invoice, adding a level of professionalism and uniformity to my business. It is preferred that potential candidates should have: - Proven experience in UI/UX design for better website navigation and interface. - Proficiency in social media integration for optimal online exposure. - Advanced understanding of HTML, CSS, JavaScript etc. Given that I require the website to be complet...

    $278 (Avg Bid)
    $278 Avg Bid
    36 bids

    I am seeking an experienced HTML/CSS/JQUERY/PHP developer with at least 4 years of experience to join me on a project. for agency Website/portfolio. Key Skills: - Proficient in HTML and CSS, with experience in responsive design, CSS animations, and the Bootstrap framework. - Strong command of JQUERY and PHP. As part of the application process, I'd like to see: - The number of years you have worked in this field. - Examples of your previous projects showcasing your expertise in the mentioned technologies. Please only apply if you meet these requirements and have a portfolio that demonstrates your proficiency in these areas. Experience is key, so make sure to highlight this in your application. Looking forward to seeing your applications.

    $84 (Avg Bid)
    $84 Avg Bid
    21 bids

    I'm seeking an expert in reinforcement learning to develop a control system for a differential robot in a simulated environment. The project will be implemented in Python. Key Requirements: - Develop a control system using reinforcement learning for a differential robot - Implement and test the system in a simulated environment - Provide clear documentation and code comments Ideal candidates should have: - Proven experience in reinforcement learning and robotics - Proficiency in Python and familiarity with any relevant libraries - Ability to work in a simulated environment If you have experience in these areas and are confident in your ability to deliver a high-quality project, please reach out.

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

    I need a backend developer to complete my marketplace website. The HTML and CSS are ready, and now I require the backend coding to be developed with respective API integrations. Key Functionalities: - User Authentication and Registration: Users should be able to securely sign up and log in to the website. - Product Listing and Search: A seamless system for users to add, search and interact with products. - Payment Processing: Smooth integration of payment gateways to ensure secure transactions. Key Requirements: - Backend Coding: Looking for a professional who can develop the entire backend system from scratch. - Python Proficiency: The backend should be built in Python. - API Integration: In addition to payment gateways, I also require the integration of social med...

    $402 (Avg Bid)
    $402 Avg Bid
    33 bids

    ...for a skilled analyst to delve into a set of transcribed texts and identify patterns and trends for my projects. Requirements: - Task: To conduct a comprehensive analysis of the transcribed texts using NVivo software - Purpose: The main aim is to identify patterns and trends in the data. - Data Organization: The text data is organized by topic. Deliverables: - A comprehensive report: This report should include a statistical breakdown of the identified patterns and trends. Ideal Skills and Experience: - Proficiency in NVivo software: The ability to effectively navigate and analyze data using this tool is essential. - Strong Analytical Skills: The analyst should be able to identify patterns and trends within the data. - Excellent Reporting: The report should be comprehe...

    $485 (Avg Bid)
    $485 Avg Bid
    41 bids

    ...buttons into the home page of my website. The purpose of these buttons is to allow new users to sign up for our services easily. - We already have the functionality in place for the social signup to create a new account or link to an existing account if the user is already registered. - I want the Google and Apple social signup buttons to be displayed as icons on the homepage under the facebook option already there. The existing social signup buttons on the website are displayed at the top of the page. Ideal Skills and Experience: - Experience with integrating social media signups - Proficient in front end web development - Attention to detail for implementing the icon design - Understanding of user experience and seamless sign-up processes. Our website is . W...

    $143 (Avg Bid)
    $143 Avg Bid
    32 bids

    I'm in need of a Wordpress expert to help me fix the responsiveness of the tables and forms on my website. The Issue: The table and form on my website are not displaying well on mobile devices and smaller screens. They either do not resize properly, are misaligned, or are not responsive at all. This is causing a poor user experience and I need this issue rectified urgently. Key Requirements: - Fix the responsive design for tables and forms. - Ensure proper resizing and alignment on all devices. - Implement responsive design best practices for a seamless user experience. Ideal Freelancer: - Proven experience in Wordpress responsive design. - Strong understanding of CSS, HTML, and responsive web design. - Past work with fixing table and form responsiveness is a ...

    $17 (Avg Bid)
    $17 Avg Bid
    54 bids

    As the client, I'm seeking an experienced web developer proficient in HTML/CSS to build a professional corporate website for my business. The website should include several specific features: - A contact form that allows site visitors to easily reach out and engage with my business. - A news section that provides updates and fresh information about the organization. - A product display area that showcases our range of products in an attractive and accessible format. Successful candidates should have a solid background in HTML/CSS web development, with a portfolio that demonstrates their ability to create professional and functional corporate websites. Expertise in implementing contact forms, news sections, and product display areas is highly preferred.

    $238 (Avg Bid)
    $238 Avg Bid
    106 bids

    We are in need of a new professional website design for our international company. The website will contain information about our company and the product we rent out to other professionals. We want a clean, modern, buisness website. based on a CSS framework. We are not looking for a web content management system like wordpress. I need the design to be programmed on our server including the needed .css files, javascripts. We will be adding the texts, images and special scripts later on. - The design should be unique and original. So no basic wordpress deisgn; - There are no high resolution photo's; - We want clear and ordered script - The design and colours should be based on our logo; - The website will have a menu with 2 or 3 submenu'...

    $336 (Avg Bid)
    $336 Avg Bid
    109 bids

    ...convert my single page HTML portfolio website into a WordPress site. The main goal is to have my portfolio displayed in a user-friendly manner, and I have a design that I would like to be implemented. Key points to consider: - The design for the site is already provided. The chosen freelancer will need to convert this into a WordPress theme. - My website primarily serves as a portfolio for my work, so the focus is on showcasing images and descriptions in a clean, organized manner. - While I haven't specified any particular WordPress plugins to be used, I'm open to suggestions that could enhance the site's functionality and SEO. Ideal Skills/Experience: - Proven experience in WordPress theme development - Strong grasp of front-end technologies including ...

    $79 (Avg Bid)
    $79 Avg Bid
    33 bids

    I'm looking for a developer experienced in .NET Core and Umbraco to make modifications to an existing Umbraco project. The main focus will be on changing the CSS and the Free Trial form, which needs to be integrated with a CRM system. Key Requirements: - Proficiency in .NET Core and Umbraco - Skilled in CSS customization - Experience with CRM integrations - Understanding of user authentication in Umbraco The main tasks include: - CSS changes to improve the overall look and feel of the site - Customizing the Free Trial form, particularly: • Layout and design adjustments • Integration with a CRM system for effective lead management Your expertise in Umbraco components, particularly in navigation menus, contact forms, and image carousels, will...

    $16 / hr (Avg Bid)
    $16 / hr Avg Bid
    53 bids

    Please check this link: The job is to create HTML + CSS code for the following: 1. A table representing the “day view” of an agenda with a fixed top row; 2. Each row of the table represents half an hour; 3. Appointment DIVs that will attach to the “hour row” and be as height as the end time of the appointment demands, overlapping several table rows accordingly; 4. Appointment DIVs will be able to overlap each other when many appointments occur in the same hour row; 5. Same line of thought applies to Week view and Month view (please reffer to the document attached)

    $22 (Avg Bid)
    Featured Urgent
    $22 Avg Bid
    11 bids

    I'm looking for a IoT/WSN security professional to address a Hatchetman attack vulnerability on a RPL protocol network using 6LoWPAN technology. The goal is to implement two robust security solutions that to prevent hatchetman attack occurrence in RPL routing protocol. Ideal Skills and Experience: - In-depth understanding of RPL routing protocols, Contiki 3.0 and Cooja Simulator - Hands-on experience with 6LoWPAN wireless technology - Proven expertise in IoT/WSN solution design and implementation Key Tasks: - Implement Hatchetman attack in Contiki 3.0 - Implement Resolution of Hatchetman attack using 2ACK scheme. - Implement Countermeasure to Hatchetman Attack using Multiple Encryption - Evaluate the two solutions with each other and with the standard RPL (RFC...

    $65 (Avg Bid)
    $65 Avg Bid
    2 bids

    I am in need of a h...attractive user interface - Implement effective e-commerce functionalities - Ensure secure payment gateways - Optimise site for easy accessibility and use Desired Skills & Experience: - Proficiency in HTML, CSS, JavaScript, and other relevant web services and programming languages - Extensive experience in developing e-commerce and educational websites - Familiarity with user-experience (UX) and user-interface (UI) design - Proven experience in payment gateway integration - Understanding the needs of professionals seeking business courses Your role will be not only to build the website but also contribute meaningfully to the design and strategic aspects to ensure an excellent user experience. Please provide some examples of similar work you'...

    $73 (Avg Bid)
    $73 Avg Bid
    8 bids

    I ...color of the links on a website. I want to change ONLY the links in the posts, not every link. Right now, the text color is grey and the links are black, which makes it very hard to see. I want the links to be red. In EVERY post. But NOT the titles. I know this is done with CSS code, so I just want you to provide that code. I will install it myself. The site is built on WordPress and is using the Hunted theme. PLEASE APPLY ONLY IF YOU ARE FAMILIAR WITH WORDPRESS, HUNTED THEME, AND CSS. Payment will be done only AFTER the code is tested and it works. Ideal Skills: - **Web Design**: An eye for clean, minimalist design. - **Web Development**: Proficiency in front-end coding. - **Customization Experience**: Ability to implement minor modifications to ensu...

    $66 (Avg Bid)
    $66 Avg Bid
    74 bids

    I'm seeking an experienced ASP.NET front end developer UI UX to add new look to our existing web application. Objective: - Improve the existing user interface and add innovative, interactive elements for an engaging user experience. Major Tasks: - Implement improvements to the UI. - UX UI Design - Multiple Template Creation for the same page same info to display differently, User can choose the template and UI will reflect it. Skills and Experience: - Proficiency in ASP.NET MVC, UI UX, CSS BootStrap, Materialize CSS JQuery, Visual Studio, and Git. - Demonstrated success in UI/UX development. - App like Invision Canvas js exposure.

    $380 (Avg Bid)
    $380 Avg Bid
    125 bids

    I need a proficient HTML developer to construct a detailed contact form for my business website. This form should be equipped with several features to enhance our correspondence with clients. Here are the critical requisites for this project: - Form Capabilities: The form must support file uploads specifically for image and document files. No video file uploads are permitted. - Auto-Response: Configure the form to send an automated reply once a customer fills it out. This reaction should reassure the client that their message has successfully been received. - Database Utility: Arrange for all submitted information through the form to be securely stored in a database. This will streamline tracking and handling of client queries. Details of the DB structure will be provided. - ...

    $152 (Avg Bid)
    $152 Avg Bid
    121 bids

    We are seeking a skilled full-stack developer with 3+ year experienced for a SAAS-based Electronic Medical Records (EMR) system. Responsibilities: -Architect and develop scalable and efficient services using Node.js, -Implement intuitive UI/UX using Vue.js and Tailwind Css. -Implement RESTful APIs and integrate third-party services -Optimize application performance and ensure code quality and debugging issues reported by users or tester -Plan, develop, and implement microservices Requirements: -Minimum 3 years experience in Node.js and Vue.js. -Proficiency in building and consuming RESTful APIs, and experience with API design principles. -Previous experience in SAAS based EMRs, Seeder, Data migration and Functional module development Use of freelancer's deskto...

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

    I have a PDF report with mixed content that I need converted into an HTML report for displaying on a website. The final conversion needs to be optimized for desktop viewing. they are 8 pdf files need to be converted to get this done Key Requirements: - Convert a PDF report with mixed content (text, tables, graphs, and images) into HTML. - Ensure the HTML report is optimized for desktop viewing. Ideal Skills and Experience: - Proficiency in PDF to HTML conversion. - Strong understanding of HTML, CSS, and JavaScript. - Experience in converting diverse content types such as text, tables, graphs, and images. - Prior experience in optimizing HTML for desktop viewing.

    $42 (Avg Bid)
    $42 Avg Bid
    31 bids

    ...manage content. The project involves: - Implementing new features into the existing frontend design - Developing an admin panel for content management. This panel should allow me to: - Add, edit, delete posts - Update website pages I'm looking for a skilled developer who can not only make the necessary changes to the frontend but also create a user-friendly admin panel for managing contents. Experience in both frontend development and backend (specifically for the admin panel) will be crucial. Ideal Skills: - Proficiency in front-end technologies such as HTML, CSS, and JavaScript - Experience with backend technologies for admin panel like PHP, Python, or Ruby - Knowledge of web frameworks like Laravel, Django, or Ruby on Rails - Understanding of database ...

    $104 (Avg Bid)
    $104 Avg Bid
    46 bids

    Description: I am looking for a skilled Matlab developer with expertise in machine learning and signal processing to build a cryptocurrency trading signal application. The core of this project will be to implement an LSTM (Long Short-Term Memory) neural network that utilizes techniques like Fourier transform among other signal processing methods to generate buy and sell signals based on historical cryptocurrency data. Key Project Requirements: - Data Handling: The application should be able to import and use cryptocurrency data from this Kaggle dataset: Binance Full History. - Signal Processing: Integrate Fourier transform and other signal processing techniques to analyze the data. - Model Implementation: Develop and train the LSTM neural network model to predict potential buy and sell ...

    $1070 (Avg Bid)
    $1070 Avg Bid
    20 bids

    Automated report using dashboard in Excel The report interface should be similar look to the pic attached. The Excel file for data source should be able to be used for Power BI. Two dashboards: 1- for multiple project management status reporting 2- for ad-hoc task management The data source is in an Excel sheet with a manual entry

    $121 (Avg Bid)
    $121 Avg Bid
    36 bids

    I'm looking for a skilled professional who can create a 1-minute live video on our website. This live video will be streamed using the front camera and will serve as a product demonstration. The ideal candidate for this project should have experience in: - Video production and live streaming - Web development (to integrate the video on our site) - Understanding of live video interaction features Key requirements: - Create a 1-minute long live video - Use the front camera - Support real-time comments - The video should be engaging and visually appealing - Ability to optimize the video for web streaming - Ensure the video is compatible and functional across different web browsers - Deliver a product demonstration that is clear and concise - Implement interactive elements...

    $37 (Avg Bid)
    $37 Avg Bid
    4 bids

    Technical Knowledge For Front End You can create it using Nextjs For the backend side, Express Create a responsive form website layout that adjusts seamlessly across various devices. (Web, Tab, Phone), and explain how would you approach designing a layout that maintains consistency and usability across different screen sizes, from desktops to smartphones? Create a validation in each form field please create a minimal 6 field (Plus point if the validation from back end side). For example: Name should contain the alphabet, not a number. (If it’s number show error message) The phone number contains a number. Etc. (you can create your field & own rules) * Create a reusable component. Add CSS animations to enhance user experience. Design and create an API to...

    $30 (Avg Bid)
    $30 Avg Bid
    13 bids

    I'm in need of a skilled professional who can create a live video for me. This video will specifically cater to my corporate conference and will be used on Reels and YouTube shorts. The main focus of this video will be on the audience interactions rather than the typical keynote speeches or panel discussions. Key requirements: - Creation of a live video for a corporate conference - Emphasis on capturing and showcasing audience interactions - Targeting Reels and YouTube shorts for the final video Ideal skills and experience for the job: - Proven experience in creating engaging live videos - Understanding of the dynamics of corporate conferences - Ability to highlight audience interactions in a compelling way - Familiarity with the format and requirements of Reels and YouTube short...

    $21 (Avg Bid)
    $21 Avg Bid
    7 bids

    I have a large Word document (57 pages / 8,046 words) that requires a meticulous conversion to HTML. It's imperative that this conversion maintains the document's origina...presentation. Key aspects for this project include: - The HTML output must mimic the original Word document's structuring and formatting. - Special attention has to be given to making it match exactly to the Word document. This includes font type, size and spacing. note there are images as well to be included. - It will need to be mobile friendly as such. - An excellent understanding of HTML, CSS and Microsoft Word is vital. - Strong experience in converting documents from Word to HTML is desired. Applicants should be proficient in working with detailed documents and exhibit a keen eye...

    $559 (Avg Bid)
    $559 Avg Bid
    277 bids
    Website Redesign 5 days left
    VERIFIED

    I'm looking for a talented web designer to overhaul my existing website. The primary objective of this project is to enhance the visual appeal of the site. Key Requirements: - Improve Navigation and Layout: Currently, the navigation and layout of my website are not as intuitive as I'd like. I'm looking for the designer to reorganize the structure of the site and optimize the navigation for a smoother user experience. - Enhance Page Loading Speed: The current loading speed of the website is not optimal. I would like the website to load faster to improve user engagement and search engine rankings. - Enhance Content Readability: The website's content is not as readable as I would like. I would like the designer to improve the typography, spac...

    $113 (Avg Bid)
    $113 Avg Bid
    83 bids

    ...integration to keep track of all events and deadlines, - Time tracking tool to monitor hours spent on tasks. Additionally, I require full UI customization, significantly beyond mere logo and colors. This should include HTML and CSS customization capacities to adjust the themes, layouts and all other elements as necessary. Payment methods to integrate into the platform include: - Credit/Debit card - PayPal - Stripe Prospective developers should have considerable experience in developing SaaS platforms and integrating all the chosen features. A strong command of CSS and HTML for full UI customization is a requisite. Familiarity with payment processor integrations will be considered a plus....

    $103 (Avg Bid)
    $103 Avg Bid
    35 bids

    I'm in need of a seasoned Apache Solr professional to help me implement search functionality for my project. The ideal candidate has excellent expertise in Apache Solr and can effectively optimize search functionality for text documents. Key responsibilities: - Upgrade from Apache Solr 3.6 to a version supporting wildcard search, Windows server - Multi cores with replication - bulk import via CSV - core creation/deletion across master and slaves Ideal skills and experience: - Prior experience implementing Apache Solr for search functionality - Proficiency in data indexing and faceted navigation with Apache Solr - Strong understanding of optimization techniques for search functionality - Excellent problem-solving and analytical skills - Good communication and collaboration abilities

    $497 (Avg Bid)
    $497 Avg Bid
    13 bids

    I'm looking for a skilled web developer to create a unique and visually appealing portfolio website with 6-10 pages. Key Features: - Creative design: I need a unique, creative and visually appealing design that reflects my brand and showcases my work effectively. - User-friendly interface: The website should have a user-friendly interface that offers a smooth user experience. - Mobile responsiveness: It is important that the website is compatible with all devices and screen sizes. Ideal Skills: - Proficiency in Web Development languages: HTML, CSS, JavaScript ,PHP - Experience in creating Portfolio websites - Knowledge of UI/UX principles and website design - Mobile responsive design experience Please include links to your portfolio in your pro...

    $55 (Avg Bid)
    $55 Avg Bid
    43 bids

    I'm in need of an exceptionally talented web developer to design a simple, yet modern and minimalistic one-page website. Primarily, the site will be used as Menu. Key Aspects: - The website should reflect a minimalist and modern aesthetic, clean with a clear focus on the product. - Incorporate HTML, CSS, JS, and jQuery for a seamless and interactive experience. Ideal Skills and Experience: - Proficiency with HTML, CSS, JavaScript, and jQuery. - Adept at creating minimalist and modern web designs. - Clear understanding of modern web standards and best practices. - the data will currently form a JSON file so you will use the same syntax and format to preview the data

    $42 (Avg Bid)
    $42 Avg Bid
    45 bids

    I'm seeking a WordPress developer to make minor visual adjustments to my theme, specifically focusing on layout modifications. Requirements: - You're proficient with WordPress and have a proven track record in theme customization. - The adjustments I need are minor, but your attention to detail is paramount. - Understanding of CSS and HTML will be necessary to achieve the layout modifications. Your responsibilities: - Tweak and adjust the theme layout according to the design brief. - Ensure the changes are responsive and work across various devices. - Suggest and implement any other minor visual improvements that can enhance the theme. Please provide examples of your previous work in theme customization.

    $30 (Avg Bid)
    $30 Avg Bid
    40 bids

    I am in need of an expert in website transfers who has extensive experience with Magento. I currently have my site hosted on a Virtual Private Server (VPS) and it operates on Magento 2. The task includes the following: - Comprehensive understanding of what exactly needs to be backed up in a Magento website. - Creating backup files that encompass all necessary aspects of my website. - Completing a full site transfer using the created backup files to preserve integrity and functionality. You must have: - Expertise in website migration, particularly Magento sites. - Proficient knowledge in creating and using backup files. - Familiarity with hosting environments, specifically VPS. - Strong understanding of Magento 2. I am open to guidance on best...

    $52 (Avg Bid)
    $52 Avg Bid
    7 bids

    Need a multi user login where multiple users can connect to my server and access the server using apache gaucomole. It has to be scripted (csh) based as I need to execute on local machine once it is working.

    $99 (Avg Bid)
    $99 Avg Bid
    7 bids

    I'm seeking a skilled Python developer proficient in Selenium or other scraping tools, AI and others API integration. The main tasks in this project include: - Integrating APIs: You'll be responsible for seamlessly integrating the following APIs: - Send/reveive data from trained AI - Collect data using scraping - Payment Gateway - Other websites: API to integrate with other websites - Developing B2B Features: We're looking to expand our platform to cater for B2B transactions. Your role will be to create and incorporate features that facilitate B2B interactions. Key skills and experience required: - Proficient in Python - Experienced with Selenium or other scraping tools - Proven track record with API integration - exchange data with AI I'm look...

    $3346 (Avg Bid)
    $3346 Avg Bid
    99 bids

    A skilled technical web developer is required for an important project. I'm keen on finding someone who is an expert in HTML/CSS and understands Google Sites like the back of their hand. Your main assignment will be optimizing website performance. Ideal Skills and Experience: • The preferred candidate should demonstrate proficiency in HTML/CSS. • Experience in Google Sites is imperative for the successful completion of this project. • Your primary task will entail improving the load time of the website. • Proven experience in website performance optimization will be a plus. Your application will stand out by detailing past initiatives and results. Looking forward to working with you.

    $32 (Avg Bid)
    $32 Avg Bid
    17 bids

    I'm seeking an experienced designer with strong HTML and CSS skills to assist in creating a website. Although I didn't specify the exact purpose and design style of the site, I'm hoping to collaborate with a professional who can offer some creative input in this area. I have this lottie animation I need to create it with pure css and html. Please help me

    $159 (Avg Bid)
    $159 Avg Bid
    117 bids

    My furniture website is experiencing JavaScript-related problems. Page elements are not displaying correctly across all browsers, impacting our user experience. Your mission, should you choose to accept, is to diagnose and fix this rendering problem. I'll require a zoom call and screen-share for collaborating on this. A robust knowledge and practical experience in JavaScript, CSS, and HTML are essential. Proficient in debugging and error removal skill is a plus. Your solution should ensure the site runs smoothly and efficiently across all browsers after the fix.

    $22 (Avg Bid)
    $22 Avg Bid
    21 bids