Files
MermsEmrWeb/mainwww/resources/views/contact.blade.php
T
Olusesan Ameye 4c6d4d98f0 fix
2020-09-07 10:33:03 -04:00

69 lines
2.5 KiB
PHP

@extends('layouts.master')
@section('content')
<!-- Start Outter Wrapper -->
<div class="outter-wrapper feature map">
<iframe width="100" height="150" src="https://maps.google.com.au/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=San+Diego,+CA,+United+States&amp;aq=0&amp;oq=san+die&amp;sll=-25.335448,135.745076&amp;sspn=83.735932,130.605469&amp;ie=UTF8&amp;hq=&amp;hnear=San+Diego,+California,+United+States&amp;ll=32.715329,-117.157255&amp;spn=0.164801,0.255089&amp;t=m&amp;z=13&amp;output=embed"></iframe>
</div>
<!-- End Outter Wrapper -->
<!-- Start Outter Wrapper -->
<div class="outter-wrapper">
<!-- Start Main Body -->
<div class="main-container">
<div class="main wrapper clearfix">
<!-- Start Main Content -->
<div class="main-content three-fourths">
<h1>Get in touch</h1>
<p class="lead">We'd love to hear from you! Give us a call, send us an email or drop us a message with the form below. </p>
<!-- Start Form -->
<form id="contactform" action="/contact" method="post">
<table class="tableless">
<tr><td><input type="text" id="name" name="name" placeholder="What's your name" /></td></tr>
<tr><td><input type="email" id="email" name="email" placeholder="Email goes here" /></td></tr>
<tr><td><textarea id="message" name="message" rows="5" cols="20" placeholder="Whats this about?"></textarea></td></tr>
<tr><td>
<input name="button" class="btn" type="submit" value="Send Message" id="send" /><br/></td></tr>
</table>
</form>
<div id="response"></div>
<!-- Finish Main Content -->
</div>
<!-- Start Main Sidebar -->
<aside class="right-aside fourth last">
<h3>Find us at</h3>
<ul>
<li><a href="#">facebook.com/mermsemr</a></li>
<li><a href="#">Twitter.com/mermemr</a></li>
<li>
USA: 2451 Cumberland Pkwy Ste. 3570 Atlanta,GA 30339. Ph: +1 (404) 855 7966<br>
LAGOS: 8A Saka Tinubu Street, Victoria Island, Lagos. Ph: +234 (909)4642915
</li>
</ul>
</aside>
<!-- Finish Sidebar -->
</div> <!-- #main -->
</div> <!-- #main-container -->
</div>
@stop