Added the new logo to the homepage.
This commit is contained in:
BIN
app/favicon.ico
Normal file
BIN
app/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 101 KiB |
BIN
app/image/logo.png
Normal file
BIN
app/image/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
@@ -15,3 +15,12 @@ body {
|
||||
.accordion-button {
|
||||
background-color: #f3f3f3;
|
||||
}
|
||||
.container .container-fluid {
|
||||
display: flex;
|
||||
}
|
||||
.container .container-fluid .logo img {
|
||||
max-height: 220px;
|
||||
margin-right: 40px;
|
||||
}
|
||||
.container .container-fluid .banner {
|
||||
}
|
||||
|
||||
@@ -28,8 +28,13 @@ use Michelf\Markdown;
|
||||
<div class="container">
|
||||
<div class="p-5 mt-4 mb-4 bg-body-secondary rounded-3">
|
||||
<div class="container-fluid py-4">
|
||||
<h1 class="display-5 fw-bold">Homelab Brisbane</h1>
|
||||
<p class="col-md-12 fs-4">We’re 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 class="logo">
|
||||
<img src="image/logo.png" />
|
||||
</div>
|
||||
<div class="banner">
|
||||
<h1 class="display-5 fw-bold">Homelab Brisbane</h1>
|
||||
<p class="col-md-12 fs-4">We’re 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 class="row">
|
||||
|
||||
Reference in New Issue
Block a user