projects
This commit is contained in:
parent
b4e3ef5906
commit
1195d909d6
|
@ -9,16 +9,18 @@ Where all my projects are listed.
|
||||||
|
|
||||||
* Projects
|
* Projects
|
||||||
|
|
||||||
** Pretty current
|
{See [[http://git.metanohi.name/]] for my projects.}&large
|
||||||
|
|
||||||
See [[http://git.metanohi.name/]] for a list of (mostly) current projects.
|
|
||||||
|
|
||||||
|
* Eye candy
|
||||||
|
|
||||||
|
This section is old an unmaintained but might contain some useful information.
|
||||||
|
|
||||||
#++exec
|
#++exec
|
||||||
#+BEGIN_SRC python3
|
#+BEGIN_SRC python3
|
||||||
top_projs = (
|
top_projs = (
|
||||||
('aug', 'AUG', "Applicative Universal Grammar", 'http://git.metanohi.name/?p=aug.git'),
|
('aug', 'AUG', "Applicative Universal Grammar", 'http://git.metanohi.name/aug.git/'),
|
||||||
('badracing', 'Bad Racing', "Extremely poor racing game", 'http://git.metanohi.name/?p=badracing.git'),
|
('badracing', 'Bad Racing', "Extremely poor racing game", 'http://git.metanohi.name/badracing.git/'),
|
||||||
'indirectassassin',
|
'indirectassassin',
|
||||||
'magicng',
|
'magicng',
|
||||||
('suum', 'SUUM', 'Webcomic drawn in the art style of <em>banal naivism</em>',
|
('suum', 'SUUM', 'Webcomic drawn in the art style of <em>banal naivism</em>',
|
||||||
|
@ -222,7 +224,7 @@ boxprojs(old_top_projs)
|
||||||
|
|
||||||
|
|
||||||
#&clear
|
#&clear
|
||||||
** Less prominent
|
* Less prominent
|
||||||
|
|
||||||
#++exec
|
#++exec
|
||||||
#+BEGIN_SRC python
|
#+BEGIN_SRC python
|
||||||
|
@ -231,7 +233,7 @@ listprojs(other_projs)
|
||||||
|
|
||||||
|
|
||||||
#&clear
|
#&clear
|
||||||
** Even less prominent
|
* Even less prominent
|
||||||
|
|
||||||
#++exec
|
#++exec
|
||||||
#+BEGIN_SRC python
|
#+BEGIN_SRC python
|
||||||
|
|
Loading…
Reference in New Issue