-
Notifications
You must be signed in to change notification settings - Fork 0
/
thankyou.html
69 lines (61 loc) · 2.38 KB
/
thankyou.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
<!DOCTYPE HTML>
<!--
-->
<html>
<head>
<title>Scolari HEMA</title>
<link rel="icon" href="images/logo1.png" sizes="32x32" type="image/png" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header">
<div class="inner">
<a href="index.html" class="logo">Home</a>
</nav>
<a href="aboutus.html" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);">Quienes Somos</a>
</nav>
<a href="ubicacion.html" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);">Ubicación</a>
</nav>
<a href="queeshema.html" style="-webkit-tap-highlight-color: rgba(0, 0, 0, 0);">Que es Hema?</a>
</nav>
<a href="#navPanel" class="navPanelToggle"><span class="fa fa-bars"></span></a>
</div>
</header>
<!-- Banner -->
<section id="banner">
<h1>Scolari Esgrima Histórica</h1>
<p>Grupos de estudio de HEMA en las ciudades de Córdoba y Rafaela</p>
</section>
<section id="two" class="wrapper style2">
<div class="inner">
<header>
<h2> Gracias por escribirnos!</h2>
<p>Pronto nos pondremos en contacto con vos</p>
<span><img width="200" height="200" src="images/logoo.png" alt="" /></span>
</header>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="flex">
<div class="copyright">
© First Page Responsive: <a href="https://github.com/Valtory">Valtory</a>
</div>
<ul class="icons">
<li><a href="https://www.facebook.com/scolariesgrimahistorica" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/scolaricordoba/" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
</ul>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.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>