|
3 | 3 | {% load static %} |
4 | 4 | {% load text_helpers avatar_tags %} |
5 | 5 | {% load waffle_tags %} |
| 6 | +{% load custom_static %} |
6 | 7 |
|
7 | 8 | {% block content %} |
8 | 9 | {# homepage hero #} |
@@ -220,10 +221,29 @@ <h3 class="pb-2 mb-4 text-lg md:text-2xl capitalize border-b border-gray-400 tex |
220 | 221 | </div> |
221 | 222 | <div class="flex flex-col justify-center items-center h-full pb-4"> |
222 | 223 | <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’s most ambitious technology—from planetary rovers to |
| 228 | + particle accelerators. Now, we’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> — 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 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’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 2026</a> |
| 246 | + </p> |
227 | 247 | </div> |
228 | 248 | </div> |
229 | 249 | </div> |
|
0 commit comments