Full rebrand, uses fonts for shit
|
Before Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
|
@ -29,7 +29,7 @@ class PartyStarter {
|
|||
} else {
|
||||
unset($_SESSION["user"]);
|
||||
}
|
||||
$grubloxlogotohome = '<a class="navbar-brand text-dark" href="/home"><div class="headerLogo d-inline-block align-top" alt=""></div></a>';
|
||||
$grubloxlogotohome = '<a class="navbar-brand text-dark" href="/home"><span class="grufont fs-3">G </span><span class="gotham">GRUBLOX</span></a>';
|
||||
$query = $con->prepare('SELECT money FROM users WHERE id=:id');
|
||||
$query->bindParam(':id', $_SESSION['user'], PDO::PARAM_INT);
|
||||
$query->execute();
|
||||
|
|
@ -49,7 +49,7 @@ class PartyStarter {
|
|||
|
||||
}
|
||||
// messy shit sorry mario1 fix it urself :trol:
|
||||
$rightside = '<li class="nav-item"><a class="nav-link text-dark"><img class="me-1 my-auto" src="/assets/icons/currency.png" width=24 height=24>'.$money.'</a></li> <li class="nav-item">
|
||||
$rightside = '<li class="nav-item"><a class="nav-link text-dark"><span class="grufont">@ </span>'.$money.'</a></li> <li class="nav-item">
|
||||
<a class="nav-link text-dark" href="/logout"><i class="bi bi-box-arrow-right"></i> Logout</a>
|
||||
</li>';
|
||||
}
|
||||
|
|
@ -62,7 +62,23 @@ class PartyStarter {
|
|||
<a class="nav-link text-dark" href="/login">Login</a>
|
||||
</li>';
|
||||
}
|
||||
echo '
|
||||
echo '<style>
|
||||
@font-face {
|
||||
font-family: grufont;
|
||||
src: url(/assets/font/GruFont.ttf);
|
||||
}
|
||||
.grufont {
|
||||
font-family: grufont;
|
||||
}
|
||||
@font-face {
|
||||
font-family: gotham;
|
||||
src: url(/assets/font/GothamMedium.ttf);
|
||||
}
|
||||
.gotham {
|
||||
font-family: gotham;
|
||||
}
|
||||
|
||||
</style>
|
||||
<link rel="stylesheet" href="/css/bootstrap.min.css"><link rel="stylesheet" href="/css/global.css">
|
||||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.min.js" integrity="sha384-mQ93GR66B00ZXjt0YO5KlohRA5SY2XofN4zfuZxLkoj1gXtW8ANNCe9d5Y3eG5eD" crossorigin="anonymous"></script>
|
||||
|
|
|
|||
BIN
favicon.ico
|
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 249 KiB |
|
After Width: | Height: | Size: 7.3 KiB |