Skip to content

Commit

Permalink
update the observability webinar description
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantopo committed Sep 16, 2022
1 parent 0e667ce commit b6c3884
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="notification-bar fixed-top container-fluid d-flex align-items-center justify-content-center">
<a class="no-decoration py-1 text-center text-dark-1 flex-grow-1 h-100 d-flex align-items-center justify-content-center" href="/webinar/live-installation-walkthrough/">
<a class="no-decoration py-1 text-center text-dark-1 flex-grow-1 h-100 d-flex align-items-center justify-content-center" href="/webinar/the-three-jobs-of-every-observability-platform/">
<span class="d-md-none">Join us live to discuss <strong><ins>The Three Jobs of Every Observability Platform</ins></strong> on <strong>September 21st</strong></span>
<span class="d-none d-md-inline">Join us live to discuss <strong><ins>The Three Jobs of Every Observability Platform</ins></strong> on <strong>September 21st @ 10:00 AM CET</strong></span>
<span class="d-none d-md-inline">Is a metrics dashboard "enough" observability? Join us next week to discuss <strong><ins>The Three Jobs of Every Observability Platform</ins></strong></span>
</a>
</div>

Expand Down
14 changes: 13 additions & 1 deletion _includes/webinar-signup-form.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
<form class="demio-registration-form" target="_top" method="post" action="https://my.demio.com/reg/{{ include.event_id }}" enctype="application/x-www-form-urlencoded">
<div class="h2 mb-5 text-center">Sign up for this Webinar</div>
<div class="h2 text-center">Sign up for this Webinar</div>
<div class="my-4 px-2">
<div>
<strong>When: </strong>{{ include.when }}
</div>
<div>
<strong>Where: </strong>Online - Join from any device
</div>
<div>
<strong>How Long: </strong>45 minutes + Q&A
</div>
</div>

<div class="demio-form-field-container">
<div class="Demio-Input-field">
<label for="name">
Expand Down
6 changes: 5 additions & 1 deletion webinar/the-three-jobs-of-every-observability-platform.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ <h1 class="display-4 text-lightest mt-3 mb-2">
<div class="container navbar-offset">
<section class="row no-gutters pt-5">
<div class="col-12 col-lg-6 lead mt-lg-0">
<div class="video-container mb-5">
<iframe src="https://player.vimeo.com/video/750346194?h=6d53948d20" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" allowfullscreen></iframe>
</div>

<h2>On this Webinar</h2>

<p class="px-0">
Expand Down Expand Up @@ -57,7 +61,7 @@ <h2 class="mt-5">Date and Time</h2>
</div>

<div class="col-12 col-lg-4 offset-lg-1 mt-5 mt-lg-0">
{% include webinar-signup-form.html event_id='FHt4TAeut7wVQ4cz' %}
{% include webinar-signup-form.html event_id='FHt4TAeut7wVQ4cz' when='September 21, 10:00 AM CET' %}
</div>

<div class="col-12">
Expand Down

0 comments on commit b6c3884

Please sign in to comment.