diff --git a/src/index.html b/src/index.html index 97874a7..d214437 100644 --- a/src/index.html +++ b/src/index.html @@ -26,11 +26,11 @@

Identify and mitigate potential security threats with ThreatShield's threat modelling service

-
- GitHub Logo + GitHub Logo Fork us on GitHub
@@ -43,6 +43,7 @@

AI-Driven Threat Modeling & Intuitive Design

+

We use AI to provide concrete examples instead of abstract documentation. Our approach ensures easily accessible guidance and actionable recommendations.

@@ -53,7 +54,8 @@

AI-Driven Threat Modeling & Intuitive Design

YOUR BENEFITS

-

Stay one step ahead of potential threats

+
+

Stay one step ahead of potential threats

diff --git a/src/partials/footer.hbs b/src/partials/footer.hbs index 6e96c1b..2bdfe25 100644 --- a/src/partials/footer.hbs +++ b/src/partials/footer.hbs @@ -4,4 +4,9 @@ Home Imprint
+
+ Animated roboter icon by Freepik - Flaticon + Animated people icon by Freepik - Flaticon + Animated shield icon by Freepik - Flaticon +
diff --git a/tailwind.config.js b/tailwind.config.js index 8824e14..56a9da4 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -15,6 +15,17 @@ module.exports = { 800: "#2A1355", 900: "#150A2A", }, + secondary: { + 100: "#cef9f5", + 200: "#9df2ec", + 300: "#64e4e0", + 400: "#64e4e0", + 500: "#64e4e0", + 600: "#138a8e", + 700: "#146c71", + 800: "#15555a", + 900: "#16474b", + }, gray: { 100: "#FEFEFF", 200: "#D7D8DF", @@ -25,7 +36,7 @@ module.exports = { 700: "#626571", 800: "#393B42", 900: "#1A1B1F", - } + }, }, }, },