aboutsummaryrefslogtreecommitdiff
path: root/app/views/contact.view.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-03-28 03:02:37 -0400
committerThedro Neely <thedroneely@gmail.com>2019-03-28 03:02:37 -0400
commit3478f7be24398fbaf80a8cca286fa3eff7991147 (patch)
treecb883cfc65db9983d617192928be984ebbb1fb31 /app/views/contact.view.php
parentaecc4b247c10f3645b10a572b8481d679fb478ee (diff)
downloadthedroneely.com-3478f7be24398fbaf80a8cca286fa3eff7991147.tar.gz
thedroneely.com-3478f7be24398fbaf80a8cca286fa3eff7991147.tar.bz2
thedroneely.com-3478f7be24398fbaf80a8cca286fa3eff7991147.zip
app/views/contact: Use serif font and outlined submit button
Diffstat (limited to 'app/views/contact.view.php')
-rw-r--r--app/views/contact.view.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/app/views/contact.view.php b/app/views/contact.view.php
index 7170b0e..9b029c1 100644
--- a/app/views/contact.view.php
+++ b/app/views/contact.view.php
@@ -15,7 +15,7 @@
<h1 class="title is-3">Contact</h1>
- <p>
+ <p class="paragraph__serif">
Interested in collaborating?
Complete and submit the form below to send me a direct message.
</p>
@@ -60,7 +60,7 @@
<div class="field-body">
<div class="field">
<div class="control">
- <button class="button is-primary contact__button has-text-weight-normal">
+ <button class="button is-link is-outlined has-text-weight-normal">
Send message
</button>
</div>
@@ -79,6 +79,10 @@
</div>
</div>
+ </section>
+
+<section>
+
<?php require __DIR__ . '/partials/footer.php'; ?>
</body>