diff --git a/src/github-mark/github-mark-white.png b/src/github-mark/github-mark-white.png new file mode 100644 index 0000000..50b8175 Binary files /dev/null and b/src/github-mark/github-mark-white.png differ diff --git a/src/github-mark/github-mark-white.svg b/src/github-mark/github-mark-white.svg new file mode 100644 index 0000000..d5e6491 --- /dev/null +++ b/src/github-mark/github-mark-white.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/github-mark/github-mark.png b/src/github-mark/github-mark.png new file mode 100644 index 0000000..6cb3b70 Binary files /dev/null and b/src/github-mark/github-mark.png differ diff --git a/src/github-mark/github-mark.svg b/src/github-mark/github-mark.svg new file mode 100644 index 0000000..37fa923 --- /dev/null +++ b/src/github-mark/github-mark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/img/header-bg-gardient.svg b/src/img/header-bg-gardient.svg new file mode 100644 index 0000000..7dc3578 --- /dev/null +++ b/src/img/header-bg-gardient.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/index.html b/src/index.html index 244ad70..976e9b8 100644 --- a/src/index.html +++ b/src/index.html @@ -11,22 +11,24 @@ - -
- The legendary -

- ThreatShield 2 -

-
-

It's a perilous world.

-

Equip yourself with this shield and safeguard your systems.

- Text - Text + +
+
+

+ Protect your business from security threats +

+

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

+ +
-
+

Enhance Your IT Security with ThreatShield

At ThreatShield, we empower businesses and organizations to effectively identify, evaluate, and manage threats diff --git a/tailwind.config.js b/tailwind.config.js index 55d6879..8824e14 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -4,21 +4,27 @@ module.exports = { theme: { extend: { colors: { - legendary: { - 50: "#eff2fe", - 100: "#e2e6fd", - 200: "#cbd1fa", - 300: "#acb3f5", - 400: "#8788ee", - 500: "#756ee6", - 600: "#6553d8", - 700: "#5744be", - 800: "#47399a", - 900: "#3d357a", - 950: "#241f47", + primary: { + 100: "#F8F6FB", + 200: "#E1D6F6", + 300: "#A583E5", + 400: "#8759DD", + 500: "#6930D4", + 600: "#5426AA", + 700: "#3F1D7F", + 800: "#2A1355", + 900: "#150A2A", }, - sophie: { - 100: "#fff000", + gray: { + 100: "#FEFEFF", + 200: "#D7D8DF", + 300: "#C2C5D0", + 400: "#AEB1C0", + 500: "#9396A7", + 600: "#7E8291", + 700: "#626571", + 800: "#393B42", + 900: "#1A1B1F", } }, },