website/index.html

91 lines
3.9 KiB
HTML
Raw Permalink 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">
2022-01-08 13:07:39 +00:00
<title>GRU</title>
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="style.css">
2022-01-08 12:15:59 +00:00
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap" rel="stylesheet">
2021-08-19 17:11:29 +00:00
</head>
2022-01-08 12:15:59 +00:00
2021-08-19 17:11:29 +00:00
<body>
<div id="content">
2022-01-08 12:15:59 +00:00
<div id="header">
<a href="/">
2022-01-08 21:08:08 +00:00
<img src="/gru-19.png" style="width: 35%;">
2022-01-08 12:15:59 +00:00
</a>
</div>
<hr>
2022-01-24 18:49:20 +00:00
<h3>We are an organization that develops free and open source software!</h3>
2022-01-08 12:15:59 +00:00
<ul>
2022-03-31 10:40:34 +00:00
<li> <em>~></em> Our Repositories: <a href="https://tildegit.org/GRU">tildegit</a> and <a href="https://codeberg.org/GRU">codeberg</a></li>
2022-01-08 13:07:39 +00:00
<li> <em>~></em> <a href="ideas.html">Some ideas to our projects</a></li>
2022-01-08 12:15:59 +00:00
<li> <em>~></em> Our XMPP room - <a href="xmpp:gru@conference.hmm.st">here</a></li>
<li> <em>~></em> We also have #gru channel on <a href="https://libera.chat/">libera.chat</a></li>
2022-01-08 23:52:16 +00:00
<li> <em>~></em> Check out the <a href="/blog/">DevLog!</a></li>
2022-01-08 12:15:59 +00:00
</ul>
<br>
<h3> Contributors: </h3>
<ul>
2022-08-31 11:39:30 +00:00
<li> <em>~></em> <a href="https://g1n.hextilde.xyz">g1n</a></li>
2022-01-08 12:15:59 +00:00
<li> <em>~></em> <a href="https://youngchief.vercel.app/">youngchief</a></li>
<li> <em>~></em> <a href="https://theasylum.team/~robyndrake/">robyndrake</a></li>
<li> <em>~></em> <a href="https://battlecruiser.co">chunk</a></li>
2022-08-31 11:39:30 +00:00
<li> <em>~></em> <a href="https://rsterrier.dev/">RustedTerrier</a></li>
2022-01-08 12:15:59 +00:00
</ul>
<br>
<h3> Projects we are working on: </h3>
<ul>
2022-02-20 16:40:35 +00:00
<li> <em>~></em> <a href="https://codeberg.org/GRU/orion">Orion</a></li>
<li> <em>~></em> <a href="https://codeberg.org/GRU/gros">gros</a></li>
<li> <em>~></em> <a href="https://codeberg.org/GRU/grsh">grsh and grutils</a></li>
2022-01-08 12:15:59 +00:00
<li> <em>~></em> occ - Orion/GRU Compiler Collection (not published yet) </li>
2022-02-20 16:40:35 +00:00
<li> <em>~></em> <a href="https://codeberg.org/GRU/hexutils">hexutils</a></li>
<li> <em>~></em> <a href="https://codeberg.org/GRU/coreutils">coreutils</a></li>
<li> <em>~></em> <a href="https://codeberg.org/GRU/yemu">yemu</a> - emulator</li>
<li> <em>~></em> <a href="https://codeberg.org/GRU/gxt">gxt</a> - TUI text editor</li>
<li> <em>~></em> <a href="https://codeberg.org/GRU/orsh">orsh</a> - simple shell</li>
<li> <em>~></em> <a href="https://codeberg.org/GRU/gasm">gasm</a> - assembler</li>
2022-01-08 12:15:59 +00:00
<li> <em>~></em> <a href="ocpu/">ocpu</a> - yet another cpu design (DRAFT)</li>
2022-08-31 11:39:30 +00:00
<li> <em>~></em> <a href="https://codeberg.org/GRU/olibc">olibc</a> - standart C11 library implementation</li>
<li> <em>~></em> <a href="deertree/">deertree</a> - GRU DeerTree specifications (DRAFT) </li>
2022-01-08 12:15:59 +00:00
</ul>
<br>
<h3> Our goals: </h3>
<ul>
<li><em>~></em> Make our own open source operating system that will have most of things in it our own!</li>
<li><em>~></em> Make own libc, compiler, kernel, userland and maybe even own programming language!</li>
<li><em>~></em> Make FOSS community to grow, so we want to support open source by making our own open-source projects!</li>
</ul>
<br>
<h3> How to contribute: </h3>
<ul>
<li><em>~></em> Contribute code!</li>
<li><em>~></em> Test out our projects in some tasks!</li>
<li><em>~></em> Send us suggestions!</li>
<li><em>~></em> Help us solve problems/bugs!</li>
<li><em>~></em> Help us document our programs!</li>
</ul>
<br>
<hr>
<center>
<sup>
<small class="chunk">
<code>
2022-01-25 09:21:07 +00:00
Web Design by <a href="https://the8woodcutter.sh" target="_blank">chunk@battlecruiser.co</a>
2022-01-08 12:15:59 +00:00
</code>
</small>
</sup>
</center>
2021-08-19 17:11:29 +00:00
</div>
</body>
</html>