Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added 01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 29 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,34 @@
</head>
<body>
<p style="color:red;">Это моя первая страница</p>
<input type="button" value="жми меня" onclick="mult()" style="color: rgb(60, 60, 159); font-size: 20px; " >

</body>
<figure>
<img src="01.jpg" alt="Рыжий кот лежит у ноутбука, хочет спереть мышь." align=”middle” width="360" height="240">
</figure>

<input type="button" value="Жми меня" onclick="mult()" style="color: rgb(255, 1, 159); font-size: 32px; " >

<p style="font: x-large size;"> Основные команды Git для Windows </p>

<div class = "command"; style="font: large size; color:brown">
<UL>
<LI> Создание Git-репозитория: $ git init
<LI> Игнорирование файлов: $ cat .gitignore
<LI> Определение состояния файлов: $ git status
<LI> Коммит изменений: $ git commit
<LI> Удаление файлов: $ git rm filename
<LI> Перемещение файлов: $ git mv file_from file_to
<LI> Отслеживание новых файлов: $ git add filename или $ git add .
<LI> Операции отмены: $ git commit --amend
<LI> Отмена изменений в файле: $ git checkout -- filename
</UL>
</div>

<p style="font: x-large size;"> Более подробные сведения о Git можно посмотреть на ссылке, ниже. Это ссылка сайт разработчиков Git-а </p>
<a style="font: x-large size;" href="https://git-scm.com/"> Ссылка на Git </a>.

<p style="font: x-large size;""> Доступны книги по Git на русском языке </p>
<a style="font: x-large size;" href="https://git-scm.com/book/ru/v2/"> Ссылка на книги по Git на русском языке </a>.

</body>
</html>
11 changes: 10 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Написали фразу

Сделали фразу красной
## <span style="color: brown"> Сделали фразу красной </span>

сделали кнопку: жми меня

Expand All @@ -12,3 +12,12 @@

Увеличили размер шрифта на кнопке

Изменила цвет кнопки "Жми меня" на красный и увеличила шрифт 32

Добавилв ссылку на фото кота

Добавила текст на работу с командами Git-а

Добавила ссылку на сайт Git

Добавила ссылку на русскоязычные книги по Git-у