Commit 995ff6c0 by roshka

El html con los usuarios

parent 856a805d
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bio de Alvaro</title>
</head>
<body>
<h1>Biografia de Alvaro</h1>
Alvaro es un joven de 22 anos nacido en Asuncion, en el ano 2009 <br>
termino sus estudios en el Colegio <i>Nacional Comercio N* 1</i>, <br>
actualmente esta estudiando Analisis de Sistemas en la Universidad Americana <br>
<img src="https://vignette.wikia.nocookie.net/marvelcinematicuniverse/images/9/96/Star-Lord_AIW_Profile.jpg/revision/latest/scale-to-width-down/310?cb=20180518211942"/><br>
<a href="https://www.facebook.com/matiasivan.dsemidei">Facebook</a>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bio de Fer</title>
</head>
<body>
<h1>Biografia de Fernando</h1>
Fernandno es un muchacho de 20 anos nacido en Asuncion, en el ano 2015 <br>
termino sus estudios en el Colegio <i>Salesianito</i> con enfasis en Diseno Grafico, <br>
actualmente esta estudiando Ingenieria en Informatica en la UAA. <br>
<img src="http://cdn1us.denofgeek.com/sites/denofgeekus/files/styles/main_wide/public/2018/03/avengers-infinity-war-chris-evans-captain-america.jpg?itok=hnoCa0JC"/><br>
<a href="https://www.facebook.com/fernando.lopez">Facebook</a>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bio de Hugo</title>
</head>
<body>
<h1>Biografia de Hugo</h1>
Hugo es un muchacho de 25 anos nacido en Lambare, en el ano 2010 <br>
termino sus estudios en el Colegio <i>Salesianito</i>, <br>
actualmente esta estudiando Analisis de Sistemas e Ingenieria en la UNA. <br>
<img src="https://upload.wikimedia.org/wikipedia/en/thumb/e/eb/Heinz_Doofenshmirtz.png/170px-Heinz_Doofenshmirtz.png"/><br>
<a href="https://www.facebook.com/rodrigo.ono.14">Facebook</a>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bio de Lucas</title>
</head>
<body>
<h1>Biografia de Lucas</h1>
Lucas es un joven chico de 20 anos nacido en <i>BS.AS./Argentina</i> <br>
Es egresado del Colegio <i>Santa Clara </i>en el ano 2015.<br>
Actualmente esta estudiando en la Universidad Catolica. <br>
<img src="https://scontent.fasu3-1.fna.fbcdn.net/v/t1.0-9/29594845_10156104997007988_2703316967882339267_n.jpg?_nc_cat=102&oh=4468aa14ddcf558ca461f0beb72b7e93&oe=5C198041"/><br>
<a href="https://www.facebook.com/lmaidanafabro">Facebook</a>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bio de Lujan</title>
</head>
<body>
<h1>Biografia de Lujan</h1>
Lujan es una joven chica de 21 anos nacida en Mariano Roque Alonzo<br>
En el 2014 se egresa del Colegio <i>Dr. Juan Manuel Frutos.</i><br>
Actualmente esta estudiando en la UNA. <br>
<img src="https://s1.r29static.com//bin/entry/1b5/340x408,80/1996479/image.jpg"/><br>
<a href="https://www.facebook.com/maria.riveros.9279">Facebook</a>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<title>Integrantes</title>
</head>
<body>
<h1>Integrantes del BootCamp 004</h1>
<table cellspacing="42">
<tr>
<th>Integrante</th>
<th>Correos</th>
<th>Colegios</th>
<th>Ano de Graduacion</th>
<th>INFO</th>
</tr>
<tr>
<td>Fernando Lopez</td>
<td>xbylopezx@gmail.com</td>
<td>Salesianito</td>
<td>2015</td>
<td><a href="Fernando.html">Visita a este joven</a></td>
</tr>
<tr>
<td>Alvaro Acosta</td>
<td>aacosta@roshka.com</td>
<td>Comercio N* 1</td>
<td>2009</td>
<td><a href="Alvaro.html">Visita a este joven</a></td>
</tr>
<tr>
<td>Lujan Cabrera</td>
<td>lcabrera@roshka.com</td>
<td>Dr. J. M. Frutos</td>
<td>2014</td>
<td><a href="Lujan.html">Visita a este joven</a></td>
</tr>
<tr>
<td>Hugo Villagra</td>
<td>hvillagra@roshka.com</td>
<td>Salesianito</td>
<td>2010</td>
<td><a href="Hugo.html">Visita a este joven</a></td>
</tr>
<tr>
<td>Pedro Rolon</td>
<td>prolon@roshka.com</td>
<td>Dr. Manuel Dominguez</td>
<td>2012</td>
<td><a href="Pedro.html">Visita a este joven</a></td>
</tr>
<tr>
<td>Lucas Maidana</td>
<td>lmaidana@roshka.com</td>
<td>Santa Clara</td>
<td>2015</td>
<td><a href="Lucas.html">Visita a este joven</a></td>
</tr>
</table>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bio de Pedro</title>
</head>
<body>
<h1>Biografia de Pedro</h1>
Pedro es un joven de 23 anos, que se egreso del Colegio <i>Dr. Manuel Dominguez</i><br>
en el ano 2012, actualmente esta en la UNA.
Vive en la ciudad de Wakanda. <br>
<img src="https://images-na.ssl-images-amazon.com/images/I/41c9zjPASsL.jpg"/><br>
<a href="https://www.facebook.com/pedrito.rolon">Facebook</a>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/jpg" href="/home/roshka/primera-prueba/pagina/icono.png">
<title>Tarea HTML</title>
</head>
<body>
<h2>Torneo Clausura 2018</h2>
<br>
<table>
<tr>
<th>Equipo</th>
<th>PJ</th>
<th>PG</th>
<th>PE</th>
<th>PP</th>
<th>GF</th>
<th>GC</th>
</tr>
<tr>
<td>Cerro Porteno</td>
<td> 13</td>
<td> 9</td>
<td> 3</td>
<td> 1</td>
<td> 22</td>
<td> 8</td>
</tr>
<tr>
<td>Olimpia</td>
<td> 13</td>
<td> 9</td>
<td> 2</td>
<td> 2</td>
<td> 23</td>
<td> 10</td>
</tr>
<tr>
<td>Libertad</td>
<td> 13</td>
<td> 5</td>
<td> 4</td>
<td> 4</td>
<td> 14</td>
<td> 8</td>
</tr>
<tr>
<td>Dep. Capiata</td>
<td> 13</td>
<td> 5</td>
<td> 3</td>
<td> 5</td>
<td> 17</td>
<td> 19</td>
</tr>
<tr>
<td>Nacional</td>
<td> 13</td>
<td> 4</td>
<td> 4</td>
<td> 5</td>
<td> 18</td>
<td> 20</td>
</tr>
<tr>
<td>Sol de America</td>
<td> 13</td>
<td> 4</td>
<td> 4</td>
<td> 5</td>
<td> 15</td>
<td> 17</td>
</tr>
<tr>
<td>Dep. Santani</td>
<td> 13</td>
<td> 4</td>
<td> 4</td>
<td> 5</td>
<td> 11</td>
<td> 13</td>
</tr>
<tr>
<td>Guarani</td>
<td> 13</td>
<td> 4</td>
<td> 4</td>
<td> 5</td>
<td> 12</td>
<td> 16</td>
</tr>
<tr>
<td>3 de Febrero</td>
<td> 13</td>
<td> 4</td>
<td> 3</td>
<td> 6</td>
<td> 18</td>
<td> 18</td>
</tr>
<tr>
<td>Sp. Luqueno</td>
<td> 13</td>
<td> 3</td>
<td> 4</td>
<td> 6</td>
<td> 14</td>
<td> 19</td>
</tr>
<tr>
<td>Gral. Diaz</td>
<td> 13</td>
<td> 2</td>
<td> 6</td>
<td> 5</td>
<td> 17</td>
<td> 26</td>
</tr>
<tr>
<td>Independiente</td>
<td> 13</td>
<td> 2</td>
<td> 5</td>
<td> 6</td>
<td> 13</td>
<td> 20</td>
</tr>
</table>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<title>TaTeTi</title>
</head>
<body>
<table>
<tr>
<td>X</td>
<td>O</td>
<td>X</td>
</tr>
<tr>
<td>X</td>
<td>O</td>
<td>X</td>
</tr>
<tr>
<td>X</td>
<td>O</td>
<td>X</td>
</tr>
</table>
</body>
</html>
\ 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