add some style

main
yova 3 years ago
parent 83774b9470
commit 629a634811

@ -4,6 +4,4 @@ menu = "main"
type = "contact" type = "contact"
+++ +++
Please send me some lovely words.
{{<contact-form>}} {{<contact-form>}}

@ -1,9 +1,7 @@
<div class="container">
<!-- Form Started --> <h4>Please send me some lovely words.</h4>
<div class="container form-top">
<div class="row">
<div class="panel panel-danger">
<div class="panel-body" >
<form id="reused_form" > <form id="reused_form" >
<br> <br>
<div class="meta-group" style="display: flex;justify-content: space-between;margin-bottom:0.5em;"> <div class="meta-group" style="display: flex;justify-content: space-between;margin-bottom:0.5em;">
@ -30,14 +28,9 @@
<h4> <h4>
Error Error
</h4> </h4>
Very sorry! There was an error sending your words. Very sorry! There was an error with emailing me your precious words.
</div> </div>
<div id="success_message" style="width:100%; height:100%; display:none; "> <div id="success_message" style="width:100%; height:100%; display:none; ">
<h2>Success! Your Message was Sent Successfully.</h2> <h2>That looks good!</h2>
</div> <p>Message has been accepted! Please stand by. I usually reply within one or two days.</p>
</div>
</div>
</div>
</div>
<!-- Form Ended -->
</div> </div>

Loading…
Cancel
Save