This commit is contained in:
2025-08-28 18:50:55 +02:00
parent 85abdc28ca
commit 7dc4a5395c
4 changed files with 96 additions and 39 deletions

View File

@@ -1,4 +1,5 @@
<?php
/**
* The template for displaying the footer
*
@@ -11,13 +12,24 @@
?>
</div><!-- #content -->
</div><!-- #content -->
<?php get_template_part( 'template-parts/layout/footer', 'content' ); ?>
<?php get_template_part('template-parts/layout/footer', 'content'); ?>
</div><!-- #page -->
<?php wp_footer(); ?>
<script src="https://cdn.jsdelivr.net/npm/flowbite@3.1.2/dist/flowbite.min.js"></script>
<script src="https://unpkg.com/typed.js@2.1.0/dist/typed.umd.js"></script>
<script>
var typed = new Typed('#text-slide', {
strings: ['ESTRATEGIA', 'BRANDING', 'CREATIVIDAD', 'DISEÑO'],
typeSpeed: 60,
backSpeed: 30,
shuffle: true,
loop: true,
});
</script>
</body>
</html>
</html>