Add rel attribute
This commit is contained in:
parent
088350f210
commit
df37198926
15
index.html
15
index.html
|
@ -20,7 +20,11 @@ layout: default
|
|||
<h1 class="text-xl md:text-xxl mb-10 sm:max-w-md lg:max-w-xl">
|
||||
VAC researches peer-to-peer, private, censorship resistant communication.
|
||||
</h1>
|
||||
<a class="link link--external" href="https://vac.dev/" target="_blank"
|
||||
<a
|
||||
class="link link--external"
|
||||
href="https://vac.dev/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>See VAC openings</a
|
||||
>
|
||||
</div>
|
||||
|
@ -179,6 +183,7 @@ layout: default
|
|||
class="link link--external group-hover:text-white"
|
||||
href="https://vac.dev/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>Visit Vaku</a
|
||||
>
|
||||
</div>
|
||||
|
@ -273,6 +278,7 @@ layout: default
|
|||
class="link link--external link--dapp group-hover:text-peach"
|
||||
href="https://vac.dev/"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>Visit DApp Connect</a
|
||||
>
|
||||
</div>
|
||||
|
@ -448,7 +454,12 @@ layout: default
|
|||
<div
|
||||
class="flex justify-center items-center h-8 mr-6 sl:mr-0 mb-5 lg:mb-8"
|
||||
>
|
||||
<a href="{{ card.link }}" target="_blank" class="hover:opacity-50">
|
||||
<a
|
||||
href="{{ card.link }}"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="hover:opacity-50"
|
||||
>
|
||||
<img src="{{ card.src }}" alt="Join option logo" />
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue