-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathemail-us.en.html
101 lines (82 loc) · 3.47 KB
/
email-us.en.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
<!DOCTYPE html>
<html>
<head>
<title>Contact Us - 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">UNIX-like Operating System</h2>
</p><p><a target="_blank" href="email-us.html"><p class="centrado">Español</a> <a target="_blank" href="email-us.fr.html"> Française</p></a></p>
</div>
<div id="nav">
<ul>
<li><a href="index.en.html">Home</a></li>
<li><a href="download.en.html">Download</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="screenshots.en.html">Screenshots</a></li>
<li><a href="doc.en.html">Documentation</a></li>
<li><a href="https://wiki.amayaos.com/index.php/Main_Page">Wiki</a></li>
</ul>
</div>
<div id="cuerpo">
<h3 class="centrado">Contact form</h3>
<h4 class="centrado"><img src="imagenes/email.png"/></h4>
<p>Are you looking for a way to communicate with us? Please use the following form. We will reply you as soon as possible.</p>
<form class="contacto" action="sendbymail.php" METHOD="post" name="formulario">
<div>
<label for="nombre">Name*:</label> <input placeholder="Your name or nickname" name="first_name" type="text">
</div>
<div>
<label for="correo">E-mail*:</label> <input placeholder="[email protected]" name="email" type="email">
</div>
<div>
<label for="correo">Subject*:</label>
<input placeholder="Write the subject of your mail" name="subject" type="text"></input>
</div>
<div>
<label for="comentario">Message*:</label>
<textarea placeholder="Write everything you have to say :)" name="comments" type="text"></textarea>
</div>
<div>
<button class="submit" type="submit">Send</button>
</div>
<div>
<p>Fields marked with '*' are required</p>
</div>
</form>
</div>
</div>
</div>
<div id="pie">
<hr />
<p class="centrado"> This webpage works better with Free Software: </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">Visits since 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>