Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak

Artur Khvostyk

Reliable Plus holder
Offer Artur work on your next project.

Ukraine Kyiv, Ukraine
17 hours 27 minutes back
Available for hire available for hire
5 Safes completed
1 year back
5 clients
on the service 8 years
  • web developer
  • html developer
  • flexbox
  • HTML/CSS/JavaScript/jQuery
  • javascript

Rating

Successful projects
100%
Average rating
No data
Rating
883
Web Programming
742 place out of 6423
HTML & CSS
254 place out of 5618
3 projects
HTML & CSS
1 project
Databases & SQL
1 project
Content Management Systems
1 project
Web Programming

Language proficiency level

Українська Українська: fluent
Русский Русский: fluent
English English: pre-intermediate
Čeština Čeština: pre-intermediate

Skills and abilities

Portfolio


  • 466 USD

    Website of the multilingual school Speak Up

    Website Development
    The development of a website for the multilingual school Speak Up based on WordPress involved creating a convenient, modern, and flexible platform that meets the needs of both students and teachers. The main goal was to showcase the advantages of the school, provide information about courses, class schedules, and optimize the registration and payment processes for education.

    Analysis and Planning

    Market research of educational services, particularly language schools, was conducted to identify key features and design.
    A detailed technical plan was created considering the client's wishes and the audience's characteristics.

    Design and Structure

    A unique design was developed using the brand colors and identity elements of Speak Up.
    Convenient navigation was provided so that visitors could easily find the necessary information: course descriptions, class schedules, contact forms, personal accounts, etc.

    Functionality and Plugins

    Plugins for multilingual support (including WPML) were configured so that each user could choose their preferred interface language.
    Online registration for courses and the ability to apply for a free trial lesson were implemented.
    A payment module was added for quick and secure online payments (PayPal, cards, etc.).

    Content Management

    Flexible templates for posts and pages were created so that the administrator could quickly and easily edit information.
    A blog was added for publishing news, articles about language learning, and the successes of the school's students.
    Optimization and Testing

    SEO plugins (Yoast SEO) were configured to improve visibility in search engines.

    Website performance checks and compatibility with various browsers and devices were conducted.
    Basic security measures were ensured (backups, spam protection, etc.).
    Launch and Support

    The site was deployed on hosting, and an SSL certificate was configured for secure connection.
    Training for school staff on how to work with the WordPress admin panel was provided.
    Technical support and regular updates for plugins and themes were organized.
    Thus, the "Website of the Multilingual School Speak Up" was successfully launched on WordPress with a full set of necessary features for a modern learning environment. This contributes to attracting new students, expanding the audience, and supporting the school's brand online.
  • 233 USD

    Website for the company Property Wiz Limited

    Website Development
    The main idea is to provide an "all-in-one" tool where you can keep track of objects, tenants, expenses, and income, as well as analyze investment effectiveness. The site offers a convenient personal account with visual reports and automated transactions, which helps focus on business development rather than routine tasks.
  • 233 USD

    Layout of the design from Figma

    HTML & CSS
    Project General Characteristics:

    - The layout is designed using a responsive approach, ensuring correct display on devices with different resolutions.
    - The Bootstrap framework is used for structuring and simplifying development.
    - GULP is used as a task manager for automating tasks, including SCSS compilation, file minification, image optimization, and running a local server.
    - The main style is described using SCSS, which allowed for efficient code organization using variables, mixins, and nesting.

    Project Structure:

    - HTML files are structured with semantic tags (header, main, section, footer, etc.) to improve readability and SEO.
    - The file structure is organized according to the BEM (Block Element Modifier) principle, which simplifies project maintenance and scalability.
    - Bootstrap is connected and customized through SCSS, allowing the use of Bootstrap variables for style adjustments.

    Layout Features:

    - Grid: The standard 12-column Bootstrap grid is used for content layout. The grid system is adapted for the layout.
    - Typography: Fonts are connected through Google Fonts or other services, and the styling of text elements is configured through SCSS (using variables and mixins).
    - Modular Styles: Each component (e.g., buttons, cards, forms) has a separate SCSS file. All styles are imported into a common main.scss file, which compiles into CSS.
    - Variables: A _variables.scss file is created to manage the color palette, fonts, and other global parameters.

    GULP Functionality:

    - Automated:
    - - SCSS compilation to CSS.
    - - Minification of CSS, HTML, and JS.
    - - Image optimization (lossless compression).
    - - Real-time browser updating via BrowserSync.
    - A watch script is set up to monitor changes in files and automatically rebuild the project.

    Responsiveness Features:

    - Media queries are used in SCSS to adapt styles for different screen resolutions. The main breakpoints are based on Bootstrap Breakpoints.
  • 116 USD

    Wordpress site for the German company Einfach Renovierung

    Website Development
    1. Project Goals:

    - Create a modern and professional website that reflects the high quality of the company's services.
    - Emphasize the expertise and reliability of the company in the repair and finishing market.
    - Provide convenient navigation for potential clients and quick access to information about services.
    - Integrate functionality for feedback collection (application form, contact information).
    - Adapt the website for a German-speaking audience, taking into account local mentality and preferences.

    2. Technical Solutions:

    - CMS: The choice of WordPress is due to its flexibility, ease of content management, and scalability.
    - Theme: A customized theme based on a template (e.g., Astra, OceanWP, GeneratePress) is used to ensure loading speed and responsiveness.
    - Plugins: Necessary extensions are connected:
    - - Elementor Pro: for creating a convenient visual page builder.
    - - WPML or Polylang: for implementing multilingualism (German as the main language, with the possibility of adding English/other languages).
    - - Contact Form 7: for a convenient feedback form.
    - - Yoast SEO: for optimizing the website for search engines.
    - - Smush: for image optimization.
    - - UpdraftPlus: for data backup.

    3. Design:

    - Main Concept: A concise, minimalist design reflecting the professionalism of the company. Strict colors (white, gray, blue, or green) dominate with accents on buttons.
    - Responsiveness: The website is fully adapted for mobile devices and tablets, with convenient navigation.
    - Interface:
    - - Simple and clear menu structure.
    - - Concise homepage with main services and key advantages.
    - - Gallery of completed projects to demonstrate experience and quality of work.
    - - Client testimonials section.

    4. Website Structure:

    - Homepage
    - Brief description of services
    - Block with company advantages (experience, German quality, adherence to deadlines).
    - Gallery of best projects.
    - Examples of completed works with before/after photos.
    - Contact form.
    - Map with the company's address.
  • 349 USD

    Layout of an Online Store from Figma

    HTML & CSS
    Project General Characteristics:

    - Styling is implemented using SCSS, which provided flexibility in style development and support for modularity.
    - GULP is used for task automation, such as compiling SCSS to CSS, minifying files, optimizing images, automatically refreshing the browser, and building the project.

    Project Structure:

    - HTML: Semantic markup using W3C standards for easy integration with CMS or backend.
    - SCSS: Code organized in a modular way. Separate files created for each part of the interface:
    -- _variables.scss for storing global variables (color palette, spacing, fonts, media queries)
    -- _mixins.scss for reusable styles (e.g., buttons, cards, responsive grids).
    -- _base.scss for base styles (reset, typography).
    - Separate SCSS files for each component (header, product card, slider, modals, etc.).
    - GULP: Tasks configured for:
    -- Compiling SCSS to CSS.
    -- Minifying CSS, HTML, and JS.
    -- Optimizing images and SVG.
    -- Auto-refreshing via BrowserSync.

    Result:

    An online store with a modern and responsive design, optimized for fast loading.
    A user-friendly interface for users and ease of further integration with the content management system or backend.
    Full readiness of the project for use and scaling.

