Skip to content

Commit

Permalink
Add links and aplus certification
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Matthews committed Apr 8, 2018
1 parent 895b981 commit aa8e3ee
Showing 6 changed files with 50 additions and 21 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Custom
title: Techwonderful
title: Joe Matthews
description: >-
The personal website of Joe Matthews.
Work history, education & skills of Joe Matthews.
baseurl: /resume
12 changes: 8 additions & 4 deletions _data/companies.json
Original file line number Diff line number Diff line change
@@ -3,10 +3,11 @@
"name": "Hitachi Computer Products America, Inc",
"location": "Norman, OK",
"image": "/assets/images/companies/hitachi.jpg",
"url": "http://www.hitachiomd.com/",
"positions": [
{
"name": "Logistics Web Application Developer",
"dates": "Jan 2013 - Present",
"dates": "Jan 2014 - Present",
"points": [
"International development team",
"Develop internal logistics tools for thousands of employees worldwide",
@@ -19,23 +20,23 @@
},
{
"name": "Order Management Specialist",
"dates": "Dec 2012 - Jan 2013",
"dates": "Dec 2013 - Jan 2014",
"points": [
"Gather, review, and organize documents for new orders",
"Collaborate with supply chain and on-site teams to resolve order issues"
]
},
{
"name": "Server & Solutions Technician",
"dates": "Jan 2011 - Dec 2012",
"dates": "Jan 2012 - Dec 2013",
"points": [
"Assemble, configure and ship enterprise servers and solutions",
"Provide technical documentation"
]
},
{
"name": "Media Replication Specialist",
"dates": "Dec 2010 - Jan 2011",
"dates": "Dec 2010 - Jan 2012",
"points": [
"Manage replication and shipment of software",
"Provide troubleshooting for Rimage media replicators",
@@ -48,6 +49,7 @@
"name": "DirecTV/WildBlue (Convergys)",
"location": "Moore, OK",
"image": "/assets/images/companies/directv.png",
"url": "https://www.convergys.com/",
"positions": [
{
"name": "Tier 2 Technical Support",
@@ -63,6 +65,7 @@
"name": "Verizon Business DSL (PRC)",
"location": "Durant, OK",
"image": "/assets/images/companies/verizon.jpg",
"url": "https://en.wikipedia.org/wiki/Precision_Response_Corporation",
"positions": [
{
"name": "Tier 2 Escalation Specialist",
@@ -86,6 +89,7 @@
"name": "Wal-Mart",
"location": "Durant, OK",
"image": "/assets/images/companies/walmart.jpg",
"url": "https://www.walmartmuseum.com/",
"positions": [
{
"name": "Customer Service Manager",
8 changes: 8 additions & 0 deletions _data/schools.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
[
{
"name": "A+ Certification",
"location": "Norman, OK",
"dates": "May 2013",
"image": "/assets/images/schools/aplus.jpg",
"url": "https://certification.comptia.org/certifications/a"
},{
"name": "University of Oklahoma",
"location": "Norman, OK",
"dates": "Aug 2003 - Feb 2006",
"image": "/assets/images/schools/ou.jpg",
"url": "http://www.ou.edu/web/about_ou.html",
"points": [
"Completed 6 semesters"
]
@@ -12,6 +19,7 @@
"location": "Talihina, OK",
"dates": "May 2003",
"image": "/assets/images/schools/talihina.png",
"url": "http://www.talihina.k12.ok.us/",
"points": [
"Graduated with honors"
]
33 changes: 22 additions & 11 deletions _data/skills.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,57 @@
[
{
"name": "Ruby",
"image": "/assets/images/skills/ruby.png"
"image": "/assets/images/skills/ruby.png",
"url": "https://www.ruby-lang.org/en/about/"
},
{
"name": "Ruby on Rails",
"image": "/assets/images/skills/rails.png"
"image": "/assets/images/skills/rails.png",
"url": "http://rubyonrails.org/"
},
{
"name": "PostgreSQL",
"image": "/assets/images/skills/postgres.png"
"image": "/assets/images/skills/postgres.png",
"url": "https://www.postgresql.org/about/"
},
{
"name": "Bootstrap",
"image": "/assets/images/skills/bootstrap.png"
"image": "/assets/images/skills/bootstrap.png",
"url": "https://getbootstrap.com/docs/4.0/about/overview/"
},
{
"name": "HTML5",
"image": "/assets/images/skills/html5.png"
"image": "/assets/images/skills/html5.png",
"url": "https://en.wikipedia.org/wiki/HTML5"
},
{
"name": "CSS3",
"image": "/assets/images/skills/css3.png"
"image": "/assets/images/skills/css3.png",
"url": "https://en.wikipedia.org/wiki/Cascading_Style_Sheets"
},
{
"name": "JavaScript",
"image": "/assets/images/skills/js.jpg"
"image": "/assets/images/skills/js.jpg",
"url": "https://en.wikipedia.org/wiki/JavaScript"
},
{
"name": "Highcharts JS",
"image": "/assets/images/skills/chart.png"
"image": "/assets/images/skills/chart.png",
"url": "https://www.highcharts.com/products/highcharts/"
},
{
"name": "Git",
"image": "/assets/images/skills/git.png"
"image": "/assets/images/skills/git.png",
"url": "https://git-scm.com/"
},
{
"name": "Bash",
"image": "/assets/images/skills/bash.png"
"image": "/assets/images/skills/bash.png",
"url": "https://www.gnu.org/software/bash/"
},
{
"name": "Linux Admin",
"image": "/assets/images/skills/gnulinux.png"
"image": "/assets/images/skills/gnulinux.png",
"url": "https://en.wikipedia.org/wiki/Linux"
}
]
Binary file added assets/images/schools/aplus.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 10 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
<p class="text-center"><a href="tel:{{ page.phone }}">{{ page.phone }}</a></p>
</div>
<div class="col">
<h1 class="oswald display-1 text-center text-nowrap">{{ page.title` }}</h1>
<h1 class="oswald display-1 text-center text-nowrap">{{ page.title }}</h1>
<h2 class="oswald text-center text-muted" style="margin-top: -0.7em">{{ page.subtitle }}</h2>
<hr/>
</div>
@@ -30,7 +30,9 @@ <h2 class="oswald">Skills</h2>
<ul class="list-group list-group-flush">
{% for skill in site.data.skills %}
<li class="list-group-item text-center">
<img class="img-fluid rounded" src="{{ skill.image | relative_url }}">
<a href="{{ skill.url }}" target="_blank">
<img class="img-fluid rounded" src="{{ skill.image | relative_url }}">
</a>
<br/>
{{skill.name}}
</li>
@@ -52,7 +54,9 @@ <h2 class="oswald">Work History</h2>
<h3 class="text-nowrap">{{ company.name }}&nbsp;&nbsp;<small class="text-muted">{{ company.location }}</small></h3>
</div>
<div class="col-4">
<img class="img-fluid rounded" src="{{ company.image | relative_url }}">
<a href="{{ company.url }}" target="_blank">
<img class="img-fluid rounded" src="{{ company.image | relative_url }}">
</a>
</div>
</div>
<!-- Positions -->
@@ -91,7 +95,9 @@ <h2 class="oswald">Education</h2>
{% for school in site.data.schools %}
<div class="row align-items-center">
<div class="col-4">
<img class="img-fluid rounded" src="{{ school.image | relative_url }}">
<a href="{{ school.url }}" target="_blank">
<img class="img-fluid rounded" src="{{ school.image | relative_url }}">
</a>
</div>
<div class="col">
<h3 class="text-nowrap">{{ school.name }}&nbsp;&nbsp;<small class="text-muted">{{ school.location }}</small></h3>

0 comments on commit aa8e3ee

Please sign in to comment.