projects
This commit is contained in:
parent
b4e3ef5906
commit
1195d909d6
|
@ -9,16 +9,18 @@ Where all my projects are listed.
|
|||
|
||||
* 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
|
||||
#+BEGIN_SRC python3
|
||||
top_projs = (
|
||||
('aug', 'AUG', "Applicative Universal Grammar", 'http://git.metanohi.name/?p=aug.git'),
|
||||
('badracing', 'Bad Racing', "Extremely poor racing game", 'http://git.metanohi.name/?p=badracing.git'),
|
||||
('aug', 'AUG', "Applicative Universal Grammar", 'http://git.metanohi.name/aug.git/'),
|
||||
('badracing', 'Bad Racing', "Extremely poor racing game", 'http://git.metanohi.name/badracing.git/'),
|
||||
'indirectassassin',
|
||||
'magicng',
|
||||
('suum', 'SUUM', 'Webcomic drawn in the art style of <em>banal naivism</em>',
|
||||
|
@ -222,7 +224,7 @@ boxprojs(old_top_projs)
|
|||
|
||||
|
||||
#&clear
|
||||
** Less prominent
|
||||
* Less prominent
|
||||
|
||||
#++exec
|
||||
#+BEGIN_SRC python
|
||||
|
@ -231,7 +233,7 @@ listprojs(other_projs)
|
|||
|
||||
|
||||
#&clear
|
||||
** Even less prominent
|
||||
* Even less prominent
|
||||
|
||||
#++exec
|
||||
#+BEGIN_SRC python
|
||||
|
|
Loading…
Reference in New Issue