| <!doctype html> |
| <html> |
| <head> |
| <title>CentOS Connect</title> |
| <meta name="viewport" content="width=device-width, initial-scale=1"> |
| <link rel="icon" type="image/png" sizes="16x16" href="/favicon.png"> |
| <link rel="stylesheet" type="text/css" href="connect.css"> |
| <link rel="preconnect" href="https://fonts.googleapis.com"> |
| <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
| <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600;700&display=swap" rel="stylesheet"> |
| <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200"> |
| <script src="https://kit.fontawesome.com/a8d141d4aa.js" crossorigin="anonymous"></script> |
| |
| <meta property="og:type" content="website"></meta> |
| <meta property="og:url" content="https://connect.centos.org/"></meta> |
| <meta property="og:title" content="CentOS Connect at Flock"></meta> |
| <meta property="og:description" content="Free mini-conference focusing on CentOS Stream, the CentOS SIGs, and the entire Enterprise Linux ecosystem"></meta> |
| <meta property="og:image" content="https://connect.centos.org/connect-card-flock23.png"></meta> |
| <meta property="og:image:url" content="https://connect.centos.org/connect-card-flock23.png"></meta> |
| <meta property="og:image:type" content="png"></meta> |
| <meta property="og:image:width" content="600"></meta> |
| <meta property="og:image:height" content="300"></meta> |
| <meta property="og:image:alt" content="CentOS Connect at Flock - August 2, 2023 - Cork, Ireland"></meta> |
| |
| <meta name="twitter:card" content="summary_large_image"></meta> |
| <meta name="twitter:site:id" content="@CentOS"></meta> |
| <meta name="twitter:creator:id" content="@CentOS"></meta> |
| <meta name="twitter:title" content="CentOS Connect at Flock"></meta> |
| <meta name="twitter:description" content="Free mini-conference focusing on CentOS Stream, the CentOS SIGs, and the entire Enterprise Linux ecosystem"></meta> |
| <meta name="twitter:image" content="https://connect.centos.org/connect-card-flock23.png"></meta> |
| <meta name="twitter:image:alt" content="CentOS Connect at Flock - August 2, 2023 - Cork, Ireland"></meta> |
| |
| </head> |
| <body> |
| |
| <div class="header"> |
| <div class="container"> |
| <div class="leftright"> |
| <div class="left"><a href="https://www.centos.org/"><img src="https://www.centos.org/assets/img/logo.png" alt="CentOS logo" height="32"></a></div> |
| <div class="right"> |
| <a href="#register">Register</a> |
| <a href="#schedule">Schedule</a> |
| <a href="#conduct">Conduct</a> |
| </div> |
| </div> |
| </div> |
| </div> |
| |
| <div class="banner"> |
| <div class="container"> |
| <div class="banner-connect">Connect</div> |
| <div class="banner-info"><span class="banner-when">August 2, 2023</span><span class="banner-dash"> — </span><span class="banner-where">Cork, Ireland</span></div> |
| <div class="banner-desc">Connect with the CentOS community to learn |
| about the latest developments in the Enterprise Linux ecosystem.</div> |
| </div> |
| </div> |
| |
| <div class="container"> |
| <article> |
| <p class="lead">CentOS Connect is a free mini-conference focusing on CentOS Stream, |
| the CentOS SIGs, and the entire Enterprise Linux ecosystem. CentOS Connect at Flock |
| happens August 2, 2023, colocated with <a href="https://flocktofedora.org/">Flock |
| to Fedora</a>.</p> |
| |
| <section id="register"> |
| <h2>Register</h2> |
| <p>CentOS Connect is included with your Flock registration. |
| <a href="https://flocktofedora.org/#register">Register for Flock</a>.</p> |
| </section> |
| |
| <section id="schedule"> |
| <h2>Schedule</h2> |
| <p>The schedule is located on Sched.</p> |
| <ul> |
| <li><a href="https://flock2023.sched.com/overview/type/CentOS">View the CentOS schedule</a></li> |
| <li><a href="https://flock2023.sched.com/">View the entire Flock schedule</a></li> |
| </ul> |
| </section> |
| |
| <section id="conduct"> |
| <h2>Code of Conduct</h2> |
| <p>CentOS is committed to providing an inclusive and harassment-free experience |
| for participants at all of our events. All participants, whether in-person or |
| virtual, are expected to follow the |
| <a href="https://www.centos.org/code-of-conduct/">CentOS Code of Conduct</a>. and the |
| <a href="https://docs.fedoraproject.org/en-US/project/code-of-conduct/">Fedora Code of Conduct</a>.</p> |
| To report violations or for any concerns, contact the Community Architect |
| <a href="mailto:shaunm@redhat.com">Shaun McCance</a>.</p> |
| </section> |
| |
| </article> |
| </div> |
| |
| </body> |
| </html> |
| |