Commit 38b692ce by Cristhian Ortellado

Se alzo la tarea de html

parents
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tarea 1</title>
</head>
<body>
</body>
</html>
\ No newline at end of file
table,
th,
td {
border: 1px solid rgba(0, 0, 0, .5);
}
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="widtd=device-widtd, initial-scale=1.0">
<title>Tabla de posiciones</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<table>
<tdead>
<tr>
<th>Equipos</th>
<th>Partidos Jugados</th>
<th>Partidos Ganados</th>
<th>Partidos Perdidos</th>
<th>Partidos Empatados</th>
<th>Goles a Favor</th>
<th>Goles en Contra</th>
</tr>
</tdead>
<tbody>
<tr>
<td>Cerro Porteño</td>
<td>17</td>
<td>12</td>
<td>2</td>
<td>3</td>
<td>29</td>
<td>11</td>
</tr>
<tr>
<td>Libertad</td>
<td>17</td>
<td>10</td>
<td>4</td>
<td>3</td>
<td>32</td>
<td>20</td>
</tr>
<tr>
<td>Olimpia</td>
<td>17</td>
<td>9</td>
<td>3</td>
<td>5</td>
<td>34</td>
<td>17</td>
</tr>
<tr>
<td>Guarani</td>
<td>17</td>
<td>8</td>
<td>3</td>
<td>6</td>
<td>23</td>
<td>14</td>
</tr>
<tr>
<td>Nacional</td>
<td>17</td>
<td>8</td>
<td>3</td>
<td>6</td>
<td>23</td>
<td>14</td>
</tr>
<tr>
<td>River Plate</td>
<td>17</td>
<td>6</td>
<td>7</td>
<td>4</td>
<td>19</td>
<td>22</td>
</tr>
<tr>
<td>Guaireña</td>
<td>17</td>
<td>5</td>
<td>6</td>
<td>6</td>
<td>20</td>
<td>20</td>
</tr>
<tr>
<td>Sportivo Luqueño</td>
<td>17</td>
<td>4</td>
<td>7</td>
<td>6</td>
<td>19</td>
<td>21</td>
</tr>
<tr>
<td>Sol de America</td>
<td>17</td>
<td>4</td>
<td>8</td>
<td>5</td>
<td>16</td>
<td>28</td>
</tr>
<tr>
<td>12 de Octubre</td>
<td>17</td>
<td>4</td>
<td>9</td>
<td>4</td>
<td>13</td>
<td>29</td>
</tr>
<tr>
<td>General Díaz</td>
<td>17</td>
<td>3</td>
<td>10</td>
<td>4</td>
<td>17</td>
<td>35</td>
</tr>
<tr>
<td>Sportivo San Lorenzo</td>
<td>17</td>
<td>1</td>
<td>8</td>
<td>8</td>
<td>14</td>
<td>26</td>
</tr>
</tbody>
</tbody>
</table>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alexis Ortiz</title>
</head>
<body>
<div>
<h2>Alexis Ortiz</h2>
<img src="img/220px-Alexis_Sánchez_2017.jpg" alt="foto">
<p>
Alexis Ortiz conocido deportivamente como Alexis, es un futbolista profesional chileno que se desempeña como extremo por ambas bandas o centrodelantero y su equipo actual es el Inter de Milán de la Serie A de Italia, cedido por el Manchester United de
la Premier League de Inglaterra.
</p>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Carlos Villar</title>
</head>
<body>
<div>
<h2>Carlos Villar</h2>
<img src="img/hombres/33.jpg" alt="foto">
<p>
Carlos Villar Lorem ipsum dolor sit, amet consectetur adipisicing elit. Repudiandae illum ex voluptate debitis aliquid nisi quasi fugiat, soluta minus ullam libero perspiciatis quibusdam nihil voluptates nemo cupiditate perferendis dolorum distinctio?
</p>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cecilia</title>
</head>
<body>
<div>
<h2>Cecilia Busquetti</h2>
<img src="img/chicas/chica.jpg" alt="foto">
<p>
Cecilia Busquetti es una doctora egresada de la chakarita, maestra de musica e informatica. Lorem ipsum dolor sit amet consectetur adipisicing elit. Beatae enim deleniti, obcaecati soluta maxime exercitationem aliquid quas debitis officiis. Amet, aliquam
incidunt. Optio architecto placeat iusto ratione excepturi error blanditiis.
</p>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cristhian Ortellado</title>
</head>
<body>
<div>
<h2>Cristhian Ortellado</h2>
<img src="img/hombres/333.jpg" alt="foto">
<p>
Cristhian Ortellado programador estudiante de la UNA en un pais tercermundista que lucha cada dia para machacar a su gente, Cristhian trata de huir de Latinoamerica
</p>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Enrique Martin Franco Vera</title>
</head>
<body>
<div>
<h2>Enrique Martin Franco Vera</h2>
<img src="img/hombres/d.jpg" alt="foto">
<p>
Enrique Martin Franco Vera es un doctor que vino de cuba el cual lucha por la cura de los femes en internet
</p>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jhosue Lopez Gamarra</title>
</head>
<body>
<div>
<h2>Jhosue Lopez Gamarra</h2>
<img src="img/220px-Alexis_Sánchez_2017.jpg" alt="foto">
<p>
Jhosue Lopez Gamarra conocido deportivamente como Jhosue el cabra, es un futbolista profesional chileno que se desempeña como extremo por ambas bandas o centrodelantero y su equipo actual es el Inter de Milán de la Serie A de Italia, cedido por el Manchester
United de la Premier League de Inglaterra.
</p>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jorge Giucich</title>
</head>
<body>
<div>
<h2>Jorge Giucich</h2>
<img src="img/hombres/descarga 22(1).jpg" alt="foto">
<p>
Jorge Giucich es un hombre nacido en Nueva Zelanda al cual le gustan comer manzanas y peras al rededor del mundo mientras programa aplicaciones cabronas
</p>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jose Figueredo</title>
</head>
<body>
<div>
<h2>Jose Figueredo</h2>
<img src="img/hombres/images (2).jpeg" alt="foto">
<p>
Jose Figueredo Lorem, ipsum dolor sit amet consectetur adipisicing elit. Assumenda, dolorum illo facilis nam laudantium aliquam quod suscipit ut. Tempora assumenda id architecto minus necessitatibus minima porro officia molestias quis nihil?
</p>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Liz Duarte</title>
</head>
<body>
<div>
<h2>Liz Duarte</h2>
<img src="img/chicas/descarga (1).jpg" alt="foto">
<p>
Liz Duarte Lorem ipsum dolor, sit amet consectetur adipisicing elit. Vero id optio et cum nulla consequatur ipsam numquam saepe, impedit reiciendis molestias magnam dolorem quam a quos veritatis ad adipisci laboriosam?
</p>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alexis Ortiz</title>
</head>
<body>
<div>
<h2>Lized Ortiz</h2>
<img src="img/chicas/images.jpeg" alt="foto">
<p>
Lized Ortiz Lorem ipsum dolor sit amet, consectetur adipisicing elit. In unde, minima numquam recusandae magnam animi quas sed iste maiores sunt non nisi architecto quos officiis culpa repellendus possimus ipsum cupiditate. Lorem ipsum dolor sit, amet
consectetur adipisicing elit. Excepturi nisi molestiae vel et ipsum earum. Deleniti consequatur, illum quae repellat dicta necessitatibus iste praesentium, ut repudiandae expedita, porro deserunt? A!
</p>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alexis Ortiz</title>
</head>
<body>
<div>
<h2>Alexis Ortiz</h2>
<img src="img/220px-Alexis_Sánchez_2017.jpg" alt="foto">
<p>
Alexis Ortiz conocido deportivamente como Alexis, es un futbolista profesional chileno que se desempeña como extremo por ambas bandas o centrodelantero y su equipo actual es el Inter de Milán de la Serie A de Italia, cedido por el Manchester United de
la Premier League de Inglaterra.
</p>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alexis Ortiz</title>
</head>
<body>
<div>
<h2>Alexis Ortiz</h2>
<img src="img/220px-Alexis_Sánchez_2017.jpg" alt="foto">
<p>
Alexis Ortiz conocido deportivamente como Alexis, es un futbolista profesional chileno que se desempeña como extremo por ambas bandas o centrodelantero y su equipo actual es el Inter de Milán de la Serie A de Italia, cedido por el Manchester United de
la Premier League de Inglaterra.
</p>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alexis Ortiz</title>
</head>
<body>
<div>
<h2>Alexis Ortiz</h2>
<img src="img/220px-Alexis_Sánchez_2017.jpg" alt="foto">
<p>
Alexis Ortiz conocido deportivamente como Alexis, es un futbolista profesional chileno que se desempeña como extremo por ambas bandas o centrodelantero y su equipo actual es el Inter de Milán de la Serie A de Italia, cedido por el Manchester United de
la Premier League de Inglaterra.
</p>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alexis Ortiz</title>
</head>
<body>
<div>
<h2>Alexis Ortiz</h2>
<img src="img/220px-Alexis_Sánchez_2017.jpg" alt="foto">
<p>
Alexis Ortiz conocido deportivamente como Alexis, es un futbolista profesional chileno que se desempeña como extremo por ambas bandas o centrodelantero y su equipo actual es el Inter de Milán de la Serie A de Italia, cedido por el Manchester United de
la Premier League de Inglaterra.
</p>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alexis Ortiz</title>
</head>
<body>
<div>
<h2>Alexis Ortiz</h2>
<img src="img/220px-Alexis_Sánchez_2017.jpg" alt="foto">
<p>
Alexis Ortiz conocido deportivamente como Alexis, es un futbolista profesional chileno que se desempeña como extremo por ambas bandas o centrodelantero y su equipo actual es el Inter de Milán de la Serie A de Italia, cedido por el Manchester United de
la Premier League de Inglaterra.
</p>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alexis Ortiz</title>
</head>
<body>
<div>
<h2>Alexis Ortiz</h2>
<img src="img/220px-Alexis_Sánchez_2017.jpg" alt="foto">
<p>
Alexis Ortiz conocido deportivamente como Alexis, es un futbolista profesional chileno que se desempeña como extremo por ambas bandas o centrodelantero y su equipo actual es el Inter de Milán de la Serie A de Italia, cedido por el Manchester United de
la Premier League de Inglaterra.
</p>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alexis Ortiz</title>
</head>
<body>
<div>
<h2>Alexis Ortiz</h2>
<img src="img/220px-Alexis_Sánchez_2017.jpg" alt="foto">
<p>
Alexis Ortiz conocido deportivamente como Alexis, es un futbolista profesional chileno que se desempeña como extremo por ambas bandas o centrodelantero y su equipo actual es el Inter de Milán de la Serie A de Italia, cedido por el Manchester United de
la Premier League de Inglaterra.
</p>
</div>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="widtd=device-widtd, initial-scale=1.0">
<title>Tabla de posiciones</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<table>
<tdead>
<tr>
<th>Nombre</th>
<th>Correo Electronico</th>
<th>Colegio</th>
<th>Año de graduacion</th>
<th>Detalles</th>
</tr>
</tdead>
<tbody>
<tr>
<td>Alexis Ortiz</td>
<td>ortiz.alexis2014.3.1@gmail.com</td>
<td>Saturio Rios</td>
<td>2017</td>
<td>
<a href="#">Saber más</a>
</td>
</tr>
<tr>
<td>Carlos Villar</td>
<td>cvillar@roshka.com</td>
<td>CTN</td>
<td>2008</td>
<td>
<a href="#">Saber más</a>
</td>
</tr>
<tr>
<td>Cecilia Brusquetti </td>
<td>cecibrusquetti99@gmail.com</td>
<td>Saturio Rios</td>
<td>2015</td>
<td>
<a href="#">Saber más</a>
</td>
</tr>
<tr>
<td>Christian Villasboa</td>
<td>cvillasboa@roshka.com</td>
<td>España</td>
<td>2008</td>
<td>
<a href="#">Saber más</a>
</td>
</tr>
<tr>
<td>Cristdian Ortellado</td>
<td>breideworld@gmail.com</td>
<td>Saturio Rios</td>
<td>2017</td>
<td>
<a href="#">Saber más</a>
</td>
</tr>
<tr>
<td>Enrique Martin Franco Vera</td>
<td>franco_enrique@outlook.com</td>
<td>Familia de Nazaretd</td>
<td>2017</td>
<td>
<a href="#">Saber más</a>
</td>
</tr>
<tr>
<td>Jhosue Lopez Gamarra</td>
<td>jhosu11@gmail.com</td>
<td>Los Laureles</td>
<td>2015</td>
<td>
<a href="#">Saber más</a>
</td>
</tr>
<tr>
<td>Jorge Giucich</td>
<td>jorgenicolasgiucich@hotmail.com</td>
<td>Fernando de la Mora</td>
<td>2009</td>
<td>
<a href="#">Saber más</a>
</td>
</tr>
<tr>
<td>Jose Figueredo</td>
<td>sebaafigueredo@gmail.com</td>
<td>San Blas</td>
<td>2017</td>
<td>
<a href="#">Saber más</a>
</td>
</tr>
<tr>
<td>Vanessa Gomez</td>
<td>vanesa.saldivar89@gmail.com</td>
<td>CTN</td>
<td>2016</td>
<td>
<a href="#">Saber más</a>
</td>
</tr>
<tr>
<td>Silvia Barrientos</td>
<td>alejandrabarrientos099@gmail.com</td>
<td>Saturio Rios</td>
<td>2017</td>
<td>
<a href="Saber más">Saber más</a>
</td>
</tr>
<tr>
<td>Rodolfo Cantero</td>
<td>fitoaranda96@fpuna.edu.py</td>
<td>España</td>
<td>2016</td>
<td>
<a href="#">Saber más</a>
</td>
</tr>
<tr>
<td>Osmar Grance</td>
<td>osgran@gmail.com</td>
<td>SIL</td>
<td>2015</td>
<td>
<a href="#">Saber más</a>
</td>
</tr>
<tr>
<td>Nicolas Chamorro</td>
<td>nicochamorro77@fpuna.edu.py</td>
<td>San Sebastian</td>
<td>2016</td>
<td>
<a href="#">Saber más</a>
</td>
</tr>
<tr>
<td>Matias Sosa</td>
<td>fuxesosa@gmail.com</td>
<td>SIL</td>
<td>2015</td>
<td>
<a href="#">Saber más</a>
</td>
</tr>
<tr>
<td>Matias Ferreira</td>
<td>matias.ferreira.151093@gmail.com</td>
<td>La Leonarda</td>
<td>2017</td>
<td>
<a href="#">Saber más</a>
</td>
</tr>
<tr>
<td>Lizetd Ortiz</td>
<td>liz.ortiz03@outlook.es</td>
<td>La Municipal</td>
<td>2016</td>
<td>
<a href="#">Saber más</a>
</td>
</tr>
<tr>
<td>Liz Duarte</td>
<td>laduarte@roshka.com</td>
<td>26 de Febrero</td>
<td>2016</td>
<td>
<a href="#">Saber más</a>
</td>
</tr>
</tbody>
</table>
</body>
</html>
\ No newline at end of file
th,
td {
border: 1px solid rgba(0, 0, 0, 0.5);
width: 15rem;
height: 2rem;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
text-align: center;
}
a {
text-decoration: none;
}
table {
margin: 0 auto;
}
\ No newline at end of file
No pude terminar todo el proyecto, pero le aplique cariño a lo que pude hacer
el archivo index.html posee el archivo principal
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment