-
Notifications
You must be signed in to change notification settings - Fork 670
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adds shadow soft as bronze (#19) * Topics page * More updates * Update * Extends table width Changes welcome page * More updates
- Loading branch information
1 parent
d086f02
commit e4fba57
Showing
4 changed files
with
232 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,215 @@ | ||
+++ | ||
Title = "DevOpsDays Nashville 2024" | ||
Type = "topics" | ||
aliases = [ | ||
"/events/2024-nashville/topics" | ||
] | ||
Description = "DevOpsDays Nashville 2024 Topics" | ||
+++ | ||
<style> | ||
body { | ||
font-family: Arial, sans-serif; | ||
} | ||
table { | ||
width: 90%; | ||
margin: 20px auto; | ||
border-collapse: collapse; | ||
box-shadow: 0 2px 15px rgba(0,0,0,0.1); | ||
} | ||
th, td { | ||
padding: 10px; | ||
border: 1px solid #ccc; | ||
text-align: left; | ||
} | ||
th { | ||
background-color: #4CAF50; | ||
color: white; | ||
} | ||
tr:nth-child(even) { | ||
background-color: #f2f2f2; | ||
} | ||
tr:hover { | ||
background-color: #ddd; | ||
} | ||
</style> | ||
<!-- <div class="alert alert-danger" role="alert"> | ||
Due to the local situation around COVID-19, devopsdays Nashville has been postponed until May 5-6 2022. Please click <a href="/events/2021-nashville/cancellation" class="alert-link">here for more information</a>. | ||
</div> --> | ||
<!-- this logo tag (< event_logo >) using logo.png as part of the Hugo theme --> | ||
<!-- <div style="text-align:center;"> | ||
{{< event_logo >}} | ||
</div> --> | ||
<div class="row"> | ||
<div class = "col-md-3"> | ||
{{< event_logo >}} | ||
</div> | ||
<div class = "col-md-6" style="box-shadow: 0 4px 8px rgba(0,0,0,0.1); margin: 10px; padding: 10px; border-radius: 10px"> | ||
<h1><p>Current Speaker Topics</p></h1> | ||
<h2 style="color: #C19A6B; display: inline-block;"><p>Here are our current topics for the event.</p></h2> | ||
<p>We are still working to finalize the schedule, but this is the current list of topics</p> | ||
<p><i>This is subject to change as we finalize our program</i></p> | ||
<p>Check back often, or join our <a href="https://www.linkedin.com/company/devopsdays-nashville">LinkedIn page</a>.</p> | ||
<table> | ||
<tr> | ||
<th>Session Title</th> | ||
<th>Speaker</th> | ||
<th>Duration</th> | ||
</tr> | ||
<tr> | ||
<td>Conversations - A Crucial Element to Invigorate your DevOps Practice</td> | ||
<td>Victor Hernandez</td> | ||
<td>Standard</td> | ||
</tr> | ||
<tr> | ||
<td>DevOps Reframed: Embracing the Path to Developer Productivity Engineering</td> | ||
<td>Baruch Sadogursky</td> | ||
<td>Standard</td> | ||
</tr> | ||
<tr> | ||
<td>Digital Safeguards: Your Essential Blueprint for Navigating Cyber Threats</td> | ||
<td>Elizabeth Stephens</td> | ||
<td>Standard</td> | ||
</tr> | ||
<tr> | ||
<td>How to Smoke a Pipeline</td> | ||
<td>Tyler Welton</td> | ||
<td>Standard</td> | ||
</tr> | ||
<tr> | ||
<td>Lazy Genius DevOps: Innovating Effortless Solutions with Digital Charm</td> | ||
<td>Khushi Yadav</td> | ||
<td>Standard</td> | ||
</tr> | ||
<tr> | ||
<td>Modern Application Debugging: An Intro to OpenTelemetry</td> | ||
<td>Josh Lee</td> | ||
<td>Standard</td> | ||
</tr> | ||
<tr> | ||
<td>Navigating the Digital Evolution: A Technologist's Guide to Thriving in the Age of Innovation</td> | ||
<td>Shannon C. Ryan</td> | ||
<td>Standard</td> | ||
</tr> | ||
<tr> | ||
<td>The Future of DevOps is R&D and DevEx</td> | ||
<td>Jurnell Cockhren</td> | ||
<td>Standard</td> | ||
</tr> | ||
<tr> | ||
<td>Chaos Engineering in Action: Practical Techniques for Building Fault-Tolerant Systems</td> | ||
<td>Hareesh Iyer</td> | ||
<td>Lightning</td> | ||
</tr> | ||
<tr> | ||
<td>Escaping the Legacy Infrastructure Labyrinth</td> | ||
<td>Gwyneth Allwright</td> | ||
<td>Lightning</td> | ||
</tr> | ||
<tr> | ||
<td>Lightning Talk: DevOps, 12-Factor, and Platform Engineering</td> | ||
<td>Justin Reock</td> | ||
<td>Lightning</td> | ||
</tr> | ||
</table> | ||
|
||
<p>Event Information</p> | ||
<div class = "row"> | ||
<div class = "col-md-2"> | ||
<strong>Dates</strong> | ||
</div> | ||
<div class = "col-md-8"> | ||
{{< event_start >}} - {{< event_end >}} | ||
</div> | ||
</div> | ||
|
||
|
||
<div class = "row"> | ||
<div class = "col-md-2"> | ||
<strong>Register</strong> | ||
</div> | ||
<div class = "col-md-8"> | ||
{{< event_link page="registration" text="Register to attend the conference!" >}} | ||
</div> | ||
</div> | ||
|
||
<!-- <div class = "row"> | ||
<div class = "col-md-2"> | ||
<strong>Propose</strong> | ||
</div> | ||
<div class = "col-md-8"> | ||
{{< event_link page="propose" text="Propose a talk!" >}} | ||
</div> | ||
</div> --> | ||
|
||
<div class = "row"> | ||
<div class = "col-md-2"> | ||
<strong>Location</strong> | ||
</div> | ||
<div class = "col-md-8"> | ||
{{< event_location >}} | ||
</div> | ||
</div> | ||
<!-- | ||
<div class = "row"> | ||
<div class = "col-md-2"> | ||
<strong>Program</strong> | ||
</div> | ||
<div class = "col-md-8"> | ||
View the {{< event_link page="program" text="program." >}} | ||
</div> | ||
</div> --> | ||
|
||
<!-- <div class = "row"> | ||
<div class = "col-md-2"> | ||
<strong>Speakers</strong> | ||
</div> | ||
<div class = "col-md-8"> | ||
Check out the {{< event_link page="speakers" text="speakers!" >}} | ||
</div> | ||
</div> --> | ||
|
||
<div class = "row"> | ||
<div class = "col-md-2"> | ||
<strong>Sponsors</strong> | ||
</div> | ||
<div class = "col-md-8"> | ||
{{< event_link page="sponsor" text="Sponsor the conference!" >}} | ||
</div> | ||
</div> | ||
|
||
<div class = "row"> | ||
<div class = "col-md-2"> | ||
<strong>Contact</strong> | ||
</div> | ||
<div class = "col-md-8"> | ||
{{< event_link page="contact" text="Get in touch with the organizers" >}} | ||
</div> | ||
</div> | ||
|
||
|
||
<!-- Begin Mailchimp Signup Form --> | ||
<link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css"> | ||
<style type="text/css"> | ||
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; width:100%;} | ||
/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block. | ||
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */ | ||
</style> | ||
<div id="mc_embed_signup"> | ||
<form action="https://devopsdays.us19.list-manage.com/subscribe/post?u=5c64b33612eed0ec10964661d&id=2e8ea2eb72" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> | ||
<div id="mc_embed_signup_scroll"> | ||
<label for="mce-EMAIL">Join our mailing list to get the latest from us!</label> | ||
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required> | ||
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups--> | ||
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_5c64b33612eed0ec10964661d_2e8ea2eb72" tabindex="-1" value=""></div> | ||
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div> | ||
</div> | ||
</form> | ||
</div> | ||
|
||
<!--End mc_embed_signup--> | ||
|
||
|
||
<!-- Uncomment if you added your city twitter name --> | ||
<!-- | ||
{{< event_twitter >}} | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters