-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
153 lines (125 loc) · 5.71 KB
/
index.html
File metadata and controls
153 lines (125 loc) · 5.71 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
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<html lang="es"><head>
<title>DTG</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-129742166-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-129742166-2');
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- INICIO CONFIGURACION METAS -->
<link href="https://fonts.googleapis.com/css?family=Aref+Ruqaa" rel="stylesheet">
<meta name="theme-color" content="#fe4c50"><!-- Nav and address bar color -->
<meta name="description" content="Accesorios para el aire libre y servicios para el automotor">
<meta content="website" property="og:type">
<meta content="DTG La Plata" property="og:site_name">
<meta content="http://dtglp.com.ar" property="og:url">
<meta content="DTG La Plata" property="og:title">
<meta content="Accesorios para el aire libre y servicios para el automotor" property="og:description">
<meta content="images/logo.jpg" property="og:image">
<meta name="twitter:card" content="summary">
<meta name="twitter:url" content="http://dtglp.com.ar">
<meta name="twitter:title" content="DTG La Plata">
<meta name="twitter:description" content="Accesorios para el aire libre y servicios para el automotor">
<meta name="application-name" content="DTG La Plata">
<meta name="theme-color" content="#fe4c50">
<link href="favicon.ico" rel="icon" type="image/x-icon">
<!-- FIN CONFIGURACION METAS -->
<link href="styles/bootstrap4/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="plugins/font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="styles/main_styles.css" rel="stylesheet" type="text/css">
<link href="styles/responsive.css" rel="stylesheet" type="text/css">
<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.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</head>
<body>
<div class="super_container" style="background-image: url('styles/images/leaves-pattern.png')">
<!-- Header -->
<header class="header trans_300" style="top: 0px;">
<!-- Main Navigation -->
<div class="main_nav_container">
<div class="container">
<div class="row">
<div class="col-lg-12 text-right" style="height: 70px;">
<div class="logo_container">
<img src="logo.png" style="padding-bottom: 10px;">
<a href="http://dtglp.com.ar"> <span> DTG </span></a>
</div>
</div>
</div>
</div>
</div>
</header>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="intro1.jpg" class="d-block w-100" alt="..." style="width:100%; height: 100%;">
</div>
<div class="carousel-item">
<img src="intro2.jpg" class="d-block w-100" alt="..." style="width: 100%; height: 100%;">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div class="new_arrivals">
<div class="container">
<div class="row">
<div class="col text-center">
<div class="section_title new_arrivals_title">
<h2>DTG</h2>
<h4>Elige el rubro deseado</h4>
</div>
</div>
</div>
<center>
<div class="row">
<div class="col-sm"></div>
<div class="col-sm">
<br><br>
<a href="http://pesca.dtglp.com.ar" class="btn red"><img src="pesca2.png" style="max-width: 150px;"></a>
</div>
<div class="col-sm"></div>
<div class="col-sm">
<br><br>
<a href="http://outdoor.dtglp.com.ar" class="btn red"><img src="outdoor2.png" style="max-width: 160px;"></a>
</div>
<div class="col-sm"></div>
</div>
<br><br>
<h4 class="description" style="font-family: 'Oxygen', sans-serif; color: #777;" >Somos un comercio de más de 11 años de experiencia en venta al público de accesorios y servicios para el automotor, sumándole la venta de artículos relacionados al disfrute del aire libre. Nuestro objetivo es una óptima interrelación entre ustedes, la naturaleza y nosotros, ofreciéndoles máxima calidad tanto en nuestra asistencia como en nuestros productos.</h4>
</center>
</div>
</div>
<br><br><br>
<!-- Footer -->
<footer class="footer" style="background-color: #FFF">
<br>
<div class="container" >
<div class="row">
<div class="col-lg-12">
<div class="footer_nav_container">
<br>
<div class="cr"><a href="http://copitosystem.com">¿Querés vender con Copito Shop?</a> - © 2018-2019 CopitoSystem </div>
</div>
</div>
</div>
</div>
</footer>
</div>
</body></html>