Skip to content

Commit

Permalink
Redesign of "how does it work" section
Browse files Browse the repository at this point in the history
  • Loading branch information
“Sophie committed Jul 12, 2024
1 parent 0f4aaa3 commit 31d1ecb
Show file tree
Hide file tree
Showing 10 changed files with 105 additions and 68 deletions.
Binary file added risk-board.mockup Kopie.webp
Binary file not shown.
6 changes: 5 additions & 1 deletion src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ html {
opacity: 1;
transition: visibility 0s linear 0.38s, opacity 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


/* YOUR BENEFIT SECTION: Icon animation*/

/* Initially hide animated icon */
.ts-animated-icon {
Expand Down Expand Up @@ -72,7 +75,8 @@ html {
transition: opacity 0.5s ease-in-out;
}

/* ABOUT US - Button with Icon Animation */

/* ABOUT US: Button with Icon Animation */

@media (min-width: 768px) {

Expand Down
Binary file added src/img/consultation.webp
Binary file not shown.
Binary file removed src/img/macmockup.webp
Binary file not shown.
Binary file added src/img/mockup-system.webp
Binary file not shown.
Binary file added src/img/preview-systems.webp
Binary file not shown.
Binary file removed src/img/preview-web-app Kopie.png
Binary file not shown.
Binary file added src/img/workshop.webp
Binary file not shown.
166 changes: 99 additions & 67 deletions src/index.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ module.exports = {
},
},
};

0 comments on commit 31d1ecb

Please sign in to comment.