Added the new logo to the homepage.

This commit is contained in:
2025-08-22 22:32:35 +10:00
parent 6ba8483060
commit 10896b975c
4 changed files with 16 additions and 2 deletions

BIN
app/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

BIN
app/image/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@@ -15,3 +15,12 @@ body {
.accordion-button { .accordion-button {
background-color: #f3f3f3; background-color: #f3f3f3;
} }
.container .container-fluid {
display: flex;
}
.container .container-fluid .logo img {
max-height: 220px;
margin-right: 40px;
}
.container .container-fluid .banner {
}

View File

@@ -28,10 +28,15 @@ use Michelf\Markdown;
<div class="container"> <div class="container">
<div class="p-5 mt-4 mb-4 bg-body-secondary rounded-3"> <div class="p-5 mt-4 mb-4 bg-body-secondary rounded-3">
<div class="container-fluid py-4"> <div class="container-fluid py-4">
<div class="logo">
<img src="image/logo.png" />
</div>
<div class="banner">
<h1 class="display-5 fw-bold">Homelab Brisbane</h1> <h1 class="display-5 fw-bold">Homelab Brisbane</h1>
<p class="col-md-12 fs-4">Were a group of tech enthusiasts who enjoy exploring the latest trends in technology using our own hardware, in our own time. We founded Homelab Brisbane to connect with others who share this passion — to ask and answer questions, share insights, and make discoveries together.</p> <p class="col-md-12 fs-4">Were a group of tech enthusiasts who enjoy exploring the latest trends in technology using our own hardware, in our own time. We founded Homelab Brisbane to connect with others who share this passion — to ask and answer questions, share insights, and make discoveries together.</p>
</div> </div>
</div> </div>
</div>
<div class="row"> <div class="row">
<div class="col d-flex"> <div class="col d-flex">
<div class="card h-100"> <div class="card h-100">