-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacted.html
102 lines (92 loc) · 3.79 KB
/
contacted.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
<!DOCTYPE HTML>
<!--
Phantom by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html lang="es-Es">
<head>
<title>Daniel Saura Martínez</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" type="image/png" href="images/favicon.png" sizes="32x32">
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<a href="index.html" class="logo">
<span class="symbol"><img src="images/logo.png" alt="Logo" /></span><span class="title">Daniel Saura Martínez</span>
</a>
<!-- Nav -->
<nav>
<ul>
<li><a href="#menu">Menú</a></li>
</ul>
</nav>
</div>
</header>
<!-- Menu -->
<nav id="menu">
<ul>
<li><a href="index.html">Proyectos</a></li>
<li><a href="about_me.html">Sobre mí</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<article class="inner align-center">
<h1>Gracias por contactarme.</h1>
<a href="index.html"><button class="primary large">Volver a la página principal</button></a>
</article>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<section>
<h2>Contacto</h2>
<form action="https://formsubmit.co/484a86ec06e69aa5ba1edcc08e4b2968" method="POST">
<div class="fields">
<div class="field half">
<input type="text" name="Nombre" id="name" placeholder="Nombre" required/>
</div>
<div class="field half">
<input type="email" name="Email" id="email" placeholder="Email" required/>
</div>
<div class="field">
<textarea name="Mensaje" id="message" placeholder="Otro mensaje" required></textarea>
</div>
</div>
<input type="hidden" name="_next" value="http://127.0.0.1:5500/contacted.html"> <!-- Page to confirm that the data is correctly introduced -->
<input type="hidden" name="_subject" value="Contacto a través del porfolio"> <!-- Title of the mail -->
<ul class="actions">
<li><button type="submit" class="primary">Enviar</button></li>
</ul>
</form>
</section>
<section>
<h2>Sígueme</h2>
<ul class="icons">
<li><a target="_blank" href="https://github.com/danieemil" class="icon brands style2 fa-github"><span class="label">GitHub</span></a></li>
<li><a target="_blank" href="https://es.linkedin.com/in/daniel-saura-mart%C3%ADnez-87b76221b?challengeId=AQFCMhIMfEZeJgAAAYGqKWEr3iUdsCooWX-D2n_YNHhyI5TSbRbpgpiW1-DMUBZj9eJh7T-qShi4-VSuuWwMThTPNNL-inwhIg&submissionId=ca4146d5-b5c6-fc16-e644-684ac6a9764f&challengeSource=AgGHEuy29crnHQAAAYGqKZaWtyptgIRo8QFIBSuefLR6Ea2LkZqhFtb7r1JlS2o&challegeType=AgG5h3OkVjJZqQAAAYGqKZaZKoiCtGrTVjJzqnhqnwarZEbGZUFCChs&memberId=AgH4ZzxSx07LewAAAYGqKZadeAV8Dq-30bWsIf4upqrVQ9o" class="icon brands style2 fa-linkedin"><span class="label">LinkedIn</span></a></li>
</ul>
</section>
<ul class="copyright">
<li>© 2022 - Daniel Saura Martínez. Todos los derechos reservados</li><li>Diseño: <a target="_blank" href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>