Compare commits

...

2 Commits

  1. 163
      index.html

163
index.html

@ -4,118 +4,79 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Where developers can collectively learn and grow."> <meta name="description" content="Making software approachable for everyone">
<meta name="keywords" content="Developers, Dev, Community, Open, Free"> <meta name="keywords" content="Developers, Dev, Community, Open, Free">
<title>/dev.space</title> <title>/dev.space</title>
<link rel="stylesheet" href="styles/index.css" />
<link rel="shortcut icon" href="favicon.svg" type="image/svg+xml" /> <link rel="shortcut icon" href="favicon.svg" type="image/svg+xml" />
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
<!-- Plausible analytics --> <!-- Plausible analytics -->
<script async defer data-domain="slashdev.space" src="https://analytics.slashdev.space/js/plausible.js"></script> <script async defer data-domain="slashdev.space" src="https://analytics.slashdev.space/js/plausible.js"></script>
</head> </head>
<body> <body>
<section class="welcome"> <header>
<div class="welcome__container"> <h1>/dev.space</h1>
<h1 class="welcome__text-area__heading">/dev.space</h1> <p>Making software approachable for everyone</p>
<h3 class="welcome__text-area__subheading"> <nav>
Where developers can collectively learn and grow. <a href="/" target="__blank">Home</a>
</h3> <a href="/about">About</a>
<p class="description"> <a href="/research-and-development">R&D</a>
Whether you're freshly starting out, or you are just looking <a href="https://git.slashdev.space" target="__blank">Code</a>
to connect with likeminded people. /dev.space is the </nav>
community you've been looking for. </header>
</p> <main>
</div> <h1>Hello!</h1>
</section> <p>
<section class="services"> We’re a tiny and independent development studio based in Germany.
<div class="services__container"> </p>
<h2 class="services__heading">Our Services</h2> <p>
<p class="description"> The mission of /dev.space is to make software approachable for
Our suite of online services helps you turn your project everyone. We want to enable people to write software by researching
ideas into reality. complex topics and sharing what we are learning in simple terms.
</p> </p>
<div class="services__offers"> <p>
<div class="services__offers__card"> Everyone should be able to understand the software they're
<h1 class="services__offers__card__heading">Chat</h1> using without compromises. We work toward this goal by:
<p class="services__offers__card__description"> </p>
We're hosting our own Matrix server to keep in touch <ul>
and share ideas. <li>
</p> Contributing to existing projects and helping improve
<a documentation
href="https://matrix.slashdev.space" </li>
class="button__link" <li>
> Writing software that is easy to use and hack on
<p>Join a room</p> </li>
</a> <li>
</div> 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>
<div class="services__offers__card"> <h2>Support Us</h2>
<h1 class="services__offers__card__heading">
Code Hosting
</h1>
<p class="services__offers__card__description">
We use Gitea to collaboratively work on our code.
</p>
<a
href="https://git.slashdev.space"
class="button__link"
>
<p>Set up your account</p>
</a>
</div>
<div class="services__offers__card"> <p>
<h1 class="services__offers__card__heading">Boards</h1> If you share our vision and want to support our work, please
<p class="services__offers__card__description"> consider donating to us today and help us continue to
We provide free Kanban boards to plan your projects. exist.
</p> </p>
<a <div>
href="https://boards.slashdev.space" <a href="https://donate.slashdev.space">
class="button__link" <button>
> Donate with Fosspay
<p>Get agile</p> </button>
</a> </a>
</div> <a href="https://liberapay.com/slashdev.space/donate">
</div> <button>
</div> Donate with Liberapay
</section> </button>
<section class="contact"> </a>
<div class="contact__container">
<h2>How to join</h2>
<p>
/dev.space is a free and open community. Anyone and everyone
is welcome. Simply join our Matrix server and chat with us.
Already got an account on another instance? Great!
</p>
<a
class="button__link button__contact"
href="https://matrix.to/#/#lobby:matrix.slashdev.space"
><p>#lobby:matrix.slashdev.space</p></a
>
</div>
</section>
<section class="support-us">
<div class="support-us__container">
<h2>Support Us</h2>
<p>
The services on this platform are 100% free of charge.
Hosting servers does have its price though. Consider
supporting us by leaving a small donation.
</p>
<div class="support-us__donations__container">
<a
class="button__link support-us__donations__button"
href="https://donate.slashdev.space"
><p>Donate with Fosspay</p></a
>
<a
class="button__link support-us__donations__button"
href="https://liberapay.com/slashdev.space/donate"
><p>Donate with Liberapay</p></a
>
</div>
</div> </div>
</section>
</main>
</body> </body>
<footer> <footer>
Copyright © 2021 Garrit Franke and /dev.space contributers.<br /> Copyright © 2021 Garrit Franke and /dev.space contributers.<br />

Loading…
Cancel
Save