<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <script src="header.js" type="text/javascript" defer></script> <script src="footer.js" type="text/javascript" defer></script> <link rel="stylesheet" href="styles.css" /> <title>Interstellar Development</title> </head> <body> <!-- Custom header component --> <header-component></header-component> <article> <section id="project"> <h1>Our Projects</h1> <h2>Our Games</h2> <ul> <li> <a href="https://www.freettrpg.org/" target="_blank">FreeTTRPG</a> </li> <li> <a href="https://patrick_pluto.codeberg.page/freeftf/" target="_blank" >FreeFTF</a > </li> </ul> <h2>Our Other Projects</h2> <ul> <li> <a href="https://patrick_pluto.codeberg.page/foss_alternatives/" target="_blank" >FOSS Alternatives</a > </li> </ul> </section> <!-- About Us section --> <section id="about"> <h2>About Us</h2> <h1>This is just a filler text</h1> <p> Have you ever felt that a new game you bought lacks soul, as if it was made without love or passion? Or maybe you've noticed that the tools you use seem to watch your every move, leaving you feeling monitored and uneasy. Even after paying for a subscription, do you feel like you don’t truly own the software you rely on? We’ve felt the same way, and we’re here to change that. We are an international group of programmers, united by a common goal: to reshape the world of technology. With team members from Switzerland, Norway, and beyond, we're a diverse collective of students and developers who believe in the power of open-source software. Open source isn’t just a development model for us; it’s a commitment to transparency, community, and user freedom. Inspired by the Free Software Foundation (FSF) and the Free Software Supporters Europe (FSSE), we strive to create software that empowers users, respects their privacy, and fosters collaboration. In a world where much of the software feels corporate and detached, we’re dedicated to creating tools and games with passion and care—products you can trust and truly own. Join us in reshaping the digital landscape, where technology serves you, not the other way around. </p> <!-- Cards section with team members --> <section class="cards"> <div class="card"> <a href="https://patrick_pluto.codeberg.page/" class="card-link"> <img src="images/Patrick.png" alt="Patrick" /> <h3>Patrick_Pluto</h3> <p> The system administrator and our lead coder. He is the one you will need to blame for bugs in the games </p> </a> </div> <div class="card"> <a href="https://jane_doe.example.com" class="card-link"> <img src="images/sage.png" alt="Sage" /> <h3>sageTheDM</h3> <p> Our mostly competent web developer and secondary coder, if you experience any bugs on the website or spelling mistake he is to blame </p> </a> </div> <div class="card"> <a href="https://john_smith.example.com" class="card-link"> <img src="images/norway.png" alt="Norway" /> <h3>NorwayLC</h3> <p> Our Development assistant, he is responsible to help our coders don't lose their mind. He does quality of life improvements for the endusers and help to keep the project running. </p> </a> </div> <!-- Keep this as a comment unti5l further notice --> <!-- <div class="card"> <a href="https://emily_jones.example.com" class="card-link"> <img src="images/tander.png" alt="Tanderson" /> <h3>Tanderson</h3> <p> Our Wildcard he just randomly commit code improvements gives us tips and vanishes again. No one can truly understand him, but without him the project would not be running </p> </a> </div> --> </section> </section> <section id="vision"> <h1>This is just a filler text</h1> <h2>Our vision</h2> <h2>Our Vision: Crafting a Future of Open Source</h2> <h3>The Beginning: A Need for Change</h3> <p> In a world dominated by soulless, profit-driven software, we felt a deep dissatisfaction with the state of the tech industry. Many of us have experienced the frustration of using tools that feel invasive, with constant surveillance and restrictions. We've all been there—buying a game that lacks passion, subscribing to software that we never truly own, or feeling trapped in ecosystems designed to profit off our data. These experiences led us to a simple, yet profound question: <em>What if technology could be different?</em> </p> <h3>2023: The Seed of an Idea</h3> <p> In 2023, a group of fresh-faced students from Switzerland, Norway, and beyond came together with a shared dream. United by our love for coding and our belief in the power of open-source software, we set out to challenge the status quo. We were inspired by the pioneers of the Free Software Movement (FSM) and the values they championed: transparency, freedom, and community. </p> <h3>2024: Building the Foundation</h3> <p> By 2024, our team had grown, and so had our ambitions. We began working on our first projects, focusing on creating games and tools that were not just free to use, but free to modify, share, and improve. Our mission was clear: to bring open-source alternatives to the mainstream, offering users a genuine choice in a market saturated with proprietary solutions. </p> <h3>2025: Expanding Our Horizons</h3> <p> As our community grew, so did our impact. In 2025, we launched several successful projects, each embodying our core values of openness and collaboration. We forged partnerships with like-minded organizations and began to make waves in the tech world. Our tools and games started gaining recognition for their quality, security, and the freedom they offered users. </p> <h3>2026 and Beyond: Shaping the Future</h3> <p> Looking ahead, we see a future where open-source software is the norm, not the exception. We envision a world where users are empowered to take control of their digital lives, where technology serves the needs of people, not corporations. Our goal is to continue expanding our portfolio of open-source projects, making them accessible to everyone, regardless of their background or technical expertise. </p> <h3>Our Commitment</h3> <p> Our vision is not just about the products we create; it's about the culture we want to build. We are committed to fostering a global community of developers, gamers, and tech enthusiasts who share our passion for open source. Together, we believe we can create a more just, equitable, and innovative digital world. </p> <p> Join us on this journey as we work to bring open-source tools and games to the market for everyone to enjoy. Let's reshape the future of technology, one line of code at a time. </p> </section> </article> <!-- Custom footer component --> <footer-component></footer-component> </body> </html>