-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (78 loc) · 3.52 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta name="description" content="planifica y ejecuta proyectos eficientes,clave en implementaciones tecnologicas">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="author" content="Academia-Social">
<meta name="keywords" content="informatica,python,ciberseguridad">
<!--se tiende a hacer con css, pero en este ejemplo use imágenes-->
<link rel="icon" href="/favicon.png" type="image/png">
<link rel="icon" href="/favicon.ico">
<title>mejores cursos online de informatica</title>
</head>
<body>
<header>
<h1>Cursos gratuitos de informatica 2024</h1>
</header>
<main>
<section>
<div>
<h2>Los mejores cursos y tutoriales que podras encontrar</h2>
</div>
<div>
<h3>Lista de cursos disponibles</h3>
</div>
<div>
<nav>
<ul>
<li><a href="/redes/recurso.html">Redes informaticas</a></li>
<li><a href="/programacion/recurso.html">programacion en python</a></li>
<li><a href="/linux/recurso.html">gestion sistemas linux</a></li>
<li><a href="/ciberseguridad/recurso.html">ciberseguridad</a></li>
</ul>
</nav>
</div>
<article>
<div>
<h3>registrarte</h3>
</div>
<div>
<!--En el atributo action habitualmente se le agrega la dirección ip del server de db y lo mas recomendado es hacerlo con js-->
<form method="get" action="">
<label for="name">escriba su nombre</label>
<input type="text" name="nombre_usuario" id="name" required>
<label for="password">ingrese su contraseña</label>
<input type="password" name="contrasena_usuario" id="password" required>
<label for="email">ingrese su correo</label>
<input type="email" name="correo_usuario" id="email" required>
<input type="submit" value="enviar formulario">
</form>
</div>
</article>
<article>
<div>
<h3>inicia sección</h3>
</div>
<div>
<a href="/usuarios/credenciales.html">AQUI</a>
</div>
</article>
</section>
<aside>
<div>
<a href="https://facebook.com" target="_blank">siguenos en nuestras redes sociales</a>
</div>
</aside>
</main>
<footer>
<p>info de contacto</p>
<address>telefono:453564544
correo:Cursos@gmail.com
</address>
<p>todos los derechos reservados</p>
<a href="/soporte/reclutamiento.html">trabaja con nosotros</a>
<a href="/soporte/informacion.html">mas informacion de nuestra pagina</a>
</footer>
</body>
</html>