This repository was archived by the owner on Jul 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (40 loc) · 2.16 KB
/
Copy pathindex.html
File metadata and controls
50 lines (40 loc) · 2.16 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
<!DOCTYPE html>
<html lang="es">
<head>
<title>Cineros</title>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta name="description" content="Cineros es una aplicación para ver toda la cartelera de Rosario.">
<meta name="keywords" content="aplicacion, app, ios, android, cine, pelicula, cartelera, rosario, estreno, recomendado">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<!-- Shell -->
<div class="shell">
<!-- Main -->
<div id="main">
<div class="col-izq">
<div id="logo"><img src="images/logo.png" alt="Cineros" /></div>
<h1>Toda la Cartelera de Cine Rosarino<br>en la palma de tu mano.</h1>
<h2>Descargala Gratis!</h2>
<div class="btn"><a href="https://play.google.com/store/apps/details?id=com.urucas.cineros" target="_blank"><img src="images/btn-google.png" width="195" height="80" alt="Google Play" /></a></div>
<div class="btn"><a href="https://itunes.apple.com/us/app/cineros/id838900914?ls=1&mt=8" target="_blank"><img src="images/btn-app.png" width="195" height="80" alt="App Store" /></a></div>
</div>
<div class="col-der">
<div id="moviles"><img src="images/moviles.png" alt="Moviles" /></div>
<div id="footer">
<p>Desarrollado por</p>
<a href="http://www.urucas.com/" target="_blank"><img src="images/pixel.gif" alt="Urucas" class="urucas"></a>
<a href="http://www.estudiohedra.com/" target="_blank"><img src="images/pixel.gif" alt="Hedra" class="hedra"></a>
<a href="https://www.facebook.com/cineros.com.ar" target="_blank"><img src="images/pixel.gif" alt="Facebook" class="fb"></a>
</div>
</div>
</div>
<!-- End Main -->
</div>
<!-- Shell -->
</body>
</html>