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" />
|
2025-09-21 23:37:16 +02:00
|
|
|
<title>Interstellar Development | Free and Open Source Software</title>
|
|
|
|
|
<meta
|
|
|
|
|
name="description"
|
|
|
|
|
content="We develop high-quality free and open source software, with a focus on gaming solutions that respect user freedom."
|
2025-02-21 11:34:11 +01:00
|
|
|
/>
|
2025-09-21 23:37:16 +02:00
|
|
|
|
|
|
|
|
<!-- Font Awesome -->
|
2025-02-21 11:34:11 +01:00
|
|
|
<link
|
2025-09-21 23:37:16 +02:00
|
|
|
rel="stylesheet"
|
|
|
|
|
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
|
2025-02-21 11:34:11 +01:00
|
|
|
/>
|
2025-09-21 23:37:16 +02:00
|
|
|
<!-- Google Fonts -->
|
2025-02-21 11:34:11 +01:00
|
|
|
<link
|
2025-09-21 23:37:16 +02:00
|
|
|
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap"
|
|
|
|
|
rel="stylesheet"
|
2025-02-21 11:34:11 +01:00
|
|
|
/>
|
2025-09-21 23:37:16 +02:00
|
|
|
<!-- Main CSS -->
|
|
|
|
|
<link rel="stylesheet" href="src/styles/styles.css" />
|
2024-08-20 10:40:56 +02:00
|
|
|
</head>
|
2024-12-17 12:44:19 +01:00
|
|
|
|
2024-08-20 10:40:56 +02:00
|
|
|
<body>
|
2025-09-21 23:37:16 +02:00
|
|
|
<!-- Animated background -->
|
|
|
|
|
<div class="animated-bg"></div>
|
|
|
|
|
<div class="stars" id="stars"></div>
|
|
|
|
|
|
|
|
|
|
<!-- Navigation -->
|
|
|
|
|
<nav id="navigation">
|
|
|
|
|
<div class="nav-container">
|
|
|
|
|
<div class="logo">Interstellar Development</div>
|
|
|
|
|
|
|
|
|
|
<button
|
|
|
|
|
class="mobile-menu-btn"
|
|
|
|
|
id="mobile-menu-btn"
|
|
|
|
|
aria-label="Toggle navigation"
|
|
|
|
|
>
|
|
|
|
|
<i class="fas fa-bars"></i>
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
|
|
<ul class="nav-links" id="nav-links">
|
|
|
|
|
<li><a href="#projects">Projects</a></li>
|
|
|
|
|
<li><a href="#team">Team</a></li>
|
|
|
|
|
<li><a href="#about">About</a></li>
|
|
|
|
|
<li><a href="#vision">Vision</a></li>
|
|
|
|
|
<li><a href="#contact">Contact</a></li>
|
2025-01-04 15:53:31 +01:00
|
|
|
</ul>
|
2025-09-21 23:37:16 +02:00
|
|
|
</div>
|
|
|
|
|
</nav>
|
2025-01-04 15:53:31 +01:00
|
|
|
|
2025-09-21 23:37:16 +02:00
|
|
|
<main>
|
|
|
|
|
<!-- Hero Section -->
|
|
|
|
|
<section class="hero">
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="hero-content">
|
|
|
|
|
<h1>
|
|
|
|
|
Advancing <span class="highlight">Free Software</span> Development
|
|
|
|
|
</h1>
|
2025-01-05 01:13:23 +01:00
|
|
|
<p>
|
2025-09-21 23:37:16 +02:00
|
|
|
We develop high-quality free and open source software solutions,
|
|
|
|
|
with a focus on gaming and applications that respect user freedom.
|
2025-01-05 01:13:23 +01:00
|
|
|
</p>
|
2025-09-21 23:37:16 +02:00
|
|
|
<div class="hero-buttons">
|
|
|
|
|
<a href="#projects" class="btn btn-primary">
|
|
|
|
|
<i class="fas fa-rocket"></i>
|
|
|
|
|
View Our Projects
|
|
|
|
|
</a>
|
|
|
|
|
<a href="#about" class="btn btn-secondary">
|
|
|
|
|
<i class="fas fa-info-circle"></i>
|
|
|
|
|
Learn More
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
2024-08-20 10:40:56 +02:00
|
|
|
|
2025-09-21 23:37:16 +02:00
|
|
|
<!-- Projects Section -->
|
|
|
|
|
<section id="projects" class="section">
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="section-header">
|
|
|
|
|
<h2 class="section-title">Our Projects</h2>
|
|
|
|
|
<p class="section-subtitle">
|
|
|
|
|
High-quality free software solutions built with passion and
|
|
|
|
|
dedication
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="project-category">
|
|
|
|
|
<h3 class="category-title">Gaming Projects</h3>
|
|
|
|
|
<div class="projects-grid">
|
|
|
|
|
<div class="project-card">
|
|
|
|
|
<div class="project-icon">
|
|
|
|
|
<i class="fas fa-crosshairs"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<h3>Chromania</h3>
|
|
|
|
|
<p>
|
|
|
|
|
A 2D jump-and-run game where players must restore color to the
|
|
|
|
|
world. Developed with our assistance. <br />
|
|
|
|
|
<span class="project-status development">In Development</span>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="project-card">
|
|
|
|
|
<div class="project-icon">
|
|
|
|
|
<i class="fas fa-crosshairs"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<h3>The tale of the Free</h3>
|
|
|
|
|
<p>
|
|
|
|
|
A 2.5D RPG where the protagonist journeys through the world,
|
|
|
|
|
gaining friends and allies to overthrow a corrupt government
|
|
|
|
|
branch. <br />
|
|
|
|
|
<span class="project-status development">In Planning</span>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="project-category">
|
|
|
|
|
<h3 class="category-title">Software Solutions</h3>
|
|
|
|
|
<div class="projects-grid">
|
|
|
|
|
<div class="project-card">
|
|
|
|
|
<div class="project-icon">
|
|
|
|
|
<i class="fas fa-code"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<h3>FOSS Alternatives</h3>
|
|
|
|
|
<p>
|
|
|
|
|
We maintain a curated list of free software alternatives to
|
|
|
|
|
proprietary applications, focusing on quality and user
|
|
|
|
|
freedom.
|
|
|
|
|
</p>
|
|
|
|
|
<span class="project-status active">Ongoing</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2024-08-20 10:40:56 +02:00
|
|
|
</section>
|
2024-12-17 12:44:19 +01:00
|
|
|
|
2025-09-21 23:37:16 +02:00
|
|
|
<!-- Team Section -->
|
|
|
|
|
<section id="team" class="section">
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="section-header">
|
|
|
|
|
<h2 class="section-title">Our Team</h2>
|
|
|
|
|
<p class="section-subtitle">
|
|
|
|
|
A small but dedicated international team committed to free
|
|
|
|
|
software
|
2025-01-05 01:13:23 +01:00
|
|
|
</p>
|
2025-09-21 23:37:16 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="team-grid">
|
|
|
|
|
<div class="team-member">
|
|
|
|
|
<div class="member-avatar">
|
|
|
|
|
<i class="fas fa-server"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<h3>Patrick</h3>
|
|
|
|
|
<div class="team-role">
|
|
|
|
|
Lead Programmer & System Administrator
|
|
|
|
|
</div>
|
|
|
|
|
<p>
|
|
|
|
|
Patrick focuses on backend development and system
|
|
|
|
|
administration, managing our infrastructure and core application
|
|
|
|
|
logic with expertise in server-side technologies and DevOps.
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="team-member">
|
|
|
|
|
<div class="member-avatar">
|
|
|
|
|
<i class="fas fa-palette"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<h3>Sage</h3>
|
|
|
|
|
<div class="team-role">Frontend Developer & Communications</div>
|
|
|
|
|
<p>
|
|
|
|
|
Sage focuses on frontend development and is in charge of
|
|
|
|
|
communication and UI/UX design, ensuring our projects have
|
|
|
|
|
intuitive interfaces and excellent user experiences.
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2024-12-17 10:43:57 +01:00
|
|
|
</div>
|
2025-09-21 23:37:16 +02:00
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<!-- About Section -->
|
|
|
|
|
<section id="about" class="section">
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="section-header">
|
|
|
|
|
<h2 class="section-title">About Us</h2>
|
|
|
|
|
</div>
|
2024-12-17 10:43:57 +01:00
|
|
|
|
2025-09-21 23:37:16 +02:00
|
|
|
<div class="about-content">
|
2025-01-05 01:13:23 +01:00
|
|
|
<p>
|
2025-09-21 23:37:16 +02:00
|
|
|
Interstellar Development is a small international team dedicated
|
|
|
|
|
to advancing free and open source software. Our diverse
|
|
|
|
|
backgrounds and shared commitment to user freedom drive our
|
|
|
|
|
development philosophy.
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
We began with a vision to create high-quality free software,
|
|
|
|
|
particularly in gaming where such options are often limited. We
|
|
|
|
|
recognized that many free software games either lack polish or
|
|
|
|
|
simply don't exist, inspiring us to focus on this underserved
|
|
|
|
|
area.
|
2025-01-05 01:13:23 +01:00
|
|
|
</p>
|
2024-12-17 12:44:19 +01:00
|
|
|
|
2025-01-05 01:13:23 +01:00
|
|
|
<p>
|
2025-09-21 23:37:16 +02:00
|
|
|
At Interstellar Development, we believe true digital freedom can
|
|
|
|
|
only be achieved through free software. All our projects are
|
|
|
|
|
released under copyleft licenses, ensuring they remain free for
|
|
|
|
|
everyone to use, modify, and distribute.
|
2025-01-05 01:13:23 +01:00
|
|
|
</p>
|
2025-09-21 23:37:16 +02:00
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
While we don't currently accept donations, we welcome feedback and
|
|
|
|
|
suggestions. If you wish to support the free software movement, we
|
|
|
|
|
encourage donations to the Free Software Foundation, whose work
|
|
|
|
|
continues to inspire our journey.
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
2024-12-17 10:43:57 +01:00
|
|
|
</div>
|
|
|
|
|
</section>
|
2024-08-20 10:40:56 +02:00
|
|
|
|
2025-09-21 23:37:16 +02:00
|
|
|
<!-- Vision Section -->
|
|
|
|
|
<section id="vision" class="section">
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="section-header">
|
|
|
|
|
<h2 class="section-title">Our Vision</h2>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="vision-content">
|
|
|
|
|
<div class="vision-text">
|
|
|
|
|
<p>
|
|
|
|
|
Our mission is to create high-quality free software
|
|
|
|
|
alternatives, particularly for games that are unavailable on
|
|
|
|
|
free operating systems like GNU/Linux and FreeBSD. We aim to
|
|
|
|
|
address gaps in the software ecosystem where free alternatives
|
|
|
|
|
are lacking.
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="principles-grid">
|
|
|
|
|
<div class="principle-card">
|
|
|
|
|
<div class="principle-icon">
|
|
|
|
|
<i class="fas fa-unlock"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<h4>Software Freedom</h4>
|
|
|
|
|
<p>
|
|
|
|
|
All our projects are released under copyleft licenses to
|
|
|
|
|
ensure user freedoms are protected and preserved.
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="principle-card">
|
|
|
|
|
<div class="principle-icon">
|
|
|
|
|
<i class="fas fa-users"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<h4>Community Collaboration</h4>
|
|
|
|
|
<p>
|
|
|
|
|
We believe in building software with and for the community,
|
|
|
|
|
welcoming contributions and feedback.
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="principle-card">
|
|
|
|
|
<div class="principle-icon">
|
|
|
|
|
<i class="fas fa-star"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<h4>Quality Standards</h4>
|
|
|
|
|
<p>
|
|
|
|
|
We strive to create software that matches or exceeds the
|
|
|
|
|
quality of proprietary alternatives.
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2024-08-20 10:40:56 +02:00
|
|
|
</section>
|
|
|
|
|
|
2025-09-21 23:37:16 +02:00
|
|
|
<!-- Contact Section -->
|
|
|
|
|
<section id="contact" class="section">
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="section-header">
|
|
|
|
|
<h2 class="section-title">Get In Touch</h2>
|
|
|
|
|
<p class="section-subtitle">
|
|
|
|
|
Have questions about our projects or want to contribute? We'd love
|
|
|
|
|
to hear from you.
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="contact-container">
|
|
|
|
|
<div class="contact-info">
|
|
|
|
|
<div class="contact-methods">
|
|
|
|
|
<div class="contact-item">
|
|
|
|
|
<div class="contact-icon">
|
|
|
|
|
<i class="fas fa-envelope"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="contact-details">
|
|
|
|
|
<h4>Email</h4>
|
|
|
|
|
<a href="mailto:info@interstellardevelopment.org"
|
|
|
|
|
>info@interstellardevelopment.org</a
|
|
|
|
|
>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="contact-item">
|
|
|
|
|
<div class="contact-icon">
|
|
|
|
|
<i class="fas fa-code-branch"></i>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="contact-details">
|
|
|
|
|
<h4>Source Code</h4>
|
|
|
|
|
<a
|
|
|
|
|
href="https://interstellardevelopment.org/code/interstellar_development"
|
|
|
|
|
target="_blank"
|
|
|
|
|
>View Our Projects</a
|
|
|
|
|
>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<form class="contact-form" id="contact-form">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label for="name">Your Name</label>
|
|
|
|
|
<input type="text" id="name" name="name" required />
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label for="email">Email Address</label>
|
|
|
|
|
<input type="email" id="email" name="email" required />
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label for="subject">Subject</label>
|
|
|
|
|
<select id="subject" name="subject" required>
|
|
|
|
|
<option value="">Select a subject</option>
|
|
|
|
|
<option value="contribution">Project Contribution</option>
|
|
|
|
|
<option value="feedback">Feedback</option>
|
|
|
|
|
<option value="inquiry">General Inquiry</option>
|
|
|
|
|
<option value="bug">Bug Report</option>
|
|
|
|
|
<option value="other">Other</option>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label for="message">Message</label>
|
|
|
|
|
<textarea
|
|
|
|
|
id="message"
|
|
|
|
|
name="message"
|
|
|
|
|
rows="5"
|
|
|
|
|
required
|
|
|
|
|
></textarea>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<button type="submit" class="btn btn-primary">
|
|
|
|
|
<i class="fas fa-paper-plane"></i>
|
|
|
|
|
Send Message
|
|
|
|
|
</button>
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2024-08-20 10:40:56 +02:00
|
|
|
</section>
|
|
|
|
|
|
2025-09-21 23:37:16 +02:00
|
|
|
<!-- Footer -->
|
|
|
|
|
<footer class="footer">
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="footer-content">
|
|
|
|
|
<div class="footer-brand">
|
|
|
|
|
<div class="logo">Interstellar Development</div>
|
|
|
|
|
<p>
|
|
|
|
|
Developing free and open source software with a focus on user
|
|
|
|
|
freedom and quality.
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<div class="footer-social">
|
|
|
|
|
<a
|
|
|
|
|
href="https://interstellardevelopment.org/code/interstellar_development"
|
|
|
|
|
class="social-link"
|
|
|
|
|
target="_blank"
|
|
|
|
|
aria-label="Source Code"
|
|
|
|
|
>
|
|
|
|
|
<i class="fas fa-code-branch"></i>
|
|
|
|
|
</a>
|
|
|
|
|
<a href="#" class="social-link" aria-label="Discord">
|
|
|
|
|
<i class="fab fa-discord"></i>
|
|
|
|
|
</a>
|
|
|
|
|
<a href="#" class="social-link" aria-label="Mastodon">
|
|
|
|
|
<i class="fab fa-mastodon"></i>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="footer-links">
|
|
|
|
|
<h4>Navigation</h4>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="#projects">Projects</a></li>
|
|
|
|
|
<li><a href="#team">Team</a></li>
|
|
|
|
|
<li><a href="#about">About</a></li>
|
|
|
|
|
<li><a href="#vision">Vision</a></li>
|
|
|
|
|
<li><a href="#contact">Contact</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="footer-links">
|
|
|
|
|
<h4>Projects</h4>
|
|
|
|
|
<ul>
|
|
|
|
|
<li>
|
|
|
|
|
<a
|
|
|
|
|
href="https://interstellardevelopment.org/code/interstellar_development"
|
|
|
|
|
target="_blank"
|
|
|
|
|
>Web Game Collection</a
|
|
|
|
|
>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a
|
|
|
|
|
href="https://interstellardevelopment.org/code/interstellar_development"
|
|
|
|
|
target="_blank"
|
|
|
|
|
>FreeFTF Game</a
|
|
|
|
|
>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a
|
|
|
|
|
href="https://interstellardevelopment.org/code/interstellar_development"
|
|
|
|
|
target="_blank"
|
|
|
|
|
>React Components</a
|
|
|
|
|
>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a
|
|
|
|
|
href="https://interstellardevelopment.org/code/interstellar_development"
|
|
|
|
|
target="_blank"
|
|
|
|
|
>FOSS Alternatives</a
|
|
|
|
|
>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="footer-links">
|
|
|
|
|
<h4>Resources</h4>
|
|
|
|
|
<ul>
|
|
|
|
|
<li>
|
|
|
|
|
<a href="https://www.fsf.org/" target="_blank"
|
|
|
|
|
>Free Software Foundation</a
|
|
|
|
|
>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a href="https://www.gnu.org/" target="_blank">GNU Project</a>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a
|
|
|
|
|
href="https://interstellardevelopment.org/code/interstellar_development"
|
|
|
|
|
target="_blank"
|
|
|
|
|
>Source Code</a
|
|
|
|
|
>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a href="mailto:info@interstellardevelopment.org"
|
|
|
|
|
>Contact Us</a
|
|
|
|
|
>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="footer-bottom">
|
|
|
|
|
<div class="footer-bottom-content">
|
|
|
|
|
<p>© 2025 Interstellar Development. All rights reserved.</p>
|
|
|
|
|
<div class="footer-badges">
|
|
|
|
|
<span class="badge">
|
|
|
|
|
<i class="fas fa-heart"></i>
|
|
|
|
|
Committed to Free Software
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</footer>
|
|
|
|
|
</main>
|
2024-08-20 10:40:56 +02:00
|
|
|
</body>
|
2024-12-17 12:44:19 +01:00
|
|
|
</html>
|