+
+ Rรฉsumรฉ
+ {basics.name}
+ {basics.label}
+
+
+
+
+
+
Work
+
+
+ {work.map(workPlace => (
+
+ ))}
+
+
+
+
Education
+
+
+ {education.map(eduPlace => (
+
+ ))}
+
+
+ >
+ )
+}
diff --git a/src/pages/resume/index.module.scss b/src/pages/resume/index.module.scss
new file mode 100644
index 0000000..cffc176
--- /dev/null
+++ b/src/pages/resume/index.module.scss
@@ -0,0 +1,66 @@
+@import 'variables';
+
+.resume {
+ padding: $spacer;
+ display: grid;
+ grid-gap: $spacer * 4;
+ grid-template-columns: 1fr;
+
+ @media (min-width: $screen-md) {
+ grid-template-columns: 1fr 2fr;
+ max-width: calc(#{$projectImageMaxWidth} + #{$spacer * 2});
+ margin: 0 auto;
+ padding: $spacer $spacer * 3;
+ }
+}
+
+.title {
+ font-size: $font-size-h2;
+ margin-bottom: $spacer / 4;
+}
+
+.label {
+ font-size: $font-size-h3;
+ color: $brand-grey-light;
+ margin-bottom: 0;
+
+ :global(.dark) & {
+ color: $brand-grey-dimmed;
+ }
+}
+
+.contact {
+ list-style: none;
+ padding: 0;
+
+ svg {
+ fill: $brand-grey-light;
+ width: $font-size-small;
+ height: $font-size-small;
+ opacity: 0.5;
+ margin-right: $spacer / 4;
+
+ :global(.dark) & {
+ fill: $brand-grey;
+ }
+ }
+
+ @media (min-width: $screen-md) {
+ margin-top: $spacer * 2;
+ }
+}
+
+.subTitle {
+ font-size: $font-size-h3;
+ margin-bottom: 0;
+}
+
+@media print {
+ .resume {
+ grid-template-columns: 1fr;
+ }
+
+ :global(html) {
+ font-size: 10pt;
+ }
+}
diff --git a/src/styles/_variables.scss b/src/styles/_variables.scss
index 24588c5..0d58290 100644
--- a/src/styles/_variables.scss
+++ b/src/styles/_variables.scss
@@ -40,10 +40,10 @@ $font-size-mini: 0.7rem;
$font-size-h1: 2.5rem;
$font-size-h2: 2rem;
-$font-size-h3: 1.75rem;
-$font-size-h4: $font-size-large;
-$font-size-h5: $font-size-base;
-$font-size-h6: $font-size-small;
+$font-size-h3: 1.65rem;
+$font-size-h4: 1.45rem;
+$font-size-h5: $font-size-large;
+$font-size-h6: $font-size-base;
$line-height: 1.5;
$line-height-small: 1.1428571429;
diff --git a/static/robots.txt b/static/robots.txt
index 214e411..2307ece 100644
--- a/static/robots.txt
+++ b/static/robots.txt
@@ -2,3 +2,4 @@
# www.google.com/support/webmasters/bin/answer.py?hl=en&answer=156449
User-agent: *
+Disallow: /resume