diff --git a/templates/portfolio.html b/templates/portfolio.html index c1e58e9..30f641a 100644 --- a/templates/portfolio.html +++ b/templates/portfolio.html @@ -1,211 +1,90 @@ -{% extends "base.html" %} {% block title %}Portfolio{% endblock %} {% block -content %} +{% extends "base.html" %} +{% block title %}Portfolio{% endblock %} + +{% macro skill(link, label)%} + + {{label}} + +{% endmacro %} + +{% macro job(title, date, description)%} +
{{description}}
+- Full Stack Software Developer - @VentraHealth + Full Stack Software Developer + @VentraHealth
- I am a self taught Full Stack Software Developer with an unhealthy addiction - to solving problems using code. + I am a self taught Full Stack Software Developer with an unhealthy addiction + to solving problems using code.
- Typescript - | - Python - | - Rust - | - Javascript + {% call skill("https://www.typescriptlang.org/docs/handbook/intro.html", "Typescript") %} + | {% call skill("https://docs.python.org/3/", "Python") %} + | {% call skill("https://doc.rust-lang.org/std/index.html", "Rust") %} + | {% call skill("https://developer.mozilla.org/en-US/docs/Web/javascript#reference","Javascript") %}
Maintaining and iterating on an internal web application
-Built Web Applications for external clients
-Built Web Applications for external clients
-Did some thangs
-- Solar Battery Monitor API - | - Armstrong Editor - | - Web Window Manager - | - Component Test Helper - | - Hive DAPP - | - Kivy Twisted Input Capture - | - Plant Monitor Node MCU - | - Oppo BDP 103 CLI - | - Sony Bravia Pro Server - | - Chat IO - | - Zip Code Distance App -
- -- CSS-Tricks - | - Indie Hackers - | - W3Schools - | - Simple Icons - | - Hero Icons - | - Tailwind Cheatsheet - | - Tailwind Elements - | - Tailwind Components -
- -- Water CSS - | - MPV CSS - | - Bahunya - | - Marx - | - Sakura - | - Tacit - | - New CSS - | - Bullframe CSS - | - Markdown CSS (modest) + Solar Battery Monitor API + | + Armstrong Editor + | + Web Window Manager + | + Component Test Helper + | + Hive DAPP + | + Kivy Twisted Input Capture + | + Plant Monitor Node MCU + | + Oppo BDP 103 CLI + | + Sony Bravia Pro + Server + | + Chat IO + | + Zip Code Distance App
{% endblock %}