From 010cae21ccabc8fcda2a381d16141c2691c60dc5 Mon Sep 17 00:00:00 2001 From: Luis Pabon Date: Thu, 12 Mar 2026 11:23:23 +0000 Subject: [PATCH] Add new site logo --- public/images/favicon.svg | 16 ++++++++++++++++ public/images/logo.svg | 23 +++++++++++++++++++++++ templates/layout.html.twig | 5 +++-- 3 files changed, 42 insertions(+), 2 deletions(-) create mode 100644 public/images/favicon.svg create mode 100644 public/images/logo.svg diff --git a/public/images/favicon.svg b/public/images/favicon.svg new file mode 100644 index 0000000..8349c3a --- /dev/null +++ b/public/images/favicon.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/public/images/logo.svg b/public/images/logo.svg new file mode 100644 index 0000000..13763ed --- /dev/null +++ b/public/images/logo.svg @@ -0,0 +1,23 @@ + + PHPDocker.io + + + + + + + + + + + + + + + + + + PHPDocker.io + diff --git a/templates/layout.html.twig b/templates/layout.html.twig index 285ba7f..e1edd90 100644 --- a/templates/layout.html.twig +++ b/templates/layout.html.twig @@ -15,6 +15,7 @@ {% include 'analytics.html.twig' %} + @@ -24,8 +25,8 @@
- -

PHPDocker.io

+
+ PHPDocker.io

A PHP development environment generator built with Docker containers.