Skip to content

Commit

Permalink
Merge pull request #480 from MastersAcademy/11-hall_of_fame_card_temp…
Browse files Browse the repository at this point in the history
…late_NosatskyiK1

added link on social networks and teg target
  • Loading branch information
vladyslav-yermolin-moc authored Mar 30, 2024
2 parents 85c3270 + 2ed84ea commit 4f892da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h2 class="card__title" data-template-project-name>Project Pokemon</h2>

<div class="card-container" data-card-container></div>
<template data-template-social>
<a href="#" class="social__link" data-template-social-link>
<a href="#" class="social__link" target="_blank" data-template-social-link>
<div class="social__img" data-template-social-icon>
</div>
</a>
Expand Down
6 changes: 5 additions & 1 deletion docs/src/js/developers.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const supportedSocials = [
'github',
'linkedIn',
'facebook',
'instagram'
'instagram',
];
export const developers = [
{
Expand All @@ -24,6 +24,10 @@ export const developers = [
image: 'src/img/title_pokemon.png',
links: {
github: 'https://github.com/NosatskyiK',
linkedIn: 'https://www.linkedin.com/in/%D0%BA%D0%BE%D1%81%D1%82%D1%8F%D0%BD%D1%82%D0%B8%D0%BD-%D0%BD%D0%BE%D1%81%D0%B0%D1%86%D1%8C%D0%BA%D0%B8%D0%B9-4617722a5/',
telegram: 'https://t.me/kostyaa_n',
facebook: 'https://www.facebook.com/profile.php?id=100015349961940',
instagram: 'https://www.instagram.com/nosatskyi.k/',
},
},
{
Expand Down

0 comments on commit 4f892da

Please sign in to comment.