Css pop windowcông việc

Bộ lọc

Tìm kiếm gần đây của tôi
Lọc theo:
Ngân sách
đến
đến
đến
Loại
Nhiều kỹ năng
Ngôn ngữ
    Tình trạng công việc
    2,000 css pop window công việc được tìm thấy, giá theo USD

    I am looking for a website developer to h...advertising platform with the right upgrades. The role involves: 1. Improving the website's features: We want to enhance the platform's user interaction through the integration of a user registration and login system. 2. Implementing E-commerce functionality: To make the website profitable, e-commerce functionality integration is crucial. Ideal Skills and Experience: - Experienced in JavaScript, CSS, HTML - Proficiency in CMS platforms, preferably WordPress - Proven record in e-commerce website development and integration - Experience in integrating user login systems Generous profit shares will be offered to the chosen candidate upon successful implementation. I hope you're the one that will help raise this platform ...

    $506 (Avg Bid)
    $506 Giá đặt trung bình
    226 lượt đặt giá

    I'm in need of a skilled Android Developer to implement a feature that triggers a full-screen pop-up notification on an Android mobile device. The pop-up should activate in response to different types of notifications: - Message notifications - Application updates - Alerts or Warnings The pop-up should not only display the notification message, but also additional content relevant to each type of notification. For enhanced user engagement action buttons, tailored for each notification type, are required. Skills and Experience: - Proficient in Android Development - Experience with Android Notifications System - Strong UI/UX skills for intuitive action button design

    $76 (Avg Bid)
    $76 Giá đặt trung bình
    22 lượt đặt giá
    Solve Paypal Checkout Issue Đã kết thúc left

    (1) Paypal checkout just stopped working when using the credit card option. You enter the details then nothing happens. It used to go to a thankyou window. (2) Keeps asking for shipping address despite being set to "no shipping' (3) Defaults to UK instead of AU (4) Alignment wrong on site. Ideal skills for this project would include: - Expertise in website integrations - Familiarity with Paypal's payment system - Experience in eCommerce, specifically dealing with physical goods. Your primary task will be to ensure that the payment process via Paypal runs smoothly, without unnecessary prompts.

    $142 (Avg Bid)
    $142 Giá đặt trung bình
    109 lượt đặt giá

    I'm in need of a skilled Android Developer to implement a feature that triggers a full-screen pop-up notification on an Android mobile device. The pop-up should activate in response to different types of notifications: - Message notifications - Application updates - Alerts or Warnings The pop-up should not only display the notification message, but also additional content relevant to each type of notification. For enhanced user engagement action buttons, tailored for each notification type, are required. Skills and Experience: - Proficient in Android Development - Experience with Android Notifications System - Strong UI/UX skills for intuitive action button design

    $131 (Avg Bid)
    $131 Giá đặt trung bình
    22 lượt đặt giá
    SMM Panel Theme Design Đã kết thúc left

    In this project, I'm seeking the creative aid of a proficient theme designer with a knack for user-friendly design and proficiency in color theory. Key deliverables are: - Create an SMM panel theme with a primary color scheme of blue. - Design crucial components such as the user interface and the user registration page. The knack that I'm looking for: - Exceptional skills in CSS . - Exceptional skills in UI/UX design. - Knowledge of the current design trends. - Experience with color scheme design, especially in blue. - Proficiency in user registration page design. Unfortunately, I had to skip the specifics of the user interface. But, I trust your professional judgment to offer me the best. Please, when bidding, provide similar projects you have completed to ascertain y...

    $12 (Avg Bid)
    $12 Giá đặt trung bình
    4 lượt đặt giá

    ...allows me to generate PDFs containing details about each order that I receive on my website. The PDF is customisable using HTML and CSS and Twig code (Twig is used to return dynamic content about the order, similar to Shopify's Liquid). I have a design for a new PDF which I'd like a coder to code in HTML and CSS by customising the PDF template provided by ShopWired. When coding you'll need to follow these guidelines: 1. Implement all Twig variables that are in the current template into the new design 2. Put the footer of the design (name and address shown in the bottom right) in the footer HTML/CSS section 3. Put all other content into the HTML/CSS section 4. Make sure the new template looks exactly like the design ShopWired's...

    $150 (Avg Bid)
    $150 Giá đặt trung bình
    69 lượt đặt giá

    I'm in search of an adept profession...payment system to ensure the safety of transactions. - SEO friendly design to rank high on search engines and attract customers. - Integration of efficient shipping and tracking solutions. Ideal freelancer should have: - Extensive experience in building e-commerce platforms. - Excellent understanding of UX/UI to ensure an intuitive design. - Proficiency in programming languages preferably PHP, HTML, CSS, JavaScript, or Python. - Knowledge of SEO best practices. - Good understanding of online payment systems and their integration. - Experience with integrating shipping and tracking solutions into e-commerce platforms. This is a critical project for my business, therefore, only professionals with proven experience in similar projects will...

    $362 (Avg Bid)
    $362 Giá đặt trung bình
    29 lượt đặt giá

    I'm dealing with a couple of issues on my WordPress site which is managed through Elementor Pro. First, one of my primary concerns lies in a problem with our site's filters. Currently, we're experiencing missing filter...primary reason for decreased user experience and engagement. Secondly, the function of our blog layout desperately needs an upgrade. While there are multiple areas we could tackle, we've singled out one significant improvement which we believe will greatly increase user convenience and interaction - the integration of an advanced search function. Ideal candidate should be proficient in HTML and CSS and possess a deep understanding of WordPress and Elementor Pro functionalities. Prior experience in fixing filter issues and enhancing blog featur...

    $44 (Avg Bid)
    $44 Giá đặt trung bình
    18 lượt đặt giá

    The project requires a proficient full-time front-end and UI designer with extensive JavaScript, HTML, and CSS knowledge. Familiarity with React and will be favorable. As the sole designer for this all-encompassing website, you'll be tasked with managing: - HTML coding - CSS styling - JavaScript development - UI design We are targeting all sectors, aiming to develop a website that meets the demands of each one. Whether it's E-commerce, informational, or a portfolio interface, the goal is to create a versatile, all-encompassing platform. As such, successful candidates will be expected to have diverse experience across multiple sectors, including but not limited to Technology, Education, and Healthcare. If you are adaptable, skilled, and looking for a challenging f...

    $864 (Avg Bid)
    $864 Giá đặt trung bình
    165 lượt đặt giá

    ...stack and queue operations that have logical errors. Key Tasks: - Debugging the code - Correcting the push, pop, and peek operations Ideal Skills: - Strong knowledge in Java - Experience in debugging Java code - Familiarity with stack and queue operations make the Code posted below in working order. I am using Eclipse to write these two data structures. and i want to write a short test to ensure that your stack and queue work as expected.i need the working files as .java files public class MyStack<T> { private static class StackNode<T> { private T data; private StackNode<T> next; public StackNode(T data) { = data; } } private StackNode<T> top; public T pop() { if (top == null) throw new EmptystackException(); T item = ; } top=...

    $20 (Avg Bid)
    $20 Giá đặt trung bình
    9 lượt đặt giá
    Website Menu Design Revamp Đã kết thúc left

    As the project owner, I am currently seeking a skilled developer to modify and bring a fresh, modern appeal to the menu of our website. The role specifically involves implementing alterations to the layout, the way the menu is presented, and ultimately the style. The ideal freelancer for this project should depict: - Expertise with HTML, PHP, CSS etc. - Experience with creating sleek, modern web designs - Proficiency in changing website layouts - A knack for providing creative solutions. The changes required involve: - Transition of the layout towards a more user friendly one - Incorporation of a modern, sleek aesthetic - Altring the present look to a contemporary design. The impact of this design change must translate into an intuitive, visually satisfying user experience, h...

    $6 / hr (Avg Bid)
    $6 / hr Giá đặt trung bình
    101 lượt đặt giá

    I'm seeking expertise in intensifyin...Functionality for user account upgrade/downgrade • User account deletion capability Ideal Skills and Experience: • Proficiency in WordPress • Familiarity with API integration • Strong understanding of user management systems • Proficiency in search and blog functionalities • Experience with Stripe or similar payment systems • Strong comprehension of UI for intuitive user interactions. • PHP, HTML, CSS Timeline: 10 days - NO EXCEPTIONS Note: You are not building a website from scratch, but rather helping finish up development on a new Wordpress website. Hence, design work is minimal and most of the work will be development-based. This is an urgent project. You will be required to use a free accou...

    $505 (Avg Bid)
    $505 Giá đặt trung bình
    171 lượt đặt giá

    Skills required: Good English, HTML, CSS, JS, JSON, API. 1) Change theme to match from - Thread icon - Link icon - Age / Date Posted - Total comments - Color/font theme - User comments when posted/edited comment comment points how many children comments in expand button: "See replies (n)" where n = amount of replies Usernames should link to their 2) Add support for embedded images inside users comments 3) Add support for embedded youtube videos - no auto-play - when thumbnail is clicked only then load embed code - default 1080p, sound 100%, with controls 4) Add support for reddit hosted videos - no auto-play - with controls 5) Add support for reddit image gallery 6) When a thread isn't loaded widen thread list so it takes up 100% width - When a thread

    $172 (Avg Bid)
    $172 Giá đặt trung bình
    38 lượt đặt giá

    I have 4 prototype images that has to be converted to a HTML/React code. The output should be responsive with appropriate CSS.

    $156 (Avg Bid)
    $156 Giá đặt trung bình
    91 lượt đặt giá
    Banner Design for NIGA Đã kết thúc left

    We need a banner design similar to the pop up design.

    $175 (Avg Bid)
    $175 Giá đặt trung bình
    1 lượt đặt giá

    I need an experienced full-stack developer, skilled in both Vue and Laravel, for seamlessly integrating a custom function into my project. Here's an overview of the tasks needed: . Customize a section: Specifically, the Vue/Laravel project needs an "edit" and "update" feature. This must allow the admin to modify chosen details within the same window. Your understanding of Vue and Laravel will be pivotal, and your ability to indirectly influence user experience through efficient function implementation will be greatly appreciated. Prior experience in developing such features will be an added advantage.

    $25 (Avg Bid)
    $25 Giá đặt trung bình
    19 lượt đặt giá

    I'm seeking a talented graphic designer who can craft a bold and visually striking logo for my clothing line. Here's what I'm looking for someone who can: - Design a Fish logo that is bold and demands attention. The design must pop to the eye and immediately grab attention. - Use a warm color scheme. The palette should primarily incorporate reds, oranges, and yellows. The aim is to create a passion-driven and engaging logo. - Incorporate realistic illustrations into the design. I want the logo to have an authentic touch, where the imagery feels tangible and real. Ideal skills and experience: - Proven graphic design skills, particularly in logo design - Strong skills in creating realistic illustrations - Ability to create designs that are bold and eye-catching - Expe...

    $79 (Avg Bid)
    $79 Giá đặt trung bình
    113 lượt đặt giá

    I'm seeking an expert plugin developer who is proficie...plugin should include analyzing market trends and statistics. Specifically, it should focus on: - Customer Demographics: Mainly based on geographic location. - Competitor Analysis: To understand how we stack up against our competition. - Sales Performance: To track our progress and business growth. The ideal candidate for this task should have considerable experience in Wordpress, PHP, CSS, and JavaScript. Strong knowledge of database management and a proven record in plugin development will be an added advantage. Market analysis knowledge is key too. Would love to see some examples of previous work similar to this before we begin. Let's craft an outstanding tool to help us stay informed and make strategic...

    $10 / hr (Avg Bid)
    $10 / hr Giá đặt trung bình
    24 lượt đặt giá
    Moodle 4.0 Plugin Development Đã kết thúc left

    ...versions, ensuring robust functionality and user experience. • Provide documentation for the plugin, including installation, configuration, and user guides. • Offer technical support and updates as needed to address any issues, improvements, or Moodle updates. Requirements: • Proven experience in Moodle plugin development, with a portfolio of previous projects. • Strong proficiency in PHP, HTML, CSS, JavaScript, and SQL. • Familiarity with Moodle's architecture, coding standards, and best practices. • Excellent understanding of UX/UI design principles, especially in the context of educational platforms. • Ability to work independently and collaboratively in a remote environment. • Strong communication skills, with fluency in English. &...

    $520 (Avg Bid)
    $520 Giá đặt trung bình
    43 lượt đặt giá

    I possess considerable skills in HTML, CSS, and JavaScript, allowing me to build modern, responsive websites. Attention to detail and solving technical issues are my forte. Clearly aware of the latest technologies and trends, I aim to use this knowledge while constructing websites. For my portfolio website: - It will need to have a project showcase feature. - The main functionality of the website would be showcasing my work, according to your specifications. With my technical skills and your creative direction, we can bring the vision of a complete, feature-rich portfolio website to life. Freelancer expertise required: - Experienced in building portfolio websites - Strong skills in HTML, CSS, and JavaScript - A good understandability of user experience.

    $20 / hr (Avg Bid)
    $20 / hr Giá đặt trung bình
    74 lượt đặt giá

    I'm searching for a top-notch frontend developer who can assist me with my project needs. Skilled in HTML, CSS, JavaScript, and React, the perfect candidate will present a strong foundation in the required languages and have a knack for writing clean, reusable code. Ideal Skills: • An in-depth understanding of HTML, CSS, JavaScript, and React Although there have been no explicit design requirements outlined, having a keen eye for design and the ability to adapt to varying demands will be of utmost importance. Further, although the project timeline has not been specified, the ability to work diligently and efficiently to meet potential deadlines is essential. If you're a focused, detail-oriented developer with these skills, please submit your proposal. I...

    $63 / hr (Avg Bid)
    $63 / hr Giá đặt trung bình
    61 lượt đặt giá

    I'm in need of a skilled Android Developer to implement a feature that triggers a full-screen pop-up notification on an Android mobile device. The pop-up should activate in response to different types of notifications: - Message notifications - Application updates - Alerts or Warnings The pop-up should not only display the notification message, but also additional content relevant to each type of notification. For enhanced user engagement action buttons, tailored for each notification type, are required. Skills and Experience: - Proficient in Android Development - Experience with Android Notifications System - Strong UI/UX skills for intuitive action button design

    $28 (Avg Bid)
    $28 Giá đặt trung bình
    13 lượt đặt giá

    ...employees claim an order, prioritize the first one who receives a thumbs up reaction. Introduce a 30-second claim window: -If the same employee claims a second order while having a pending claim (marked with "/p" for the first order), AND another employee claims the second order within 30 seconds of the first claim, then the bot should REACT WITH A THUMBS DOWN for the second claim for the first employee. Otherwise, if no other employee claims within 30 seconds, REACT WITH A THUMBS UP for the second claim for the first employee (essentially awarding them both orders). Maintain claim priority for other employees: If a different employee claims the second order within the 30-second window, process the claim normally, prioritizing them over the first employee who h...

    $178 (Avg Bid)
    $178 Giá đặt trung bình
    23 lượt đặt giá

    ...a minimalistic flair. Here's what the ideal candidate would bring to the table: - Expertise in minimalistic logo design - A keen understanding of branding aimed towards adult pet owners - Proven ability to incorporate client inputs into visual output -ability to work with my current branding The GvP club which is the parent brand to my new logo ‘The Diamond Fertility Clinic’ - make the diamond pop and the writing bold Your task will be to develop a minimalistic logo, capturing the essence of a mature clientele with dogs. This logo will be instrumental in building up our brand, so it’s crucial that your design resonates with our target audience. Thank you for considering this project; I look forward to potentially working with you. Please don't hesi...

    $27 (Avg Bid)
    $27 Giá đặt trung bình
    93 lượt đặt giá

    14 
