Changed the GRU page with my own code

This commit is contained in:
chunk 2022-01-08 05:15:59 -07:00
parent a6f2ab7162
commit 4ae6266f14
6 changed files with 319 additions and 53 deletions

73
chunk-promo.html Normal file
View File

@ -0,0 +1,73 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>.chunk wuz here.</title>
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="stylesheet" href="/style.css">
<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">
<style type="text/css">
ul {
background-color: #181818;
font-weight: bold;
}
li {
line-height: 1.0;
letter-spacing: 0.5px;
padding: 1px;
margin: 0px;
}
</style>
</head>
<body>
<div id="content">
<div id="header">
<center>
<a href="/">
<img src="/gru.png" style="width: 35%; height: 68px;">
</a>
</center>
</div>
<hr>
<h5>g1n is the leader of GRU and he hosts IRC and XMPP. I would personally like to encourage you to join the chats! That's where all the magic happens, in the networking :D</h5>
<ul>
<li>xmpp:gru@conference.hmm.st?join</li>
<li>#gru @ irc.libera.chat</li>
<li>#gru @ irc.tilde.chat</li>
<li><a href="https://gru.codeberg.page/blog/">gru.codeberg.page/blog</a></li>
</ul>
<br>
<h3>Who is Chunk?</h3>
<h5>You can find out more about the designer of this website by reading his blogs and checking out more of his content at these fine following places:</h5>
<ul>
<li><a href="https://battlecruiser.co" target="_blank">ʙʌʇʇɩɛʞʁʊɪʐɛʀ</a></li>
<li><a href="https://blog.battlecruiser.co" target="_blank">BattleCruiser BLOG</a></li>
<li><a href="https://hardteckno.com" target="_blank">HardTeckno.com!</a></li>
<li><a href="https://macceo.co" target="_blank">Macceo Engineering Co.</a></li>
<li><a href="https://soundcloud.com/thewoodcutter" target="_blank">SoundCloud Link</a></li>
<li><a href="https://youtube.com/the8woodcutter" target="_blank">YouTube Link</a></li>
<li><a href="https://bandcamp.com/the8woodcutter" target="_blank">BandCamp Link</a></li>
<li><a href="https://chunk.tilde.team" target="_blank">Busted Tilde.Team Site</a></li>
<li><a href="https://chunk.tilde.team/pages/coolstuff.php" target="_blank">Cool Stuff!</a></li>
</ul>
<h5>We do enjoy websites and design and especially open source community!</h5>
<br><br>
<hr>
<br>
<center>
<sup>
<small class="chunk">
<code>
Web Design by <a href="/chunk-promo.html" target="_blank">chunk@the8woodcutter.sh</a>
</code>
</small>
</sup>
</center>
</div>
</body>
</html>

BIN
favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

BIN
gru.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 34 KiB

99
ideas.html Normal file
View File

