Skip to content

Commit

Permalink
Lots of changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Matthews committed Apr 6, 2018
1 parent de1103c commit 0c26c6a
Show file tree
Hide file tree
Showing 129 changed files with 169 additions and 7,407 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
_site
.sass-cache
.jekyll-metadata
.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions _data/companies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{
"name": "Hitachi Computer Products America, Inc",
"location": "Norman, OK",
"image": "/assets/images/companies/hitachi.jpg",
"positions": [
{
"name": "Logistics Web Application Developer",
Expand Down Expand Up @@ -46,6 +47,7 @@
{
"name": "DirecTV/WildBlue (Convergys)",
"location": "Moore, OK",
"image": "/assets/images/companies/directv.png",
"positions": [
{
"name": "Tier 2 Technical Support",
Expand All @@ -60,6 +62,7 @@
{
"name": "Verizon Business DSL (PRC)",
"location": "Durant, OK",
"image": "/assets/images/companies/verizon.jpg",
"positions": [
{
"name": "Tier 2 Escalation Specialist",
Expand All @@ -82,6 +85,7 @@
{
"name": "Wal-Mart",
"location": "Durant, OK",
"image": "/assets/images/companies/walmart.jpg",
"positions": [
{
"name": "Customer Service Manager",
Expand Down
6 changes: 2 additions & 4 deletions _data/education.json → _data/schools.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
[
{
"name": "A+ Certification",
"dates": "Feb 2012 - Present",
},
{
"name": "University of Oklahoma",
"location": "Norman, OK",
"dates": "Aug 2003 - Feb 2006",
"image": "/assets/images/schools/ou.jpg",
"points": [
"Completed 6 semesters"
]
},{
"name": "Talihina High School",
"location": "Talihina, OK",
"dates": "May 2003",
"image": "/assets/images/schools/talihina.png",
"points": [
"Graduated with honors"
]
Expand Down
46 changes: 46 additions & 0 deletions _data/skills.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
[
{
"name": "Ruby",
"image": "/assets/images/skills/ruby.png"
},
{
"name": "Ruby on Rails",
"image": "/assets/images/skills/rails.png"
},
{
"name": "PostgreSQL",
"image": "/assets/images/skills/postgres.png"
},
{
"name": "Bootstrap",
"image": "/assets/images/skills/bootstrap.png"
},
{
"name": "HTML5",
"image": "/assets/images/skills/html5.png"
},
{
"name": "CSS3",
"image": "/assets/images/skills/css3.png"
},
{
"name": "JavaScript",
"image": "/assets/images/skills/js.jpg"
},
{
"name": "Highcharts JS",
"image": "/assets/images/skills/chart.png"
},
{
"name": "Git",
"image": "/assets/images/skills/git.png"
},
{
"name": "Bash",
"image": "/assets/images/skills/bash.png"
},
{
"name": "Linux Admin",
"image": "/assets/images/skills/gnulinux.png"
}
]
7 changes: 5 additions & 2 deletions _sass/_custom-bootstrap.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// Your variable overrides
// variables found in bootstrap-4.0.0/scss/_variables.scss
// Condensed Font
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
$font-family-sans-serif: 'Roboto Condensed', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;

$grid-columns: 24;
$link-color: #0155af;

// Bootstrap and its default variables
@import "bootstrap-4.0.0/scss/bootstrap";
21 changes: 0 additions & 21 deletions _site/LICENSE

This file was deleted.

Loading

0 comments on commit 0c26c6a

Please sign in to comment.