summaryrefslogtreecommitdiffstats
path: root/app/stylesheets/web
diff options
context:
space:
mode:
Diffstat (limited to 'app/stylesheets/web')
-rw-r--r--app/stylesheets/web/education.styl58
-rw-r--r--app/stylesheets/web/header.styl45
-rw-r--r--app/stylesheets/web/projects.styl21
-rw-r--r--app/stylesheets/web/skills.styl31
-rw-r--r--app/stylesheets/web/summary.styl8
-rw-r--r--app/stylesheets/web/work.styl81
6 files changed, 0 insertions, 244 deletions
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
-}