3719 |
stevensc |
1 |
<html lang="es">
|
|
|
2 |
<head>
|
|
|
3 |
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
4 |
<meta http-equiv="expires" content="0" />
|
|
|
5 |
<meta
|
|
|
6 |
http-equiv="expires"
|
|
|
7 |
content="Tue, 01 Jan 1980 1:00:00 GMT"
|
|
|
8 |
/>
|
|
|
9 |
<meta http-equiv="pragma" content="no-cache" />
|
|
|
10 |
<meta http-equiv="Cache-Control" content="no-store" />
|
|
|
11 |
<meta http-equiv="Cache-Control" content="max-age=0" />
|
|
|
12 |
<meta http-equiv="Cache-Control" content="no-cache" />
|
|
|
13 |
<meta http-equiv="charset" content="UTF-8" />
|
|
|
14 |
<meta
|
|
|
15 |
name="viewport"
|
|
|
16 |
content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
|
|
|
17 |
/>
|
|
|
18 |
|
|
|
19 |
<!-- Primary Meta Tags -->
|
|
|
20 |
<title>LeadersLinked</title>
|
|
|
21 |
<link rel="icon" type="image/svg+xml" href="/images/logo-leaderslinked.png" />
|
|
|
22 |
|
|
|
23 |
<!-- Open Graph / Facebook -->
|
|
|
24 |
<meta property="og:type" content="website" />
|
|
|
25 |
<meta property="og:site_name" content="LeadersLinked" />
|
|
|
26 |
<meta property="og:url" content="https://dev-spa.leaderslinked.com/" />
|
|
|
27 |
<meta property="og:title" content="Este artículo de Liderazgo te va a interesar" />
|
|
|
28 |
<meta
|
|
|
29 |
property="og:image:secure_url"
|
|
|
30 |
itemprop="image"
|
|
|
31 |
content="https://dev-spa.leaderslinked.com/images/logo-leaderslinked.png"
|
|
|
32 |
/>
|
|
|
33 |
<link rel="thumbnail" href="" />
|
|
|
34 |
|
|
|
35 |
<!-- Twitter -->
|
|
|
36 |
<meta property="twitter:card" content="summary_large_image" />
|
|
|
37 |
<meta property="twitter:url" content="https://dev-spa.leaderslinked.com/" />
|
|
|
38 |
<meta property="twitter:title" content="Este artículo de Liderazgo te va a interesar" />
|
|
|
39 |
|
|
|
40 |
<!-- Fonts -->
|
|
|
41 |
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
|
42 |
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
|
43 |
<link
|
|
|
44 |
href="https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap"
|
|
|
45 |
rel="stylesheet"
|
|
|
46 |
/>
|
|
|
47 |
|
|
|
48 |
<!-- Styles -->
|
|
|
49 |
<link
|
|
|
50 |
rel="stylesheet"
|
|
|
51 |
type="text/css"
|
|
|
52 |
media="screen"
|
|
|
53 |
href="https://cdn.conversejs.org/10.1.4/dist/converse.min.css"
|
|
|
54 |
/>
|
|
|
55 |
|
|
|
56 |
<!-- Styles -->
|
|
|
57 |
<style type="text/css">
|
|
|
58 |
:root {
|
|
|
59 |
--bg-color: #ffffff;
|
|
|
60 |
--body-bg-color: #f3f2ef;
|
|
|
61 |
--bg-color-secondary: #f3f2ef;
|
|
|
62 |
--font-color: #1d315c;
|
|
|
63 |
--font-color-hover: #1d315c;
|
|
|
64 |
--title-color: #000000;
|
|
|
65 |
--subtitle-color: #626d7a;
|
|
|
66 |
--icons-color: #666666;
|
|
|
67 |
--button-bg: #16283c;
|
|
|
68 |
--button-bg-hover: #1d315c;
|
|
|
69 |
--button-text-color: #ffffff;
|
|
|
70 |
--button-bg-secondary: #16283c;
|
|
|
71 |
--button-bg-secondary-hover: #1d315c;
|
|
|
72 |
--button-text-color-secondary: #fdfcfc;
|
|
|
73 |
--button-bg-tertiary: #b3b3b3;
|
|
|
74 |
--button-text-color-tertiary: #000000;
|
|
|
75 |
--border-primary: #e8e8e8;
|
|
|
76 |
--border-trasnparent: #000000;
|
|
|
77 |
--chat-received: #000000;
|
|
|
78 |
--chat-send: #d8f1e4;
|
|
|
79 |
--chat-color: #626d7a;
|
|
|
80 |
--light-gray: #bebebe;
|
|
|
81 |
--gray: #909090;
|
|
|
82 |
--danger: #e20808;
|
|
|
83 |
--danger-hover: #a10707;
|
|
|
84 |
--online-green: #47e228;
|
|
|
85 |
--border-gray-primary: #b3b3b3;
|
|
|
86 |
--white: #ffffff;
|
|
|
87 |
--white-backdrop: #000000;
|
|
|
88 |
--border-radius: #000000;
|
|
|
89 |
--light-shadow: #000000;
|
|
|
90 |
--shadow: #000000;
|
|
|
91 |
--sat: env(safe-area-inset-top);
|
|
|
92 |
}
|
|
|
93 |
</style>
|
|
|
94 |
|
|
|
95 |
<!-- Scripts -->
|
|
|
96 |
<script src="https://cdn.conversejs.org/10.1.4/dist/converse.min.js" charset="utf-8"></script>
|
|
|
97 |
</head>
|
|
|
98 |
|
|
|
99 |
<body>
|
|
|
100 |
<div id="app"></div>
|
|
|
101 |
<div id="modal"></div>
|
|
|
102 |
|
|
|
103 |
<script type="module" src="/app/main.jsx"></script>
|
|
|
104 |
<script
|
|
|
105 |
type="text/javascript"
|
|
|
106 |
src="https://maps.googleapis.com/maps/api/js?key=YOUR_GOOGLE_MAPS_API_KEY&libraries=places"
|
|
|
107 |
></script>
|
|
|
108 |
<script
|
|
|
109 |
async="async"
|
|
|
110 |
defer="defer"
|
|
|
111 |
src="https://www.google.com/recaptcha/api.js?render=explicit"
|
|
|
112 |
></script>
|
|
|
113 |
</body>
|
|
|
114 |
</html>
|