-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContacto.html
104 lines (91 loc) · 3 KB
/
Contacto.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE HTML>
<!--
Hielo by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Información de contacto</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/estilo.css" />
</head>
<body class="subpage">
<!-- Header -->
<header id="header">
<div class="logo">Carreras <span>de calle</span></a></div>
<a href="index.html">Menú</a>
</header>
<!-- Nav -->
<!-- One -->
<section id="One" class="wrapper style3">
<div class="inner">
<header class="align-center">
<p>Contactarme</p>
<marquee><h2>Información de contacto</h2></marquee>
</header>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper style2">
<div class="inner">
<div class="box">
<div class="content">
<header class="align-center">
<p>Sección</p>
<h2>Contacto</h2>
</header>
<p>Si quieren contactarme, pueden realizarlo de la siguiente manera:</p>
<p>Correo electrónico Outlook: [email protected]</p>
<p>Correo electrónico Gmail: [email protected]</p>
<p></p>
<h3>Contacto</h3>
<form action="#" method="post">
<div class="field half first">
<label for="name">Nombre</label>
<input name="name" id="name" type="text" placeholder="Nombre">
</div>
<div class="field half">
<label for="email">Correo</label>
<input name="email" id="email" type="email" placeholder="Correo">
</div>
<div class="field">
<label for="message">Mensaje</label>
<textarea name="message" id="message" rows="6" placeholder="Mensaje"></textarea>
</div>
<ul class="actions">
<li><input value="Enviar Mensaje" class="button" type="submit"></li>
</ul>
</form>
</div>
</div>
</div>
</div>
</section>
<section id="three" class="wrapper style2">
<div class="column">
<
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<ul class="icons">
<li><a href="https://www.facebook.com/iem892" target="_blank" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/ivan.e.mino" target="_blank" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://wa.me/5491162767459" target="_blank" class="icon fa-whatsapp"><span class="label">WhatsApp</span></a></li>
<li><a href="https://www.patreon.com" target="_blank" class="icon fa-money"><span class="label">Patreon</span></a></li>
</ul>
</div>
<div class="copyright">
© Programación Front End 2020. Todos los derechos reservados.
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>