69 lines
2.5 KiB
PHP
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&source=s_q&hl=en&geocode=&q=San+Diego,+CA,+United+States&aq=0&oq=san+die&sll=-25.335448,135.745076&sspn=83.735932,130.605469&ie=UTF8&hq=&hnear=San+Diego,+California,+United+States&ll=32.715329,-117.157255&spn=0.164801,0.255089&t=m&z=13&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
|
|
|