first theme commit

This commit is contained in:
2024-05-03 01:55:19 -04:00
commit 3d9ef61176
153 changed files with 53926 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?php
/**
* Start A Conversation Button
*
* @package ThemeStarter
*/
?>
<div>
<a class="flex justify-center" href="<?= esc_url(get_permalink('12')); ?>">
<button aria-label="Start a Conversation" class="py-2 pl-16 relative pr-4 rounded-md bg-yellow-300 text-black">
<i class="absolute left-2 text-2xl -top-1 rounded-md p-2 bg-stone-300 bi-megaphone-fill"></i>Start A Conversation
</button>
</a>
</div>