Web design:
Design the logical structure of websites;
think through the most convenient ways of presenting information;
designing the most appropriate layout and layout options.
As a result of the intersection of these two branches of human activity, a competent web designer needs to be up to date with the latest web technologies and have the appropriate artistic qualities. Most professionals working in the field of layout usually bring together a creative unit, such as a design studio.
Web design is a relatively young profession and professional training in web layout is not yet widespread in Russia. As the demand for web presence grows and the demand for website layout increases, the number of web designers will increase. Currently, web layout services are provided by web studios as well as by individuals (freelance web designers).- https://ru.wikipedia.org/wiki/%D0%92%D0%B5%D0%B1-%D0%B4%D0%B8%D0%B7%D0%B0%D0%B9%D0%BD
Responsive Web Design | Adaptive web design |
Reageeriv veebidisain on lähenemisviis veebidisainile, mis muudab veebilehe kujundust vastavalt erinevate seadmete, akende või ekraanide suurustele. Hiljutised uuringud käsitlevad vaataja lähedust kui osa konteksti vaatamist RWD laiendusena. | Adaptiivne veebidisain soodustab veebilehe mitme versiooni loomist, et see sobiks paremini kasutaja seadmesse, mitte ühele staatilisele lehele, mis laadib sama kõigisse seadmetesse, või ühele lehele, mis järjestab sisu ümber ja muudab selle suurust vastavalt seadmele/ekraanile. kasutaja suurus/brauser. |
I think the best option is Adaptive Web Design, as the pages on different devices should be as similar as possible for ease of use.Requirements for the preparation of a presentation
I believe responsive web design is the best option, as pages on different devices should be as similar as possible for ease of use.
Selleks, et teha responsive website on vaja lisada sildi html:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Kui ta tahab tee resposnive pildid:
img {
max-width: 100%;
height: auto;
}
I add a Responsive website: https://artursuskevits22.thkit.ee/index.html
This is Adaptive website: https://artursuskevits22.thkit.ee/index2.html

