diff --git a/_includes/_masthead.html b/_includes/_masthead.html index 98a4aa68..f9da0bb4 100644 --- a/_includes/_masthead.html +++ b/_includes/_masthead.html @@ -9,21 +9,6 @@

{{ site.title }}

About -
- - - - -
- - - - - - -
-
diff --git a/_includes/_section-about.html b/_includes/_section-about.html deleted file mode 100644 index 860381c4..00000000 --- a/_includes/_section-about.html +++ /dev/null @@ -1,11 +0,0 @@ -
-
-
-

{{site.data.description.aboutTitle}}

-

{{{site.data.description.aboutDescription}}

-
- -
-
diff --git a/_layouts/home.html b/_layouts/home.html index 0f9cabca..d31e52c6 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -4,7 +4,6 @@ {% include _nav.html %} {% include _masthead.html %} - {% include _section-about.html %} {% include _section-projects.html %} {% include _cta-newsletter.html %} {% include _section-blog.html %} diff --git a/_sass/components/_masthead.scss b/_sass/components/_masthead.scss index c0fcdd51..34f8659b 100644 --- a/_sass/components/_masthead.scss +++ b/_sass/components/_masthead.scss @@ -4,7 +4,7 @@ #masthead { padding: $masthead-padding 0; - min-height: $base-point-grid * 225; + min-height: $base-point-grid * 100; .masthead-inner { @include grid; diff --git a/img/assets/masthead-image@2x.jpg b/img/assets/masthead-image@2x.jpg deleted file mode 100644 index bdaf6e9f..00000000 Binary files a/img/assets/masthead-image@2x.jpg and /dev/null differ