-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
102 lines (102 loc) · 4.59 KB
/
index.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
<!DOCTYPE html>
<html lang="es-ES">
<head>
<meta name="description" content="Gestoria Sant Feliu de Guíxols. Asesoramiento Financiero, Laboral, Mercantil, Seguros, Herencias, Agencia de la Propiedad Inmobiliaria" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="theme-color" content="#00587F">
<title>Gestoria Sant Feliu de Guixols</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="favicon.ico">
<link rel="canonical" href="https://www.tramiteconomistes.com" />
<link rel="alternate" href="https://www.tramiteconomistes.com" hreflang="es-ES" />
<link rel="stylesheet" type="text/css" media="screen" href="shared.css" />
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
<script type='application/ld+json'>
{
"@context": "http://www.schema.org",
"@type": "AccountingService",
"name": "Gestoria Tramit Economistes",
"url": "https://tramiteconomistes.com",
"logo": "https://www.tramiteconomistes.com/img/logoTransparent.png",
"image": "https://tramiteconomistes.com/img/oficinatramiteconomistes.jpg",
"description": "Gestoria, Asesoramiento Financiero, Laboral, Mercantil, Seguros, Herencias, Agencia de la Propiedad Inmobiliaria",
"telephone": "+34 972326968",
"priceRange": "€20-€1000",
"address": {
"@type": "PostalAddress",
"streetAddress": "Joan Bordas 47 ",
"addressLocality": "Sant Feliu de Guixols",
"addressRegion": "Girona",
"postalCode": "17220",
"addressCountry": "Spain"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": "41.789326",
"longitude": "3.024171"
},
"openingHours": "Mo, Tu, We, Th, Fr 08:00-18:00",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+34 972326968",
"contactType": "customer support",
"availableLanguage": "Spanish, Catalan, French, English"
}
}
</script>
</head>
<body>
<header>
<a href="index.html" class="header-brand">
<img class="header-logo" src="img/logoTransparent.png" alt="Tràmit"/>
</a>
<button class="hamburger hamburger--spring" type="button">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</button>
</header>
<nav class="mobile-nav">
<div class="mobile-nav__links">
<a href="experiencia-asesoria/index.html">Historia</a>
<a href="servicios-financieros/index.html">Areas de actuación</a>
<a href="gestores-contables/index.html">Equipo</a>
<a href="contacto-sant-feliu-guixols/index.html">Contacto</a>
</div>
</nav>
<div id="myslider">
<div id="slider1" class="slider">Te acompañamos en cada etapa de <span class="highlight">tu negocio</span></div>
<div id="slider2" class="slider">“El activo más poderoso con el que contamos es <span class="highlight">nuestra mente</span>” - <i>Robert Kiyosaki</i></div>
<div id="slider3" class="slider">“La recompensa al trabajo <span class="highlight">bien hecho</span> es la oportunidad de hacer más trabajo bien hecho” - <i>Jonas Salk</i></div>
<div id="slider4" class="slider"> <span class="highlight">Profesionales</span> a tu servicio</div>
</div>
<footer>
<div class="footer-column">
<h3>Tràmit Economistes</h3>
<a href="experiencia-asesoria/index.html">
<h4> Historia </h4>
</a>
<a href="servicios-financieros/index.html">
<h4> Areas de actuación </h4>
</a>
<a href="gestores-contables/index.html">
<h4> Equipo </h4>
</a>
</div>
<div class="footer-column">
<h3>Contacto</h3>
<div class="footer-contact">
<p>Teléfono: 972326968</p>
<p>Email: info@tramiteconomistes.com</p>
<p>Joan Bordas 47 Sant Feliu de Guixols</p>
</div>
<a href="avisolegal.html" class="avisolegal"><p>Aviso legal</p></a>
</div>
</footer>
<script src="js/simpleslider.min.js"></script>
<script src="js/modernizr-custom.js"></script>
<script src="js/shared.js"></script>
<script src="js/main.js"></script>
</body>
</html>