2020-02-16 15:33:09 -06:00
|
|
|
{% extends "base" %}
|
|
|
|
|
|
|
|
{% block command %}
|
|
|
|
./about.sh
|
|
|
|
{% endblock command %}
|
|
|
|
|
|
|
|
{% block content %}
|
2020-02-21 21:54:17 -06:00
|
|
|
<br/>
|
2020-02-16 15:33:09 -06:00
|
|
|
> Aspiring Embedded Software Engineer <br/>
|
|
|
|
> Electrical and Computer Engineering Masters Student at Auburn University <br/>
|
|
|
|
> Graduated from the University of Texas at Dallas with a BS in Computer Engineering <br/>
|
|
|
|
> 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 %}
|