2024-08-12 22:05:22 +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" >
2024-12-04 01:09:16 +00:00
< title > Intrusive Thoughts< / title >
2024-08-12 22:05:22 +00:00
< link rel = "icon" type = "image/x-icon" href = "favicon.ico" >
2024-12-04 01:09:16 +00:00
< 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" >
2024-08-12 22:05:22 +00:00
< / 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" href = "/people.html" > People< / a >
< / li >
< li class = "nav-item" >
< a class = "nav-link active" aria-current = "page" 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 >
2024-08-12 22:05:22 +00:00
< / div >
2024-12-04 01:09:16 +00:00
< / 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" > Contact< / h1 >
< p class = "card-text" >
For support, press, and general inquiries, contact us at < a href = "mailto:thoughtsthatintrude@gmail.com" > < i class = "fa-solid fa-envelope" > < / i > thoughtsthatintrude@gmail.com< / a > .
< / p >
< p class = "card-text" >
You can also get in touch over < a href = "http://discord.intrusive.games/" > < i class = "fa-brands fa-discord" > < / i > discord< / a > .
< / p >
< p class = "card-text" >
Publicly-available project source code and Collective documents are hosted on < a href = "https://git.intrusive.games/intrusive" > < i class = "fa-brands fa-git-alt" > < / i > gitea< / a > .
< / p >
< / div >
< / div >
< / div >
< div class = "col" >
< div class = "card text-center" >
< div class = "card-body" >
< h3 class = "card-title" > Social Media< / h3 >
< div class = "row justify-content-center" >
< div class = "col" >
< a href = "https://bsky.app/profile/intrusivegames.bsky.social" > < i class = "fa-brands fa-bluesky fa-xl" > < / i > @intrusivegames.bsky.social< / a >
< / div >
< div class = "col" >
< a href = "https://intrusive-thoughts.itch.io/" > < i class = "fa-brands fa-itch-io fa-xl" > < / i > intrusivethoughts.itch.io< / a >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / main >
< / div >
2024-08-12 22:05:22 +00:00
< / body >
< / html >