summaryrefslogtreecommitdiffstats
path: root/app/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'app/stylesheets')
-rw-r--r--app/stylesheets/print/header.styl24
-rw-r--r--app/stylesheets/web/header.styl36
2 files changed, 60 insertions, 0 deletions
diff --git a/app/stylesheets/print/header.styl b/app/stylesheets/print/header.styl
new file mode 100644
index 0000000..e7a97d3
--- /dev/null
+++ b/app/stylesheets/print/header.styl
@@ -0,0 +1,24 @@
+.header {
+}
+
+.header__name {
+}
+
+.header__job-title {
+}
+
+.header__contact-info {
+}
+
+.header__contact-info__location {
+}
+
+.header__contact-info__tel,
+.header__contact-info__website,
+.header__contact-info__email,
+.header__contact-info__srht,
+.header__contact-info__github,
+.header__contact-info__stackoverflow,
+.header__contact-info__linkedin {
+ display: inline
+}
diff --git a/app/stylesheets/web/header.styl b/app/stylesheets/web/header.styl
new file mode 100644
index 0000000..147c9e3
--- /dev/null
+++ b/app/stylesheets/web/header.styl
@@ -0,0 +1,36 @@
+.header {
+ text-align: center
+ font-style: normal
+}
+
+.header__name {
+ font-size: 3.3em
+ margin-bottom: 0.1em
+}
+
+.header__job-title {
+ font-style: italic
+}
+
+.header__contact-info {
+ font-style: normal
+}
+
+.header__contact-info__location {
+ display: block
+ font-style: italic
+ margin-bottom: 1em
+}
+
+.header__contact-info__tel,
+.header__contact-info__website {
+ display: none
+}
+
+.header__contact-info__email,
+.header__contact-info__srht,
+.header__contact-info__github,
+.header__contact-info__stackoverflow,
+.header__contact-info__linkedin {
+ display: inline
+}