Add logo (thanks to chunk)

This commit is contained in:
g1n 2021-12-25 17:51:46 +00:00
parent 07346e1002
commit b38e3d8485
3 changed files with 7 additions and 8 deletions

BIN
gru.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -10,14 +10,7 @@
</head>
<body>
<div id="content">
<h3><pre>
__ _ _ __ _ _
/ _` | '__| | | |
| (_| | | | |_| |
\__, |_| \__,_|
|___/
</pre></h3>
<h2> GRU </h2>
<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>

View File

@ -22,3 +22,9 @@ a{
text-decoration:none;
color:#9ede73;
}
img{
display: block;
margin-left: auto;
margin-right: auto;
padding: 0;
}