Add Gitea

This commit is contained in:
Augusto Gunsch 2022-04-19 19:59:21 -03:00
parent ca84ec4d93
commit f9566ba40c
3 changed files with 16 additions and 7 deletions

View File

@ -2,6 +2,7 @@
## Fsub
Command-line SubRip file (.srt) editor written in Python. Available on my
[Gitea](https://git.augustogunsch.com/augusto/fsub),
[Github](https://github.com/augustogunsch/fsub) and on
[PyPi](https://pypi.org/project/fsub/).
@ -15,7 +16,7 @@ serving inflections of most words from the following languages:
- Italian
- Polish
- Portuguese
- Russian
- Russian
- Spanish
Also includes a web user interface. Based on the
@ -23,21 +24,26 @@ Also includes a web user interface. Based on the
on [kaikki.org](https://kaikki.org).
It is not yet ready but usable, though there is no streamlined installation
process. You can find the repository
[here](https://github.com/augustogunsch/inflectived). There's a demo available <a href="http://inflective.augustogunsch.com"
target="_blank">here</a>.
process. You can find the repository on my
[Gitea](https://git.augustogunsch.com/augusto/inflectived) or
[Github](https://github.com/augustogunsch/inflectived). There's a demo available
[here](http://inflective.augustogunsch.com).
## Install-Arch
Bash scripts for installing my setup of Arch and Artix Linux. Available on my
[Gitea](https://git.augustogunsch.com/augusto/install-arch) or
[Github](https://github.com/augustogunsch/install-arch).
## Cabinet
Simple static website generator, written in Python, for note taking, where the
source files are written in LaTeX. The repository is <a
href="https://github.com/augustogunsch/Cabinet">here</a>.
source files are written in LaTeX. The repository is on my
[Gitea](https://git.augustogunsch.com/augusto/cabinet)
and on my [Github](https://github.com/augustogunsch/Cabinet)
## Jackc
Compiler and assembler of the Jack programming language, for the Hack computer architecture. Written in C.
This is the project of the [Nand2Tetris](https://www.nand2tetris.org) course
and is available [here](https://github.com/augustogunsch/jackc).
and is available on my
[Gitea](https://git.augustogunsch.com/augusto/jackc)
and on [Github](https://github.com/augustogunsch/jackc).

BIN
static/gitea.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -19,6 +19,9 @@
<div id="page">
<div id="social">
<a href="https://git.augustogunsch.com/augusto" target="_blank">
<img class="icon" src="{{ url_for('static', filename='gitea.png') }}">
</a>
<a href="https://github.com/augustogunsch" target="_blank">
<img class="icon" src="{{ url_for('static', filename='github.png') }}">
</a>