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

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

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