Skip to content

Commit

Permalink
meta ds
Browse files Browse the repository at this point in the history
  • Loading branch information
wodydoc committed Jul 10, 2023
1 parent eaaf61f commit d52b45a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ gsap.from(".button", {

// Animate the "Follow Us" text
gsap.from(".home__social-follow", {
delay: 3.8, // Add delay here
delay: 5.8, // Add delay here
duration: 1,
opacity: 0,
y: 20, // Slide from bottom
Expand All @@ -121,7 +121,7 @@ gsap.from(".home__social-follow", {

// Animate the social links
gsap.from(".home__social-link", {
delay: 4, // Add delay here
delay: 6, // Add delay here
duration: 2,
opacity: 0,
y: 20, // Slide from bottom
Expand Down
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
/>

<meta
name="description"
content="Working Enneagram: As an indicator that types based on motivation, rather than behavior, there’s little to push against & much to embrace as an effective tool for self-examen."
/>

<!--=============== FAVICON ===============-->
<link
rel="shortcut icon"
Expand Down

0 comments on commit d52b45a

Please sign in to comment.