-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdetalle-descarga.html
executable file
·137 lines (122 loc) · 4.13 KB
/
detalle-descarga.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>+ Móvil</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link rel="stylesheet" href="css/style.css">
<script src="js/lib/jquery-2.2.0.min.js"></script>
<script src="js/lib/prefixfree.min.js"></script>
<script src="js/lib/slider/slick.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/lib/slider/config.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" type="text/css" href="js/lib/slider/slick.css">
<script src="js/helpers.js"></script>
</head>
<body>
<div class='share-box' data-title="Compartir en">
<div class="share-box-content">
<a href="" class="svg-icon-whatsapp">WhatsApp</a>
<a href="" class="svg-icon-facebook">Facebook</a>
<a href="" class="svg-icon-twitter">Twitter</a>
<a href="" class="svg-icon-instagram">Instagram</a>
<a href="" class="svg-icon-hangout">Hangout</a>
<a href="" class="svg-icon-skype">Skype</a>
<a href="" class="svg-icon-youtube">Youtube</a>
<a href="" class="svg-icon-gmail">Gmail</a>
<a href="" class="svg-icon-email">Correo electrónico</a>
<a href="" class="svg-icon-googleplus">Google+</a>
<a href="" class="svg-icon-sms">Mensajes</a>
</div>
<div class="close-button icon-close"></div>
</div>
<!-- Layout -->
<div class="main-bar">
<div class="head">
<span class="navicon icon-menu"></span>
<img src="images/logotipo-masmovil.png" alt="Logotipo +móvil" class="logo">
<span class="search-button icon-search"></span>
</div>
<div class="primary-menu">
<div class="user">
<div class="picture">
<img src="images/avatar.jpg">
</div>
<div class="name">Jhon Doe</div>
</div>
<ul class="navigation"></ul>
<div class="footer-menu">
<img src="images/logo-grayscale.png" alt="Logotipo +movil" class="logo">
<p>Copyright 2016 - Reservados todos los derechos</p>
<a href="">Términos del servicio</a>
</div>
</div>
<div class="search-box">
<form action="" class="search-form" autocomplete="on">
<input type="text" class="input-search" placeholder="Buscar...">
<button class="search-btn icon-search"></button>
</form>
<span class="icon-arrow_back close-button"></span>
</div>
<div class="notification-bar">
Hola <b>Jhon</b>, buenos días
</div>
<div class="floating-bar">
<p class="main-title">Section title</p>
</div>
</div>
<!-- Fin layout -->
<div class="main-section">
<div class="image-preview" style="background:url(images/pic1.jpg);"></div>
<ul class="info-area-2">
<li>Información 1</li>
<li>Información 2</li>
<li>Información 3</li>
</ul>
</div>
<div class="footer-bar fixed">
<div class="footer-bar-main-button icon-close close"></div>
<a href="#" class="button-option icon-time one"><span>Ver más tarde</span></a>
<a href="#" class="button-option icon-share two share-action-button"><span>Compartir</span></a>
<a href="#" class="button-option icon-download three"><span>Descargar</span></a>
<div class="title">Contenidos relacionados</div>
<div class="related-carousel">
<a href="">
<img src="http://placehold.it/100x120?text=1">
</a>
<a href="">
<img src="http://placehold.it/100x120?text=2">
</a>
<a href="">
<img src="http://placehold.it/100x120?text=3">
</a>
<a href="">
<img src="http://placehold.it/100x120?text=4">
</a>
<a href="">
<img src="http://placehold.it/100x120?text=5">
</a>
<a href="">
<img src="http://placehold.it/100x120?text=6">
</a>
<a href="">
<img src="http://placehold.it/100x120?text=7">
</a>
<a href="">
<img src="http://placehold.it/100x120?text=8">
</a>
<a href="">
<img src="http://placehold.it/100x120?text=9">
</a>
<a href="">
<img src="http://placehold.it/100x120?text=10">
</a>
<a href="">
<img src="http://placehold.it/100x120?text=11">
</a>
<a href="">
<img src="http://placehold.it/100x120?text=12">
</a>
</div>
</div>
</body>
</html>