Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
profesorfaco authored Apr 10, 2024
1 parent 7f8b55b commit a054b62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions guias.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ <h2 class="display mt-5 mb-4">Guías</h2>
<div class="card shadow-sm h-100">
<div class="card-header">
<h1 class="fs-5 mt-2">${nombre(d.name)}</h1>
<p>Jerarquía: ${d.nivel}<br/>
Adscripción: ${d.adscripcion}</p>
<p>${d.nivel} ${d.adscripcion}</p>
<p>${link(d.perfil)}</p>
</div>
<ul class="list-group list-group-flush">
Expand Down

0 comments on commit a054b62

Please sign in to comment.