mirror of
https://github.com/CristianCruz0309/proyectos-curso-javascript.git
synced 2026-08-15 02:50:10 +00:00
Proyectos (DIA 1 - 13)
Realizados gracias al curso "JAVASCRIPT TOTAL"
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 60 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 78 KiB |
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Página 2</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Bienvenido</h1>
|
||||
<img src="Familia.jpg">
|
||||
<a href="index.html">Volver</a>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,45 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Mi biografía</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<h1>Cristian Cruz</h1>
|
||||
<h2>Mi biografía</h2>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
<section>
|
||||
<h3>Presentación</h3>
|
||||
|
||||
<img src="Camilo.jpeg" alt="Foto de perfil" width="35%">
|
||||
|
||||
<p>
|
||||
Cristian Cruz nació el 9 de marzo de 2005 en Cali, Colombia. Desde pequeño mostró
|
||||
interés por la tecnología y el aprendizaje constante, lo que lo llevó a desarrollar
|
||||
habilidades en distintas áreas académicas y creativas. A lo largo de su formación
|
||||
se destacó por su responsabilidad, curiosidad y capacidad para trabajar en equipo.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Actualmente se dedica a fortalecer sus conocimientos y a explorar nuevas oportunidades
|
||||
de crecimiento personal y profesional. En su tiempo libre disfruta escuchar música,
|
||||
aprender cosas nuevas y compartir tiempo con sus amigos y familia. Cris se caracteriza
|
||||
por ser una persona perseverante, con metas claras y una actitud positiva frente a
|
||||
los desafíos.
|
||||
</p>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
|
||||
<p>
|
||||
Ingresa a este <a href="familia.html" target="_blank">enlace</a> para aprender más
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
Reference in New Issue
Block a user