215 lines
8.8 KiB
HTML
215 lines
8.8 KiB
HTML
<!--
|
||
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.
|
||
|
||
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.
|
||
|
||
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/>.
|
||
-->
|
||
|
||
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<script src="dropdown.js" type="text/javascript" defer></script>
|
||
<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>
|
||
<a href="webGames/index.html" target="_blank" class="listElement">
|
||
<li>Web game collection</li>
|
||
</a>
|
||
</ul>
|
||
|
||
<ul>
|
||
<li>
|
||
<p>Previously we had more unfinished Games listed here.</p>
|
||
<p>
|
||
We decided against displaying them and giving people the
|
||
impression we are working on them currently.
|
||
</p>
|
||
<p>In the Future we will display the released games here</p>
|
||
</li>
|
||
</ul>
|
||
|
||
<h2>Our Other Projects</h2>
|
||
<ul>
|
||
<a href="foss_alternatives/" target="_blank" class="listElement">
|
||
<li>FOSS Alternatives</li>
|
||
</a>
|
||
<a href="react/" target="_blank" class="listElement">
|
||
<li>React</li>
|
||
</a>
|
||
</ul>
|
||
</section>
|
||
|
||
<!-- Cards section with team members -->
|
||
<h1>Our Team</h1>
|
||
<section class="cards" id="cards">
|
||
<div class="card">
|
||
<a
|
||
href="https://interstellardevelopment.org/code/Patrick_Pluto"
|
||
class="card-link"
|
||
target="_blank"
|
||
>
|
||
<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://interstellardevelopment.org/code/sageTheDm"
|
||
class="card-link"
|
||
target="_blank"
|
||
>
|
||
<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://interstellardevelopment.org/code/Patrick_Pluto"
|
||
class="card-link"
|
||
target="_blank"
|
||
>
|
||
<img src="images/nicolas.png" alt="Patrick" />
|
||
<h3>St. Nicolaus</h3>
|
||
<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>
|
||
</a>
|
||
</div>
|
||
</section>
|
||
|
||
<!-- About Us section -->
|
||
<section id="about">
|
||
<h2>About Us</h2>
|
||
<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>
|
||
</section>
|
||
|
||
<section id="vision">
|
||
<h2>Our Vision</h2>
|
||
<h2>Interstellar Development: Free Software is Our Passion</h2>
|
||
<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>
|
||
</section>
|
||
</article>
|
||
|
||
<!-- Custom footer component -->
|
||
<footer-component></footer-component>
|
||
</body>
|
||
</html>
|