diff --git a/chunk-promo.html b/chunk-promo.html new file mode 100644 index 0000000..5fd3d81 --- /dev/null +++ b/chunk-promo.html @@ -0,0 +1,73 @@ + + + + + + .chunk wuz here. + + + + + + + + + +
+ + +
+
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
+ +
+

Who is Chunk?

+
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:
+ +
We do enjoy websites and design and especially open source community!
+

+
+
+
+ + + + Web Design by chunk@the8woodcutter.sh + + + +
+
+ + \ No newline at end of file diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..18af37a Binary files /dev/null and b/favicon.png differ diff --git a/gru.png b/gru.png index 20a6916..2658e92 100644 Binary files a/gru.png and b/gru.png differ diff --git a/ideas.html b/ideas.html new file mode 100644 index 0000000..9fd1b33 --- /dev/null +++ b/ideas.html @@ -0,0 +1,99 @@ + + + + + + .IDEAS!. + + + + + + + + +
+ + +
+

Ideas for GloRiuS UniX compilation of softwares!

+
+

Utils

+ + +

Libs

+ + +

Compilers

+ + +

Orion

+ + +

Gxt (TUI Text Editor)

+ + +

Yemu

+ + +

Other

+ +
+
+
+ + + + Web Design by chunk@the8woodcutter.sh + + + +
+
+ + \ No newline at end of file diff --git a/index.html b/index.html index c64c652..852d850 100644 --- a/index.html +++ b/index.html @@ -3,50 +3,90 @@ - GRU - - - + .GRU. + + + + + +
-
-
-

We are an organization that develop free and open source software!

-

You can find our repos on tildegit and codeberg -

~> Some ideas to our projects (no warranty that all this will be made) (org version)

-

~> Also check our devlogs here

-

~> Our XMPP room - here

-

~> We also have #gru channel on libera.chat

-

Current members:

-

~> g1n

-

Contributors:

-

~> youngchief

-

~> robyndrake

-

~> chunk

-

Projects we are working on:

-

~> Orion

-

~> gros

-

~> grsh and grutils

-

~> occ - Orion/GRU Compiler Collection (not published yet)

-

~> hexutils

-

~> coreutils

-

~> yemu - emulator

-

~> gxt - TUI text editor

-

~> orsh - simple shell

-

~> gasm - assembler

-

~> ocpu - yet another cpu design (DRAFT)

-

~> olibc - standart C11 library implementation

-

Our goals:

-

~> Make our own open source operating system that will have most of things in it our own!

-

~> Make own libc, compiler, kernel, userland and maybe even own programming language!

-

~> Make FOSS community to grow, so we want to support open source by making our own open-source projects!

-

How to contribute:

-

~> Contribute code!

-

~> Test out our projects in some tasks!

-

~> Send us suggestions!

-

~> Help us solve problems/bugs!

-

~> Help us document our programs!

+ +
+

We are an organization that develop free and open source software!

+ +
+ +

Current members:

+ +
+ +

Contributors:

+ +
+ +

Projects we are working on:

+ +
+ +

Our goals:

+ +
+ +

How to contribute:

+ +
+
+
+ + + + Web Design by chunk@the8woodcutter.sh + + + +
diff --git a/style.css b/style.css index 3984df4..da0ae00 100644 --- a/style.css +++ b/style.css @@ -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; +} \ No newline at end of file