2024-12-04 01:09:16 +00:00
<!doctype html>
< html lang = "en" data-bs-theme = "dark" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< title > Intrusive Thoughts< / title >
< link rel = "icon" type = "image/x-icon" href = "favicon.ico" >
< link href = "https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel = "stylesheet" integrity = "sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin = "anonymous" referrerpolicy = "no-referrer" >
< link rel = "stylesheet" href = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css" integrity = "sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ==" crossorigin = "anonymous" referrerpolicy = "no-referrer" / >
< link href = "style.css" rel = "stylesheet" >
< / head >
< body >
< script src = "https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity = "sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin = "anonymous" > < / script >
2024-12-04 01:51:48 +00:00
< div class = "container overflow-auto vh-100" >
2024-12-04 01:09:16 +00:00
< nav class = "navbar navbar-expand-md navbar-dark fixed-top bg-dark border-bottom" >
< div class = "container-fluid" >
< a class = "navbar-brand d-flex align-items-center link-body-emphasis text-decoration-none" href = "/" >
< img class = "bi me-2" src = "/assets/logo.svg" height = "36" >
< span class = "fs-4" > Intrusive Thoughts< / span >
< / a >
< button class = "navbar-toggler" type = "button" data-bs-toggle = "collapse" data-bs-target = "#header-navbar" aria-controls = "header-navbar" aria-expanded = "false" aria-label = "Toggle navigation" >
< span class = "navbar-toggler-icon" > < / span >
< / button >
< div id = "header-navbar" class = "collapse navbar-collapse justify-content-end" >
< ul class = "nav" >
< li class = "nav-item" >
< a class = "nav-link" href = "/" > Collective< / a >
< / li >
< li class = "nav-item" >
< a class = "nav-link active" aria-current = "page" href = "/people.html" > People< / a >
< / li >
< li class = "nav-item" >
< a class = "nav-link" href = "/contact.html" > Contact< / a >
< / li >
< li class = "nav-item" >
< a class = "nav-link" href = "https://intrusive-thoughts.itch.io/" > < span class = "fa-brands fa-itch-io fa-xl" / > < / a >
< / li >
< li class = "nav-item" >
< a class = "nav-link" href = "https://bsky.app/profile/intrusivegames.bsky.social" > < span class = "fa-brands fa-bluesky fa-xl" > < / a >
< / li >
< / ul >
< / div >
< / div >
< / nav >
< main class = "container mt-5" >
< div class = "section row row-cols-1 g-5 px-2 py-5" >
< div class = "col" >
< div class = "card text-center" >
< div class = "card-body" >
< h1 class = "card-title" > People< / h1 >
< p class = "card-text" >
The Intrusive Thoughts Creative Collective operates as a democratic collective. Membership in the Collective is open to every person who subscribes to the principles of the Collective as outlined in < a href = "https://git.intrusive.games/intrusive/docs/src/branch/main/constitution.md" > our constitution< / a > and wants to make a meaningful contribution to our creative work.
< / p >
< p class = "card-text" >
To learn more or contribute, join us on < a href = "http://discord.intrusive.games/" > < i class = "fa-brands fa-discord" > < / i > discord< / a > .
< / p >
< / div >
< / div >
< / div >
< div class = "col" >
< div class = "card" >
< div class = "card-body" >
< h3 class = "card-title" > Elected Officers< / h3 >
< p class = "card-text" >
< b > Steering Committee< / b >
< ul >
2024-12-04 02:05:56 +00:00
< li > Jacob Baer < a class = "fa-brands fa-bluesky" href = "https://bsky.app/profile/limitofquestions.bsky.social" > < / a >
2024-12-04 01:09:16 +00:00
< li > Rob Kelly < a class = "fa-solid fa-link" href = "https://robkel.ly" > < / a >
2024-12-04 02:29:01 +00:00
< li > Whitman La Torra < a class = "fa-brands fa-bluesky" href = "https://bsky.app/profile/whitmanlatorra.bsky.social" > < / a > < a class = "fa-brands fa-itch-io" href = "https://whitman-la-torra.itch.io" > < / a >
2024-12-04 01:09:16 +00:00
< li > Niamh Nikali
< li > Alyssa Peterson
< / ul >
2024-12-04 02:05:56 +00:00
< b > Speaker for the Collective:< / b > Jacob Baer < a class = "fa-brands fa-bluesky" href = "https://bsky.app/profile/limitofquestions.bsky.social" > < / a >
2024-12-04 01:09:16 +00:00
< br >
2024-12-04 02:05:56 +00:00
< b > Treasurer:< / b > Jacob Baer < a class = "fa-brands fa-bluesky" href = "https://bsky.app/profile/limitofquestions.bsky.social" > < / a >
2024-12-04 01:09:16 +00:00
< br >
2024-12-04 02:05:56 +00:00
< b > Secretary:< / b > Rob Kelly < a class = "fa-solid fa-link" href = "https://robkel.ly" > < / a > < a class = "fa-solid fa-fish" href = "/assets/hauki.jpg" > < / a >
2024-12-04 01:09:16 +00:00
< / p >
< / div >
< / div >
< / div >
< / div >
< / main >
< / div >
< / body >
< / html >