| CARVIEW |
Select Language
HTTP/2 301
server: Apache
location: https://www.apachecon.com/event-images/
content-type: text/html; charset=iso-8859-1
accept-ranges: bytes
age: 0
date: Thu, 25 Dec 2025 20:31:27 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210062-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1766694687.750816,VS0,VE649
strict-transport-security: max-age=300
content-length: 247
HTTP/2 200
server: Apache
content-encoding: gzip
access-control-allow-origin: *
content-security-policy: default-src 'self' data: blob: 'unsafe-inline' 'unsafe-eval' https://www.apachecon.com/ https://www.communityovercode.org/ https://*.apache.org/ https://apache.org/ https://*.scarf.sh/ ; script-src 'self' data: blob: 'unsafe-inline' 'unsafe-eval' https://www.apachecon.com/ https://www.communityovercode.org/ https://*.apache.org/ https://apache.org/ https://*.scarf.sh/ ; style-src 'self' data: blob: 'unsafe-inline' 'unsafe-eval' https://www.apachecon.com/ https://www.communityovercode.org/ https://*.apache.org/ https://apache.org/ https://*.scarf.sh/ ; frame-ancestors 'self'; frame-src 'self' data: blob: 'unsafe-inline' 'unsafe-eval' https://www.apachecon.com/ https://www.communityovercode.org/ https://*.apache.org/ https://apache.org/ https://*.scarf.sh/ ; worker-src 'self' data: blob:;
content-type: text/html
accept-ranges: bytes
age: 0
date: Thu, 25 Dec 2025 20:31:28 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210062-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1766694687.413108,VS0,VE599
vary: Accept-Encoding
strict-transport-security: max-age=300
content-length: 1451
ApacheCon Event Banners

This page contains HTML examples for injecting banners for current Apache events into a project web site.
All Apache project websites SHOULD have a link to upcoming events, and this is the preferred way of doing that.
The banners are maintained by the conference planning committee.
All banners exist in two dimensions and two color options, giving you four design options:
If you wish, however, you can also specify an event to show a banner for, for instance acasia2022:
You can also set a class for the injected image using the data-class field.

ApacheCon Event Banner Snippets
All Apache project websites SHOULD have a link to upcoming events, and this is the preferred way of doing that.
The banners are maintained by the conference planning committee.
All banners exist in two dimensions and two color options, giving you four design options:

How to add the banners to your web site
To inject one or more of the banners below into your website, add the following javascript snippet plus any of the below <a> blocks:<script src="https://www.apachecon.com/event-images/snippet.js"></script>
Available banner formats:
<a class="acevent" data-format="wide"></a>
<a class="acevent" data-format="wide" data-mode="dark"></a>
<a class="acevent" data-format="square"></a>
<a class="acevent" data-format="square" data-mode="dark"></a>
Note that some events may not have all available formats (i.e., light and dark), although they should have both of the sizes.
Tweaking sizes
You can tweak the size of the banners using the data-width parameter.<a class="acevent" data-format="wide" data-mode="dark" data-width="480"></a>
<a class="acevent" data-format="wide" data-mode="dark" data-width="240"></a>
<a class="acevent" data-format="wide" data-mode="dark" data-width="120"></a>
Specific events
By default, if no event is specified, we'll randomly cycle through the available events, so that over time all events get exposure to your site visitors.If you wish, however, you can also specify an event to show a banner for, for instance acasia2022:
<a class="acevent" data-format="square" data-mode="dark" data-event="acasia2022"></a>
<a class="acevent" data-format="wide" data-mode="light" data-event="acasia2022"></a>
Custom styles for embedded image
You can add custom style data to the generated image using the data-style field like you would a normal style field:<a class="acevent" data-format="wide" data-mode="light" data-style="border: 3px solid red; padding: 10px; background: yellow;" ></a>
You can also set a class for the injected image using the data-class field.