diff --git a/_includes/_head.html b/_includes/_head.html index dca867cc..ddf642b1 100644 --- a/_includes/_head.html +++ b/_includes/_head.html @@ -11,7 +11,6 @@ - diff --git a/_includes/_js-bottom.html b/_includes/_js-bottom.html index 5e1ad2fa..329a51b9 100644 --- a/_includes/_js-bottom.html +++ b/_includes/_js-bottom.html @@ -2,9 +2,3 @@ - - diff --git a/_includes/_masthead.html b/_includes/_masthead.html index 75ce258e..98a4aa68 100644 --- a/_includes/_masthead.html +++ b/_includes/_masthead.html @@ -1,7 +1,7 @@
-
+

{{ site.title }}

{{ site.description }}

@@ -9,7 +9,7 @@

{{ site.title }}

About
-
+
diff --git a/_includes/_section-blog.html b/_includes/_section-blog.html index 259e08d4..5c714477 100644 --- a/_includes/_section-blog.html +++ b/_includes/_section-blog.html @@ -6,7 +6,7 @@

{{site.data.description.blogTitle}}

-
\ No newline at end of file + diff --git a/_includes/_section-projects.html b/_includes/_section-projects.html index c8b123ff..92086248 100644 --- a/_includes/_section-projects.html +++ b/_includes/_section-projects.html @@ -7,7 +7,7 @@

{{site.data.description.projectsTitle}}

{% assign projects = site.projects | where:'core', true %} {% for project in projects limit:3 %} - +
diff --git a/_sass/components/_about.scss b/_sass/components/_about.scss index 02ca0926..e153b16d 100644 --- a/_sass/components/_about.scss +++ b/_sass/components/_about.scss @@ -19,30 +19,6 @@ //background: $brand-primary; padding: 0 $base-point-grid * 18; } - - &:nth-child(1) { - transition-delay: 0.1s; - } - - &:nth-child(2) { - transition-delay: 0.2s; - } - - &:nth-child(3) { - transition-delay: 0.3s; - } - - &:nth-child(4) { - transition-delay: 0.4s; - } - - &:nth-child(5) { - transition-delay: 0.5s; - } - - &:nth-child(6) { - transition-delay: 0.6s; - } } } diff --git a/about/index.html b/about/index.html index b6fb6caa..0f27603c 100644 --- a/about/index.html +++ b/about/index.html @@ -23,7 +23,7 @@

{{ page.title }}

{% for item in site.data.about %} -
+

{{item.title}}

{{item.description}}

@@ -34,4 +34,4 @@

{{item.title}}

{% include _cta-conduct.html %}


-{% include _cta-steering.html %} \ No newline at end of file +{% include _cta-steering.html %}