diff --git a/app/favicon.ico b/app/favicon.ico new file mode 100644 index 0000000..04ef569 Binary files /dev/null and b/app/favicon.ico differ diff --git a/app/image/logo.png b/app/image/logo.png new file mode 100644 index 0000000..181fbc3 Binary files /dev/null and b/app/image/logo.png differ diff --git a/app/index.css b/app/index.css index 4c2471f..00a28d1 100644 --- a/app/index.css +++ b/app/index.css @@ -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 { +} diff --git a/app/index.php b/app/index.php index 51ba5f0..d1a1523 100755 --- a/app/index.php +++ b/app/index.php @@ -28,8 +28,13 @@ use Michelf\Markdown;
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.
+
+