Skip to content

Commit 628cf06

Browse files
authored
feat: Update featured video on v2 home page (#2594)
1 parent d21d661 commit 628cf06

1 file changed

Lines changed: 24 additions & 4 deletions

File tree

templates/homepage.html

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
{% load static %}
44
{% load text_helpers avatar_tags %}
55
{% load waffle_tags %}
6+
{% load custom_static %}
67

78
{% block content %}
89
{# homepage hero #}
@@ -220,10 +221,29 @@ <h3 class="pb-2 mb-4 text-lg md:text-2xl capitalize border-b border-gray-400 tex
220221
</div>
221222
<div class="flex flex-col justify-center items-center h-full pb-4">
222223
<div class="mx-auto">
223-
<div class="flex items-center justify-center h-full py-4 rounded-lg">
224-
<a href="https://www.youtube.com/watch?v=XB3uEit5R_Y" target="_blank" rel="noopener noreferrer" class="text-sm md:text-lg text-center text-sky-600 dark:text-sky-300 hover:text-orange dark:hover:text-orange">
225-
Getting Started with Boost.Asio: Timers and Serial Ports
226-
</a>
224+
<div class="flex flex-col items-left justify-left h-full py-4 rounded-lg">
225+
<h2>Audience Screening at CppCon 2026!</h2>
226+
<p>Since 1998, the Boost community has been building the libraries that power
227+
some of the world&rsquo;s most ambitious technology&mdash;from planetary rovers to
228+
particle accelerators. Now, we&rsquo;re ready to share that story with you.</p>
229+
<a href="{% large_static 'img/v2/boost-trailer-thumbnail.png' %}">
230+
<img src="{% large_static 'img/v2/boost-trailer-thumbnail.png' %}"
231+
alt="Official poster for the film Boost.Documentary">
232+
</a>
233+
<figcaption style="align-self: center"><cite>Boost.Documentary</cite> &mdash; official poster</figcaption>
234+
<p>We are proud to announce the audience screening of
235+
<cite>Boost.Documentary</cite>, an intimate look at the people, challenges,
236+
and collaboration behind the code that helps run our world. Join us at
237+
<a href="https://cppcon.org/">CppCon 2026</a> in Aurora on September&nbsp;16th
238+
to see the film and celebrate the history of Boost.</p>
239+
<a href="https://youtu.be/myQRC4f9jTE" target="_blank" rel="noopener noreferrer" class="text-sm md:text-lg text-center text-sky-600 dark:text-sky-300 hover:text-orange dark:hover:text-orange">
240+
The Open-Source Code Running On Mars - Boost Documentary Trailer
241+
</a>
242+
<p>We&rsquo;d love to see you in Aurora for the screening and the full CppCon
243+
experience, so register a ticket for CppCon today!</p>
244+
<p class="justify-center flex items-center ">
245+
<a style="flex-basis: fit-content;" class="justify-center flex items-center py-3 px-6 text-base font-medium link-header text-white hover:text-white hover:bg-sky-600 hover:border-white dark:hover:bg-sky-600 rounded-md border md:text-lg border-orange bg-orange dark:bg-charcoal dark:hover:bg-charcoal/75" href="https://cppcon.org/registration/">Register for CppCon&nbsp;2026</a>
246+
</p>
227247
</div>
228248
</div>
229249
</div>

0 commit comments

Comments
 (0)