Created
August 24, 2013 18:12
-
-
Save SvitlanaShepitsena/6329554 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- /* My slideDown mail form starts here */ | |
--> | |
<div id="myModal" class="reveal-modal small myModal2 panel"> | |
<div class="row"> | |
<div class="large-12 columns profileContent"> | |
<div class="navPanel"> | |
<nav class="top-bar min"> | |
<div class="large-2 columns"> | |
<a class="logoS" href="{{URL::route('home')}}" title="Home Page"> | |
<img src="{{url('comp/img/REMAX1LogoS.png')}}" alt="RE/MAX FIRST CLASS Logo"> | |
</a> | |
</div> | |
<div class="large-10 columns"> <ul class="title-area right"> | |
<!-- Title Area --> | |
<li class="name"> | |
<h1> | |
{{link_to_route('home', 'REMAX FIRST CLASS');}} | |
</h1> | |
</li> | |
</ul> | |
</div> | |
</nav> | |
</div> | |
<h3 class="subheader contactModal">Contact Us</h3> | |
{{Form::open(array('url' => 'sendmail'))}} | |
{{Form::label('email', 'Your E-mail')}} | |
{{Form::text('email', '', array('placeholder'=>'@', 'class'=>'txt'))}} | |
{{Form::label('subject', 'Subject')}} | |
{{Form::text('subject', '', array('placeholder'=>'Your subject', 'class'=>'className'))}} | |
{{Form::label('message', 'Enter a Message')}} | |
{{Form::textarea('message', '', array('placeholder'=>'', 'class'=>'txtarea'))}} | |
{{ Form::submit('Send', array('class'=>'button secondary small radius'))}} | |
{{Form::close()}} | |
</div> | |
</div> | |
<a class="close-reveal-modal">×</a> | |
</div> | |
<!-- =My slideDown mail myModal ends here --> | |
<!-- | |
/* insert data-reveal-id to link with the same id */ | |
<a href="#" class="mailIcon has-tip-left" title="Send Us Email" data-reveal-id="myModal"> | |
<img src="{{url('comp/img/icons/mail_remax1.png')}}" alt="REMAX FIRST CLASS Mail Icon" ></a> | |
--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment