2022-12-26 17:17:40 -06:00
|
|
|
{% extends "base.html.tera" %}
|
2020-02-16 15:33:09 -06:00
|
|
|
|
|
|
|
{% block command %}
|
|
|
|
./about.sh
|
|
|
|
{% endblock command %}
|
|
|
|
|
|
|
|
{% block content %}
|
2020-02-21 21:54:17 -06:00
|
|
|
<br/>
|
2023-10-21 13:17:21 -06:00
|
|
|
> 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/>
|
2020-02-16 15:33:09 -06:00
|
|
|
> Maker of Basic Websites <br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<span class="prompt">joey@ahines:~$</span> ls <br/>
|
2020-02-21 21:54:17 -06:00
|
|
|
<br/>
|
2020-02-16 15:33:09 -06:00
|
|
|
{% for link in links %}
|
2020-02-21 21:54:17 -06:00
|
|
|
<a class="link" href="about/{{ link.link_name }}">{{ link.link_name }}</a>
|
2020-02-16 15:33:09 -06:00
|
|
|
{% endfor %}
|
|
|
|
<a class="link" href="https://www.github.com/joeyahines"> github</a>
|
|
|
|
<a class="link" href="mailto:joey@ahines.net"> email</a>
|
|
|
|
<a class="link" href="https://www.linkedin.com/in/joeyahines/"> linkedin</a> <br/>
|
|
|
|
{% endblock content %}
|