app folder ✔ What is your project named? … profi_file_upload ✔ Would you like to use TypeScript? … No / Yes ✔ Would you like to use ESLint? … No / Yes ✔ Would you like to use Tailwind CSS? … No / Yes ✔ Would you like to use `src/` directory? … No / Yes ✔ Would you like to use App Router? (recommended) … No / Yes ✔ Would you like to customize the default import alias (@/*)? … No / Yes It's a very simple task; in the already created and empty project, only components for uploading photos need to be made. In the project, a backend endpoint is already made that accepts multipart/form-data. The assignment already includes a repository with the application, so it's really not about creating the whole application; I only n...

    $162 (Avg Bid)
    $162 Giá đặt trung bình
    39 lượt đặt giá

    I’m in need of an experienced front-end web developer who would be able to bring my existing design to life. I'm looking for someone with: - Proficiency in HTML/CSS and JavaScript/jQuery - Extensive knowledge and experience in implementing dynamic scrolling animations is crucial. - Ability to efficiently convert my prepared design into a working website. The project requires you to make: - A single-page 'scrolling story' featuring a number of data visualisations, infographics and text sections that should animate in specific ways as they enter the viewport. - Site should work seamlessly on desktop and mobile devices. - Site does not require a content management system. A significant part of the project is to ensure a pixel perfect user experience with smoot...

    $1405 (Avg Bid)
    $1405 Giá đặt trung bình
    78 lượt đặt giá

    ...employees claim an order, prioritize the first one who receives a thumbs up reaction. Introduce a 30-second claim window: -If the same employee claims a second order while having a pending claim (marked with "/p" for the first order), AND another employee claims the second order within 30 seconds of the first claim, then the bot should REACT WITH A THUMBS DOWN for the second claim for the first employee. Otherwise, if no other employee claims within 30 seconds, REACT WITH A THUMBS UP for the second claim for the first employee (essentially awarding them both orders). Maintain claim priority for other employees: If a different employee claims the second order within the 30-second window, process the claim normally, prioritizing them over the first employee who h...

    $209 (Avg Bid)
    $209 Giá đặt trung bình
    37 lượt đặt giá

    I need a t...HTML format, maintaining its existing design without changes. The PDF is already digitally readable, so there won't be any need for OCR (Optical Character Recognition) conversion. - Ensuring compatibility with Mailchimp, this includes testing for email deliverability and rendering across different devices and email clients. The ideal candidate for this project should have: - Solid HTML and CSS coding skills. - Experience with Mailchimp Email Design. - An understanding of email deliverability best practices. - Familiarity with PDF documents conversion to HTML. This project will require prompt completion and a keen attention to detail. Keep in mind that the aim is to create an HTML mailer that remains faithful to the PDF's original design. Thanks in ad...

    $27 (Avg Bid)
    $27 Giá đặt trung bình
    49 lượt đặt giá

    I'm looking for an experienced web developer to create a business website using HTML and CSS exclusively. preferably w3css. 4 to 7 page types. Ideal freelancer should have a solid grip on HTML5 and CSS3, along with a proven track record in creating business websites. A good understanding of UX design is also desirable to ensure the site is user-friendly for a broad audience.

    $95 (Avg Bid)
    $95 Giá đặt trung bình
    47 lượt đặt giá

    I'm looking for an expert in web design with a knack for making professional-looking sites. The site is a showcase for our products and should cover: 1. Home Page: - Reflect our brand with an attractive layout - Use of images and text content is required 2. About Us Page: - E...Effective presentation to influence the purchase decision 4. FAQs Page: - This page should address common questions using engaging text content 5. Contact Us Page: - Provide information for potential clients to connect with us - Include social media links The website should be visually engaging and user-friendly to turn visitors into leads. Minimum requirements include experience in HTML, CSS, JavaScript, and SEO optimization. Preference will be given to those with a portfolio o...

    $97 (Avg Bid)
    $97 Giá đặt trung bình
    48 lượt đặt giá

    I am in need of an expert in architectural design and structural engineering who can update my existing blueprint. The key changes that are necessary involve: - Removal of specific windows located at the front of the building - Permanent window blockage and covering as part of the structural modification - Updates to the structural, electrical and plumbing details in the blueprint Please note, this project requires professional sealing/stamping to confirm all changes meet relevant codes and regulations. Applicants must be confident in blueprint reading and adjusting to deliver a finished project that is ready for implementation. Experience in similar projects would be a great asset.

    $459 (Avg Bid)
    $459 Giá đặt trung bình
    45 lượt đặt giá

    Necesito una web para una empresa de cerramientos de aluminio y protección solar (Pergolas bioclimaticas, cortinas de cristal, toldos, estores y cortinas) Dentro de la página web, primero, necesito un pop up donde registrar el mail, teléfono y dirección de los posibles clientes además de la autorización para mandarle mails y newsletters, para crear una base de datos donde a cambio de esa información proporcionaremos un vídeo informativo sobre los productos que mandaremos a su mail una vez registrados. Una página inicial donde hablé en general de la empresa, beneficios, contras de trabajar con nosotros. Donde se defina nuestro buyer persona, y donde se le dé valor a nuestro servicio, se debe hablar tamb...

    $16 / hr (Avg Bid)
    $16 / hr Giá đặt trung bình
    62 lượt đặt giá

    STAGE 1: COVER, SITEPLAN, FLOORLAN, ELEVATIONS -----1400USD STAGE 2: SECTIONS,LELECTRICAL, PLUMBING/WASTE, WINDOW/DOORSCHEDULE,---- 1400USD STAGE 3: FRAMING WALL, HVAC, FIREPLAN, FIREPLAN, DETAILS. -----1400USD STAGE 4: STAMPS-----800 DLLS

    $1400 (Avg Bid)
    $1400 Giá đặt trung bình
    1 lượt đặt giá
    Sitecore CSS Implementation Đã kết thúc left

    Need only experienced developer. As the owner of an existing website, I'm in need of a skilled Sitecore developer who can enhance its functionality. The following are the tasks required: - Implement my prepared CSS files via the Sitecore Admin Panel Skills and experience needed: - Extensive knowledge and working experience with Sitecore - Proficient in CSS implementation and website enhancement - Detail-oriented with a focus on functionality upgrades Your ability to work efficiently on these optimizations will be key to this project’s success.

    $3 / hr (Avg Bid)
    $3 / hr Giá đặt trung bình
    14 lượt đặt giá
    Vibrant Logo and Web Design Đã kết thúc left

    I'm in the market for a responsive and visually engaging website design. In addition, I require a brand new logo design that truly encapsulates the spirit of my enterprise. Design Components: - A striking website design that is aesthetic and user-friendly. - A logo design that is vibrant and bold. Logo Criteria:...website and ties the brand together seamlessly. Necessary Skills: - Significant expertise in graphic design, with proven capacity for creating vibrant and engaging logos. - Proficiency in web design and development, with a keen eye for modern aesthetic trends, user experience, and sleek functionality. Website will need to be done in wordpress. Anyone with a flair for creating designs that really pop and a knack for encapsulating a brand's essence is welcome...

    $107 (Avg Bid)
    $107 Giá đặt trung bình
    72 lượt đặt giá

    I'm looking for a skilled web designer who can not only design a page for my website, but also make it functional. The main feature of this page will be seven cards which, when clicked, should prompt users to fill out a form. Though the specifics about the form w...successful in this project, freelancers should ideally have: - Prior experience in web design and development - Proven ability to create interactive elements on a webpage I encourage applicants to showcase their experience in these domains through detailed project proposals. Please note that the interaction design for when a user clicks on a card hasn't been finalized yet, but may lead to either a pop-up form, direct them to a new page, or expand the card to reveal the form. Please be prepared to adapt to ...

    $26 (Avg Bid)
    $26 Giá đặt trung bình
    29 lượt đặt giá

    ...that reflects the energy and warmth of summer. Deadline: The project needs to be completed as soon as possible. We anticipate receiving a few design options for consideration within a timely manner. Experience in fashion design or textile design will be highly advantageous. Ideally, you can showcase previous design pieces, particularly in creating print designs for swimwear. I want my design to pop and stand out, so a keen eye for balance and contrast is vital. Think palm trees, exotic birds, vivid beachscapes etc but with a fresh and exciting approach. I want my swimwear to be an expression of a lively, tropical vacation. Your creativity will be the main driving factor, so I welcome all innovative ideas. Please include examples of your previous work and a short outline of ...

    $21 (Avg Bid)
    $21 Giá đặt trung bình
    32 lượt đặt giá
    Vibrant Instagram Reels Editing Đã kết thúc left

    I'm in need of a proficient video editor with expertise in Instagram reels. Your task will include editing a series of 10 videos each ranging from 30 to 60 seconds. The turnaround time is critical and I expect the completion of the project within a week. Here are the specifics: - Color Grading: You need to implement a bright and vibrant color grading to ensure the images pop and grab the viewer's attention. - Sound Design & Mixing: The audio must be clear and well mixed to guarantee an optimal viewer's experience. - Motion Graphics: This job will require enhancing the reels with visual effect motions graphics to give them a dynamic and engaging feel. - Subtitles: Lastly, the reels need to be subtitled to cater to viewers who watch with sound off or have hearing ...

    $121 (Avg Bid)
    $121 Giá đặt trung bình
    85 lượt đặt giá

    ...serious challenge with our website's mobile menu. It is failing to open up across the entire website on both iOS and Android devices, hindering efficient navigation. Key Requirements: - Mobile OS Proficiency: Expertise in both iOS and Android systems are crucial for this project. - Web Development Skills: The professional should be proficient in web development. Experience of working with HTML, CSS, and Javascript is a must. - Problem-Solving Abilities: An analytical mind that able to diagnose the cause of the menu's failure to open and devise a practical solution is key to this project. - Knowledge of UX/UI Design: It would be an advantage if the freelancer has experience with UX/UI design to ensure the mobile menu operates seamlessly across the entire website, main...

    $24 (Avg Bid)
    $24 Giá đặt trung bình
    20 lượt đặt giá

    I have a high priority project that needs converting 2 pages (4 including mobile view) from Figma design ...that needs converting 2 pages (4 including mobile view) from Figma design to responsive HTML with Tailwind, and have no Node.js runtime. Key Requirements: • Convert Figma design to HTML/Tailwind • Ensure the design is responsive • Implement interactive forms • Implement dynamic content loading • Implement animation effects Ideal Skills and Experience: • Proficient in Figma, HTML, and Tailwind CSS • Strong understanding of responsive design • Proven experience building interactive forms, dynamic content loading and animations Due to the urgency of the work, I am seeking a freelancer who can deliver the work ASAP. Please provide y...

    $67 (Avg Bid)
    $67 Giá đặt trung bình
    65 lượt đặt giá

    I'm seeking a highly skilled WordPress developer to assist with theme customization on an existing site. The primary task will involve adding new functionalities, including: -...highly skilled WordPress developer to assist with theme customization on an existing site. The primary task will involve adding new functionalities, including: - A custom 'Buy Now' button. - A tailored checkout field. The ideal candidate will have significant experience with WordPress, especially in theme customization and adding functionality to existing themes. Strong proficiency in PHP, HTML, CSS and JavaScript is expected. Knowledge of WooCommerce could prove beneficial, although isn't mandatory. Overall, I need someone who can bring my vision to life while maintaining site perform...

    $4 / hr (Avg Bid)
    $4 / hr Giá đặt trung bình
    33 lượt đặt giá

    I urgently need a talented freelancer capable of creating a bold and dynamic design for my Shopify dropshipping website. The design has to capture attention whil...dropshipping website. The design has to capture attention while retaining a professional and user-friendly interface. Key Features: - An efficient customer review system to harness feedback. - A responsive live chat support for better customer interaction. - Seamless social media integration for wider audience reach. Ideal Skills: - Prior experience designing Shopify stores. - Proficiency in HTML, CSS, and JavaScript. - Deep understanding of UX/UI principles. - Excellent communication and responsiveness as I need this done ASAP. Your portfolio showcasing previous Shopify design work would greatly aid my decision-makin...

    $106 (Avg Bid)
    $106 Giá đặt trung bình
    45 lượt đặt giá

    ...checker function that allows users to understand possible mental health conditions. - Integration of a mood tracker tool to analyse and visualise the user's mood patterns over time. - Incorporating a directory of therapists that allows users to find and connect with mental health professionals based on their needs. Ideal skills and Experience: - Exceptional programming skills, preferably in HTML, CSS, JavaScript and PHP. - Experience in developing health-focused websites/apps is preferable. - Knowledge in security and data privacy protocols. - Ability to create engaging UX/UI. - Proven records of successful similar project implementation. As the completion of this project would contribute significantly to mental health awareness and accessibility, a deep understanding of ...

    $162 (Avg Bid)
    $162 Giá đặt trung bình
    44 lượt đặt giá

    As the owner of a new endeavor, I'm seeking a tech-savvy freelancer who can create a dynamic website using HTML, CSS, and JavaScript. The ideal candidate will bring the following skills to the table: - Expertise in HTML, CSS, and JavaScript. Proven experience is a must. Kindly include examples of your past work in these areas when you bid. - Understands the principles of website layout, user interface, and responsive web design. - Detail-oriented to ensure code and design elements function correctly and consistently across multiple web browsers and devices. Your job will be to develop a website that not only looks great but also performs flawlessly. A firm understanding of programming and tech is crucial for this project. Enhance your bid by demonstrating your knowle...

    $483 (Avg Bid)
    $483 Giá đặt trung bình
    173 lượt đặt giá

    For my navigation section, I need a developer adept in JavaScript or CSS to implement a transition effect. Specifically, I'm looking to have a 'slide out' effect the same as the entry effect that slides down the navigation once the button is clicked. The feature should activate when a user clicks on the exit button. Skills and Experience: - Strong JavaScript or CSS abilities - Experience with user interface design - Understanding user interactions with navigation tools By achieving this modification, I aim to enhance the interactivity and overall site experience for my visitors. Your ability to execute this task accurately and efficiently will be greatly appreciated. The service section is currently built using Elementor as well as some custom Javascript. T...

    $23 (Avg Bid)
    $23 Giá đặt trung bình
    15 lượt đặt giá

    I'm seeking a talented website designer specializing in HTML/CSS. While I've skipped the question about the website type, I'm putting a strong emphasis on the role experience plays in this project. - Experience: I'm looking for someone who can demonstrate their expertise in HTML/CSS through their past work. The successful applicant should have an extensive background in website design. While I've not specified a color scheme, I'm open to your suggestions and creative input. Let's work closely together to create something truly unique and appealing. I'm excited to see your experience in action on this project!

    $103 (Avg Bid)
    $103 Giá đặt trung bình
    68 lượt đặt giá
    Kerala Style 3D Home Elevation Đã kết thúc left

    I'm seeking a proficient 3D designer who can create a 3D elevation of a residential house in Kerala style. The house is approximately 1,000 - 2,000 sqft. Key features I want to highlight are: - Innovative roof design - Detailed balcony structure - Unique window styles A strong understanding and experience with Kerala style architecture are essential. You should also have prior experience creating 3D elevations for residential homes of a similar size. Please showcase your previous work of similar projects when bidding. Looking forward to a tasteful design reflecting the rich architectural essence of Kerala.

    $98 (Avg Bid)
    $98 Giá đặt trung bình
    13 lượt đặt giá
    Someone good with websites Đã kết thúc left

    ...different devices - Implementing necessary features and functionalities for a business website The website should be completed as soon as possible, with no specific timeline mentioned. The client is looking for a freelancer who can prioritize this project and deliver it within a short time frame. Skills and experience required: - Strong proficiency in website design, including knowledge of HTML, CSS, and JavaScript - Experience in designing business websites, preferably in the desired industry - Ability to create visually appealing graphics and images - Knowledge of user experience (UX) and user interface (UI) design principles - Familiarity with responsive design and cross-browser compatibility If you are a talented website designer who can create a professional and visually ...

    $493 (Avg Bid)
    $493 Giá đặt trung bình
    224 lượt đặt giá

    ...com/posts/colliers_colliersaustralia-iwd-inspireinclusion-activity-7171711932456972288-QcCB?utm_source=share&utm_medium=member_desktop Using the supplied image I need the this animation: 1. Open on a clean landscape with blue sky with clouds moving slowly across 2. Hilled landscape start to move right to left and starts to introduce trees, buildings and creates some depth with multi-layers 3. Cranes start to pop up on landscape and move to install solar panels, wind turbines, hydro dam walls 4. Cranes disappear and the clean energy production starts with animation of sun rays on solar panels, wind blowing wind turbines, water flowing into pumped hydro 5. Then start to add transmission line popping up alongside clean energy projects and connect to buildings (towns) maybe a ...

    $241 (Avg Bid)
    $241 Giá đặt trung bình
    75 lượt đặt giá

    ...products on their websites via Woo Commerce with white-labelling. Key Features Needed: - Custom branding options for each customer - Ability to refine colors and logos - Capability to add custom CSS styles Needed Solution: Since I lack a plugin or API for this task, you will be responsible for developing a fresh, custom solution OR identifying existing plugins that can be used. Skills and Experience: - Knowledge and expertise in implementing white-label solutions - Proficiency in Woo Commerce and eCommerce platforms - Strong web development skills for customization options - Experience with CSS for design purposes Your creativity and strategic problem-solving will be highly valued in this project. The completion of this task will provide a valuable functionality to ou...

    $193 (Avg Bid)
    $193 Giá đặt trung bình
    147 lượt đặt giá