Add links to Binary Trance on About and Projects pages

This commit is contained in:
Wesley Moore 2016-04-01 07:16:44 +11:00
parent 5d12c9aced
commit 06cbc418b5
2 changed files with 29 additions and 8 deletions

View file

@ -50,6 +50,7 @@ Find me on the Internet in one of these places:
//]]>
</script>
</li>
<li><a href="https://binarytrance.com/">Binary Trance Software</a> My app development company
<li>Facebook <a href="http://www.facebook.com/wjmoore">http://www.facebook.com/wjmoore</a></li>
<li>Flickr <a href="http://www.flickr.com/photos/wezm/">http://www.flickr.com/photos/wezm/</a></li>
<li>GitHub <a href="https://github.com/wezm">https://github.com/wezm</a></li>

View file

@ -1,10 +1,32 @@
Binary Trance Software
----------------------
Through my app development company [Binary Trance Software][bt] I've
built the following apps:
* [SymbolMate][symbolmate] -- Quickly find and copy symbols and Emoji
[bt]: https://binarytrance.com/
[symbolmate]: https://binarytrance.com/apps/symbolmate
Open Source Projects
--------------------
I have a collection of open-source software on [GitHub][github]. Some of the
more noteworthy projects are listed below.
[github]: http://github.com/wezm
OCMustache
----------
### pkb
[pkb] is a personal knowledge base. It's a [Rails] application that allows you to quickly publish
snippets of knowledge. It powers [linkedlist.org](https://linkedlist.org/), which is my instance
of pkb.
[pkb]: https://github.com/wezm/pkb
[Rails]: http://rubyonrails.org
### OCMustache
[OCMustache][ocmustache] brings the [Mustache templating language][mustache] to
Objective-C. The parser is built using the [Ragel State Machine
@ -14,8 +36,7 @@ Compiler][ragel] in the hope that it will help ensure fast and correct parsing.
[mustache]: http://mustache.github.com/
[ragel]: http://www.complang.org/ragel/
Monothumb
---------
### Monothumb
[monothumb] is the tool that generates the thumbnails on the [home page](/). It
retrieves thumbnails of my [recent uploads to Flickr][flickr], converts them to
@ -26,9 +47,9 @@ written in Lua. The Lua one uses my [lua-imlib2] fork.
[flickr]: http://www.flickr.com/photos/wezm/
[monothumb]: https://github.com/wezm/monothumb
[lua-imlib2]: https://github.com/wezm/lua-imlib2
node-genx
---------
### node-genx
[node-genx] is a [node.js][node] binding to the [Genx][genx] XML generation
library. It allows fast and correct XML generation from the Javascript based
@ -39,8 +60,7 @@ node.js environment. Available for easy install via [npm].
[genx]: http://www.tbray.org/ongoing/When/200x/2004/02/20/GenxStatus
[npm]: http://npmjs.org/
Weather Station
---------------
### Weather Station
I previously had a weather station at my home for keeping track of the local
conditions. I added support for [SQLite][sqlite] logging to [my