Skip to content

Commit

Permalink
Merge pull request #165 from sergey-nechaev/editorial-fixes
Browse files Browse the repository at this point in the history
Editorial fixes - capitlization, markdown
  • Loading branch information
mokevnin committed May 28, 2020
2 parents 4f6b8b7 + 85f3fd7 commit 569b595
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Hexlet CV

[![Maintainability](https://api.codeclimate.com/v1/badges/ac489ba3a4c73baf89a9/maintainability)](https://codeclimate.com/github/Hexlet/hexlet-cv/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/ac489ba3a4c73baf89a9/test_coverage)](https://codeclimate.com/github/Hexlet/hexlet-cv/test_coverage)
[![github action status](https://github.com/Hexlet/hexlet-cv/workflows/Main%20workflow/badge.svg)](https://actions-badge.atrox.dev/hexlet/hexlet-cv/goto)

# hexlet-cv

### Участие
## Участие

* Обсуждение в канале #hexlet-volunteers слака http://slack-ru.hexlet.io
* Обсуждение в канале [#hexlet-volunteers](https://slack-ru.hexlet.io) слака

### Required
## Системные требования

* Ruby
* Node
* Node.js
* Yarn
* sqlite3
* [heroku cli](https://devcenter.heroku.com/articles/heroku-cli#download-and-install)
* SQLite3
* [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli#download-and-install)

### Setup
## Установка

```sh
$ make setup
Expand All @@ -26,8 +26,8 @@ $ make start # run server
$ make fixtures-load # sometimes, when fixtures were changed
```

##
---

[![Hexlet Ltd. logo](https://raw.githubusercontent.com/Hexlet/hexletguides.github.io/master/images/hexlet_logo128.png)](https://ru.hexlet.io/pages/about?utm_source=github&utm_medium=link&utm_campaign=exercises-javascript)

This repository is created and maintained by the team and the community of Hexlet, an educational project. [Read more about Hexlet (in Russian)](https://ru.hexlet.io/pages/about?utm_source=github&utm_medium=link&utm_campaign=exercises-javascript).
##
2 changes: 1 addition & 1 deletion app/views/layouts/shared/_footer.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ footer.text-muted.pb-5.mt-auto
ul.list-unstyled
li= link_to t('.about'), page_path('about')
li= link_to t('.source_code'), 'https://github.com/Hexlet/hexlet-cv', target: "_blank"
li= link_to 'Slack #hexlet-volunteers', 'http://slack-ru.hexlet.io/', target: "_blank"
li= link_to 'Slack #hexlet-volunteers', 'https://slack-ru.hexlet.io/', target: "_blank"
/ .col-12.col-md-4
/ div.h5.mb-3= t('.other_os_projects')
/ ul.list-unstyled
Expand Down
2 changes: 1 addition & 1 deletion app/views/web/pages/about.en.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ p Interaction on Hexlet CV is based on: CV and recommendations based on them. Ea

p Join the community, post CV and leave recommendations to other members. Tell colleagues and friends about the site!

p The source code for the Hexlet CV platform is available on Github. You can participate in the development process.
p The source code for the Hexlet CV platform is available on GitHub. You can participate in the development process.

= link_to 'Source code', 'https://github.com/Hexlet/hexlet-cv', target: "_blank"
4 changes: 2 additions & 2 deletions app/views/web/pages/about.ru.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ h1 О проекте

p Цель Hexlet CV - предоставить платформу для сообщества, где вы получите рекомендации на резюме от участников сообщества и профессиональных HR.

p Взаимодействие на Hexlet CV строится на основе: резюме и рекомендаций на них. На конкретное резюме каждый участник сообщества дает только одну рекомендацию.
p Взаимодействие на Hexlet CV строится на основе резюме и рекомендаций на них. На конкретное резюме каждый участник сообщества дает только одну рекомендацию.

p Присоединяйтесь к сообществу, публикуйте резюме и оставляйте рекомендации другим участникам. Расскажите о сайте коллегам и друзьям!

p Исходный код платформы Hexlet CV доступен на Github. Вы можете поучаствовать в процессе разработки.
p Исходный код платформы Hexlet CV доступен на GitHub. Вы можете поучаствовать в процессе разработки.

= link_to 'Исходный код', 'https://github.com/Hexlet/hexlet-cv', target: "_blank"
2 changes: 1 addition & 1 deletion config/locales/ru.activerecord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ru:
name: Название
summary: Описание
hexlet_url: Hexlet
github_url: Github
github_url: GitHub
english_fluency: Владение английским
skills_description: Навыки
awards_description: Награды, Сертификаты
Expand Down
2 changes: 1 addition & 1 deletion config/locales/simple_form.ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ru:
hexlet_url: 'Ссылка на профиль: https://ru.hexlet.io/u/mokevnin'
github_url: 'Ссылка на профиль: https://github.com/mokevnin'
name: PHP-программист, Android-разработчик, ...
skills_description: Знаю PHP, пользуюсь VIM, Работал с AWS
skills_description: Знаю PHP, пользуюсь Vim, Работал с AWS
awards_description: Участие в олимпиадах, хакатонах, других профильных меропритиях. Курсы.
educations:
description: Специальность, учебное заведение, ...
Expand Down

0 comments on commit 569b595

Please sign in to comment.