Skip to content
Merged
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
2 changes: 0 additions & 2 deletions tasks/cv/en/cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ The project consists of three parts:

- [Requirements and Evaluation Criteria](git-markdown.md)
- [Tips for Completing the Assignment Using VS Code](cv-hints.md)
- [Tips for Completing the Assignment Using GitHub](cv-github-hints.md)
- In this part of the task, you create a personal public repository named `rsschool-cv`, add your CV in Markdown format to it, and deploy it on GitHub Pages.
- Evaluation is based on the commit history and pull request.
- Estimated completion time: 2 hours
Expand All @@ -33,7 +32,6 @@ The project consists of three parts:

- [Requirements and Evaluation Criteria](html-css-git.md)
- [Tips for Completing the Assignment Using VS Code](cv-hints.md)
- [Tips for Completing the Assignment Using GitHub](cv-github-hints.md)
- In this part of the task, you continue working in the previously created repository. Create another branch called `rsschool-cv-html`, add `index.html` and `style.css` files with arbitrary content to it, and deploy them on GitHub Pages.
- Evaluation is based on the commit history and pull request.
- Estimated completion time: 1 hour
Expand Down
1 change: 0 additions & 1 deletion tasks/cv/en/git-markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Your task is to create a repository according to the requirements, add your CV i

- [Task description and requirements](https://github.com/rolling-scopes-school/tasks/blob/master/tasks/cv/en/cv.md#%D1%81%D0%BE%D0%B4%D0%B5%D1%80%D0%B6%D0%B0%D0%BD%D0%B8%D0%B5-cv)
- [Tips for completing the task using VS Code](cv-hints.md)
- [Tips for completing the task using GitHub](cv-github-hints.md)

## Workflow

Expand Down
1 change: 0 additions & 1 deletion tasks/cv/en/html-css-git.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Your task is to create a branch named `rsschool-cv-html` from the `gh-pages` bra

- [Task description and requirements](cv.md)
- [Tips for completing the task using VS Code](cv-hints.md)
- [Tips for completing the task using GitHub](cv-github-hints.md)

Please note that the tips provided are not part of the task. Follow the tips only as much as they can help you.

Expand Down
1 change: 0 additions & 1 deletion tasks/cv/git-markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

- [Описание и требования задания](https://github.com/rolling-scopes-school/tasks/blob/master/tasks/cv/cv.md#%D1%81%D0%BE%D0%B4%D0%B5%D1%80%D0%B6%D0%B0%D0%BD%D0%B8%D0%B5-cv)
- [Советы по выполнению задания с использованием VS Code](cv-hints.md)
- [Советы по выполнению задания с использованием GitHub](cv-github-hints.md)

## Порядок работы

Expand Down
3 changes: 1 addition & 2 deletions tasks/cv/html-css-git.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Ваша задача - в репозитории `rsschool-cv` от ветки `gh-pages` создать ветку `rsschool-cv-html`, добавить в неё файлы `index.html` и `style.css` которые содержат базовые пустые шаблоны или шаблоны с минимальным содержанием (вёрстка и стилизация CV будет выполняться в следующем задании), задеплоить их на GitHub Pages.

- [Описание и требования задания](cv.md)
- [Советы по выполнению задания с использованием VS Code](cv-hints.md)
- [Советы по выполнению задания с использованием GitHub](cv-github-hints.md)
- [Советы по выполнению задания с использованием VS Code](cv-hints.md)
Советы не являются частью задания. Следуйте советам только в той мере, в которой они могут вам помочь.

Некоторые из правил валидации:
Expand Down
Loading