Skip to content

Commit 198f8f1

Browse files
committed
Remove animation on about page
1 parent 3a74a5a commit 198f8f1

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

_sass/components/_about.scss

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,30 +19,6 @@
1919
//background: $brand-primary;
2020
padding: 0 $base-point-grid * 18;
2121
}
22-
23-
&:nth-child(1) {
24-
transition-delay: 0.1s;
25-
}
26-
27-
&:nth-child(2) {
28-
transition-delay: 0.2s;
29-
}
30-
31-
&:nth-child(3) {
32-
transition-delay: 0.3s;
33-
}
34-
35-
&:nth-child(4) {
36-
transition-delay: 0.4s;
37-
}
38-
39-
&:nth-child(5) {
40-
transition-delay: 0.5s;
41-
}
42-
43-
&:nth-child(6) {
44-
transition-delay: 0.6s;
45-
}
4622
}
4723
}
4824

about/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1><span>{{ page.title }}</span></h1>
2323

2424
<div class="about-list">
2525
{% for item in site.data.about %}
26-
<div class="about-item" data-aos="fade-down">
26+
<div class="about-item">
2727
<img src="{{ site.baseurl }}{{ item.icon }}" title="{{ item.title }}" />
2828
<h3>{{item.title}}</h3>
2929
<p>{{item.description}}</p>
@@ -34,4 +34,4 @@ <h3>{{item.title}}</h3>
3434
</div>
3535
{% include _cta-conduct.html %}
3636
<br /><br /><br />
37-
{% include _cta-steering.html %}
37+
{% include _cta-steering.html %}

0 commit comments

Comments
 (0)