Skip to content

Commit

Permalink
Merge pull request #12 from labcodes/telegram-icon
Browse files Browse the repository at this point in the history
add telegram icon using svg #11
  • Loading branch information
itepifanio authored Dec 7, 2023
2 parents 35811c8 + 257318f commit 9f47538
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions assets/images/ASSET-TELEGRAM-ICON.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,10 @@ <h3>Contato</h3>
<div class="uk-grid-row-small">
<a href="https://github.com/pythonNordeste" class="uk-margin-small-right" uk-icon="icon: github; ratio: 1.3"></a>
<a href="https://www.linkedin.com/company/pythonnordeste" class="uk-margin-small-right" uk-icon="icon: linkedin; ratio: 1.3"></a>
<a href="https://www.instagram.com/pythonnordeste" uk-icon="icon: instagram; ratio: 1.3"></a>
<a href="https://www.instagram.com/pythonnordeste" class="uk-margin-small-right" uk-icon="icon: instagram; ratio: 1.3"></a>
<a href="https://t.me/pythonnordeste">
<img src="assets/images/ASSET-TELEGRAM-ICON.svg"/>
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 9f47538

Please sign in to comment.