aboutsummaryrefslogtreecommitdiff
path: root/app/views/about.view.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/about.view.php')
-rw-r--r--app/views/about.view.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/about.view.php b/app/views/about.view.php
new file mode 100644
index 0000000..ae28201
--- /dev/null
+++ b/app/views/about.view.php
@@ -0,0 +1,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'; ?>