Inserting credits
This commit is contained in:
parent
abc7a182a8
commit
8d8a08f6cd
11
footer.php
11
footer.php
|
|
@ -113,8 +113,17 @@
|
||||||
|
|
||||||
<?php do_action('tailpress_footer'); ?>
|
<?php do_action('tailpress_footer'); ?>
|
||||||
|
|
||||||
<div class=" container mx-auto text-center text-gray-500">
|
<div class=" website-credits">
|
||||||
© <?php echo date_i18n('Y'); ?> - <?php echo get_bloginfo('name'); ?>
|
© <?php echo date_i18n('Y'); ?> - <?php echo get_bloginfo('name'); ?>
|
||||||
|
<p class="made-by">Made with
|
||||||
|
<span>
|
||||||
|
<svg viewBox="0 0 825.22 700.44">
|
||||||
|
<g>
|
||||||
|
<path class="cls-1" d="m804.05,123.44c-25.5-54.3-74.5-96-131.6-113.7-56.2-17.5-118.7-11-170.3,17.2-35,19.2-61.9,49.6-89.7,77.6-6.6-6.6-13.2-13.2-19.8-19.8-12-12-23.7-24.7-36.9-35.4C301.75,5.54,229.25-10.56,161.75,6.94,98.25,23.44,43.75,69.54,17.85,129.94c-24,56-23.7,119.1.3,175,12.7,29.7,32.5,54.3,55.1,76.9l52.8,52.8c26.8,26.8,53.6,53.5,80.3,80.3,28.1,28.1,56.2,56.2,84.3,84.3,21.5,21.5,43.1,43.1,64.7,64.7,12.7,12.7,26.3,30.2,44.4,34.9,17,4.4,34.7-.5,47.4-12.3l.6-.6.5-.5,26.9-26.9,67.2-67.2,84.2-84.2,78.4-78.4,49.9-49.9c2.8-2.8,5.7-5.6,8.5-8.5,21.3-21.7,37.5-47.6,48.2-76,20.9-55.2,17.4-117.8-7.5-170.9Z" />
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
</span> by<a href="https://deligraph.com/"> Deligraph</a>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -48,4 +48,25 @@
|
||||||
&__metiers-patrimoine {
|
&__metiers-patrimoine {
|
||||||
@apply col-span-4 md:col-span-2;
|
@apply col-span-4 md:col-span-2;
|
||||||
}
|
}
|
||||||
|
.website-credits {
|
||||||
|
@apply text-center col-span-4;
|
||||||
|
}
|
||||||
|
.seventeen {
|
||||||
|
}
|
||||||
|
|
||||||
|
.made-by {
|
||||||
|
@apply flex justify-center items-center text-neutral-600 font-semibold text-xs pt-2;
|
||||||
|
svg {
|
||||||
|
@apply w-3 h-3 mx-1 fill-secondary;
|
||||||
|
animation: fade-in-out 2.5s linear infinite;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
@apply underline pl-1;
|
||||||
|
}
|
||||||
|
@keyframes fade-in-out {
|
||||||
|
50% {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user