mirror of
https://github.com/danbulant/design
synced 2026-06-16 21:01:17 +00:00
add rel to links
This commit is contained in:
parent
195751f226
commit
c55db8e306
2 changed files with 3 additions and 3 deletions
|
|
@ -5,13 +5,13 @@
|
|||
<div class="contact" class:dark={$darkmode}>
|
||||
<div class="address">Prague, Czech Republic</div>
|
||||
<div class="profiles">
|
||||
<a href="https://github.com/danbulant" target="_blank">
|
||||
<a href="https://github.com/danbulant" rel="noreferrer noopener" target="_blank">
|
||||
<div class="github" title="GitHub">
|
||||
<img src="/github.png" alt="Github Icon" draggable={false}>
|
||||
<span>danbulant</span>
|
||||
</div>
|
||||
</a>
|
||||
<a href="https://discord.gg/XKPbz5xRuK" target="_blank">
|
||||
<a href="https://discord.gg/XKPbz5xRuK" rel="noreferrer noopener" target="_blank">
|
||||
<div class="discord" title="Discord">
|
||||
<img src="/discord.png" alt="Discord Icon" draggable={false}>
|
||||
<span>TechmandanCZ#3372</span>
|
||||
|
|
|
|||
|
|
@ -205,7 +205,7 @@
|
|||
<Bar>
|
||||
<h3>Daniel Bulant</h3>
|
||||
<Split />
|
||||
<a href="https://github.com/shinoa-hiragi" target="_blank" class="text-right">
|
||||
<a href="https://github.com/shinoa-hiragi" rel="noreferrer noopener" target="_blank" class="text-right">
|
||||
<h3>
|
||||
Design by Carl Hansen
|
||||
</h3>
|
||||
|
|
|
|||
Loading…
Reference in a new issue