Reviews and compliments on completed projects 5

  • Real expert
  • Craft master
  • Quick answers
  • First-class quality
  • Nice communication
  • High responsibility
  • Great price
  • Lightning fast

20 February 2025 50 USD
Integration Checkbox

Quality
Professionalism
Cost
Contactability
Deadlines

A good specialist knows their business.

Quality
Professionalism
Cost
Contactability
Deadlines

Very responsible performer. Quick communication, any technical issues are resolved concisely and correctly. The work was done excellently and within the agreed deadlines in accordance with the technical assignment. Personally, I can add - Arthur is a pleasant person to communicate and correspond with, making it very comfortable to work with him.

22 January 2025 29 USD
Website caching

Quality
Professionalism
Cost
Contactability
Deadlines

One of the best performers in website optimization. Artru possesses both hard skills and soft skills. Highest level. Thank you very much for the comfortable, fast, and straightforward work done.

22 January 2025 38 USD
Construction Cost Calculator Plugin

Quality
Professionalism
Cost
Contactability
Deadlines

The work was done at a high level, the performer is a very polite and decent specialist. There are few like this today. I categorically recommend!

10 January 2025 14 USD
Keitaro assistance in setup

Quality
Professionalism
Cost
Contactability
Deadlines

Everything is fine! Thank you for your work and patience.

Activity

  Latest proposals 10
Freelance project
338 USD
Freelance project
Website layout
271 USD
Freelance project
Development of Landing Page Website
226 USD
Freelance project
Freelance project
100 USD
Freelance project
609 USD
Simple website on Wordpress with ready-made design
45 USD
Telegram mini app with 2 fields and a button React
113 USD