_site/2024/06/06/ipv6_day.html (125 lines of code) (raw):
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="Weekly AWS Networking Twitch Show" />
<meta name="author" content="" />
<meta property="og:title" content="World IPv6 Day (ALL DAY)" />
<meta property="og:description" content="Join us for a whole day of sessions highlighting IPv6 within AWS networking. We'll have a mix of Guest Speakers, white boarding, a hands-on workshop, and presentations" />
<meta property="og:image" content="https://www.theroutingloop.net/assets/image/ipv6-day.png" />
<meta property="og:site_name" content="The Routing Loop" />
<title>The Routing Loop</title>
<!-- Bootstrap core CSS -->
<link href="/assets/css/main.css" rel="stylesheet" />
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<img src="/assets/image/520.AWS_AWS_logo_RGB_REV.png" alt="Logo" width=5% height="auto">
<button
class="navbar-toggler ml-auto"
type="button"
data-toggle="collapse"
data-target="#navbarResponsive"
aria-controls="navbarResponsive"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/past/">Previous episodes</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/upcoming/">Upcoming episodes</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/hosts/">Hosts</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://pulse.aws/survey/6ONETCNV">Feedback</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="bg-primary py-5 mb-5" style="background-image: url('/assets/image/background.png');">
<div class="container h-100">
<div class="row h-100 align-items-center">
<div class="col-lg-12">
<h1 class="display-4 text-white mt-5 mb-2">
World IPv6 Day
</h1>
<p class="lead mb-5 text-white-50">
Thursday 10:00 AM PST / 1:00 PM EST / 6:00 PM GMT
</p>
<p class="text-white-50">
<a href="https://www.twitch.tv/aws/">Twitch/AWS</a>
</p>
</div>
</div>
</div>
</header>
<!-- Page Content -->
<div class="container mb-5">
<div class="content-area">
<span class="date">6 June 2024</span>
<h1>World IPv6 Day (ALL DAY)</h1>
<div class="abstract">
<b>Abstract:</b><br />Join us for a whole day of sessions highlighting IPv6 within AWS networking. We'll have a mix of Guest Speakers, white boarding, a hands-on workshop, and presentations
</div>
<div class="video-container">
<iframe src="https://player.twitch.tv/?video=2165944891&parent=www.theroutingloop.net&parent=127.0.0.1&autoplay=false" height="315" width="560" allowfullscreen="" frameborder="0"></iframe>
</div>
<a href="https://pulse.aws/survey/6ONETCNV" class="button">Session Feedback/Content Suggestions</a>
<div class="main-image">
<img src="/assets/image/2024_ipv6_agenda.png" alt="Large Image" />
</div>
<style>
.main-image {
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}
.main-image img {
max-width: 100%;
max-height: 100%;
object-fit: cover;
}
.warning-frame {
border: 2px solid #f39c12; /* Orange border */
background-color: #fdf2e3; /* Light orange background */
color: #c0392b; /* Red text */
padding: 20px;
border-radius: 5px;
margin: 20px 0;
font-family: Arial, sans-serif;
}
.warning-frame h3 {
margin-top: 0;
}
}
</style>
</div>
</div>
<!-- /.container -->
<!-- Footer -->
<footer class="py-5 bg-dark">
<div class="container">
<p class="m-0 text-center text-white">
Copyright © 2025 Amazon Web Services, Inc. or its affiliates. All rights reserved
</p>
</div>
<!-- /.container -->
</footer>
<!-- Bootstrap core JavaScript -->
<script src="/assets/vendor/jquery/jquery.min.js"></script>
<script src="/assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>