{% extends "base.html" %} {% load wagtailcore_tags wagtailimages_tags %} {% block body_class %}template-homepage{% endblock %} {% block content %}

Jake Howard


Full-stack Developer, Hardware tinkerer, Hacker of all the things

About


{{ page.body|richtext }} More Info

Skills


Server

Designing and building high-performance server applications and environments

Client

Creating functional, fast, and responsive websites

Mobile

Building lightweight, cross-platform mobile applications

Hardware

Constructing workflow-specific Desktops, Servers and Notebooks

{% for project in projects %}
{% image project.image max-1000x1000 as project_image %}

{{ project.title }}

{% endfor %}

Blog


{% for post in blog_posts %}

{{ post.title }}

{{ post.get_meta_description }}


{% endfor %}
View all posts

More Content


There's more than just my project and blog!

{% endblock %}