From bbf453c9f9750c64cb388c9ecdcf9a3226f4502a Mon Sep 17 00:00:00 2001
From: Shaun McCance <shaunm@redhat.com>
Date: Jan 10 2024 16:16:38 +0000
Subject: Adding Neil and Alfredo


---

diff --git a/hanlon.jpg b/hanlon.jpg
new file mode 100644
index 0000000..0d969b9
Binary files /dev/null and b/hanlon.jpg differ
diff --git a/index.html b/index.html
index 02014c7..cfdadd6 100644
--- a/index.html
+++ b/index.html
@@ -232,6 +232,24 @@ Any dates outside the room block will have to be booked separately.</li>
       </div>
     </div>
   </div>
+  <div class="speaker" id="hanlon">
+    <div class="speakerimg"><img src="hanlon.jpg"></div>
+    <div class="speakertxt">
+      <h3>Neil Hanlon</h3>
+      <p>I love Open Source, Linux, and building cool things with great people. I am
+        currently employed by CIQ where I help lead the Open Source Program Office and
+        work to enable the needs of the communities like Rocky Linux, OpenELA, Warewulf,
+        Apptainer, and more, in part through my role as the Infrastructure Team Lead for
+        the Rocky Enterprise Software Foundation--an organization I have been part of
+        since its inception. I maintain Rocky Linux as part of the Core SIG responsible
+        for the entire operating system build and release process. In addition, I am a
+        contributor to OpenInfra projects like OpenStack-Ansible and Kolla, CentOS and
+        its SIGs, Fedora, Fedora EPEL, and many more.</p>
+      <div class="speakerlinks">
+        <a href="https://accounts.centos.org/user/neil/"><i class="fa-solid fa-user"></i></a>
+      </div>
+    </div>
+  </div>
   <div class="speaker" id="lachman">
     <div class="speakerimg"><img src="lachman.jpg"></div>
     <div class="speakertxt">
@@ -290,6 +308,19 @@ Any dates outside the room block will have to be booked separately.</li>
       </div>
     </div>
   </div>
+  <div class="speaker">
+    <div class="speakerimg"><img src="moralejo.jpg"></div>
+    <div class="speakertxt">
+      <h3>Alfredo Moralejo Alonso</h3>
+      <p>Alfredo Moralejo is a long-time IT infrastructure specialist with proven
+        experience in the adoption of OpenSource technologies in the enterprise.
+        In the last few years he has been working as Principal Software Engineer
+        in the OpenStack ecosystem mainly maintaining the RDO community distribution.</p>
+      <div class="speakerlinks">
+        <a href="https://accounts.centos.org/user/amoralejo/"><i class="fa-solid fa-user"></i></a>
+      </div>
+    </div>
+  </div>
   <div class="speaker" id="samalik">
     <div class="speakerimg"><img src="samalik.jpg"></div>
     <div class="speakertxt">
@@ -555,6 +586,18 @@ Any dates outside the room block will have to be booked separately.</li>
       <a href="https://gitlab.com/CentOS/Integration/compose-tests">the MVP</a>.
       But everyone is welcome to bring new questions and ideas to the table.</p>
   </div>
+  <div class="session" id="rocky-meetup">
+    <h3>Rocky Linux Release Engineering - Meetup and Planning</h3>
+    <p class="who"><a href="#hanlon"><img src="hanlon.jpg">Neil Hanlon</a></p>
+    <p>Join members of the Rocky Linux Release Engineering team as we work to plan
+      the road ahead for Peridot, the build system built specifically to enable
+      Rocky Linux and its Special Interest Groups (SIGs). This meetup offers a
+      platform for the Peridot developers and release engineering teams, as well
+      as other interested parties to come together to analyze, plan, organize,
+      and pave the way for a more efficient and streamlined release process for
+      the core Operating System and SIGs. All are welcome to join this conversation
+      regardless of your familiarity with Peridot or the Rocky Linux project!</p>
+  </div>
 </section>
 
 <section id="sponsors">
diff --git a/moralejo.jpg b/moralejo.jpg
new file mode 100644
index 0000000..75c6396
Binary files /dev/null and b/moralejo.jpg differ