Added a table.

This commit is contained in:
Nicolás A. Ortega Froysa 2021-10-26 18:41:05 +02:00
parent d80bdfbcd8
commit cd68c208b2

View File

@ -94,6 +94,40 @@
<h4><a href="#" >DECA</a></h4>
</div>
</div>
<div class="row" >
<div class="col-12" >
<table class="table table-hover" >
<thead>
<tr>
<th scope="col" >#</th>
<th scope="col" >Nombre</th>
<th scope="col" >Apellidos</th>
<th scope="col" >Correo</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row" >1</th>
<td>Nicolás Andrés</td>
<td>Ortega Froysa</td>
<td><a href="mailto:nicolas@ortegas.org" >nicolas@ortegas.org</a></td>
</tr>
<tr>
<th scope="row" >2</th>
<td>Brigham</td>
<td>Keys</td>
<td><a href="mailto:bkeys@bkeys.org" >bkeys@bkeys.org</a></td>
</tr>
<tr>
<th scope="row" >3</th>
<td>Jesús</td>
<td>Ortega Segura</td>
<td><a href="mailto:jesus.ortega.segura@protonmail.com" >jesus.ortega.segura@protonmail.com</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</main>
<div class="container-fluid bg-light text-dark" >
<div class="container p-3" >