-
Notifications
You must be signed in to change notification settings - Fork 0
/
index5.html
80 lines (74 loc) · 3.5 KB
/
index5.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
80
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="Red dead Redemtion 2">
<meta name="keywords" content="Proyecto">
<meta name="autor" content="Lukas Designs">
<link rel="stylesheet" type="text/css" href="css/estilo.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Lobster&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap" rel="stylesheet">
<link href="img/logo.png" rel="icon" sizes="50x50">
</head>
<body>
<nav class="navbar navbar-expand-sm bg-dark navbar-dark fixed-top" id="menuh">
<a class="navbar-brand" href=""><img src="img/logo.png" alt="logo" id="imglogo"> </a>
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="index.html">Inicio</a></li>
<li class="nav-item"><a class="nav-link" href="index3.html">Acerca de</a></li>
<li class="nav-item"><a class="nav-link" href="index2.html">Historia</a></li>
<li class="nav-item"><a class="nav-link" href="index5.html">Contacto</a></li>
<li class="nav-item"><a class="nav-link" href="index4.html">Personajes</a></li>
<li class="nav-item"><a class="nav-link" href="index6.html">Trailer</a></li>
</ul>
</nav>
<header class="container-fluid">
<section class="row bg-color">
<section class="col-md-12 text-center">
<section id="Contactos" class="container-fluid text-white ">
<br>
<br>
<br>
<br>
<h2 class="text-center">Contactame</h2>
<div class="row">
<section class="col-sm-4"></section>
<article class="col-sm text-center" id="for">
<div class="row">
<form class="col-sm-6 form-group">
<label for="fechaNac">Fecha de nac:</label>
<input type="date" name="fechaNac">
<input class="form-control" type="text" id="nombre" name="nombre" placeholder="Capture el nombre" required/>
<input class="form-control" type="e-mail" id="correo" name="correo" placeholder="Capture su correo" required/>
<textarea class="form-control" rows="8" id="comentarios" name="comentarios" placeholder="Asunto"></textarea>
<div class="col-sm-12">
<label for="foto">Foto:</label>
<input type="file" name="foto">
<button class="btn btn-default pull-right form-control text-white" type="submit">Enviar</button>
</div>
</form>
</div>
</article>
</div>
</section>
</section>
</section>
</header>
<footer class="container-fluid" id="footer" >
<section class="row bg-dark " >
<section class="col-md-8 texto" >
<p >Contactos<p/>
<p> Rockstar@gmail.com<p/>
<p>Telefono: 883732827</p>
</section>
<section class="col-md" id="red">
<a href=""><img src="img/Facebook-icon.png" alt="facebook" class="imgsocial"></a>
<a href=""><img src="img/twitter-icon.png" alt="twitter" class="imgsocial"></a>
<a href=""><img src="img/instagram-icon.png" alt="instagram" class="imgsocial"></a>
</section>
</section>
</footer>
</body>
</html>