-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathemail-us.html
More file actions
101 lines (82 loc) · 3.54 KB
/
email-us.html
File metadata and controls
101 lines (82 loc) · 3.54 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Contacto - AmayaOS</title>
<link rel="shortcut icon" href="imagenes/favicon.png">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="css/estilos.css" />
<link rel="stylesheet" href="css/contacto.css" />
</head>
<body>
<div id="contenedor">
<div id="encabezado">
<h1 class="centrado">AmayaOS</h1>
<p class="centrado"><a href="index.html"><img src="imagenes/logo.png" alto="logo" /></a></p>
<h2 class="centrado">Sistema Operativo libre de tipo UNIX</h2>
<p><a target="_blank" href="email-us.en.html"><p class="centrado">English</a> <a target="_blank" href="email-us.fr.html"> Française</p></a></p>
</div>
<div id="nav">
<ul>
<li><a href="index.html">Inicio</a></li>
<li><a href="download.html">Descargar</a></li>
<li><a href="#">Contacto</a></li>
<li><a href="screenshots.html">Capturas de pantalla</a></li>
<li><a href="doc.html">Documentación</a></li>
<li><a href="http://wiki.amayaos.com">Wiki</a></li>
</ul>
</div>
<div id="cuerpo">
<h3 class="centrado">Formulario de contacto</h3>
<h4 class="centrado"><img src="imagenes/email.png"/></h4>
<p>¿Necesitas ponerte en contacto con el proyecto AmayaOS? Por razones de seguridad debes utilizar el siguiente formulario, aunque te responderemos con la mayor brevedad posible.</p>
<form class="contacto" action="sendbymail.php" METHOD="post" name="formulario">
<div>
<label for="nombre">Nombre*:</label> <input placeholder="Escribe tu nombre" name="first_name" type="text">
</div>
<div>
<label for="correo">E-mail*:</label> <input placeholder="tu_email@ejemplo.com" name="email" type="email">
</div>
<div>
<label for="correo">Asunto*:</label>
<input placeholder="Escribe el asunto del mensaje" name="subject" type="text"></input>
</div>
<div>
<label for="comentario">Mensaje*:</label>
<textarea placeholder="Escribe el mensaje que quieras enviar" name="comments" type="text"></textarea>
</div>
<div>
<button class="submit" type="submit">Enviar</button>
</div>
<div>
<p>Los campos marcados con '*' son obligatorios.</p>
</div>
</form>
</div>
</div>
</div>
<div id="pie">
<hr />
<p class="centrado"> Esta página se visualiza mejor con software libre: </p>
<p class="centrado"><a target="_blank" href="http://www.gnu.org/software/gnuzilla/"><img src="imagenes/icecat.jpg" alt="icecat" /></a></p>
<p class="centrado">Copyright © 2014, 2015, 2016, 2017 Daniel Martín</p>
<p class="centrado">Visitas desde el 12/10/2015:</p>
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=10655289;
var sc_invisible=0;
var sc_security="29bda0a6";
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="shopify traffic
stats" href="http://statcounter.com/shopify/"
target="_blank"><img class="statcounter"
src="http://c.statcounter.com/10655289/0/29bda0a6/0/"
alt="shopify traffic stats"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->
</div>
</body>
</html>