Working on default layout.
This commit is contained in:
@@ -4605,43 +4605,49 @@ button.close {
|
|||||||
.hidden-print {
|
.hidden-print {
|
||||||
display: none !important; } }
|
display: none !important; } }
|
||||||
|
|
||||||
.forgot-password {
|
.fa-btn {
|
||||||
padding-top: 7px;
|
margin-right: 10px; }
|
||||||
vertical-align: middle; }
|
|
||||||
|
|
||||||
.navbar-avatar {
|
.navbar-avatar {
|
||||||
border-radius: 999px;
|
border-radius: 999px;
|
||||||
margin: -11px 10px -10px 0;
|
margin: -11px 10px -10px 0;
|
||||||
padding: 0; }
|
padding: 0; }
|
||||||
|
|
||||||
.jumbotron {
|
.forgot-password {
|
||||||
|
padding-top: 7px;
|
||||||
|
vertical-align: middle; }
|
||||||
|
|
||||||
|
#welcome .jumbotron {
|
||||||
background: #F55430;
|
background: #F55430;
|
||||||
color: #fde0da;
|
color: #fde0da;
|
||||||
margin-top: -20px; }
|
margin-top: -20px; }
|
||||||
|
|
||||||
.jumbotron__header, .jumbotron h1 {
|
#welcome .jumbotron__header, .jumbotron h1 {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: white;
|
color: white;
|
||||||
margin-top: 0; }
|
margin-top: 0; }
|
||||||
|
|
||||||
.jumbotron__body {
|
#welcome .jumbotron__body {
|
||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
line-height: 1.6em; }
|
line-height: 1.6em; }
|
||||||
|
|
||||||
.steps {
|
#welcome .jumbotron__header, .jumbotron h1 {
|
||||||
|
font-weight: lighter; }
|
||||||
|
|
||||||
|
#welcome .steps {
|
||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
counter-reset: welcome-steps; }
|
counter-reset: welcome-steps; }
|
||||||
|
|
||||||
.steps > .steps__item {
|
#welcome .steps > .steps__item {
|
||||||
margin-bottom: 2.5em;
|
margin-bottom: 2.5em;
|
||||||
padding: 19px;
|
padding: 19px;
|
||||||
border: 1px solid #eeeeee;
|
border: 1px solid #eeeeee;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
overflow: hidden; }
|
overflow: hidden; }
|
||||||
.steps > .steps__item:before {
|
#welcome .steps > .steps__item:before {
|
||||||
content: counter(welcome-steps);
|
content: counter(welcome-steps);
|
||||||
counter-increment: welcome-steps;
|
counter-increment: welcome-steps;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
@@ -4654,13 +4660,10 @@ button.close {
|
|||||||
font: bold 2em monospace;
|
font: bold 2em monospace;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 49px; }
|
line-height: 49px; }
|
||||||
.steps > .steps__item .body {
|
#welcome .steps > .steps__item .body {
|
||||||
float: left; }
|
float: left; }
|
||||||
.steps > .steps__item h2 {
|
#welcome .steps > .steps__item h2 {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-top: 0; }
|
margin-top: 0; }
|
||||||
.steps > .steps__item p:last-child {
|
#welcome .steps > .steps__item p:last-child {
|
||||||
margin-bottom: 0; }
|
margin-bottom: 0; }
|
||||||
|
|
||||||
.fa-btn {
|
|
||||||
margin-right: 10px; }
|
|
||||||
|
|||||||
@@ -1,11 +1,8 @@
|
|||||||
@import "partials/variables";
|
@import "variables";
|
||||||
@import "bootstrap";
|
@import "bootstrap";
|
||||||
@import "partials/auth";
|
|
||||||
|
@import "partials/buttons";
|
||||||
@import "partials/navigation";
|
@import "partials/navigation";
|
||||||
@import "partials/banner";
|
|
||||||
|
|
||||||
|
@import "pages/auth";
|
||||||
@import "pages/welcome";
|
@import "pages/welcome";
|
||||||
|
|
||||||
.fa-btn {
|
|
||||||
margin-right: 10px;
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -1,11 +1,35 @@
|
|||||||
.steps {
|
#welcome .jumbotron {
|
||||||
|
background: $primary;
|
||||||
|
color: lighten($primary, 35%);
|
||||||
|
margin-top: -20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#welcome .jumbotron__header,
|
||||||
|
.jumbotron h1 {
|
||||||
|
font-weight: bold;
|
||||||
|
color: white;
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#welcome .jumbotron__body {
|
||||||
|
max-width: 80%;
|
||||||
|
margin-bottom: 0;
|
||||||
|
line-height: 1.6em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#welcome .jumbotron__header, .jumbotron h1 {
|
||||||
|
font-weight: lighter;
|
||||||
|
}
|
||||||
|
|
||||||
|
#welcome .steps {
|
||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
counter-reset: welcome-steps;
|
counter-reset: welcome-steps;
|
||||||
}
|
}
|
||||||
|
|
||||||
.steps > .steps__item {
|
#welcome .steps > .steps__item {
|
||||||
margin-bottom: 2.5em;
|
margin-bottom: 2.5em;
|
||||||
padding: 19px;
|
padding: 19px;
|
||||||
border: 1px solid $gray-lighter;
|
border: 1px solid $gray-lighter;
|
||||||
|
|||||||
@@ -1,18 +0,0 @@
|
|||||||
.jumbotron {
|
|
||||||
background: $primary;
|
|
||||||
color: lighten($primary, 35%);
|
|
||||||
margin-top: -20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.jumbotron__header,
|
|
||||||
.jumbotron h1 {
|
|
||||||
font-weight: bold;
|
|
||||||
color: white;
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.jumbotron__body {
|
|
||||||
max-width: 80%;
|
|
||||||
margin-bottom: 0;
|
|
||||||
line-height: 1.6em;
|
|
||||||
}
|
|
||||||
3
resources/assets/sass/partials/_buttons.scss
Normal file
3
resources/assets/sass/partials/_buttons.scss
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
.fa-btn {
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
@@ -64,11 +64,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
@yield('banner')
|
@yield('content')
|
||||||
|
|
||||||
<div class="container">
|
|
||||||
@yield('content')
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Bootstrap JavaScript -->
|
<!-- Bootstrap JavaScript -->
|
||||||
<script src="/js/vendor/jquery.js"></script>
|
<script src="/js/vendor/jquery.js"></script>
|
||||||
|
|||||||
@@ -1,65 +1,60 @@
|
|||||||
@extends('layouts.app')
|
@extends('layouts.app')
|
||||||
|
|
||||||
@section('banner')
|
@section('content')
|
||||||
<div class="jumbotron">
|
<div id="welcome">
|
||||||
<div class="container">
|
<div class="jumbotron">
|
||||||
<h1 class="jumbotron__header">Welcome to Laravel 5!</h1>
|
<div class="container">
|
||||||
|
<h1 class="jumbotron__header">Welcome to Laravel 5.</h1>
|
||||||
|
|
||||||
<p class="jumbotron__body">
|
<p class="jumbotron__body">
|
||||||
Laravel is a web application framework with expressive, elegant syntax. We believe development
|
Laravel is a web application framework with expressive, elegant syntax. We believe development
|
||||||
must be an enjoyable, creative experience to be truly fulfilling.
|
must be an enjoyable, creative experience. Enjoy the fresh air.
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="container">
|
||||||
|
<ol class="steps">
|
||||||
|
<li class="steps__item">
|
||||||
|
<div class="body">
|
||||||
|
<h2>Have a Look Around</h2>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Review <code>app/Http/routes.php</code> to learn how HTTP requests are
|
||||||
|
routed to controllers.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
We've included simple login and registration screens to get you started.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="steps__item">
|
||||||
|
<div class="body">
|
||||||
|
<h2>Harness Your Skills</h2>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Ready to keep learning more about Laravel? Start here:
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="http://laravel.com/docs">Laravel Documentation</a></li>
|
||||||
|
<li><a href="https://laracasts.com">Laravel 5 From Scratch (via Laracasts)</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="steps__item">
|
||||||
|
<div class="body">
|
||||||
|
<h2>Forge Ahead</h2>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
When you're finished building your application, Laravel still has your back. Check out <a href="https://forge.laravel.com">Laravel Forge</a>.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@stop
|
@stop
|
||||||
|
|
||||||
@section('content')
|
|
||||||
<ol class="steps">
|
|
||||||
<li class="steps__item">
|
|
||||||
<div class="body">
|
|
||||||
<h2>Have a Look Around</h2>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Review <code>app/Http/Controllers/WelcomeController.php</code> to learn
|
|
||||||
how this page was constructed.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="steps__item">
|
|
||||||
<div class="body">
|
|
||||||
<h2>Harness Your Skills</h2>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Once you've toyed around for a bit, you'll surely want to dig in and
|
|
||||||
learn more. Try:
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<ul>
|
|
||||||
<li><a href="http://laravel.com/docs">Laravel Documentation</a></li>
|
|
||||||
<li><a href="https://laracasts.com">Laravel 5 From Scratch (via Laracasts)</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="steps__item">
|
|
||||||
<div class="body">
|
|
||||||
<h2>Forge Ahead</h2>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
Finished building your app? It's time to deploy! Laravel still has your back. Use <a href="https://forge.laravel.com">Laravel Forge</a>.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="steps__item">
|
|
||||||
<div class="body">
|
|
||||||
<h2>Profit</h2>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
...and go be with your family.
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
@stop
|
|
||||||
|
|||||||
Reference in New Issue
Block a user