This file contains 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
<script> | |
document.write('<script src=' + | |
('_proto_' in {} ? 'comp/javascripts/vendor/zepto' : 'comp/javascripts/vendor/jquery') + | |
'.js><\/script>') | |
</script> |
This file contains 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
<script> | |
document.write('<script src=' + | |
('_proto_' in {} ? 'comp/javascripts/vendor/zepto' : 'comp/javascripts/vendor/jquery') + | |
'.js><\/script>') | |
</script> | |
{{HTML::script("comp/javascripts/foundation/foundation.js")}} | |
{{HTML::script("comp/javascripts/foundation/foundation.alerts.js")}} |
This file contains 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
<!-- //LOCATION: remax/public | |
<!-- //<!DOCTYPE html> | |
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]--> | |
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width" /> | |
<title>Remax First Class Realty</title> | |
{{HTML::style("comp/stylesheets/normalize.css" )}} |
This file contains 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
{{Form::open(array('url'=>'/login'))}} | |
{{ Form::email('email', $value = null, $attributes = array())}} | |
{{ Form::password('password', $value = null, $attributes = array())}} | |
{{ Form::submit('Login', $attributes = array('class'=>'button tiny radius'))}} | |
{{Form::close()}} |
This file contains 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
php artisan generate:migration create_news_table --fields="title:string, body:text" - generate table news | |
php artisan migrate - run migration | |
php artisan db:seed - start seeding | |
php artisan migrate --seed - umeste | |
php artisan migrate:reset | |
php artisan generate:model news |
This file contains 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
<a class="close-reveal-modal">×</a> |
This file contains 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 */ | |
$('#mailIcon1').on('click', function(){ | |
$('#inline').slideDown(); | |
}); | |
$('#close').on('click', function(){ | |
$('#inline').slideUp(); | |
}) |
This file contains 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
<div class="row"> | |
<div class="large-10 large-centered columns"> | |
<p><a href="#" data-reveal-id="larue"> <img src="comp/img/thumbs/larue.jpg" alt="LaVonne L. LaRue. Click to enlargel" class="th"></a></p> | |
<div id="larue" class="reveal-modal"> | |
<h2> LaVonne L. LaRue</h2> | |
<p><img src="comp/img/big-larue.jpg" alt="LaVonne LaRue. "class="floatleft" >LaVonne’s giant-sized paintings all around Chicago tell the story of love, nature, and conservation - themes that are central to her heart. LaVonne will share her love and skill of graffiti art on Monday’s schedule, as she starts the painting of a 20-foot high wall in the Rousseau Room of Hotel Contempo in front of a standing-room only audience in Art in Unexpected Places.</p> | |
<a class="close-reveal-modal">×</a> | |
</div> | |
</div> | |
</div> |
This file contains 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
<div class="row"> | |
<div class="large-10 large-centered columns"> | |
<div class="orbit-container"> | |
<ul class="orbit-slides-container" data-orbit data-options="timer_speed:2600;"> | |
<li><img src="comp/img/banners/1.jpg"> | |
<div class="orbit-caption">Lorem ipsum dolor sit amet, consectetur adipisicing</div> | |
</li> | |
<li><img src="comp/img/banners/2.jpg"> | |
<div class="orbit-caption">Lorem ipsum dolor sit amet, consectetur adipisicing</div> |