-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqr.html
64 lines (57 loc) · 4.04 KB
/
qr.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
<!doctype html>
<html lang="es">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<title>Social Media Page</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Aquí podrá encontrar productos como lampras y decoraciones y más..." />
<meta name="keywords" content="diseño responsivo, Lamparas, Led, vintage, decoraciones," />
<meta name="author" content="Juan Carlos Zuñiga Domínguez" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--Favicon-->
<link rel="icon" type="image/png" href="img/logo1.png">
<!-- Bootstrap y CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/font.css">
<!--Fonts-->
<script defer src="https://use.fontawesome.com/releases/v5.7.0/js/all.js" integrity="sha384-qD/MNBVMm3hVYCbRTSOW130+CWeRIKbpot9/gR1BHkd7sIct4QKhT1hOPd+2hO8K" crossorigin="anonymous"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-138735865-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-138735865-1');
</script>
</head>
<body>
<div class="fondo">
<div class="container">
<div class="row">
<div class="col-md-2"></div>
<div class="card mb-3 col-md-8">
<img src="img/Baner_1.jpg" class="card-img-top" alt="Baner_1">
<div class="text-center card-body">
<h1 class="card-title font-weight-bold">Síguenos en:</h1>
<ul class="list-group list-group-flush">
<a href="https://www.instagram.com/decorationcw/" target="_blank" class="text-reset list-group-item list-group-item-action "><i class="fab fa-instagram fa-4x" style="padding-bottom: 10px;color: #bc2a8d;"></i><h6>@decorationcw</h6></a>
<a href="https://www.facebook.com/DecorationCW" target="_blank" class="text-reset list-group-item list-group-item-action"><i class="fab fa-facebook fa-4x" style="padding-bottom: 10px;color: #3b5998;"></i><h6>@DecorationCW</h6></a>
<a href="http://bit.ly/WhatsAppDecorationCW" target="_blank" class="text-reset list-group-item list-group-item-action"><i class="fab fa-whatsapp fa-4x" style="padding-bottom: 10px;color: #075e54"></i><h6>Whatsapp</h6></a>
<a href="index.html" target="_blank" class="text-reset list-group-item list-group-item-action"><i class="fas fa-globe fa-4x" style="padding-bottom: 10px;color: #3A3A3A"></i><h6>decorationcw.com.mx</h6></a>
<a href="https://www.mercadolibre.com.mx/perfil/DECORATION+CW" target="_blank" class="text-reset list-group-item list-group-item-action"><i class="fas far fa-handshake fa-4x" style="padding-bottom: 10px;color: #3A3A3A"></i><h6>MercadoLibre</h6></a>
</ul>
</div>
</div>
<div class="col-md-2"></div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
</div>
</body>
</html>