Skip to content

Commit

Permalink
aria
Browse files Browse the repository at this point in the history
  • Loading branch information
uo276976 committed Nov 18, 2024
1 parent f35247d commit e22fa5d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pages/proyectos.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1 id="proyectos-section">Mis Proyectos</h1>
<hr>
<ul class="project-list">
<li>
<a href="https://github.com/1" target="_blank" class="project-item">
<a href="https://github.com/1" target="_blank" class="project-item" aria-label="ASSW - Se abre en una nueva pestaña"></a>>
<img src="../img/assw.jpg" alt="ASSW" class="project-image">
<section class="project-content">
<h2 id="ASSW-section"><strong>Administración Segura de Servidores Web - ASSW</strong></h2>
Expand All @@ -47,7 +47,7 @@ <h2 id="ASSW-section"><strong>Administración Segura de Servidores Web - ASSW</s
</a>
</li>
<li>
<a href="https://github.com/2" target="_blank" class="project-item">
<a href="https://github.com/2" target="_blank" class="project-item" aria-label="ECW - Se abre en una nueva pestaña"></a>>
<img src="../img/ecw.jpg" alt="ECW" class="project-image">
<section class="project-content">
<h2 id="ECW-section"><strong>Estándares y Computación Web - ECW</strong></h2>
Expand All @@ -57,7 +57,7 @@ <h2 id="ECW-section"><strong>Estándares y Computación Web - ECW</strong></h2>
</a>
</li>
<li>
<a href="https://github.com/3" target="_blank" class="project-item">
<a href="https://github.com/3" target="_blank" class="project-item" aria-label="ASW - Se abre en una nueva pestaña"></a>>
<img src="../img/asw.jpg" alt="ASW" class="project-image">
<section class="project-content">
<h2 id="ASW-section"><strong>Arquitectura de sitios web - ASW</strong></h2>
Expand All @@ -67,7 +67,7 @@ <h2 id="ASW-section"><strong>Arquitectura de sitios web - ASW</strong></h2>
</a>
</li>
<li>
<a href="https://github.com/4" target="_blank" class="project-item">
<a href="https://github.com/4" target="_blank" class="project-item" aria-label="DPIU - Se abre en una nueva pestaña"></a>>
<img src="../img/dpiu.jpg" alt="DPIU" class="project-image">
<section class="project-content">
<h2 id="DPIU-section"><strong>Diseño y programación de Interfaces de Usuario - DPIU</strong></h2>
Expand All @@ -77,7 +77,7 @@ <h2 id="DPIU-section"><strong>Diseño y programación de Interfaces de Usuario -
</a>
</li>
<li>
<a href="https://github.com/5" target="_blank" class="project-item">
<a href="https://github.com/5" target="_blank" class="project-item" aria-label="TFG - Se abre en una nueva pestaña"></a>>
<img src="../img/tfg.jpg" alt="TFG" class="project-image">
<section class="project-content">
<h2 id="TFG-section"><strong>Trabajo Fin de Grado - TFG</strong></h2>
Expand Down

0 comments on commit e22fa5d

Please sign in to comment.