diff --git a/_data/networks.json b/_data/networks.json index ce48c58..bf552ff 100644 --- a/_data/networks.json +++ b/_data/networks.json @@ -1,5 +1,11 @@ [ { + "icon": "fas fa-phone", + "url": "tel:1-405-274-5060" + },{ + "icon": "fas fa-envelope", + "url": "mailto:joe@techwonderful.com" + },{ "icon": "fab fa-github", "url": "https://github.com/joematthews" },{ diff --git a/_data/schools.json b/_data/schools.json index ab52cf6..0042ab8 100644 --- a/_data/schools.json +++ b/_data/schools.json @@ -12,7 +12,7 @@ "image": "/assets/images/schools/ou.jpg", "url": "http://www.ou.edu/web/about_ou.html", "points": [ - "Completed 5 semesters" + "Sociology - Completed 5 semesters" ] },{ "name": "Talihina High School", diff --git a/assets/images/joe.jpg b/assets/images/joe.jpg new file mode 100644 index 0000000..99eccb6 Binary files /dev/null and b/assets/images/joe.jpg differ diff --git a/index.html b/index.html index 427798f..f159947 100644 --- a/index.html +++ b/index.html @@ -1,32 +1,40 @@ --- layout: default title: Resume +portrait: assets/images/joe.jpg author: Joe Matthews subtitle: Father, Friend & Programmer. phone: 1-405-274-5060 email: joe@techwonderful.com source: https://github.com/joematthews/resume +summary: >- + Hello, I'm a software engineer with a passion for developing applications and + tools that provide an amazing user experience and developer experience. ---
-
-
+
+

{{ page.author }}

{{ page.author }}

{{ page.author }}

{{ page.subtitle }}

-
- +
+
+
- +
+
+
+
{{ page.summary }}
+
-
- +

Skills

@@ -34,7 +42,7 @@

Skills

{% for skill in site.data.skills %} - -
- +

Work History

- {% for company in site.data.companies %}
-
+ -
-

{{ company.location }}

+
+

{{ company.name }}

+
+
+

{{ company.location }}

-

{{ company.name }}

- {% for position in company.positions %}
-
-

{{ position.dates }}

-
-
+

{{ position.name }}

- +
+
+

{{ position.dates }}

+
+
    {% for point in position.points %}
  • {{ point }}
  • {% endfor %}
-
-
{% endfor %} {% if company != site.data.companies.last %} @@ -97,28 +103,29 @@

{{ position.name }}


-

Education

- {% for school in site.data.schools %}
-
+ -
-

{{ school.location }}

-
-
-

{{ school.dates }}

+
+

{{ school.location }}

-
+

{{ school.name }}

- +
+
+

{{ school.dates }}

+
+
+
+
    {% for point in school.points %}
  • {{ point }}
  • @@ -132,17 +139,17 @@

    {{ school.name }}

    {% endfor %}
+
+

+ {% for network in site.data.networks %} + + + + {% endfor %} +

+

© {{ "now" | date: "%Y" }} {{ page.author }}.

+

View page source.

+
-
-

- {% for network in site.data.networks %} - - - - {% endfor %} -

-

© {{ "now" | date: "%Y" }} {{ page.author }}.

-

View page source.

-