PerlaTheDog/assets/includes/footer.php

43 lines
1.6 KiB
PHP

<?php
include(__DIR__ . './../../assets/config.php');
?>
<footer id="footer" class="panel">
<div class="inner split">
<div>
<section>
<h2><?php echo title ?>.</h2>
<p>She Is a Chihuahua Mix, and she is 7 years old. We adopted her in 2019 from <a class="white-link" href="https://www.familydogsnewlife.org/">Family Dogs New Life Shelter</a>.</p>
<h2>Site Info</h2>
<p>Site Maintained By <a class="white-link" href="https://sophia.wtf">Sophia Atkinson</a></p>
<p><a class="white-link" href="https://git.oldgate.org/Sophia/PTD">Git Repository</a></p>
<h2>Contact</h2>
<p><a class="white-link" href="<?php echo email ?>">Email</a></p>
</section>
<?php
include(__DIR__ . '/copyright.php');
?>
</div>
<div> </div>
</div>
</footer>
<footer id="archives" class="panel">
<div class="inner split">
<div>
<section>
<h2>Archives</h2>
<h2><a href="/archives/2024/">2024</a></h2>
<h2><a href="/archives/2023/">2023</a></h2>
<h2><a href="/archives/2022/">2022</a></h2>
<h2><a href="/archives/2021/">2021</a></h2>
<h2><a href="/archives/2020/">2020</a></h2>
<h2><a href="/archives/2019/">2019</a></h2>
</section>
<?php
include(__DIR__ . '/copyright.php');
?>
</div>
<div> </div>
</div>
</footer>
</div>
<script src="<?php echo cdnurl?>/assets/js/bundle.min.js"></script>