-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontacto.html
More file actions
52 lines (37 loc) · 1.24 KB
/
contacto.html
File metadata and controls
52 lines (37 loc) · 1.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>CONTACTO</title>
<link href="css/materialize.css" type="text/css" rel="stylesheet"/>
<link rel="stylesheet" href="style.css">
</head>
<body >
<nav class="#6a1b9a purple darken-3" role="navigation">
<div class="nav-wrapper container">
<a id="logo-container" class="brand-logo center">CONTACTO</a>
<ul class="right hide-on-med-and-down">
</ul>
</div>
</nav>
<div class="col s12 m7">
<h2 class="header">Comunicate con Nosotros</h2>
<div class="card horizontal">
<div class="card-image">
<img src="123.jpg">
</div>
<div class="card-stacked">
<div class="card-content">
<H3><p>WHATSAPP: 5562255652<br><br>
EMAIL: miguelangelvilledadaf@gmail.com</p></H3>
</div>
<div class="card-action">
<a href="https://www.facebook.com/Zancos-espectaculares-455477804820538/" id="download-button">RECUERDA BUSCARNOS EN FACEBOOK</a>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
</body>
</html>