diff --git a/templates/portfolio.html b/templates/portfolio.html index b018f52..c18aac3 100644 --- a/templates/portfolio.html +++ b/templates/portfolio.html @@ -1,10 +1,12 @@ {% extends "base.html" %} {% block title %}Portfolio{% endblock %} +{% macro link(link, value) %} + {{value}} +{% endmacro %} + {% macro skill(link, label) %} - - {{label}} - + {% call link(link, label) %} {% endmacro %} {% macro job(title, date, description) %} @@ -18,9 +20,9 @@ {% macro project(link, label) %}
- {{label}} + {% call link(link, label) %} - + {% call link(link, "👉") %}
{% endmacro %} @@ -28,16 +30,15 @@ {% block content %}
-

Triston Armstrong 🫰

+

Triston Armstrong 🫰

Full Stack Software Developer - @VentraHealth + {% call link("https://ventrahealth.com", "@VentraHealth") %}

I am a self taught Full Stack Software Developer with an unhealthy addiction @@ -72,15 +73,15 @@ {% call project("https://github.com/tristonarmstrong/zipapp", "Zip Code Distance App")%}

{% endblock %} diff --git a/templates/tuts.html b/templates/tuts.html index 92eccea..8a316c6 100644 --- a/templates/tuts.html +++ b/templates/tuts.html @@ -2,7 +2,7 @@ content %} @@ -10,11 +10,11 @@ content %}

Here all my Micro Tuts

{% for tut in tuts_list %} - +
- +
-

{{tut}}

+

{{tut.title}}

Some short description of the tut