Housekeeping

- Moving to HTMX integration
- Improving links for local use
- File structure
- Hiding clutter
This commit is contained in:
MrTeferi
2022-11-21 16:17:13 -06:00
parent 70c8990024
commit 432bdc998b
34 changed files with 202 additions and 457 deletions

View File

@@ -1,8 +1,4 @@
<?php
$title = 'Card Conjurer - About';
$desc = 'Card Conjurer has gone through a handful of major remakes. Click here for the full story!';
include('../globalHTML/header-1.php');
?>
<!-- START OF CONTENT -->
<h2 class='readable-background header-extension title center'>About Me</h2>
<div class='layer center'></div>
<div class='layer center'>
@@ -35,4 +31,4 @@ include('../globalHTML/header-1.php');
Whether you'd like to see what I'm up to in the Magic world or take a look at some of the cards I've made with Card Conjurer, please consider taking a moment to check out my Twitter <a style='color: #00aced;' href="https://twitter.com/ImKyle4815" target='_blank'>@ImKyle4815</a>!
</h4>
</div>
<?php include('../globalHTML/footer.php'); ?>
<!-- END OF CONTENT -->