<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta
            name="description"
            content="A Seattle based game studio."/>
        <title>Crowhop Games</title>
        <link rel="icon" href="/favicon.ico" sizes="any">
        <link rel="apple-touch-icon" href="/apple-touch-icon.png">
        <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=Inter:wght@400;500;600&display=swap" rel="stylesheet">
        <link rel="stylesheet" href="/css/style.css">
        <link rel="stylesheet" href="/style.css">
    </head>
    <body>
        <div class="content">
            <header class="header container">
    <h1 class="header__title">
        <a href="/">crowhop</a>
    </h1>
    
</header>
            <main class="main container">
                
<section class="profile">
  <div class="profile__image-wrapper">
    <img class="profile__image" src="/images/birb.png" alt="crowhop official logo">
  </div>
  <div class="profile__card">
    <p class="profile__text">We are <span class="profile__text--highlight">crowhop</span>, a small team in Seattle WA.</p>
    <p class="profile__text">People are hungry for art and exausted by the exploitation of our need for play. We know that play is evolutionary and vital to our lives. </p>
    <p class="profile__text">Crowhop was born of the desire for the joy of play, to proliferate it sustainably and resourcefully together.</p>
    <p class="profile__text">Our debut Adventure Visual Novel project releasing late 2026.</p>
    <p class="profile__text">Previous work on Sword & Sworcery EP, Localhost, BELOW, Falcon Age.</p>
    
  </div>
</section>
<section class="technologies">
  <h2 class="technologies__heading">Get updates about our games!
  </h2>
  <ul class="technologies__list">
    <li class="technologies__item">
        <script async src="https://eomail5.com/form/9ba94336-1b74-11f1-8a13-e5a41679cb99.js" data-form="9ba94336-1b74-11f1-8a13-e5a41679cb99"></script>
      <div class="technologies__logo">
        
      
    </li>
  </ul>
</section>


            </main>
        </div>
        <footer class="footer">
            <p>&copy; crowhop 2026</p>
        </footer>
    </body>
</html>