Skip to content

Commit 97446e0

Browse files
authored
Update index.html
1 parent fa218e9 commit 97446e0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,37 +53,37 @@ <h1 class="choose-title">Purple Parpers</h1>
5353

5454
<label class="item" for="t-1">
5555
<h2 class="player-title">Únete a las filas</h2>
56-
<img src="https://cdn-icons-png.flaticon.com/512/2364/2364729.png" alt="picture">
56+
<img class="img-menu" src="https://cdn-icons-png.flaticon.com/512/2364/2364729.png" alt="picture">
5757
<a href="https://discord.gg/qUemGhF6hF" target="_blank" class="a-player-enlace">Acceder a Discord</a>
5858
</label>
5959
<label class="item" for="t-2">
6060
<h2 class="player-title">WriteUps</h2>
61-
<img src="https://media2.giphy.com/media/zCuoQqBv5tVQBm9lRb/giphy.gif?cid=ecf05e47n8ags9jc574l40rtx9lazsjbowhaehk1jf1h115r&rid=giphy.gif&ct=s" alt="picture">
61+
<img class="img-menu" src="https://media2.giphy.com/media/zCuoQqBv5tVQBm9lRb/giphy.gif?cid=ecf05e47n8ags9jc574l40rtx9lazsjbowhaehk1jf1h115r&rid=giphy.gif&ct=s" alt="picture">
6262
<a href="https://shelldredd.github.io/writesup" class="a-player-enlace">Ver WriteUps</a>
6363
</label>
6464
<label class="item" for="t-3">
6565
<h2 class="player-title">Artículos</h2>
66-
<img src="https://media1.giphy.com/media/LYBMuRwH3JkhdmLbGE/200w.webp?cid=ecf05e47thsy3fnk5u9mm9z1ecfmy72b7grio9v59m434exz&rid=200w.webp&ct=s" alt="picture">
66+
<img class="img-menu" src="https://media1.giphy.com/media/LYBMuRwH3JkhdmLbGE/200w.webp?cid=ecf05e47thsy3fnk5u9mm9z1ecfmy72b7grio9v59m434exz&rid=200w.webp&ct=s" alt="picture">
6767
<a href="https://shelldredd.github.io/blog" class="a-player-enlace">Ver Artículos</a>
6868
</label>
6969
<label class="item" for="t-4">
7070
<h2 class="player-title">Laboratorios</h2>
71-
<img class="goro" src="https://media0.giphy.com/media/3iyKHMIKg5VWG6qHUm/giphy.gif?cid=ecf05e47i91nq37iep2rl8hnbrbu59fw5ewb3dxk5kdtx4rp&rid=giphy.gif&ct=s" alt="picture">
71+
<img class="img-menu" src="https://media0.giphy.com/media/3iyKHMIKg5VWG6qHUm/giphy.gif?cid=ecf05e47i91nq37iep2rl8hnbrbu59fw5ewb3dxk5kdtx4rp&rid=giphy.gif&ct=s" alt="picture">
7272
<a href="https://shelldredd.github.io/maquinas-ctf" class="a-player-enlace">Ver Laboratorios</a>
7373
</label>
7474

7575
<label class="item" for="t-5">
7676
<h2 class="player-title">Multimedia</h2>
77-
<img class="goro" src="https://media2.giphy.com/media/YrTXcn2uKFbJvVvJgY/giphy.gif?cid=ecf05e4732guyszegshd6ski2fo0e7m1vf3m32p641bxornh&rid=giphy.gif&ct=s" alt="picture">
77+
<img class="img-menu" src="https://media2.giphy.com/media/YrTXcn2uKFbJvVvJgY/giphy.gif?cid=ecf05e4732guyszegshd6ski2fo0e7m1vf3m32p641bxornh&rid=giphy.gif&ct=s" alt="picture">
7878
<a class="a-player-enlace" href="https://www.youtube.com/channel/UCV_nyB99w6s3tNTSK6aRI9Q" target="_blank" class="a-player-enlace">Ver Vídeos</a>
7979
</label>
8080
</div>
8181
<div class="dots">
82-
<label for="t-1"></label>
83-
<label for="t-2"></label>
84-
<label for="t-3"></label>
85-
<label for="t-4"></label>
86-
<label for="t-5"></label>
82+
<label for="t-1"></label>
83+
<label for="t-2"></label>
84+
<label for="t-3"></label>
85+
<label for="t-4"></label>
86+
<label for="t-5"></label>
8787
</div><br><br><br>
8888

8989
<footer class="footer">

0 commit comments

Comments
 (0)