<?
    $GLOBALS
['highlight'] = 'about';

    include(
'include/parts/header.php');
?>

<div class="header">About</div>
<div class="content">
I used to be a follower and BBS distro for a group called GRIP (Graphics Revolution In Progress), and becides the love
for this group I have always enjoyed the ANSI's by ACID. The thing that I enjoyed the most after the BBS era and the
start of the WWW was looking at the tiles on ICE's website. Unfortunately that site is not longer being updated
for tiles so I decided to make a similar system for people to use.
</div>

<?
    
include('include/parts/footer.php');
?>