don
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 180 KiB After Width: | Height: | Size: 370 KiB |
@@ -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'); });
|
||||
|
||||
|
13
public/css/w0bmcustom.css
vendored
13
public/css/w0bmcustom.css
vendored
@@ -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;
|
||||
}
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user