From 05e0835d8ba8c2559137abdce39bfc2206a0bc69 Mon Sep 17 00:00:00 2001 From: Joe Matthews Date: Tue, 17 Apr 2018 11:52:48 -0500 Subject: [PATCH] Add responsive title and other adjustments to improve appearnce and responsiveness --- _sass/_custom-bootstrap.scss | 28 +++++++++++++++++++ index.html | 52 ++++++++++++++++++++---------------- 2 files changed, 57 insertions(+), 23 deletions(-) diff --git a/_sass/_custom-bootstrap.scss b/_sass/_custom-bootstrap.scss index 46ca00f..50892a6 100644 --- a/_sass/_custom-bootstrap.scss +++ b/_sass/_custom-bootstrap.scss @@ -7,3 +7,31 @@ $link-color: #0155af; // Bootstrap and its default variables @import "bootstrap-4.0.0/scss/bootstrap"; + +.resume-title { + font-size: 4.4em; +} + +@include media-breakpoint-up(sm) { + .resume-title { + font-size: 6em; + } +} + +@include media-breakpoint-up(md) { + .resume-title { + font-size: 7em; + } +} + +@include media-breakpoint-up(lg) { + .resume-title { + font-size: 7em; + } +} + +@include media-breakpoint-up(xl) { + .resume-title { + font-size: 7em; + } +} diff --git a/index.html b/index.html index d647d26..fc2d818 100644 --- a/index.html +++ b/index.html @@ -13,21 +13,29 @@ ---
-
-
-

{{ page.author }}

-

{{ page.author }}

-

{{ page.author }}

-

{{ page.subtitle }}

+
+
+

+ {{ page.author }} +

-
-
-
+
+

{{ page.subtitle }}

+
+
-
-
-
+
+

+ {% for network in site.data.networks %} + + + + {% endfor %} +

+
+

{{ page.summary }}

@@ -80,13 +88,13 @@

{{ company.name }}

{% for position in company.positions %}
-
+

{{ position.name }}

-
+

{{ position.dates }}

-
+
    {% for point in position.points %}
  • {{ point }}
  • @@ -139,16 +147,14 @@

    {{ school.name }}

    {% endfor %}
+
+
+
+

-

- {% for network in site.data.networks %} - - - - {% endfor %} -

-

© {{ "now" | date: "%Y" }} {{ page.author }}.

View page source.

+
+

© {{ "now" | date: "%Y" }} {{ page.author }}.