Add more projects to the list

This commit is contained in:
Christine Dodrill 2015-02-07 11:50:07 -08:00
parent d22288ccda
commit 2a224f746b
3 changed files with 24 additions and 2 deletions

BIN
static/img/projects/cod.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -16,7 +16,7 @@ class Portfolio extends Widget
div class: "info", ->
h4 class: "text-center", "Flitter"
p "Flitter is an experimental platform-as-a-service implementation from scratch in Go. It uses mostly handrolled tools and Vulcand for HTTP proxying to applications. It is currently not being maintained but it is currently able to deploy applications with a Dockerfile via a heroku-style git push."
p "Flitter is an experimental platform-as-a-service implementation from scratch in Go. It uses mostly handrolled tools and Vulcand for HTTP proxying to applications. It is currently not being maintained but it is able to deploy applications with a Dockerfile via a heroku-style git push."
a href: "/projects/flitter", class: "btn", "Learn More"
div class: "col-xs-12 col-sm-6 col-md-6 col-lg-6", ->
@ -30,7 +30,29 @@ class Portfolio extends Widget
text "This site and a few others I host are deployed inside Docker containers and are updated using "
code "git push"
text ". The code for this site is available to the public at the link below. This is a simple Lapis application inside nginx and deployed using my docker-lapis image."
a href: "http://git.xeserv.us/xena/site", class: "btn", "Learn More"
a href: "http://github.com/Xe/christine.website", class: "btn", "Learn More"
div class: "col-xs-12 col-sm-6 col-md-6 col-lg-6", ->
div class: "box", ->
div class: "box-icon", ->
center ->
img src: "/static/img/projects/cod.png", width: 70, height: 70, style: "position: relative; top: 50%; transform: translateY(25%);"
div class: "info", ->
h4 class: "text-center", "Cod"
p "Cod is an opinionated set of extended services for IRC networks. It's written from scratch in Python and currently is in active use on a network with over 250 users daily. It works with any Charybdis family IRC daemon but will work best with Elemental-IRCd."
a href: "https://github.com/cod-services/cod", class: "btn", "Learn More"
div class: "col-xs-12 col-sm-6 col-md-6 col-lg-6", ->
div class: "box", ->
div class: "box-icon", ->
center ->
img src: "/static/img/projects/tetra.png", width: 70, height: 70, style: "position: relative; top: 50%; transform: translateY(25%);"
div class: "info", ->
h4 class: "text-center", "Tetra"
p "Tetra is the successor to Cod. It is rewritten from the ground up with the core in Go and all plugins in either Moonscript or Lua. It is in development but master is considered stable. Any active development that could break things is done in feature branches that will PR to master."
a href: "/projects/Tetra", class: "btn", "Learn More"
div class: "col-xs-12 col-sm-6 col-md-6 col-lg-6", ->
div class: "box", ->