website/templates/index.html.tera

23 lines
916 B
Plaintext
Raw Normal View History

{% extends "base.html.tera" %}
{% block command %}
./about.sh
{% endblock command %}
{% block content %}
<br/>
> Mission Specific Software Engineer at <a class="link" href="https://www.loftorbital.com/">Loft Orbital</a> <br/>
2021-05-02 20:08:39 -05:00
> Masters of Electrical and Computer Engineering from Auburn University <br/>
> Bachelors of Computer Engineering from The University of Texas at Dallas <br/>
> Maker of Basic Websites <br/>
<br/>
<span class="prompt">joey@ahines:~$</span> ls <br/>
<br/>
{% for link in links %}
<a class="link" href="about/{{ link.link_name }}">{{ link.link_name }}</a>&nbsp;&nbsp;
{% endfor %}
<a class="link" href="https://git.ahines.net"> git</a>&nbsp;&nbsp;
<a class="link" href="mailto:joey@ahines.net"> email</a>&nbsp;&nbsp;
<a class="link" href="https://www.linkedin.com/in/joeyahines/"> linkedin</a>&nbsp;&nbsp;<br/>
{% endblock content %}