website/index.html

54 lines
2.8 KiB
HTML
Raw Normal View History

2021-08-19 17:11:29 +00:00
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
2021-12-18 12:30:15 +00:00
<title>GRU</title>
2021-08-19 17:11:29 +00:00
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<div id="content">
2021-12-25 17:51:46 +00:00
<center><img src="gru.png" style="width: 30%; height: auto;"></center>
2021-08-19 17:11:29 +00:00
<hr>
2021-12-18 12:30:15 +00:00
<p> We are an organization that develop free and open source software! </p>
2021-08-19 17:11:29 +00:00
<p> You can find our repos on <a href="https://tildegit.org/GRU">tildegit</a> and <a href="https://codeberg.org/GRU">codeberg</a>
2021-08-21 10:08:05 +00:00
<p> ~> <a href="IDEAS.txt">Some ideas to our projects</a> (no warranty that all this will be made) <a href="IDEAS.org">(org version)</a></p>
2021-12-18 12:30:15 +00:00
<p> ~> Also check our devlogs <a href="blog/">here</a></p>
2021-10-07 18:43:19 +00:00
<p> ~> Our XMPP room - <a href="xmpp:gru@conference.hmm.st">here</a></p>
<p> ~> We also have #gru channel on <a href="https://libera.chat/">libera.chat</a></p>
2021-08-19 17:11:29 +00:00
<h3> Current members: </h3>
<p>~> <a href="https://g1n.ttm.sh">g1n</a></p>
2021-12-26 13:53:26 +00:00
<h3> Contributors: </h3>
<p>~> <a href="https://youngchief.vercel.app/">youngchief</a></p>
<p>~> <a href="https://theasylum.team/~robyndrake/">robyndrake</a></p>
<p>~> <a href="https://battlecruiser.co">chunk</a></p>
2021-08-19 17:11:29 +00:00
<h3> Projects we are working on: </h3>
2021-12-19 08:50:04 +00:00
<p>~> <a href="https://codeberg.org/GRU/orion">Orion</a></p>
<p>~> <a href="https://codeberg.org/GRU/gros">gros</a></p>
<p>~> <a href="https://codeberg.org/GRU/grsh">grsh and grutils</a></p>
2021-12-18 13:04:57 +00:00
<p>~> occ - Orion/GRU Compiler Collection (not published yet) </p>
2021-12-19 08:50:04 +00:00
<p>~> <a href="https://codeberg.org/GRU/hexutils">hexutils</a></p>
<p>~> <a href="https://codeberg.org/GRU/coreutils">coreutils</a></p>
<p>~> <a href="https://codeberg.org/GRU/yemu">yemu</a> - emulator</p>
<p>~> <a href="https://codeberg.org/GRU/gxt">gxt</a> - TUI text editor</p>
<p>~> <a href="https://codeberg.org/GRU/orsh">orsh</a> - simple shell</p>
<p>~> <a href="https://codeberg.org/GRU/gasm">gasm</a> - assembler</p>
2021-10-15 09:24:22 +00:00
<p>~> <a href="ocpu/">ocpu</a> - yet another cpu design (DRAFT)</p>
2021-12-19 08:57:03 +00:00
<p>~> <a href="https://codeberg.org/GRU/olibc.git">olibc</a> - standart C11 library implementation</p>
2021-12-18 13:04:57 +00:00
<h3> Our goals: </h3>
2021-12-23 19:41:08 +00:00
<p>~> Make our own open source operating system that will have most of things in it our own!</p>
<p>~> Make own libc, compiler, kernel, userland and maybe even own programming language!</p>
<p>~> Make FOSS community to grow, so we want to support open source by making our own open-source projects!</p>
2021-08-19 17:11:29 +00:00
<h3> How to contribute: </h3>
<p>~> Contribute code!</p>
<p>~> Test out our projects in some tasks!</p>
2021-08-19 17:11:29 +00:00
<p>~> Send us suggestions!</p>
<p>~> Help us solve problems/bugs!</p>
<p>~> Help us document our programs!</p>
2021-08-19 17:11:29 +00:00
</div>
</body>
</html>