Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added emoji in README.md #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# Список документов

## Личный кабинет
## 💻Личный кабинет

1. [Инструкция по работе с личным кабинетом](account/)
1. [Инструкция по загрузке файлов на учебный хостинг Нетологии](ftp/)

## Вёрстка
## 📱Вёрстка

1. [Шпаргалка по HTML и CSS для контент-менеджера](https://netology-code.github.io/guides/wm-cheat-sheet)
1. [Инструкция по работе с Codepen](codepen/)
1. [Относительные ссылки](relative-link/)

## MQ
## 📄MQ

1. [Публикация диплома на Github Pages](mq-gh-pages/)

## JavaScript
## 🚀JavaScript

1. [Инструкция по работе с Repl.it](/repl/instruction.md)

## Git и GitHub
## ⌨️Git и GitHub

1. [Инструкция по установке Git](git/)
2. [Git. Краткое руководство по терминалу](./git-terminal/git-terminal.md)
Expand All @@ -30,20 +30,20 @@
7. [Инструкция по созданию токена для GitHub](github-access-token/)
8. [Решение 403 ошибки при работе с GitHub](github-403/)

## PHP
## ⚙️PHP

1. [Инструкция по настройке рабочего пространства для комфортного обучения на курсе PHP](server/)

## Java
## Java

1. [Инструкция по установке Intellij IDEA для Java](intellij_idea/)
2. [Инструкция по установке Java Development Kit (JDK)](jdk_install/)

## Python
## 🐍Python

1. [Инструкции по установке и настройке Python](python/)

## QA
## 🤔QA

1. [Глоссарий QA](glossary_qa/)

Expand Down