Initial commit

This commit is contained in:
g1n 2021-08-19 17:11:29 +00:00
commit 9bcfb30316
2 changed files with 62 additions and 0 deletions

38
index.html Normal file
View File

@ -0,0 +1,38 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>g1n~tilde.team</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 - GRU rocks UNIX, GloRious UNIX, GloRious Union </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>
<h3> Current members: </h3>
<p>~> <a href="https://g1n.ttm.sh">g1n</a></p>
<h3> Projects we are working on: </h3>
<p>~> Orion </p>
<p>~> gros </p>
<p>~> grsh and grutils </p>
<p>~> orcc (not published yet) </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>
</div>
</body>
</html>

24
style.css Normal file
View File

@ -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;
}