Skip to content

Commit

Permalink
Feat Style: Agregando el Logo Favicon e Icono
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenU21 committed Dec 2, 2022
1 parent 9ffdada commit 6f3aeea
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 41 deletions.
2 changes: 1 addition & 1 deletion public/css/argon-dashboard.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified public/img/brand/blue.png
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 public/img/brand/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
43 changes: 3 additions & 40 deletions resources/views/layouts/panel.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>
Argon Dashboard - Free Dashboard for Bootstrap 4 by Creative Tim
{{ config('app.name')}} | Panel
</title>
<!-- Favicon -->
<link href="{{ asset('img/brand/favicon.png')}}" rel="icon" type="image/png">
Expand All @@ -26,8 +26,8 @@
<span class="navbar-toggler-icon"></span>
</button>
<!-- Brand -->
<a class="navbar-brand pt-0" href="./index.html">
<img src="{{ asset('img/brand/blue.png')}}" class="navbar-brand-img" alt="...">
<a class="navbar-brand pt-0" href="#">
<img src="{{ asset('img/brand/blue.png')}}" class="navbar-brand-img" alt="LogoCitaMe">
</a>
<!-- User -->
<ul class="nav align-items-center d-md-none">
Expand Down Expand Up @@ -108,17 +108,6 @@
<div class="container-fluid">
<!-- Brand -->
<a class="h4 mb-0 text-white text-uppercase d-none d-lg-inline-block" href="#">Dashboard</a>
<!-- Form -->
<form class="navbar-search navbar-search-dark form-inline mr-3 d-none d-md-flex ml-lg-auto">
<div class="form-group mb-0">
<div class="input-group input-group-alternative">
<div class="input-group-prepend">
<span class="input-group-text"><i class="fas fa-search"></i></span>
</div>
<input class="form-control" placeholder="Search" type="text">
</div>
</div>
</form>
<!-- User -->
<ul class="navbar-nav align-items-center d-none d-md-flex">
<li class="nav-item dropdown">
Expand Down Expand Up @@ -168,32 +157,6 @@
</div>
<div class="container-fluid mt--7">
@yield('content')
<!-- Footer -->
<footer class="footer">
<div class="row align-items-center justify-content-xl-between">
<div class="col-xl-6">
<div class="copyright text-center text-xl-left text-muted">
&copy; 2018 <a href="https://www.creative-tim.com" class="font-weight-bold ml-1" target="_blank">Creative Tim</a>
</div>
</div>
<div class="col-xl-6">
<ul class="nav nav-footer justify-content-center justify-content-xl-end">
<li class="nav-item">
<a href="https://www.creative-tim.com" class="nav-link" target="_blank">Creative Tim</a>
</li>
<li class="nav-item">
<a href="https://www.creative-tim.com/presentation" class="nav-link" target="_blank">About Us</a>
</li>
<li class="nav-item">
<a href="http://blog.creative-tim.com" class="nav-link" target="_blank">Blog</a>
</li>
<li class="nav-item">
<a href="https://github.com/creativetimofficial/argon-dashboard/blob/master/LICENSE.md" class="nav-link" target="_blank">MIT License</a>
</li>
</ul>
</div>
</div>
</footer>
</div>
</div>
<!-- Core -->
Expand Down

0 comments on commit 6f3aeea

Please sign in to comment.