This commit is contained in:
w0bm
2020-10-11 06:59:13 +00:00
parent 2cdd9f75db
commit 07836b9bd5
4 changed files with 19 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 180 KiB

After

Width:  |  Height:  |  Size: 370 KiB

View File

@@ -148,7 +148,8 @@ Route::group(["middleware" => "theme"], function() {
# 'donations' => \App\Models\Donation::orderBy('timestamp', 'DESC')->get()
# ]);
#});
#Route::get('login', function() { return view('login'); });
#Route::get('login', function() { return view('login'); });
Route::get('donations', function() { return view('donation'); });
Route::get('login', 'UserController@loggain');
#Route::get('counter-strike', function() { return view('counter-strike'); });

View File

@@ -4072,3 +4072,16 @@ position: absolute;
bottom: -3px;
left: 85px;
font-family: vcr;}
label[for='tag-add-toggle'] {
padding-top: 10px;
}
i.fa.fa-bitcoin {
color: #e2c910;
}
i.fa.fa-bitcoin:hover {
color: #1fb2b0;
transition: .5s;
}

View File

@@ -3,8 +3,9 @@
@if(Auth::check())
<ul class="nav navbar-nav info-nav">
<label for="tag-add-toggle">
<li id="tagadder" class="addtagsy">+ Add Tag <i class="fa fa-tag" aria-hidden="true"></i> </li>
<li id="tagadder" class="addtagsy">[+Add Tag]</li>
</label>
<li class="addtagsy btc-d"><a href="/donations"><i class="fa fa-bitcoin" aria-hidden="true"></i></a></li>
<li class="addtagsy"><a href="/irc">Chat </a></li>
<li class="addtagsy"><a href="/about">About </a></li>
<li class="addtagsy"><a href="/contact">Contact </a></li>