-
Notifications
You must be signed in to change notification settings - Fork 0
/
creación-de-contenido.php
88 lines (79 loc) · 4.31 KB
/
creación-de-contenido.php
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
<!DOCTYPE html>
<html lang="es">
<?php
include("head.php");
?>
<?php
include("body.php");
?>
<div class="body">
<?php
include('header.php');
?>
<div class="section-angled-layer-bottom bg-light" style="padding: 0rem 0;"></div>
<div role="main" class="main video-container" >
<section
class="section section-concept section-no-border section-dark section-angled section-angled-reverse pt-5 m-0"
id="section-concept">
<div class="container pt-5 mt-5">
<div class="row custom-header-min-height-1 align-items-center pt-3" style="padding: 10px;backdrop-filter: blur(5px);border-radius: 15px;">
<div class="col-lg-5 mb-5"
style="background: -webkit-linear-gradient(rgb(65 0 255), rgba(0, 204, 115, 1));-webkit-background-clip: text;-webkit-text-fill-color: transparent;">
<h5 class="text-primary font-weight-bold mb-1 custom-letter-spacing-1">CREACIÓN DE
</h5>
<h1 class="font-weight-bold text-12 line-height-2 mb-3"
style="background: -webkit-linear-gradient(rgb(6 0 255), rgba(0, 204, 115, 1));-webkit-background-clip: text;-webkit-text-fill-color: transparent;">
CONTENIDO
</h1>
<p class="font-weight-bold text-8 line-height-2 mb-3" style="background: -webkit-linear-gradient(rgb(6 0 255), rgba(0, 204, 115, 1));-webkit-background-clip: text;-webkit-text-fill-color: transparent; text-align: justify;">
¿Por qué debería adquirir este servicio?
</p>
<p class="custom-font-size-1 pt-2" style="text-align: justify;">
La creación de contenido implica producir textos, imágenes, videos y otros formatos que atraigan y retengan a la audiencia.
</p>
<p class="font-weight-bold text-8 line-height-2 mb-3"
style="background: -webkit-linear-gradient(rgb(6 0 255), rgba(0, 204, 115, 1));-webkit-background-clip: text;-webkit-text-fill-color: transparent; text-align: justify;">
Ventajas
</p>
<ul class="custom-font-size-1 pt-2" style="text-align: justify;">
<li style="margin-bottom: 10px;"><strong>Engagement: </strong>Atrae y retiene a la audiencia con contenido relevante y valioso.</li>
<li style="margin-bottom: 10px;"><strong>SEO: </strong>Mejora la visibilidad en motores de búsqueda con contenido optimizado.</li>
<li style="margin-bottom: 10px;"><strong>Fomento de la Lealtad: </strong>Genera lealtad y confianza en la marca a través de contenido educativo e informativo.</li>
</ul>
</div>
<div class="col-lg-6 offset-lg-1 mb-5">
<div class="position-relative border-width-10 border-color-light clearfix border border-radius;"
data-remove-min-height style="min-height: 394px;">
<iframe width="100%" height="300px" src="https://www.youtube.com/embed/iOGDGtr_b4o" title="INTROBIENVENIDA" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-8 col-lg-6 col-xl-5 custom-header-bar position-relative py-4 pe-5 z-index-2">
<div>
<div class="star-rating-wrap d-flex align-items-center justify-content-center position-relative text-5 py-2 mb-2"
style="background: -webkit-linear-gradient(rgb(65 0 255), rgba(0, 204, 115, 1));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;">
<i class="fas fa-star"></i><i class="fas fa-star ms-1"></i><i
class="fas fa-star ms-1"></i><i class="fas fa-star ms-1"></i><i
class="fas fa-star ms-1"></i>
</div>
<h4 class="position-relative text-center font-weight-bold text-7 line-height-2 mb-0">
EL FUTURO ES AHORA</h4>
<p class="position-relative text-center font-weight-normal mb-1">TU
SOCIO TECNOLÓGICO
</p>
</div>
</div>
</div>
</div>
</section>
<hr>
</div>
<?php
include('footer.php')
?>
</div>
<?php
include("endBody.php")
?>
</html>