mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-24 11:59:09 -04:00
ALPHA 3.0.5
This commit is contained in:
@@ -16,17 +16,38 @@
|
||||
<!-- Fonts -->
|
||||
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,600" rel="stylesheet" type="text/css">
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
|
||||
|
||||
<!-- Styles -->
|
||||
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
|
||||
<style>
|
||||
.fa-beat {
|
||||
margin-left:10px;
|
||||
animation:fa-beat 2s ease infinite;
|
||||
}
|
||||
@keyframes fa-beat {
|
||||
25% {
|
||||
transform:scale(1);
|
||||
}
|
||||
50% {
|
||||
transform:scale(1.4);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body style="background-color: #343a40 !important">
|
||||
<div id="app">
|
||||
<nav class="navbar navbar-expand-md navbar-light navbar-laravel">
|
||||
<nav class="navbar navbar-expand-md navbar-light navbar-laravel" style="background-color:rgb(39, 44, 51)">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="{{ url('/') }}">
|
||||
<a class="navbar-brand" href="{{ url('/') }}" style="color:white">
|
||||
{{ config('squadron.fullname') }}
|
||||
</a>
|
||||
<div class="float-right" style="color: white;"><a href="https://status.c-cms.cf/" style="color:white">Status
|
||||
@if (getStatus())
|
||||
<i class="fas fa-circle fa-beat" style="color: red;"></i></a></div>
|
||||
@else
|
||||
<i class="fas fa-circle" style="color: green;"></i></a></div>
|
||||
@endif
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user