2024-08-20 10:59:50 +02:00
|
|
|
|
<!--
|
2024-12-17 12:44:19 +01:00
|
|
|
|
interstellar development website
|
|
|
|
|
Copyright (C) 2024 interstellar_development
|
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
|
|
|
it under the terms of the GNU Affero General Public License as
|
|
|
|
|
published by the Free Software Foundation, either version 3 of the
|
|
|
|
|
License, or (at your option) any later version.
|
2024-08-20 10:59:50 +02:00
|
|
|
|
|
2024-12-17 12:44:19 +01:00
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
GNU Affero General Public License for more details.
|
2024-08-20 10:59:50 +02:00
|
|
|
|
|
2024-12-17 12:44:19 +01:00
|
|
|
|
You should have received a copy of the GNU Affero General Public License
|
|
|
|
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
2024-08-20 10:59:50 +02:00
|
|
|
|
-->
|
2024-12-17 12:44:19 +01:00
|
|
|
|
|
2024-08-20 10:40:56 +02:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2024-12-17 10:43:57 +01:00
|
|
|
|
<script src="dropdown.js" type="text/javascript" defer></script>
|
2024-08-20 10:40:56 +02:00
|
|
|
|
<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>
|
2024-12-17 12:44:19 +01:00
|
|
|
|
|
2024-08-20 10:40:56 +02:00
|
|
|
|
<body>
|
|
|
|
|
<!-- Custom header component -->
|
|
|
|
|
<header-component></header-component>
|
|
|
|
|
|
|
|
|
|
<article>
|
|
|
|
|
<section id="project">
|
|
|
|
|
<h1>Our Projects</h1>
|
|
|
|
|
|
|
|
|
|
<h2>Our Games</h2>
|
2025-01-04 15:53:31 +01:00
|
|
|
|
<ul>
|
|
|
|
|
<a href="webGames/index.html" target="_blank" class="listElement">
|
|
|
|
|
<li>Web game collection</li>
|
|
|
|
|
</a>
|
|
|
|
|
</ul>
|
|
|
|
|
|
2024-08-20 10:40:56 +02:00
|
|
|
|
<ul>
|
|
|
|
|
<li>
|
2025-01-04 15:53:31 +01:00
|
|
|
|
<p>Previously we had more unfinished Games listed here.</p>
|
2025-01-05 01:13:23 +01:00
|
|
|
|
<p>
|
|
|
|
|
We decided against displaying them and giving people the
|
|
|
|
|
impression we are working on them currently.
|
|
|
|
|
</p>
|
2024-12-17 12:44:19 +01:00
|
|
|
|
<p>In the Future we will display the released games here</p>
|
2024-08-20 10:40:56 +02:00
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<h2>Our Other Projects</h2>
|
|
|
|
|
<ul>
|
2024-12-17 10:43:57 +01:00
|
|
|
|
<a href="foss_alternatives/" target="_blank" class="listElement">
|
|
|
|
|
<li>FOSS Alternatives</li>
|
|
|
|
|
</a>
|
|
|
|
|
<a href="react/" target="_blank" class="listElement">
|
|
|
|
|
<li>React</li>
|
2024-12-17 12:44:19 +01:00
|
|
|
|
</a>
|
2024-08-20 10:40:56 +02:00
|
|
|
|
</ul>
|
|
|
|
|
</section>
|
2024-12-17 12:44:19 +01:00
|
|
|
|
|
2024-12-17 10:43:57 +01:00
|
|
|
|
<!-- Cards section with team members -->
|
|
|
|
|
<h1>Our Team</h1>
|
|
|
|
|
<section class="cards" id="cards">
|
|
|
|
|
<div class="card">
|
2025-01-05 01:13:23 +01:00
|
|
|
|
<a
|
|
|
|
|
href="https://interstellardevelopment.org/code/Patrick_Pluto"
|
|
|
|
|
class="card-link"
|
|
|
|
|
target="_blank"
|
|
|
|
|
>
|
2024-12-17 10:43:57 +01:00
|
|
|
|
<img src="images/Patrick.png" alt="Patrick" />
|
|
|
|
|
<h3>Patrick_Pluto</h3>
|
2025-01-05 01:13:23 +01:00
|
|
|
|
<p>
|
|
|
|
|
The system administrator and our lead coder. He is the one you
|
|
|
|
|
will need to blame for bugs in the games
|
|
|
|
|
</p>
|
2024-12-17 10:43:57 +01:00
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
|
2024-12-17 12:44:19 +01:00
|
|
|
|
<div class="card">
|
2025-01-05 01:13:23 +01:00
|
|
|
|
<a
|
|
|
|
|
href="https://interstellardevelopment.org/code/sageTheDm"
|
|
|
|
|
class="card-link"
|
|
|
|
|
target="_blank"
|
|
|
|
|
>
|
2024-12-17 10:43:57 +01:00
|
|
|
|
<img src="images/sage.png" alt="Sage" />
|
|
|
|
|
<h3>sageTheDM</h3>
|
2025-01-05 01:13:23 +01:00
|
|
|
|
<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>
|
2024-12-17 10:43:57 +01:00
|
|
|
|
</a>
|
|
|
|
|
</div>
|
2024-12-17 12:44:19 +01:00
|
|
|
|
|
2024-12-17 10:43:57 +01:00
|
|
|
|
<div class="card">
|
2025-01-05 01:13:23 +01:00
|
|
|
|
<a
|
|
|
|
|
href="https://interstellardevelopment.org/code/Patrick_Pluto"
|
|
|
|
|
class="card-link"
|
|
|
|
|
target="_blank"
|
|
|
|
|
>
|
2024-12-17 10:43:57 +01:00
|
|
|
|
<img src="images/nicolas.png" alt="Patrick" />
|
|
|
|
|
<h3>St. Nicolaus</h3>
|
2025-01-05 01:13:23 +01:00
|
|
|
|
<p>
|
|
|
|
|
Our game level and asset designer. He is responsible for all
|
|
|
|
|
assets in our FreeFTF game. So if an asset looks ugly be mad at
|
|
|
|
|
him. Also, we are not sure if he is human or just a drunk wizard
|
|
|
|
|
cat but one thing is very clear he is still a novice at his job.
|
|
|
|
|
</p>
|
2024-12-17 10:43:57 +01:00
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
2024-08-20 10:40:56 +02:00
|
|
|
|
|
|
|
|
|
<!-- About Us section -->
|
|
|
|
|
<section id="about">
|
|
|
|
|
<h2>About Us</h2>
|
2025-01-05 01:13:23 +01:00
|
|
|
|
<p>
|
|
|
|
|
Welcome to Interstellar Development! We are a small, passionate
|
|
|
|
|
international team dedicated to transforming the programming world
|
|
|
|
|
into a free-and-open-source future. Our diverse backgrounds and
|
|
|
|
|
experiences fuel our commitment to creating free and open-source
|
|
|
|
|
software, particularly in the realm of gaming.
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
Our journey began with a shared vision: to better organize our efforts
|
|
|
|
|
in making free and open-source games more efficient and accessible. We
|
|
|
|
|
recognized that many current free software games are either lacking in
|
|
|
|
|
quality or simply do not exist. This realization inspired us to focus
|
|
|
|
|
on developing games that are unplayable on GNU/Linux and FreeBSD
|
|
|
|
|
systems, as well as creating free software alternatives for those in
|
|
|
|
|
need.
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
At Interstellar Development, we believe that true freedom for computer
|
|
|
|
|
users can only be achieved through the use of free software. That’s
|
|
|
|
|
why we are committed to licensing all of our projects under copyleft
|
|
|
|
|
free and open-source software licenses, ensuring that our games remain
|
|
|
|
|
free for everyone to enjoy, forever.
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
While we are not currently accepting donations, we welcome your
|
|
|
|
|
support in the form of feedback and suggestions for improvements. If
|
|
|
|
|
you wish to contribute financially, we encourage you to donate to the
|
|
|
|
|
Free Software Foundation, as without them, we would have never started
|
|
|
|
|
this.
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
Join us as we strive to create a vibrant community around free
|
|
|
|
|
software and gaming. Together, we can make a difference and pave the
|
|
|
|
|
way for a free future!
|
|
|
|
|
</p>
|
2024-08-20 10:40:56 +02:00
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<section id="vision">
|
2024-10-07 10:08:47 +02:00
|
|
|
|
<h2>Our Vision</h2>
|
2024-12-17 08:23:20 +01:00
|
|
|
|
<h2>Interstellar Development: Free Software is Our Passion</h2>
|
2025-01-05 01:13:23 +01:00
|
|
|
|
<p>
|
|
|
|
|
At Interstellar Development, we embarked on this journey to create a
|
|
|
|
|
more organized and efficient approach to developing free and
|
|
|
|
|
open-source software, with a particular focus on gaming. We recognized
|
|
|
|
|
a significant gap in the availability and quality of free software
|
|
|
|
|
games, which often fail to meet the expectations of users or simply do
|
|
|
|
|
not exist. Our mission is to fill this void and elevate the standards
|
|
|
|
|
of free gaming experiences.
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
Our primary goal is to target games that are currently unplayable on
|
|
|
|
|
GNU/Linux and FreeBSD systems. We aim to develop high-quality
|
|
|
|
|
alternatives that not only provide enjoyable gameplay but also adhere
|
|
|
|
|
to the principles of free software. Additionally, we are committed to
|
|
|
|
|
identifying and addressing other areas within the software ecosystem
|
|
|
|
|
that lack free alternatives, ensuring that users have access to a
|
|
|
|
|
diverse range of tools and applications that respect their freedom.
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
At Interstellar Development, we firmly believe that the path to true
|
|
|
|
|
freedom for computer users lies in the adoption and promotion of free
|
|
|
|
|
software. To this end, we are dedicated to licensing all of our
|
|
|
|
|
projects under copyleft free and open-source software licenses. This
|
|
|
|
|
commitment ensures that our games and software remain free for
|
|
|
|
|
everyone to play, modify, and share, fostering a culture of
|
|
|
|
|
collaboration and innovation within the community.
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
We understand that community involvement is crucial to our success.
|
|
|
|
|
While we are not currently accepting donations, we invite you to
|
|
|
|
|
support us by providing feedback, reporting issues, and suggesting
|
|
|
|
|
improvements. Your insights are invaluable in helping us refine our
|
|
|
|
|
projects and enhance the user experience.
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
If you feel compelled to contribute financially, we encourage you to
|
|
|
|
|
consider donating to the Free Software Foundation. Their unwavering
|
|
|
|
|
support and advocacy for free software principles have been
|
|
|
|
|
instrumental in our journey, and your contributions to them help
|
|
|
|
|
sustain the broader movement that enables us to create these games.
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
Together, we can build a vibrant community around free software and
|
|
|
|
|
gaming, paving the way for a future where everyone has access to
|
|
|
|
|
high-quality, open-source alternatives. Join us in our mission to make
|
|
|
|
|
a difference and champion the cause of free software for all!
|
|
|
|
|
</p>
|
2024-08-20 10:40:56 +02:00
|
|
|
|
</section>
|
|
|
|
|
</article>
|
|
|
|
|
|
|
|
|
|
<!-- Custom footer component -->
|
|
|
|
|
<footer-component></footer-component>
|
|
|
|
|
</body>
|
2024-12-17 12:44:19 +01:00
|
|
|
|
</html>
|