Назначение веб-сайта - ознакомить посетителя с популярными способами эффективного обучения. Сайт также содержит тематические ссылки на дополнительные материалы по эффективному обучению.
Эти инструкции позволят вам получить копию проекта на ваш локальный компьютер для целей разработки и тестирования.Все команды необходимо выполнять в командной строке Вашего ПК. Первую команду следует выполнять в той локальной папке своего ПК, в которую Вы хотите склонировать проект из стороннего репозитория. Клонировать репозиторий выполнением следующей команды в командной строке:
git clone <сссылка на проект>
если Вы используете SSH-подключение, то, вместо <сссылка на проект>, укажите:
https://github.com/Eve982/how-to-learn.git
для HTTPS-подключений укажите следующую ссылку:
https://github.com/Eve982/how-to-learn.git
Перейти в клонированый проект командой:
cd how-to-learn
Запустить виртуальный сервер из используемой Вами IDE.
- нормализация стилей;
- методоллогия БЭМ (Nested) в верстке и организации файловой структуры;
- анимация;
- flex и grid-layout для создания сеток;
- IFrame Player API.
- псевдоклассы и псевдоэлементы.
https://eve982.github.io/how-to-learn/
A website created as part of the training program at the online school "Yandex-Practicum" by a student Bobrova O.S. The purpose of the website is to familiarize the visitor with popular ways of effective learning. The site also contains thematic links to additional materials on effective learning.
These instructions will give you a copy of the project up and running on your local machine for development and testing purposes.
All commands must be executed in the command line of your PC. The first command should be executed in the local folder of your PC into which you want to clone the project from a third-party repository. Clone the repository by executing the following command on the command line:
git clone <сссылка на проект>
if you are using an SSH connection, then, instead of <project link>, specify:
https://github.com/Eve982/how-to-learn.git
for HTTPS connections, specify the following link:
https://github.com/Eve982/how-to-learn.git
Go to the cloned project with the command:
cd how-to-learn
Start a virtual server from the IDE you are using.
- normalize.css;
- BEM methodology (Nested) in the layout and organization of the file structure;
- animation;
- flex and grid-layout for creating grids;
- IFrame Player API;
- pseudo-classes and pseudo-elements.