@ -0,0 +1,99 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>.IDEAS!.</title>
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="stylesheet" href="/style.css">
<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">
</head>
<body>
<div id="content">
<div id="header">
<center>
<a href="/">
<img src="/gru.png" style="width: 35%; height: 68px;">
</a>
</center>
</div>
<hr>
<h3>Ideas for GloRiuS UniX compilation of softwares!</h3>
<br>
<h3>Utils</h3>
<ul>
<li><em>**</em> coreutils<em> - </em>>TODO (will be moved to coreutils)</li>
<li><em>**</em> binutils</li>
<li><em>**</em> diffutils</li>
<li><em>**</em> util-linux</li>
<li><em>**</em> inetutils</li>
<li><em>**</em> hexutils</li>
<li><em> - </em>Assembler</li>
<li><em> - </em>Dissambler</li>
<li><em> - </em>Linker</li>
<li><em> - </em>hexdump, xxd</li>
</ul>
<h3>Libs</h3>
<ul>
<li><em>** </em>libc</li>
<li><em>** </em>C11 libc implementation</li>
<li><em>** </em>libregex<em> - </em>(other POSIX additions (unistd.h, termios.h and others))</li>
<li><em>** </em>libcurses</li>
<li><em>** </em>libgl</li>
</ul>
<h3>Compilers</h3>
<ul>
<li><em>** </em>OCC<em> - </em>(will be moved to occ/README.org)</li>
</ul>
<h3>Orion</h3>
<ul>
<li><em> - </em>Kernel separated from other software and is placed in one repo</li>
<li><em> - </em>Software repos separated per util or collection of utils (see Utils)</li>
<li><em> - </em>Ports is in <code>`ports`</code> repo and also can be found on <code>`(MIRROR_OR_MAIN-WEBPAGE)/pub/ports`</code></li>
</ul>
<h3>Gxt (TUI Text Editor)</h3>
<ul>
<li><em> - </em>Have some shell (like M-x in emacs or : in vim)</li>
<li><em> - </em>Execute shell commands </li>
<li><em> - </em>Scrolling using some keybindings</li>
<li><em> - </em>Have CLI mode</li>
<li><em> - </em>Configuring/Scripting/Plugins (using some language)</li>
<li><em> - </em>Be able to open more then one file (buffers</li>
</ul>
<h3>Yemu</h3>
<ul>
<li><em> - </em>em>6502 emulator</li>
<li><em> - </em>Own processor emulator</li>
<li><em> - </em>x86 emulator (in very far future)</li>
</ul>
<h3>Other</h3>
<ul>
<li><em> - </em>lex implementation</li>
<li><em> - </em>yacc implementation</li>
<li><em> - </em>m4</li>
<li><em> - </em>ed<em> - </em>standard editor</li>
</ul>
<hr>
<br>
<center>
<sup>
<small class="chunk">
<code>
Web Design by <a href="/chunk-promo.html" target="_blank">chunk@the8woodcutter.sh</a>
</code>
</small>
</sup>
</center>
</div>
</body>
</html>

View File

@ -3,50 +3,90 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>GRU</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">
<title>.GRU.</title>
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="stylesheet" href="/style.css">
<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">
</head>
<body>
<div id="content">
<center><img src="gru.png" style="width: 30%; height: auto;"></center>
<hr>
<p> We are an organization that develop free 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="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> 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>
<h3> Projects we are working on: </h3>
<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>
<p>~> occ - Orion/GRU Compiler Collection (not published yet) </p>
<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>
<p>~> <a href="ocpu/">ocpu</a> - yet another cpu design (DRAFT)</p>
<p>~> <a href="https://codeberg.org/GRU/olibc.git">olibc</a> - standart C11 library implementation</p>
<h3> Our goals: </h3>
<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>
<h3> How to contribute: </h3>
<p>~> Contribute code!</p>
<p>~> Test out our projects in some tasks!</p>
<p>~> Send us suggestions!</p>
<p>~> Help us solve problems/bugs!</p>
<p>~> Help us document our programs!</p>
<div id="header">
<a href="/">
<img src="/gru.png" style="width: 35%; height: 68px;">
</a>
</div>
<hr>
<h3>We are an organization that develop free and open source software!</h3>
<ul>
<li> <em>~></em> Our Repositories: <a href="https://tildegit.org/GRU">tildegit</a> and <a href="https://codeberg.org/GRU">codeberg</a>
<li> <em>~></em> <a href="/ideas.html">Some ideas to our projects</a></li>
<li> <em>~></em> Also check our devlogs <a href="blog/">here</a></li>
<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>
</ul>
<br>
<h3> Current members: </h3>
<ul>
<li> <em>~></em> <a href="https://g1n.ttm.sh">g1n</a></li>
</ul>
<br>
<h3> Contributors: </h3>
<ul>
<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>
</ul>
<br>
<h3> Projects we are working on: </h3>
<ul>
<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>
<li> <em>~></em> occ - Orion/GRU Compiler Collection (not published yet) </li>
<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>
<li> <em>~></em> <a href="ocpu/">ocpu</a> - yet another cpu design (DRAFT)</li>
<li> <em>~></em> <a href="https://codeberg.org/GRU/olibc.git">olibc</a> - standart C11 library implementation</li>
</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>
Web Design by <a href="/chunk-promo.html" target="_blank">chunk@the8woodcutter.sh</a>
</code>
</small>
</sup>
</center>
</div>
</body>
</html>

View File

@ -1,30 +1,84 @@
body {
background:#1c1c1c;
color:#a7d129;
font-family: 'Inconsolata', monospace;
background: #1b1b1b;
color: #a7d129;
/* font-family: 'Inconsolata', monospace; */
letter-spacing: 1px;
line-height: 1em;
font-family: 'Share Tech Mono', monospace;
font-weight: 300;
}
div {
#content {
padding:5px;
width:100%;
max-width:874px;
margin:24px auto;
width:100%;
background-color: #1c1d1c;
max-width:1024px;
margin: 24px auto;
}
#header {
width: 100%;
background-color: #191919;
border-bottom: solid 1px black;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 2px;
}
.chunk {
background-color: #181728;
color: aqua;
}
hr{
color:#32302f;
color: #123321;
}
/* Textual CSS: */
h3 {
margin: 2px;
padding: 2px;
}
h4 {
margin: 1px;
padding: 1px;
}
em {
color: #CFDF47;
font-weight: lighter;
}
ul{
list-style: none;
margin-top: 0px;
margin-bottom: 4px;
margin-left: 2px;
}
li{
color:#81b214;
color:#81b214;
font-style: italic;
}
a{
text-decoration:none;
color:#9ede73;
text-decoration: none;
color: #9ede73;
}
a:hover,active {
color: #9ede73;
font-weight: bold;
}
/* Block Stuff CSS: */
img{
display: block;
margin-left: auto;
margin-right: auto;
padding: 0;
padding: 4px;
}
p {
padding-bottom: 1px;
padding-top: 1px;
margin-top: 0px;
margin-bottom: 0px;
}