Budget: 100 EUR Deadline: 7 days
I write to express my strong interest in the position of a digital designer for your project. I have been actively working on this field over the past two months and I have a desire to dedicate all my efforts to my work.
Portfolio
HTTPS://on.contra.com/GDBtBm
Budget: 85 EUR Deadline: 3 days
Hello to you!
My name is Alexander, I’m a full-stock developer: I create all kinds of websites and mobile applications; I support products from other developers. Five years experience in IT consultancy.
I own Figma and Adobe Photoshop, with which I can create an attractive design. I propose to arrange a meeting in which I will clarify your wishes, explain the final result, discuss the stages of implementation and the most comfortable form of cooperation.
Write, we will discuss details.
Budget: 85 EUR Deadline: 3 days
Hi, interested in your project, ready to fulfill it by complying with the deadlines and by complying with your TZ, attach my sample to some robots
HTTPS://big-viktor.github.io/Cripto
HTTPS://next-js-social-62mrayxtz-academictest.vercel.app/Home
Vitalii Tkachuk
Winning proposal- Projects 31
- Rating 5.0
- Rating 6 927
Budget: 300 EUR Deadline: 3 days
Good day !I will be happy to work together.I am pleased to take on your project.My portfolio in the profile, after which you will not be able to pass through, and not take advantage of the opportunity to work with me
Experience in work over 4 years.😉Details will be discussed in the list.
Portfolio: Dribbble
Behance
Freelancehunt😌
Budget: 150 EUR Deadline: 7 days
Welcome to!
My name is Vladimir, and I am a design specialist with more than 4 years of work experience. I specialize in gambling, web3 and AI projects, as well as in conventional products and mobile applications. I work 5 days a week and I’m ready to adapt to your schedule.
My experience includes conducting research, designing and creating presentations. I have considerable experience working with software that includes more than 50 screens and design from scratch.
with respect,
and Vladimir.
My linkedin profile: https://www.linkedin.com/in/volodymyr-kucher-9b3615252/
Behance: Behance
With more extensive work, I am ready to share it personally with LS.
Budget: 100 EUR Deadline: 5 days
Good day, I am called Roman, we are engaged with the team of design, site development, SEO optimization.
Get acquainted with your tz and your services pages, you have already had tasks with reducing the sum of the services pages.
We can create truly incredible designs for your needs.
For your project, we will first make a design, and after approval we will already visually do it.
Go to the personal message.
- Projects -
- Rating -
- Rating 129
Budget: 200 EUR Deadline: 15 days
Good day !
I guarantee to do everything in good and timely manner.
Let’s talk and do!
Freelancehunt
Budget: 120 EUR Deadline: 5 days
Good Morning, MaximeI am familiar with the task and ready to begin to perform the task in good quality.Term: from 3 to 5 days.To be sure that I will do good, modern and quality work for you, you can get to know my portfolio, and I promise that after its review you will get to work with me!Details can be discussed directly in the listing.
The portfolio:
Freelancehunt
Behance
Dribbble📩
Budget: 800 EUR Deadline: 30 days
Welcome to!
Our web studio will re-design your platform and present it under all relevant devices.
To discuss the details, we can call.
Waiting for FIDBACK
Budget: 80 EUR Deadline: 5 days
Hello to you!
I work in Figma. Do you need to convert one service page to be similar to Lamppukauppa Led Store Oy? Can I find more details?
I look forward to you in personal messages!
Budget: 1111 EUR Deadline: 111 days
Hei, Maxym👋
We're experts in web design and ready to provide top-notch UI/UX solutions by creating design deliverables for your website.
✦ Here are a couple of our previous web design projects:
Dribbble
Dribbble
Dribbble
Dribbble
Dribbble
✦ Kindly check the links below, to get a better understanding of our expertise:
- Behance portfolio: Behance
- Dribbble portfolio: Dribbble
- Website:https://dreamxweb.com/
- Clutch: https://clutch.co/profile/dreamx
📅 Just press the "message" button and let's set up an initial call with our team to e-meet each other and discuss our design solutions for your website.
Kind regards,
Alex
Proposals concealed
Proposals are currently absent
Proposals concealed
Current freelance projects in the category HTML & CSS
The plugin is used in the AdminLTE2 v.4 admin panel (built on top of bootstrap5) https://adminlte.io/ It is necessary for the dropdown to be correctly colored in both modes data-bs-theme="light" and data-bs-theme="dark" That is, in dark mode there should be a black background and white text A test example is attached The problem arose when translating the project https://github.com/leon-mbs/zstore to the new bootstrap with the built-in dark theme The previous version of adminlte (with bs4) used its own dark mode and everything worked automatically there CSS can be changed (or rebuilt), the main thing is to understand which variables or styles need to be modified in the actual project. To simplify changes, you can insert into the tag in the Maybe there are some reasonable alternative solutions, adding search to the html select tag The performer must understand what they are doing - no AI-bullcoding
The website is developed on: Backend: Java + Spring Boot Database: MySQL Frontend: JavaScript, HTML, CSS Template Engine: Thymeleaf Server: VPS (Linux Ubuntu) Reverse Proxy: Apache2 Architecture: Monolithic application Currently, the website has implemented: A blog with an admin panel. The ability to create and edit articles through the admin panel. The ability to add HTML markup and content through a visual interface. Static pages of the site, which are currently created by the developer manually. ⸻ Task Objective It is necessary to implement the ability to create and manage new commercial service pages through the existing admin panel similarly to how blog articles are currently created. After implementation, the administrator should be able to independently create new SEO service pages without the involvement of the developer. ⸻ Current State Currently, only blog posts can be created through the admin panel. Example: Article 1 Article 2 Article 3 Each article has: Title URL (slug) Content SEO parameters Images ⸻ What Needs to be Implemented 1. New content type "Services" Create a separate section in the admin panel: "Services" It should be independent of the blog section. Example structure: Blog Services ⸻ 1. Creating a service page The administrator should be able to create a new service page through the interface. Commercial service pages consist of 13 blocks, of which 4 blocks are dynamic and 9 are static. Fields: Service name URL (slug) H1 SEO Title Meta Description SEO Keywords Main content of the page Image Publication status (Draft / Published) ⸻ 1. Page content The content should support: HTML markup Text formatting Headings H2-H6 Lists Images Links It is preferable to use the existing editor that is already applied in the blog. ⸻ 1. URL generation Each service should have its own URL. Examples: /visa/usa/business-visa-usa /visa/usa/business-visa-uk /visa/usa/business-visa-canada ⸻ 1. Display on the site After publication, the page should: automatically become available at its URL; use the existing service page template or a new template; display correctly on all devices. ⸻ 1. SEO For each service, it is necessary to provide the ability to configure: Title Description H1 Canonical URL (preferably) Open Graph (preferably) Pages should be indexed by search engines similarly to blog pages. ⸻ 1. List of services In the admin panel, implement: a list of all services; search; editing; deletion; changing publication status. ⸻ 1. Important Implement the ability to create new types of SEO pages without code modifications in the future. through a unified content management mechanism. ⸻ What is Expected from the Developer It is necessary to analyze the existing implementation of the blog and maximize the reuse of the current architecture to create the new "Services" section. When responding, please indicate: How the task will be implemented. What changes will be required in the database. Time estimate. Cost of work. What technologies should the performer know Mandatory: Java Spring Boot MySQL Thymeleaf HTML/CSS JavaScript Working with Linux Ubuntu Desirable: Spring Security SEO optimization of server pages Experience with CMS and CRUD modules Experience supporting monolithic Spring Boot projects
It is necessary to conduct an audit of the existing website, fix technical errors, improve SEO, optimize speed, and gradually enhance functionality. Redesign is not required. What needs to be done: Conduct a technical audit of the website. Conduct an SEO audit and propose a plan for improvements. Identify and eliminate technical errors. Propose improvements for UX/UI and design. Optimize loading speed. Make enhancements to the website, and if necessary, work with the code. In the future — support and development of the website. In your response, please include: links to similar projects; experience working with WordPress (if any); estimated cost of work; whether you are ready for long-term cooperation.
A corporate website in English needs to be developed in the fintech theme, licensed business, M&A, and legal support. There are 10 ready-made page designs in PNG, as well as separate images and a logo. There are no Figma layouts. A precise pixel-perfect reproduction is not required, but it is important to maintain the overall style, structure, typography, colors, and logic of the blocks. The site must be fully coded, not assembled from screenshots or images. Pages Home; offers catalog; individual offer page; Legal Services — general services page; individual service page; list of articles; article page; About; Contact; Submit Inquiry / inquiry form. What needs to be implemented custom WordPress theme without Elementor, Divi, WPBakery, and other visual builders; clean HTML/CSS/JS coding; ACF / ACF Pro for convenient content editing through the admin panel; separate post types for Offers, Legal Services, Articles; offers catalog with search, filters, sorting, and pagination; blocks for featured offers, related offers, latest insights, and related articles; inquiry forms with email submission and basic spam protection; editing through the admin panel of contacts, CTA blocks, menus, footer, and other repeating elements; basic speed optimization: WebP, lazy load, optimized images. Mobile version There are no separate mobile layouts. A logical and convenient adaptation based on desktop references needs to be done independently. It is especially important to correctly adapt the menu, cards, catalog and offer filters, forms, specifications on offer pages, CTA blocks, and footer. A separate complex mobile design from scratch is not needed, but it should not just be a reduced desktop version.
Good afternoon. I need to adjust the website launch and possibly the layout on WordPress. The website displays upon launch as shown in the screenshot. The freelancer who worked on it has disappeared and did not complete the job. We need to check the correctness of the layout and finish it. Both on desktop and mobile versions. The design is in Figma, and the design that needs to be done is also in the screenshots; it seems to be mostly done, but the correct display on different screen sizes is not completed.