muchas cosas, aun esta en proceso de construccion
This commit is contained in:
@@ -6,31 +6,34 @@
|
||||
@section('title')
|
||||
<title>Daniel Cortés</title>
|
||||
@show
|
||||
<link href="css/app.css" rel="stylesheet">
|
||||
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<div class="container">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="{{route('index')}}">Daniel Cortes</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{route('blog')}}">Blog</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{route('now')}}">Now</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{route('projects')}}">Projects</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{route('setup')}}">Setup</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<nav class="navbar">
|
||||
<ul class="navbar-items">
|
||||
<li class="navbar-item">
|
||||
<a href="{{route('index')}}">Daniel Cortes</a>
|
||||
</li>
|
||||
<li class="navbar-item">
|
||||
<a href="{{route('blog.index')}}">Blog</a>
|
||||
</li>
|
||||
<li class="navbar-item">
|
||||
<a href="{{route('now')}}">Now</a>
|
||||
</li>
|
||||
<li class="navbar-item">
|
||||
<a href="{{route('projects')}}">Projects</a>
|
||||
</li>
|
||||
<li class="navbar-item">
|
||||
<a href="{{route('setup')}}">Setup</a>
|
||||
</li>
|
||||
<li class="navbar-item">
|
||||
<a href="#">ADMIN</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
@yield('content')
|
||||
|
||||
@yield('content')
|
||||
|
||||
<script src="js/app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user