This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/comdev-events-site.git
commit b72c0c2c8c471a2c21a0f101a0427d74acf0529c Author: Sebb <[email protected]> AuthorDate: Mon Aug 25 16:00:21 2025 +0100 Tidy up unused images --- layouts/partials/banner.html | 2 +- static/images/asf_logo.png | Bin 21243 -> 0 bytes static/images/current-event-125x125.jpg | Bin 26943 -> 0 bytes static/images/current-event-125x125.png | Bin 26303 -> 0 bytes static/images/current-event-234x60.jpg | Bin 23635 -> 0 bytes static/images/current-event-234x60.png | Bin 12693 -> 0 bytes static/images/logo-small.gif | Bin 4939 -> 0 bytes 7 files changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/banner.html b/layouts/partials/banner.html index 3b5ac9e..99feeda 100644 --- a/layouts/partials/banner.html +++ b/layouts/partials/banner.html @@ -3,7 +3,7 @@ <div class="topbanner"> <div class="sitename">Apache Software Foundation Events</div> <a class="logo" href="https://www.apache.org"> - <img alt="ASF website" src="/images/asf_logo.png" width="164"> + <img alt="ASF website" src="https://apache.org/img/asf_logo.png" width="164"> </a> {{ partial "breadcrumbs.html" . }} </div> diff --git a/static/images/asf_logo.png b/static/images/asf_logo.png deleted file mode 100644 index b20bb7f..0000000 Binary files a/static/images/asf_logo.png and /dev/null differ diff --git a/static/images/current-event-125x125.jpg b/static/images/current-event-125x125.jpg deleted file mode 100644 index 9a73c10..0000000 Binary files a/static/images/current-event-125x125.jpg and /dev/null differ diff --git a/static/images/current-event-125x125.png b/static/images/current-event-125x125.png deleted file mode 100644 index 6af4b03..0000000 Binary files a/static/images/current-event-125x125.png and /dev/null differ diff --git a/static/images/current-event-234x60.jpg b/static/images/current-event-234x60.jpg deleted file mode 100644 index 35fb645..0000000 Binary files a/static/images/current-event-234x60.jpg and /dev/null differ diff --git a/static/images/current-event-234x60.png b/static/images/current-event-234x60.png deleted file mode 100644 index 35f0ffb..0000000 Binary files a/static/images/current-event-234x60.png and /dev/null differ diff --git a/static/images/logo-small.gif b/static/images/logo-small.gif deleted file mode 100644 index bb9f526..0000000 Binary files a/static/images/logo-small.gif and /dev/null differ
