From 9bcfb30316689fc9174ed12529a47ca8bcef6e2a Mon Sep 17 00:00:00 2001 From: g1n Date: Thu, 19 Aug 2021 17:11:29 +0000 Subject: [PATCH] Initial commit --- index.html | 38 ++++++++++++++++++++++++++++++++++++++ style.css | 24 ++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 index.html create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..832701b --- /dev/null +++ b/index.html @@ -0,0 +1,38 @@ + + + + + + g1n~tilde.team + + + + + +
+

+				  __ _ _ __ _   _
+				 / _` | '__| | | |
+				| (_| | |  | |_| |
+				 \__, |_|   \__,_|
+				 |___/
+		

+

GRU - GRU rocks UNIX, GloRious UNIX, GloRious Union

+
+

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

+

You can find our repos on tildegit and codeberg +

Current members:

+

~> g1n

+

Projects we are working on:

+

~> Orion

+

~> gros

+

~> grsh and grutils

+

~> orcc (not published yet)

+

How to contribute:

+

~> Contribute your code to the project!

+

~> Test our projects in some tasks!

+

~> Send us suggestions!

+
+ + + diff --git a/style.css b/style.css new file mode 100644 index 0000000..eb0b8a2 --- /dev/null +++ b/style.css @@ -0,0 +1,24 @@ +body { + background:#1c1c1c; + color:#a7d129; + font-family: 'Inconsolata', monospace; +} +div { + padding:5px; + width:100%; + max-width:874px; + margin:24px auto; +} +hr{ + color:#32302f; +} +ul{ + list-style: none; +} +li{ + color:#81b214; +} +a{ + text-decoration:none; + color:#9ede73; +}