diff --git a/static/img/projects/cod.png b/static/img/projects/cod.png new file mode 100644 index 0000000..ebf75dd Binary files /dev/null and b/static/img/projects/cod.png differ diff --git a/static/img/projects/tetra.png b/static/img/projects/tetra.png new file mode 100644 index 0000000..05e25d0 Binary files /dev/null and b/static/img/projects/tetra.png differ diff --git a/views/projects.moon b/views/projects.moon index 7675cdf..f751091 100644 --- a/views/projects.moon +++ b/views/projects.moon @@ -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", ->