DjayChucko commited on
Commit
b64adc1
·
verified ·
1 Parent(s): 2fefacd

Manual changes saved

Browse files
Files changed (1) hide show
  1. strategy.html +10 -4
strategy.html CHANGED
@@ -6,6 +6,10 @@
6
  <meta name="description" content="McGPT Strategy Methodology">
7
  <title>McGPT | Strategy</title>
8
  <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
 
 
 
 
9
  <script src="https://cdn.tailwindcss.com"></script>
10
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
11
  <script src="https://unpkg.com/feather-icons"></script>
@@ -14,6 +18,10 @@
14
  darkMode: 'class',
15
  theme: {
16
  extend: {
 
 
 
 
17
  colors: {
18
  primary: '#6366f1',
19
  secondary: '#8b5cf6',
@@ -45,7 +53,7 @@
45
  }
46
  </style>
47
  </head>
48
- <body class="bg-[#3D1862] dark:bg-[#3D1862] text-blue-900 dark:text-blue-900 min-h-screen flex flex-col relative" style="background-image: radial-gradient(circle at 25% 25%, rgba(39, 8, 71, 0.6) 0%, rgba(39, 8, 71, 0) 50%), radial-gradient(circle at 75% 75%, rgba(59, 15, 110, 0.6) 0%, rgba(59, 15, 110, 0) 50%);">
49
 
50
  <header class="sticky top-0 z-50 bg-purple-800/80 backdrop-blur-md shadow-sm">
51
  <div class="container mx-auto px-4 py-3">
@@ -89,7 +97,6 @@
89
  <style>
90
  /* Scoped styles for the Scaleway Sales Content block. */
91
  #scaleway-sales-content {
92
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Space Grotesk, Helvetica, Inter, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
93
  background-color: #3D1862; /* Matched to page background */
94
  color: #d1d5db; /* Default light text for this section */
95
  line-height: 1.6;
@@ -107,7 +114,6 @@
107
  #scaleway-sales-content h4 {
108
  color: #DB87FF;
109
  line-height: 1.3;
110
- font-family: 'Space Grotesk', sans-serif;
111
  }
112
 
113
  #scaleway-sales-content h1 { font-size: 2.5rem; }
@@ -180,7 +186,7 @@
180
  <span class="bg-gradient-to-r from-primary to-secondary bg-clip-text text-[#C43BFF]">Method</span>
181
  </h1>
182
  <p class="text-xl mb-8 text-white dark:text-white font-light max-w-3xl mx-auto">
183
- Enabling sales to <span class="bg-gradient-to-r from-primary to-secondary bg-clip-text text-[#DB87FF]">QUALIFY</span>, <span class="bg-gradient-to-r from-primary to-secondary bg-clip-text text-[#DB87FF]">QUANTIFY</span> and <span class="bg-gradient-to-r from-primary to-secondary bg-clip-text text-[#DB87FF]">JUSTIFY</span> a truly unique value proposition.
184
  </p>
185
 
186
  <div class="flex justify-center my-8">
 
6
  <meta name="description" content="McGPT Strategy Methodology">
7
  <title>McGPT | Strategy</title>
8
  <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
9
+ <link rel="preconnect" href="https://fonts.googleapis.com">
10
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11
+ <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap" rel="stylesheet">
12
+
13
  <script src="https://cdn.tailwindcss.com"></script>
14
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
15
  <script src="https://unpkg.com/feather-icons"></script>
 
18
  darkMode: 'class',
19
  theme: {
20
  extend: {
21
+ // Add Space Grotesk as the default sans-serif font family
22
+ fontFamily: {
23
+ sans: ['Space Grotesk', 'sans-serif'],
24
+ },
25
  colors: {
26
  primary: '#6366f1',
27
  secondary: '#8b5cf6',
 
53
  }
54
  </style>
55
  </head>
56
+ <body class="font-sans bg-[#3D1862] dark:bg-[#3D1862] text-blue-900 dark:text-blue-900 min-h-screen flex flex-col relative" style="background-image: radial-gradient(circle at 25% 25%, rgba(39, 8, 71, 0.6) 0%, rgba(39, 8, 71, 0) 50%), radial-gradient(circle at 75% 75%, rgba(59, 15, 110, 0.6) 0%, rgba(59, 15, 110, 0) 50%);">
57
 
58
  <header class="sticky top-0 z-50 bg-purple-800/80 backdrop-blur-md shadow-sm">
59
  <div class="container mx-auto px-4 py-3">
 
97
  <style>
98
  /* Scoped styles for the Scaleway Sales Content block. */
99
  #scaleway-sales-content {
 
100
  background-color: #3D1862; /* Matched to page background */
101
  color: #d1d5db; /* Default light text for this section */
102
  line-height: 1.6;
 
114
  #scaleway-sales-content h4 {
115
  color: #DB87FF;
116
  line-height: 1.3;
 
117
  }
118
 
119
  #scaleway-sales-content h1 { font-size: 2.5rem; }
 
186
  <span class="bg-gradient-to-r from-primary to-secondary bg-clip-text text-[#C43BFF]">Method</span>
187
  </h1>
188
  <p class="text-xl mb-8 text-white dark:text-white font-light max-w-3xl mx-auto">
189
+ Enabling sales to <span class="bg-gradient-to-r from-primary to-secondary bg-clip-text text-[#DB87FF]">QUALIFY</span>, <span class="bg-gradient-to-r from-primary to-secondary bg-clip-text text-[#DB87FF]">QUANTIFY</span> and <span class="bg-gradient-to-r from-primary to-secondary bg-clip-text text-[#DB87FF]">JUSTIFY</span> a unique value proposition.
190
  </p>
191
 
192
  <div class="flex justify-center my-8">