diff options
Diffstat (limited to 'app/stylesheets')
| -rw-r--r-- | app/stylesheets/print/education.styl | 11 | ||||
| -rw-r--r-- | app/stylesheets/print/header.styl | 21 | ||||
| -rw-r--r-- | app/stylesheets/print/projects.styl | 7 | ||||
| -rw-r--r-- | app/stylesheets/print/skills.styl | 17 | ||||
| -rw-r--r-- | app/stylesheets/print/summary.styl | 0 | ||||
| -rw-r--r-- | app/stylesheets/print/work.styl | 14 | ||||
| -rw-r--r-- | app/stylesheets/web/education.styl | 58 | ||||
| -rw-r--r-- | app/stylesheets/web/header.styl | 45 | ||||
| -rw-r--r-- | app/stylesheets/web/projects.styl | 21 | ||||
| -rw-r--r-- | app/stylesheets/web/skills.styl | 31 | ||||
| -rw-r--r-- | app/stylesheets/web/summary.styl | 8 | ||||
| -rw-r--r-- | app/stylesheets/web/work.styl | 81 |
12 files changed, 0 insertions, 314 deletions
diff --git a/app/stylesheets/print/education.styl b/app/stylesheets/print/education.styl deleted file mode 100644 index ebefd27..0000000 --- a/app/stylesheets/print/education.styl +++ /dev/null @@ -1,11 +0,0 @@ -.education { - // avoid page breaks inside the education section - page-break-inside: avoid - margin-top: 75px - // remove the extra space added for the website - margin-bottom: 0 -} - -.education__details { - margin-top: 0.3em -} diff --git a/app/stylesheets/print/header.styl b/app/stylesheets/print/header.styl deleted file mode 100644 index 7b982c2..0000000 --- a/app/stylesheets/print/header.styl +++ /dev/null @@ -1,21 +0,0 @@ -.header__name { - margin-bottom: 0.1em -} - -.header__language { - display: none -} - -.header__tel -.header__website -.header__email -.header__srht -.header__github -.header__stackoverflow -.header__linkedin { - display: inline -} - -.header__pgp { - display: none -} diff --git a/app/stylesheets/print/projects.styl b/app/stylesheets/print/projects.styl deleted file mode 100644 index be9dd75..0000000 --- a/app/stylesheets/print/projects.styl +++ /dev/null @@ -1,7 +0,0 @@ -.projects { - margin-top: 75px - page-break-inside: avoid -} - -.project { -} diff --git a/app/stylesheets/print/skills.styl b/app/stylesheets/print/skills.styl deleted file mode 100644 index e5bba67..0000000 --- a/app/stylesheets/print/skills.styl +++ /dev/null @@ -1,17 +0,0 @@ -.skills { - margin-top: 75px -} - -.skills__content { - margin-top: 1.5em -} - -.skills__title { - min-width: 12% - margin-left: 15px -} - -.skills__items { - margin-bottom: 0.1em - margin-left: 15px -} diff --git a/app/stylesheets/print/summary.styl b/app/stylesheets/print/summary.styl deleted file mode 100644 index e69de29..0000000 --- a/app/stylesheets/print/summary.styl +++ /dev/null diff --git a/app/stylesheets/print/work.styl b/app/stylesheets/print/work.styl deleted file mode 100644 index 63368ae..0000000 --- a/app/stylesheets/print/work.styl +++ /dev/null @@ -1,14 +0,0 @@ -.work { - margin-top: 75px -} - -.work__experience { - page-break-inside: avoid -} - -// Style the Company name links in the PDF with thicker underline -.job-position__company { - a:link, a:visited, a:hover, a:active { - text-decoration-thickness: 2px - } -} diff --git a/app/stylesheets/web/education.styl b/app/stylesheets/web/education.styl deleted file mode 100644 index cf54f19..0000000 --- a/app/stylesheets/web/education.styl +++ /dev/null @@ -1,58 +0,0 @@ -.education { - // add empty space to the end of page (as big as the header) - margin-bottom: 150px -} - -.education__details { - display: flex - flex-flow: row wrap - justify-content: space-between - @media screen and (max-width: 780px) { - flex-flow: column wrap - } -} - -.education__degree { - min-width: 100% - align-self: center - font-size: 1.1em - margin-bottom: 0 -} - -.education__university -.education__gpa -.education__duration -.education__location { - min-width: 50% - margin: 0 -} - -.education__university { -} - -.education__gpa { - order: 3 - @media screen and (max-width: 780px) { - order: 2 - } -} - -.education__duration { - order: 2 - text-align: right - align-self: flex-end - @media screen and (max-width: 780px) { - text-align: left - align-self: flex-start - } -} - -.education__location { - order: 4 - text-align: right - align-self: flex-end - @media screen and (max-width: 780px) { - text-align: left - align-self: flex-start - } -} diff --git a/app/stylesheets/web/header.styl b/app/stylesheets/web/header.styl deleted file mode 100644 index 056db86..0000000 --- a/app/stylesheets/web/header.styl +++ /dev/null @@ -1,45 +0,0 @@ -.header { - text-align: center - font-style: normal -} - -.header__language { - float: right - margin-top: 1em - margin-bottom: -0.3em -} - -.header__name { - font-size: 3.3em - margin-bottom: -0.2em - clear: right -} - -.header__job-title { - font-style: italic -} - -.header__contact-info { - font-style: normal -} - -.header__location { - display: block - font-style: italic - margin-bottom: 1em -} - -.header__tel -.header__website { - display: none -} - -.header__email -.header__srht -.header__github -.header__stackoverflow -.header__pgp -.header__linkedin { - display: inline-block - margin: 8px; -} diff --git a/app/stylesheets/web/projects.styl b/app/stylesheets/web/projects.styl deleted file mode 100644 index f3889af..0000000 --- a/app/stylesheets/web/projects.styl +++ /dev/null @@ -1,21 +0,0 @@ -.projects { -} - -.projects__header { -} - -.project { -} - -.project__title { - margin-bottom: 0 - font-size: 1.1em - -} - -.project__content { - margin-left: 1.2em - margin-right: 1.2em - margin-top: 0.3em - margin-bottom: 1.5em -} diff --git a/app/stylesheets/web/skills.styl b/app/stylesheets/web/skills.styl deleted file mode 100644 index 29e9fd3..0000000 --- a/app/stylesheets/web/skills.styl +++ /dev/null @@ -1,31 +0,0 @@ -.skills { -} - -.skills__header { -} - -.skills__content { - display: flex - flex-flow: row wrap - -} - -.skills__title { - min-width: 14% - text-align: right - font-weight: 900 - @media screen and (max-width: 780px) { - text-align: left - } -} - -.skills__items { - width: 80% - margin-bottom: 0.1em - margin-left: 25px - - @media screen and (max-width: 780px) { - margin-bottom: 1em - width: 100% - } -} diff --git a/app/stylesheets/web/summary.styl b/app/stylesheets/web/summary.styl deleted file mode 100644 index dfcb412..0000000 --- a/app/stylesheets/web/summary.styl +++ /dev/null @@ -1,8 +0,0 @@ -.section-header.summary__header { - display: none -} - -.summary__content { - text-align: justify - margin-top: 1.5em -} diff --git a/app/stylesheets/web/work.styl b/app/stylesheets/web/work.styl deleted file mode 100644 index a989349..0000000 --- a/app/stylesheets/web/work.styl +++ /dev/null @@ -1,81 +0,0 @@ -.work { -} - -.work__header { -} - -.work__experience { -} - -.work__experience { - &:after { - display: flex - content: "" - border-bottom: 1px solid - margin: auto - max-width: 30% - } - &:last-of-type:after { - // remove the extra horizontal line after the last work__experience - display: none - } -} - -.job-position { - display: flex - flex-flow: row wrap - justify-content: space-between - @media screen and (max-width: 780px) { - flex-flow: column wrap - } -} - -.job-position__company -.job-position__title -.job-position__duration -.job-position__location { - min-width: 50% -} - -.job-position__company { - order: 0 - margin-bottom: 0 - font-size: 1.4em -} - -.job-position__title { - order: 2 - @media screen and (max-width: 780px) { - order: 1 - } -} - -.job-position__duration { - order: 1 - text-align: right - align-self: flex-end - @media screen and (max-width: 780px) { - order: 2 - text-align: left - align-self: flex-start - } -} - -.job-position__location { - order: 3 - text-align: right - align-self: flex-end - @media screen and (max-width: 780px) { - text-align: left - align-self: flex-start - } -} - -.note { - margin-top: 0.4em - margin-bottom: 0.4em -} - -.tasks { - margin-top: 0.4em -} |
