template changes.
This commit is contained in:
@@ -1,37 +0,0 @@
|
||||
@layout('docs::template')
|
||||
|
||||
@section('content')
|
||||
<h1>Learn the terrain.</h1>
|
||||
|
||||
<p>
|
||||
You've landed yourself on our default home page. The route that
|
||||
is generating this page lives in the main routes file. You can
|
||||
find it here:
|
||||
</p>
|
||||
|
||||
<pre>APP_PATH/routes.php</pre>
|
||||
|
||||
<!--
|
||||
<pre class="prettyprint lang-php linenums">
|
||||
return array(
|
||||
'welcome' => 'Welcome to our website!',
|
||||
);
|
||||
</pre>
|
||||
-->
|
||||
<p>And the view sitting before you can be found at:</p>
|
||||
|
||||
<pre>APP_PATH/views/home/index.php</pre>
|
||||
|
||||
<h1>Create something beautiful.</h1>
|
||||
|
||||
<p>
|
||||
Now that you're up and running, it's time to start creating!
|
||||
Here are some links to help you get started:
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://laravel.com">Official Website</a></li>
|
||||
<li><a href="http://forums.laravel.com">Laravel Forums</a></li>
|
||||
<li><a href="http://github.com/laravel/laravel">GitHub Repository</a></li>
|
||||
</ul>
|
||||
@endsection
|
||||
@@ -1,27 +0,0 @@
|
||||
<h2>Documentation</h2>
|
||||
<ul>
|
||||
<li><a href="#">Menu Item</a></li>
|
||||
<li><a href="#">Menu Item</a></li>
|
||||
<li><a href="#">Menu Item</a>
|
||||
<ul>
|
||||
<li><a href="#">Sub Menu Item</a></li>
|
||||
<li><a href="#">Sub Menu Item</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Menu Item</a></li>
|
||||
<li><a href="#">Menu Item</a></li>
|
||||
<li><a href="#">Menu Item</a>
|
||||
<ul>
|
||||
<li><a href="#">Sub Menu Item</a></li>
|
||||
<li><a href="#">Sub Menu Item</a></li>
|
||||
<li><a href="#">Sub Menu Item</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#">Menu Item</a></li>
|
||||
<li><a href="#">Menu Item</a></li>
|
||||
<li><a href="#">Menu Item</a></li>
|
||||
<li><a href="#">Menu Item</a></li>
|
||||
<li><a href="#">Menu Item</a></li>
|
||||
<li><a href="#">Menu Item</a></li>
|
||||
<li><a href="#">Menu Item</a></li>
|
||||
</ul>
|
||||
@@ -5,8 +5,9 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Laravel: A Framework For Web Artisans</title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
{{ Asset::styles(); }}
|
||||
{{ Asset::scripts(); }}
|
||||
|
||||
{{ HTML::style('laravel/css/style.css') }}
|
||||
{{ HTML::style('laravel/js/modernizr-2.5.3.min.js') }}
|
||||
</head>
|
||||
<body onload="prettyPrint()">
|
||||
<div class="wrapper">
|
||||
@@ -14,10 +15,7 @@
|
||||
<h1>Laravel</h1>
|
||||
<h2>A Framework For Web Artisans</h2>
|
||||
|
||||
<p class="intro-text">
|
||||
You have successfully installed the Laravel framework. Laravel is a simple framework
|
||||
that helps web artisans create beautiful, creative applications using elegant, expressive
|
||||
syntax. You'll love using it.
|
||||
<p class="intro-text" style="margin-top: 45px;">
|
||||
</p>
|
||||
</header>
|
||||
<div role="main" class="main">
|
||||
@@ -30,6 +28,6 @@
|
||||
</div>
|
||||
</div>
|
||||
{{ HTML::script('http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js') }}
|
||||
{{ Asset::container('footer')->scripts(); }}
|
||||
{{ HTML::script('laravel/js/prettify.js') }}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user