aboutsummaryrefslogtreecommitdiff
path: root/app/views/contact.view.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-03-01 06:14:51 -0500
committerThedro Neely <thedroneely@gmail.com>2019-03-01 06:14:51 -0500
commit842d110a320d5d55a917766f55a79f700ab0d657 (patch)
tree85b5f352f14cf92cb635b30201c8d7c2ce1a22f0 /app/views/contact.view.php
parentd46e0ee719011746d1f75a3f928a5dce56c8b332 (diff)
downloadthedroneely.com-842d110a320d5d55a917766f55a79f700ab0d657.tar.gz
thedroneely.com-842d110a320d5d55a917766f55a79f700ab0d657.tar.bz2
thedroneely.com-842d110a320d5d55a917766f55a79f700ab0d657.zip
app/views/contact: Remove placeholder text and tighten up columns
Diffstat (limited to 'app/views/contact.view.php')
-rw-r--r--app/views/contact.view.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/views/contact.view.php b/app/views/contact.view.php
index c85c50b..7170b0e 100644
--- a/app/views/contact.view.php
+++ b/app/views/contact.view.php
@@ -9,15 +9,15 @@
<div id="contact-vue">
<div class="container">
<div class="columns is-centered">
- <div class="column is-8">
+ <div class="column is-7">
<article class="content">
<h1 class="title is-3">Contact</h1>
<p>
- Interested in collaborating together?
- Complete the form below with basic info about your project or idea.
+ Interested in collaborating?
+ Complete and submit the form below to send me a direct message.
</p>
<form method="post" action="/?sent">
@@ -28,7 +28,7 @@
<label class="heading is-size-6">Name <span class="alert" v-show="!name">*</span></label>
<div class="field has-addons">
<p class="control is-expanded">
- <input v-model="name" class="input" type="text" name="26471" placeholder="Jason Response">
+ <input v-model="name" class="input" type="text" name="26471" placeholder="">
</p>
</div>
</div>
@@ -36,7 +36,7 @@
<label class="heading is-size-6">Email <span class="alert" v-show="!email">*</span></label>
<div class="field has-addons">
<p class="control is-expanded">
- <input v-model="email" class="input" type="email" name="26472" placeholder="user@domain.com">
+ <input v-model="email" class="input" type="email" name="26472" placeholder="">
</p>
</div>
</div>
@@ -48,7 +48,7 @@
<div class="field-body">
<div class="field">
<div class="control">
- <textarea v-model="message" class="textarea" name="26478" placeholder="How would you describe your project?"></textarea>
+ <textarea v-model="message" class="textarea" name="26478" placeholder=""></textarea>
</div>
</div>
</div>