Skip to content

Commit

Permalink
Add example-company CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
loomchild committed Nov 15, 2015
1 parent 6d24922 commit 94a623a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion css/.gitignore
Expand Up @@ -5,4 +5,4 @@
!cv.css
!full.css
!medium.css

!example-company.css
20 changes: 20 additions & 0 deletions css/example-company.css
@@ -0,0 +1,20 @@
.date span:after {
content: '2015-11-15' !important;
}

span.position:after {
content: 'Senior Software Developer' !important;
}

span.company:after {
content: 'AnotherCompany' !important;
}

span.start-date:after {
content: 'January 2016' !important;
}

.tech-systems {
display: none !important;
}

0 comments on commit 94a623a

Please sign in to comment.