You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

92 lines
3.4 KiB

<!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="Making software approachable for everyone">
<meta name="keywords" content="Developers, Dev, Community, Open, Free">
<title>/dev.space</title>
<link rel="shortcut icon" href="favicon.svg" type="image/svg+xml" />
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
<!-- Plausible analytics -->
<script async defer data-domain="slashdev.space" src="https://analytics.slashdev.space/js/plausible.js"></script>
</head>
<body>
<header>
<h1>/dev.space</h1>
<p>Making software approachable for everyone</p>
<nav>
<a href="/" target="__blank">Home</a>
<a href="/about">About</a>
<a href="/research-and-development">R&D</a>
<a href="https://git.slashdev.space" target="__blank">Code</a>
</nav>
</header>
<main>
<h1>Hello!</h1>
<p>
We’re a tiny and independent development studio based in Germany.
</p>
<p>
The mission of /dev.space is to make software approachable for
everyone. We want to enable people to write software by researching
complex topics and sharing what we are learning in simple terms.
</p>
<p>
Everyone should be able to understand the software they're
using without compromises. We work toward this goal by:
</p>
<ul>
<li>
Contributing to existing projects and helping improve
documentation
</li>
<li>
Writing software that is easy to use and hack on
</li>
<li>
Researching novel and complex areas of software development
with a goal to make them approachable for newcomers
</li>
<li>
Help others build on the knowledge they already have
</li>
</ul>
<h2>Support Us</h2>
<p>
If you share our vision and want to support our work, please
consider donating to us today and help us continue to
exist.
</p>
<div>
<a href="https://donate.slashdev.space">
<button>
Donate with Fosspay
</button>
</a>
<a href="https://liberapay.com/slashdev.space/donate">
<button>
Donate with Liberapay
</button>
</a>
</div>
</main>
</body>
<footer>
Copyright © 2021 Garrit Franke and /dev.space contributers.<br />
This website is licensed under the
<a
href="https://git.slashdev.space/garrit/slashdev.space-landing/src/branch/main/LICENSE"
>MIT License</a
>. The source code for this website can be found
<a href="https://git.slashdev.space/garrit/slashdev.space-landing"
>here</a
>.
</footer>
</html>