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" >
< title > Intrusive Thoughts< / title >
< 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 active" aria-current = "page" 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" 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 fs-4" >
< div class = "section p-5 text-center" >
< p >
We are artists, designers, developers, and creators based in Albuquerque, New Mexico.
< / p >
< p >
In the summer of 2024, we formed the Intrusive Thoughts Creative Collective as a collectively-organized independent games studio.
< / p >
< p >
We make games to tell the stories we want to tell.
< / p >
< / div >
2024-12-04 02:29:01 +00:00
< div id = "gameDemoCarousel" class = "carousel slide" data-bs-ride = "carousel" >
2024-12-04 01:09:16 +00:00
< div class = "carousel-indicators" >
< button type = "button" data-bs-target = "#gameDemoCarousel" data-bs-slide-to = "0" class = "active" aria-current = "true" aria-label = "Coyote Summer 1" > < / button >
< button type = "button" data-bs-target = "#gameDemoCarousel" data-bs-slide-to = "1" aria-label = "Coyote Summer 2" > < / button >
2024-12-04 02:29:01 +00:00
< button type = "button" data-bs-target = "#gameDemoCarousel" data-bs-slide-to = "2" aria-label = "The Great I Am 1" > < / button >
< button type = "button" data-bs-target = "#gameDemoCarousel" data-bs-slide-to = "3" aria-label = "The Great I Am 2" > < / button >
< button type = "button" data-bs-target = "#gameDemoCarousel" data-bs-slide-to = "4" aria-label = "GFOLF 1" > < / button >
< button type = "button" data-bs-target = "#gameDemoCarousel" data-bs-slide-to = "5" aria-label = "GFOLF 2" > < / button >
2024-12-04 01:09:16 +00:00
< / div >
< div class = "carousel-inner" >
2024-12-04 02:29:01 +00:00
2024-12-04 01:09:16 +00:00
< div class = "carousel-item active" >
< img src = "/images/coyote_summer_1.png" class = "d-block w-100" >
< div class = "carousel-caption d-none d-md-block text-light bg-black mb-3" >
2024-12-04 02:29:01 +00:00
< h5 > < em > Coyote Summer < a class = "fa-brands fa-itch-io" href = "https://intrusive-thoughts.itch.io/coyote-summer" > < / a > < / em > < / h5 >
2024-12-04 01:09:16 +00:00
< / div >
< / div >
< div class = "carousel-item" >
< img src = "/images/coyote_summer_2.png" class = "d-block w-100" >
< div class = "carousel-caption d-none d-md-block text-light bg-black mb-3" >
2024-12-04 02:29:01 +00:00
< h5 > < em > Coyote Summer < a class = "fa-brands fa-itch-io" href = "https://intrusive-thoughts.itch.io/coyote-summer" > < / a > < / em > < / h5 >
2024-12-04 01:09:16 +00:00
< / div >
< / div >
2024-12-04 02:29:01 +00:00
< div class = "carousel-item" >
< img src = "/images/the_great_i_am_1.jpg" class = "d-block w-100" >
< div class = "carousel-caption d-none d-md-block text-light bg-black mb-3" >
< em > < span class = "h5" > The Great I Am < a class = "fa-brands fa-itch-io" href = "https://whitman-la-torra.itch.io/the-great-i-am" > < / a > < / span > < span class = "fs-6 text-secondary" > by Whitman La Torra< / span > < / em >
< / div >
< / div >
< div class = "carousel-item" >
< img src = "/images/the_great_i_am_2.png" class = "d-block w-100" >
< div class = "carousel-caption d-none d-md-block text-light bg-black mb-3" >
< em > < span class = "h5" > The Great I Am < a class = "fa-brands fa-itch-io" href = "https://whitman-la-torra.itch.io/the-great-i-am" > < / a > < / span > < span class = "fs-6 text-secondary" > by Whitman La Torra< / span > < / em >
< / div >
< / div >
2024-12-04 01:09:16 +00:00
< div class = "carousel-item" >
< img src = "/images/gfolf_1.png" class = "d-block w-100" >
< div class = "carousel-caption d-none d-md-block text-light bg-black mb-3" >
2024-12-04 02:29:01 +00:00
< em > < span class = "h5" > GFOLF: Combat Golf Action < a class = "fa-brands fa-git-alt" href = "https://git.intrusive.games/krampus/gfolf2" > < / a > < / span > < span class = "fs-6 text-secondary" > by Rob Kelly< / span > < / em >
2024-12-04 01:09:16 +00:00
< / div >
< / div >
< div class = "carousel-item" >
< img src = "/images/gfolf_2.png" class = "d-block w-100" >
< div class = "carousel-caption d-none d-md-block text-light bg-black mb-3" >
2024-12-04 02:29:01 +00:00
< em > < span class = "h5" > GFOLF: Combat Golf Action < a class = "fa-brands fa-git-alt" href = "https://git.intrusive.games/krampus/gfolf2" > < / a > < / span > < span class = "fs-6 text-secondary" > by Rob Kelly< / span > < / em >
2024-12-04 01:09:16 +00:00
< / div >
< / div >
2024-12-04 02:29:01 +00:00
2024-12-04 01:09:16 +00:00
< / div >
< button class = "carousel-control-prev" type = "button" data-bs-target = "#gameDemoCarousel" data-bs-slide = "prev" >
< span class = "carousel-control-prev-icon" aria-hidden = "true" / >
< span class = "visually-hidden" > Previous< / span >
< / button >
< button class = "carousel-control-next" type = "button" data-bs-target = "#gameDemoCarousel" data-bs-slide = "next" >
< span class = "carousel-control-next-icon" aria-hidden = "true" / >
< span class = "visually-hidden" > Next< / span >
< / button >
< / div >
< / main >
< / div >
2024-08-12 22:05:22 +00:00
< / body >
< / html >