Learning GoIT homework on HTML+CSS - #4. Setting up backgrounds, gradients, and shadows. CSS property transition scripts. Using CSS animations. Embedded SVG and SVG sprites.
Learning GoIT homework on HTML+CSS - #5. Form. Form markup. Styling forms. The markup of the newsletter subscription form and all its elements in the footer. The markup of the application form and all its elements in the modal window.
Web studio website development from the GoIT training cycle. The project was developed as part of the layout training program, demonstrating mastery of basic development tools such as HTML, CSS, and JavaScript.
Simply Chocolate is a visually appealing and responsive website for a chocolate brand, showcasing products, brand story, and features with smooth navigation. It highlights a modern design with engaging visuals and a user-friendly layout.
GoIT JavaScript - Homework #2. The principle of branching and distinguish between if statements, switch statements, and ternary operators; use branching in simple assignment or return operations;
GoIT JavaScript - Homework #1. Variable declarations, basic data types and simple arithmetic calculations, template string syntax, comparison operators used, and functions worked.
Document object model and how the hierarchy of DOM elements is built. Basic properties and attributes of DOM elements. How to manipulate the DOM tree, creating and deleting elements in it. The essence and functionality of events in the browser. About event handling using the addEventListener(), removeEventListener() methods.