website/index.html

50 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>GloRious UNIX</title>
<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">
<h3><pre>
__ _ _ __ _ _
/ _` | '__| | | |
| (_| | | | |_| |
\__, |_| \__,_|
|___/
</pre></h3>
<h2> GRU - GloRious UNIX </h2>
<hr>
<p> We are organization that develop free and and open source software! </p>
<p> You can find our repos on <a href="https://tildegit.org/GRU">tildegit</a> and <a href="https://codeberg.org/GRU">codeberg</a>
<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>
<p> ~> Also check our devlogs <a href="https://g1n.ttm.sh/blog">here</a></p>
<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>
<h3> Current members: </h3>
<p>~> <a href="https://g1n.ttm.sh">g1n</a></p>
<h3> Projects we are working on: </h3>
<p>~> <a href="https://tildegit.org/GRU/orion">Orion</a></p>
<p>~> <a href="https://tildegit.org/GRU/gros">gros</a></p>
<p>~> <a href="https://tildegit.org/GRU/grsh">grsh and grutils</a></p>
<p>~> orcc - Orion/GRU Compiler Collection (not published yet) </p>
<p>~> <a href="https://tildegit.org/GRU/hexutils">hexutils</a></p>
<p>~> <a href="https://tildegit.org/GRU/coreutils">coreutils</a></p>
<p>~> <a href="https://tildegit.org/GRU/yemu">yemu</a> - emulator (currently 6502 only)</p>
<p>~> <a href="https://tildegit.org/GRU/gxt">gxt</a> - TUI text editor</p>
<p>~> <a href="https://tildegit.org/GRU/orsh">orsh</a> - simple shell</p>
<p>~> <a href="https://tildegit.org/GRU/gasm">gasm</a> - assembler</p>
<h3> How to contribute: </h3>
<p>~> Contribute your code to the project!</p>
<p>~> Test our projects in some tasks!</p>
<p>~> Send us suggestions!</p>
<p>~> Help us to solve problems/bugs!</p>
</div>
</body>
</html>