diff --git a/css/.gitignore b/css/.gitignore index 1ab0caf..e1c9f59 100644 --- a/css/.gitignore +++ b/css/.gitignore @@ -5,4 +5,4 @@ !cv.css !full.css !medium.css - +!example-company.css diff --git a/css/example-company.css b/css/example-company.css new file mode 100644 index 0000000..c916d2c --- /dev/null +++ b/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; +} +