From 198f8f1efc527e682ab87a774475de61775551ec Mon Sep 17 00:00:00 2001 From: Andrew Valencik Date: Wed, 4 Jan 2023 11:22:04 -0500 Subject: [PATCH 1/2] Remove animation on about page --- _sass/components/_about.scss | 24 ------------------------ about/index.html | 4 ++-- 2 files changed, 2 insertions(+), 26 deletions(-) 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 %} From bb242e3240da790178055430de3fa75a36821037 Mon Sep 17 00:00:00 2001 From: Andrew Valencik Date: Wed, 4 Jan 2023 11:47:11 -0500 Subject: [PATCH 2/2] Remove all AOS animation --- _includes/_head.html | 1 - _includes/_js-bottom.html | 6 ------ _includes/_masthead.html | 4 ++-- _includes/_section-blog.html | 4 ++-- _includes/_section-projects.html | 2 +- 5 files changed, 5 insertions(+), 12 deletions(-) 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 %} - +