-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
359 lines (291 loc) · 12.2 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
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
<!doctype html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-K8SD43NFJC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-K8SD43NFJC');
</script>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Libs CSS -->
<link rel="stylesheet" href="assets/fonts/Feather/feather.css">
<!-- Theme CSS -->
<link rel="stylesheet" href="assets/css/theme.min.css">
<title>Portal Emprendedor</title>
</head>
<body class="bg-light">
<!-- NAVBAR
================================================== -->
<nav class="navbar navbar-expand-lg navbar-light bg-white">
<div class="container">
<!-- Brand -->
<a class="navbar-brand" href="index.html">
<img src="resources/img/brand.svg" class="navbar-brand-img" alt="...">
</a>
</div>
</nav>
<!-- WELCOME
================================================== -->
<section data-jarallax data-speed=".8" class="pt-10 pb-11 py-md-12 overlay overlay-black overlay-60 jarallax" style="background-image: url(assets/img/covers/cover-3.jpg);">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-lg-9 text-center">
<!-- Heading -->
<h1 class="display-3 font-weight-bold text-white">
¿Necesitás emprender?
</h1>
<!-- Text -->
<p class="lead text-white-75 mb-0">
Somos el Portal Paraguayo destinado a fomentar y apoyar a los emprendedores y startups.
</p>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>
<!-- SHAPE
================================================== -->
<div class="position-relative">
<div class="shape shape-bottom shape-fluid-x svg-shim text-light">
<svg viewBox="0 0 2880 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 48h2880V0h-720C1442.5 52 720 0 720 0H0v48z" fill="currentColor"/></svg>
</div>
</div>
<!-- CATEGORIES
================================================== -->
<section class="mt-n8">
<div class="container">
<div class="row">
<div class="col-12 col-md-6 col-lg-4">
<!-- Card -->
<div class="card card-border border-primary shadow-lg mb-6 mb-md-8 lift lift-lg">
<div class="card-body text-center">
<!-- Icon -->
<div class="icon-circle bg-primary text-white mb-5">
<i class="fe fe-users"></i>
</div>
<!-- Heading -->
<h4 class="font-weight-bold">
Registro Nacional de Emprendedores y Startups
</h4>
<!-- Text -->
<p class="text-gray-700 mb-5">
Es un servicio orientado a fomentar el desarrollo de emprendimientos a nivel nacional, así como también permitir el acceso a beneficios.
</p>
<!-- Button -->
<a href="https://mapa.wenda.org.py/posts/create/10" class="btn btn-xs btn-pill btn-primary-soft">
<span class="h6 text-uppercase">
Sumá tu iniciativa
</span>
</a>
<a href="https://mapa.wenda.org.py/savedsearches/138/map" class="btn btn-xs btn-pill btn-success-soft mt-2">
<span class="h6 text-uppercase">
Ver Iniciativas
</span>
</a>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<!-- Card -->
<div class="card card-border border-success shadow-lg mb-6 mb-md-8 lift lift-lg">
<div class="card-body text-center">
<!-- Icon -->
<div class="icon-circle bg-success text-white mb-5">
<i class="fe fe-zap"></i>
</div>
<!-- Heading -->
<h4 class="font-weight-bold">
Red PyEmprende
</h4>
<!-- Text -->
<p class="text-gray-700 mb-5">
Conectate con otras instituciones que impulsan al ecosistema emprendedor paraguayo.
</p>
<!-- Button -->
<a href="https://mapa.wenda.org.py/posts/create/11" class="btn btn-xs btn-pill btn-primary-soft">
<span class="h6 text-uppercase">
Sumá tu organización
</span>
</a>
<a href="https://mapa.wenda.org.py/savedsearches/139/map" class="btn btn-xs btn-pill btn-success-soft mt-2">
<span class="h6 text-uppercase">
Ver organizaciones
</span>
</a>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-4">
<!-- Card -->
<div class="card card-border border-dark shadow-lg mb-6 mb-md-8 lift lift-lg">
<div class="card-body text-center">
<div style="opacity: 0.3;">
<!-- Icon -->
<div class="icon-circle bg-dark text-white mb-5">
<i class="fe fe-calendar"></i>
</div>
<!-- Heading -->
<h4 class="font-weight-bold">
Eventos
</h4>
<!-- Text -->
<p class="text-gray-700 mb-5">
En esta sección estarás al tanto de las últimas novedades
</p>
</div>
<!-- Badge -->
<span class="badge badge-pill badge-dark-soft">
<span class="h6 text-uppercase">
En construcción
</span>
</span>
</div>
</div>
</div>
</div> <!-- / .row -->
</div>
</section>
<section class="pt-6 pt-md-8">
<div class="container py-6 py-md-8 border-top border-bottom border-gray-300">
<div class="row align-items-center">
<div class="col-12 col-md text-center text-md-left">
<!-- Heading -->
<h3 class="mb-1 font-weight-bold">
¿Querés abrir un nuevo emprendimiento?
</h3>
<!-- Text -->
<p class="font-size-lg text-muted mb-6 mb-md-0">
Encontrá todo lo que necesitás para comenzar.
</p>
</div>
<div class="col-12 col-md-5 text-center text-md-right">
<a href="https://eas.mic.gov.py/" class="btn btn-primary">
Quiero emprender
</a>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
<div class="container py-6 py-md-8 border-bottom border-gray-300">
<div class="row align-items-center">
<div class="col-12 col-md text-center text-md-left">
<!-- Heading -->
<h3 class="mb-1 font-weight-bold">
¿Qué tan digital es tu empresa?
</h3>
<!-- Text -->
<p class="font-size-lg text-muted mb-6 mb-md-0">
Chequéate y sigue tu camino hacia la digitalización
</p>
</div>
<div class="col-12 col-md-5 text-center text-md-right">
<a href="https://chequeodigital.mic.gov.py/" class="btn btn-primary">
Chequéate
</a>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>
<!-- FORM
================================================== -->
<section class="pt-9 pt-md-11 pb-8 pb-md-10">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-lg-8 text-center">
<!-- Heading -->
<h2 class="font-weight-bold">
¿Tienes alguna duda o consulta?
</h2>
<!-- Text -->
<p class="font-size-lg text-muted mb-7 mb-md-9">
Contáctanos y nos comunicaremos con usted lo antes posible con una solución a cualquier problema que tenga.
</p>
</div>
</div> <!-- / .row -->
<div class="row mb-7 mb-md-9 justify-content-center">
<div class="col-12 col-md-4 text-center border-left-md border-gray-300">
<!-- Heading -->
<h6 class="text-uppercase text-gray-700 mb-1">
Llame al
</h6>
<!-- Link -->
<div class="mb-5 mb-md-0">
<a href="tel://0216163097" class="h4">
(+595 21) 6163097
</a>
</div>
</div>
<div class="col-12 col-md-4 text-center border-left-md border-gray-300">
<!-- Heading -->
<h6 class="text-uppercase text-gray-700 mb-1">
Escríbanos a
</h6>
<!-- Link -->
<a href="mailto:[email protected]" class="h4">
</a>
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</section>
<section class="pb-12">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-10 col-lg-8 text-center">
<!-- Heading -->
<h2 class="font-weight-bold">
Aliados
</h2>
</div>
</div>
<div class="row align-items-center justify-content-center mt-4">
<div class="col-6 col-sm-4 col-md-2 mb-4 mb-md-0">
<!-- Brand -->
<a href="http://www.mic.gov.py/">
<div class="img-fluid text-gray-600 mb-2 mb-md-0 svg-shim">
<img src="/resources/img/logos/logo-mic.svg" alt="Ministerio de Industria y Comercio">
</div>
</a>
</div>
<div class="col-6 col-sm-4 col-md-2 mb-4 mb-md-0">
<!-- Brand -->
<a href="https://wenda.org.py/">
<div class="img-fluid text-gray-600 mb-2 mb-md-0 svg-shim">
<img src="/resources/img/logos/logo-eni.png" alt="Estrategia Nacional de Innovación">
</div>
</a>
</div>
</div> <!-- / .row -->
</div>
</section>
<!-- SHAPE
================================================== -->
<div class="position-relative">
<div class="shape shape-bottom shape-fluid-x svg-shim text-dark">
<svg viewBox="0 0 2880 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 48h2880V0h-720C1442.5 52 720 0 720 0H0v48z" fill="currentColor"/></svg>
</div>
</div>
<!-- FOOTER
================================================== -->
<footer class="py-8 py-md-11 bg-dark">
<div class="container">
<div class="row justify-content-between">
<div class="col-4 mx-auto text-center">
<!-- Brand -->
<img src="resources/img/brand.svg" alt="..." class="footer-brand img-fluid mb-2">
</div>
</div> <!-- / .row -->
</div> <!-- / .container -->
</footer>
<!-- JAVASCRIPT
================================================== -->
<!-- Libs JS -->
<script src="assets/libs/jquery/dist/jquery.min.js"></script>
<script src="assets/libs/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<!-- Theme JS -->
<script src="assets/js/theme.min.js"></script>
</body>
</html>