forked from Laboratoria-learning/cardify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (43 loc) · 1.97 KB
/
index.html
File metadata and controls
45 lines (43 loc) · 1.97 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bienvenidos a la librería cardify</title>
<link href="https://fonts.googleapis.com/css?family=Cookie" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="public/vendors/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="public/css/main.css">
</head>
<body >
<div class="container-fluid">
<div class="row">
<div class="col-md-12 col-xs-12">
<h1 class="text-center title">Descubre la librería Cardify</h1>
<img class="center-block " src="public/assets/imagenes/giphy.gif" alt="gif">
</div>
</div>
<div class="row">
<div class="col-md-offset-3 col-md-6 col-xs-12">
<h1 class="text-center ">¿Tienes una galería de imágenes?</h1>
<p class="text-center info">¡Prueba cardify!, La librería que te permitirá a tráves de un lindo efecto mostrar el texto descriptivo de tus imágenes</p>
<button type="button" name="button" class="btn center-block btn-lib" ><a href="public/index.html">Prueba Cardify</button>
</div>
</div>
</div>
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(52817242, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/52817242" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</body>
</html>