aboutsummaryrefslogtreecommitdiff
path: root/views/about.view.php
blob: ae282013089b899654f8c16ec136fa35e2ecd68a (plain)
1
2
3
4
5
6
7
<?php require __DIR__ . '/partials/header.php'; ?>

    <h2 class="text-xl text-gray-700 mb-6 leading-normal">
        Edwin is a voiceover artist specializing in low to mid-range voiceovers.
    </h2>

<?php require __DIR__ . '/partials/footer.php'; ?>