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. ---
{{ company.location }}
+{{ company.location }}
{{ position.dates }}
-{{ position.dates }}
+{{ school.location }}
-{{ school.dates }}
+{{ school.location }}
{{ school.dates }}
++ {% 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.
-