Skip to content
This repository has been archived by the owner on Sep 9, 2021. It is now read-only.

Commit

Permalink
Theme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemjohn committed Mar 20, 2018
1 parent df18403 commit 81f7ed3
Show file tree
Hide file tree
Showing 24 changed files with 4,711 additions and 2,368 deletions.
1,108 changes: 1,108 additions & 0 deletions assets/css/settings.css

Large diffs are not rendered by default.

2,437 changes: 373 additions & 2,064 deletions assets/css/styles.css

Large diffs are not rendered by default.

19 changes: 12 additions & 7 deletions assets/dist/css/styles.css

Large diffs are not rendered by default.

Binary file added assets/dist/fonts/FontAwesome.otf
Binary file not shown.
Binary file added assets/dist/fonts/fontawesome-webfont.eot
Binary file not shown.
2,671 changes: 2,671 additions & 0 deletions assets/dist/fonts/fontawesome-webfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/dist/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file added assets/dist/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file added assets/dist/fonts/fontawesome-webfont.woff2
Binary file not shown.
Binary file added assets/dist/fonts/themify.eot
Binary file not shown.
362 changes: 362 additions & 0 deletions assets/dist/fonts/themify.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/dist/fonts/themify.ttf
Binary file not shown.
Binary file added assets/dist/fonts/themify.woff
Binary file not shown.
199 changes: 1 addition & 198 deletions assets/dist/js/app.js

Large diffs are not rendered by default.

9 changes: 2 additions & 7 deletions assets/dist/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
"/themes/admin/assets/js/app.js": "/themes/admin/assets/js/app.js",
"/themes/admin/assets/css/styles.css": "/themes/admin/assets/css/styles.css",
"/themes/admin/assets/dist/js/app.js": "/themes/admin/assets/dist/js/app.js",
"/themes/admin/assets/dist/css/styles.css": "/themes/admin/assets/dist/css/styles.css",
"/mix.js": "/mix.js",
"/js/app.js": "/js/app.js",
"/css/styles.css": "/css/styles.css"
"/js/app.js": "/js/app.js",
"/css/styles.css": "/css/styles.css"
}
30 changes: 30 additions & 0 deletions assets/img/logo/footer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
147 changes: 79 additions & 68 deletions assets/img/logo/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/ui-screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
@import "~simple-line-icons/css/simple-line-icons.css";
@import "~summernote/dist/summernote.css";
@import "~toastr/build/toastr.css";
@import "~ti-icons/css/themify-icons.css";
1 change: 1 addition & 0 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
//You may use this event to set up your assets.

$theme->asset()->usePath()->add('vendor', 'dist/css/styles.css');
$theme->asset()->usePath()->add('settings', 'css/settings.css');
$theme->asset()->usePath()->add('styles', 'css/styles.css');
$theme->asset()->usePath()->add('login-register', 'css/login-register.css');
$theme->asset()->add('jquery', 'assets/vendor/jquery/jquery.min.js');
Expand Down
4 changes: 0 additions & 4 deletions layouts/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
<title>{{ Theme::getTitle() }} - {{__('app.name')}}</title>
<meta name="description" content="The Lavalite Content Management System">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="{!!url('favicon.ico')!!}"/>
<link rel="apple-touch-icon" href="{{asset('apple-touch-icon.png')}}">
<link href="{{ asset('css/vendor.css') }}" rel="stylesheet">

{!! Theme::asset()->styles() !!}
{!! Theme::asset()->scripts() !!}
</head>
Expand Down
10 changes: 6 additions & 4 deletions partials/footer.blade.php
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@

<footer class="main-footer">
<div class="container-fluid">
<div class="row logo">
<div class="col-md-12 text-center">
<img src="{{theme_asset('img/logo/icon.png')}}" alt="">
<img src="{{theme_asset('img/logo/footer.svg')}}" alt="">
</div>
</div>
<div class="row links">
<div class="col-sm-12 social-links">
<div class="col-sm-4 social-links">
{!!Menu::menu('social')!!}
</div>
<div class="col-sm-12 copyright">
<div class="col-sm-4 copyright">
<p>{!!__('app.all.rights')!!}</p>
</div>
<div class="col-sm-4 navs">
{!!Menu::menu('footer')!!}
</div>
</div>
</div>
</footer>
Loading

0 comments on commit 81f7ed3

Please sign in to comment.