Skip to content

Commit

Permalink
Добавляет превью макета Румтибет
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim committed Sep 11, 2023
1 parent a41d86c commit bee0da8
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/css/main.css

Large diffs are not rendered by default.

Binary file added assets/img/people/evgenij_martynyuk/avatar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/_data/people.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,15 @@
"avatar": "avatar.jpg",
"role": "expert",
"role2": ""
},
{
"key": "evgenij_martynyuk",
"name": "Евгений Мартынюк",
"pseudonim": "",
"bio": "Frontend-разработчик, увлечен созданием интерфейсов, которые сочетают в себе стиль и удобство использования",
"social": "https://t.me/martynyuk21",
"avatar": "avatar.jpg",
"role": "expert",
"role2": ""
}
]
3 changes: 3 additions & 0 deletions src/layouts/expert.njk
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
</div>
<div class="expert-content__info">
<p class="expert-content__descr">{{author.bio}}</p>
{% if author.social %}
<a class="expert-content__link connect-link" href="{{author.social}}" target="_blank">Связаться</a>
{% endif %}
<div class="expert-content__contribution">
{% if author.role2 %}
<div class="expert-content__col">
Expand Down
4 changes: 2 additions & 2 deletions src/projects/rumtibet/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ author: Аванесов Юрий
levels:
- normal
figmaLink: "https://www.figma.com/file/NrPZZU8u1sLytOicIHcIAx/%D0%A0%D1%83%D0%BC%D0%A2%D0%B8%D0%B1%D0%B5%D1%82?type=design&node-id=0-1&mode=design&t=apziinh4RtDEQTpG-0"
previewLink: ""
previewAuthor: ""
previewLink: "https://live.verstaem.online/rumtibet/"
previewAuthor: "evgenij_martynyuk"
skills: [
"Сетка (flex или grid)", "Анимация", "Элементы формы", "Декоративные элементы", "Псевдоэлементы"
]
Expand Down

0 comments on commit bee0da8

Please sign in to comment.