More organization of web assets

This commit is contained in:
Nabeel Shahzad
2018-03-28 14:01:38 -05:00
parent 12caa3b214
commit e366ca9375
528 changed files with 15294 additions and 28046 deletions

View File

@@ -14,9 +14,9 @@
<meta name="api-key" content="{{ Auth::check() ? Auth::user()->api_key: '' }}">
{{-- End the required lines block --}}
<script src="{{ public_asset('/assets/system/js/jquery.js') }}"></script>
<script src="{{ public_asset('/assets/global/js/jquery.js') }}"></script>
<link rel="icon" type="image/png" href="{{ public_asset('/assets/admin/img/favicon.png') }}">
<link rel="shortcut icon" type="image/png" href="{{ public_asset('/assets/img/favicon.png') }}"/>
<link href='https://fonts.googleapis.com/css?family=Muli:400,300' rel='stylesheet' type='text/css'>
<link href="http://fonts.googleapis.com/css?family=Roboto:400,700,300" rel="stylesheet" type="text/css">

View File

@@ -9,7 +9,7 @@
<div class="sidebar-wrapper">
<div class="logo" style="background: #067ec1; margin: 0px; text-align: center; min-height: 74px;">
<a href="{{ url('/dashboard') }}">
<img src="{{ public_asset('/assets/admin/img/logo_blue_bg.svg') }}" width="110px" style="">
<img src="{{ public_asset('/assets/img/logo_blue_bg.svg') }}" width="110px" style="">
</a>
</div>