DjayChucko commited on
Commit
9aa6d20
·
verified ·
1 Parent(s): 7d6b045

Make text easier to read, move background images to right of screen'

Browse files
Files changed (2) hide show
  1. index.html +13 -20
  2. value-mapper.html +38 -38
index.html CHANGED
@@ -40,16 +40,16 @@
40
  body::before {
41
  content: "";
42
  background-image: url('https://huggingface.co/spaces/DjayChucko/valuevortex-navigator/resolve/main/images/Gemini_Generated_Image_r9rw8yr9rw8yr9rw.png');
43
- background-size: cover;
44
- background-position: center;
45
  background-repeat: no-repeat;
46
- background-attachment: fixed;
47
- position: absolute;
48
  top: 0;
49
- left: 0;
50
  right: 0;
51
- bottom: 0;
 
52
  z-index: -1;
 
53
  }
54
  </style>
55
  <!-- Header -->
@@ -94,38 +94,31 @@
94
  </div>
95
  </div>
96
  </header>
97
-
98
  <!-- Hero Section -->
99
  <section class="flex-grow">
100
  <div class="container mx-auto px-4 py-16 md:py-24">
101
  <div class="flex flex-col md:flex-row items-center">
102
  <div class="md:w-1/2 mb-12 md:mb-0">
103
- <h1 class="text-4xl md:text-5xl font-bold mb-6 leading-tight">
104
  Raise <span class="bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent">your</span> game
105
  </h1>
106
- <p class="text-lg mb-8 text-gray-600 dark:text-gray-300">
107
  McGPT is here to assist you with strategic tools to qualify and quantify better, onboard more effectively, and implement winning sales strategies.
108
  </p>
109
  <div class="flex space-x-4">
110
- <a href="value-mapper.html" class="bg-primary hover:bg-primary/90 text-white px-4 py-2 rounded-md font-medium transition-colors">
111
  Start Mapping
112
  </a>
113
- <a href="#features" class="border border-primary text-primary hover:bg-primary/10 px-4 py-2 rounded-md font-medium transition-colors">
114
  Scorecard
115
  </a>
116
- </div>
117
- </div>
118
- <div class="md:w-1/2 flex justify-center">
119
- <div class="relative w-full max-w-md">
120
- <div class="absolute -top-6 -left-6 w-32 h-32 rounded-full bg-secondary/20 blur-xl"></div>
121
- <div class="absolute -bottom-6 -right-6 w-32 h-32 rounded-full bg-primary/20 blur-xl"></div>
122
  </div>
123
  </div>
124
- </div>
 
125
  </div>
126
  </section>
127
-
128
- <!-- Features Section -->
129
  <section id="features" class="py-16 bg-gray-100/80 dark:bg-gray-800/80 backdrop-blur-sm">
130
  <div class="container mx-auto px-4">
131
  <h2 class="text-3xl font-bold text-center mb-12">Our Strategic Toolkit</h2>
 
40
  body::before {
41
  content: "";
42
  background-image: url('https://huggingface.co/spaces/DjayChucko/valuevortex-navigator/resolve/main/images/Gemini_Generated_Image_r9rw8yr9rw8yr9rw.png');
43
+ background-size: contain;
44
+ background-position: right center;
45
  background-repeat: no-repeat;
46
+ position: fixed;
 
47
  top: 0;
 
48
  right: 0;
49
+ width: 50%;
50
+ height: 100%;
51
  z-index: -1;
52
+ opacity: 0.8;
53
  }
54
  </style>
55
  <!-- Header -->
 
94
  </div>
95
  </div>
96
  </header>
 
97
  <!-- Hero Section -->
98
  <section class="flex-grow">
99
  <div class="container mx-auto px-4 py-16 md:py-24">
100
  <div class="flex flex-col md:flex-row items-center">
101
  <div class="md:w-1/2 mb-12 md:mb-0">
102
+ <h1 class="text-4xl md:text-5xl font-bold mb-6 leading-tight text-white">
103
  Raise <span class="bg-gradient-to-r from-primary to-secondary bg-clip-text text-transparent">your</span> game
104
  </h1>
105
+ <p class="text-xl mb-8 text-gray-200 dark:text-gray-100 font-medium">
106
  McGPT is here to assist you with strategic tools to qualify and quantify better, onboard more effectively, and implement winning sales strategies.
107
  </p>
108
  <div class="flex space-x-4">
109
+ <a href="value-mapper.html" class="bg-primary hover:bg-primary/90 text-white px-6 py-3 rounded-lg font-medium transition-colors shadow-lg">
110
  Start Mapping
111
  </a>
112
+ <a href="#features" class="border-2 border-primary text-white hover:bg-primary/10 px-6 py-3 rounded-lg font-medium transition-colors shadow-lg">
113
  Scorecard
114
  </a>
 
 
 
 
 
 
115
  </div>
116
  </div>
117
+ <div class="md:w-1/2"></div>
118
+ </div>
119
  </div>
120
  </section>
121
+ <!-- Features Section -->
 
122
  <section id="features" class="py-16 bg-gray-100/80 dark:bg-gray-800/80 backdrop-blur-sm">
123
  <div class="container mx-auto px-4">
124
  <h2 class="text-3xl font-bold text-center mb-12">Our Strategic Toolkit</h2>
value-mapper.html CHANGED
@@ -40,16 +40,16 @@
40
  body::before {
41
  content: "";
42
  background-image: url('https://huggingface.co/spaces/DjayChucko/valuevortex-navigator/resolve/main/images/Gemini_Generated_Image_r9rw8yr9rw8yr9rw.png');
43
- background-size: cover;
44
- background-position: center;
45
  background-repeat: no-repeat;
46
- background-attachment: fixed;
47
- position: absolute;
48
  top: 0;
49
- left: 0;
50
  right: 0;
51
- bottom: 0;
 
52
  z-index: -1;
 
53
  }
54
  </style>
55
  <!-- Navigation Bar (Updated for four pages) -->
@@ -77,14 +77,14 @@
77
  <div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8">
78
 
79
  <!-- Introduction Section -->
80
- <div class="text-center mb-10 bg-gray-800 p-8 rounded-2xl shadow-2xl border-t-4 border-sc-primary hover:border-sc-accent2 transition-all duration-300">
81
- <h1 class="text-4xl sm:text-5xl font-heading font-extrabold text-sc-accent2 mb-3 leading-tight">
82
- Pod Value Mapper
83
- </h1>
84
- <p class="text-lg text-gray-300">
85
- Your essential tool for qualification and value articulation.
86
- </p>
87
- <div class="my-4 h-0.5 w-1/4 mx-auto bg-gradient-to-r from-transparent via-sc-primary to-transparent"></div>
88
  <p class="text-lg text-gray-300 mb-4">
89
  Identify pain points and frame conversations around Scaleway's key values:
90
  </p>
@@ -101,14 +101,14 @@
101
  </div>
102
  </div>
103
  <!-- Industry Selector -->
104
- <div class="mb-10 p-6 bg-gradient-to-tr from-sc-primary to-sc-secondary rounded-xl shadow-xl no-print hover:shadow-2xl transition-shadow duration-300">
105
- <label for="industry-selector" class="block text-xl font-bold text-white mb-3">
106
- Select Your Industry Sector:
107
- </label>
108
- <div class="relative">
109
- <select id="industry-selector" onchange="updateContent()"
110
- class="block w-full py-3 px-4 pr-10 border border-transparent rounded-lg text-xl font-semibold text-sc-primary focus:ring-4 focus:ring-sc-accent2 focus:border-sc-accent2 transition duration-200 shadow-inner">
111
- <option value="placeholder" disabled selected class="text-gray-500">
112
  --- Choose an Industry to Map Value ---
113
  </option>
114
  <option value="Financial Services and Insurance">Financial Services and Insurance</option>
@@ -131,37 +131,37 @@
131
  </div>
132
 
133
  <!-- Dynamic Content Area -->
134
- <div id="initial-message" class="text-center p-12 rounded-xl bg-gray-800/50 text-gray-400 border-2 border-dashed border-gray-700 hover:border-sc-primary transition-colors duration-300">
135
- <p class="text-lg">Please select an industry from the dropdown above to reveal targeted value mapping, discovery questions, and permission-based openers.</p>
136
  </div>
137
- <div id="dynamic-area" class="hidden space-y-8 backdrop-blur-sm">
138
  <!-- Industry Title -->
139
  <h2 id="industry-title" class="text-3xl font-heading font-bold text-sc-accent2 text-center pt-4">
140
  <span class="bg-gradient-to-r from-sc-primary to-sc-accent2 bg-clip-text text-transparent"></span>
141
  </h2>
142
  <!-- Section 1: Value Drivers & Product Focus -->
143
- <div class="bg-gray-800/80 p-6 rounded-xl shadow-lg border-l-4 border-sc-secondary backdrop-blur-sm">
144
- <h3 class="text-2xl font-heading font-bold mb-4 text-sc-accent1">Value Proposition & Product Focus</h3>
145
- <div id="value-drivers" class="space-y-4 text-gray-300">
146
  <!-- Content will be injected here -->
147
  </div>
148
  </div>
149
  <!-- Section 2: Discovery Questions & Openers -->
150
  <div class="grid grid-cols-1 lg:grid-cols-2 gap-6">
151
  <!-- Discovery Question 1 -->
152
- <div class="bg-gray-800/80 p-6 rounded-xl shadow-lg border-l-4 border-sc-accent1 backdrop-blur-sm hover:border-sc-secondary transition-all duration-300">
153
- <h3 class="text-xl font-heading font-bold mb-3 text-sc-accent1">Discovery Question 1</h3>
154
- <p id="dq1" class="text-gray-300 italic mb-4"></p>
155
- <h4 class="font-bold text-sm uppercase text-gray-400 mb-1">Permission-Based Opener 1</h4>
156
- <p id="pbo1" class="text-sc-accent1 font-medium"></p>
157
  </div>
158
 
159
  <!-- Discovery Question 2 -->
160
- <div class="bg-gray-800/80 p-6 rounded-xl shadow-lg border-l-4 border-sc-accent2 backdrop-blur-sm hover:border-sc-primary transition-all duration-300">
161
- <h3 class="text-xl font-heading font-bold mb-3 text-sc-accent2">Discovery Question 2</h3>
162
- <p id="dq2" class="text-gray-300 italic mb-4"></p>
163
- <h4 class="font-bold text-sm uppercase text-gray-400 mb-1">Permission-Based Opener 2</h4>
164
- <p id="pbo2" class="text-sc-accent2 font-medium"></p>
165
  </div>
166
  </div>
167
  <!-- Call-to-Action / Export -->
 
40
  body::before {
41
  content: "";
42
  background-image: url('https://huggingface.co/spaces/DjayChucko/valuevortex-navigator/resolve/main/images/Gemini_Generated_Image_r9rw8yr9rw8yr9rw.png');
43
+ background-size: contain;
44
+ background-position: right center;
45
  background-repeat: no-repeat;
46
+ position: fixed;
 
47
  top: 0;
 
48
  right: 0;
49
+ width: 50%;
50
+ height: 100%;
51
  z-index: -1;
52
+ opacity: 0.8;
53
  }
54
  </style>
55
  <!-- Navigation Bar (Updated for four pages) -->
 
77
  <div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8">
78
 
79
  <!-- Introduction Section -->
80
+ <div class="text-center mb-10 bg-gray-800/90 p-8 rounded-2xl shadow-2xl border-t-4 border-sc-primary hover:border-sc-accent2 transition-all duration-300 backdrop-blur-sm">
81
+ <h1 class="text-4xl sm:text-5xl font-heading font-extrabold text-white mb-3 leading-tight">
82
+ Pod Value Mapper
83
+ </h1>
84
+ <p class="text-xl text-gray-200 font-medium">
85
+ Your essential tool for qualification and value articulation.
86
+ </p>
87
+ <div class="my-4 h-0.5 w-1/4 mx-auto bg-gradient-to-r from-transparent via-sc-primary to-transparent"></div>
88
  <p class="text-lg text-gray-300 mb-4">
89
  Identify pain points and frame conversations around Scaleway's key values:
90
  </p>
 
101
  </div>
102
  </div>
103
  <!-- Industry Selector -->
104
+ <div class="mb-10 p-6 bg-gradient-to-tr from-sc-primary to-sc-secondary rounded-xl shadow-xl no-print hover:shadow-2xl transition-shadow duration-300 backdrop-blur-sm">
105
+ <label for="industry-selector" class="block text-2xl font-bold text-white mb-4">
106
+ Select Your Industry Sector:
107
+ </label>
108
+ <div class="relative">
109
+ <select id="industry-selector" onchange="updateContent()"
110
+ class="block w-full py-4 px-6 pr-12 border-2 border-white/20 rounded-xl text-xl font-semibold text-white bg-gray-900/50 focus:ring-4 focus:ring-sc-accent2 focus:border-sc-accent2 transition duration-200 shadow-lg">
111
+ <option value="placeholder" disabled selected class="text-gray-500">
112
  --- Choose an Industry to Map Value ---
113
  </option>
114
  <option value="Financial Services and Insurance">Financial Services and Insurance</option>
 
131
  </div>
132
 
133
  <!-- Dynamic Content Area -->
134
+ <div id="initial-message" class="text-center p-12 rounded-xl bg-gray-800/80 text-gray-300 border-2 border-dashed border-gray-600 hover:border-sc-primary transition-colors duration-300 backdrop-blur-sm">
135
+ <p class="text-xl font-medium">Please select an industry from the dropdown above to reveal targeted value mapping, discovery questions, and permission-based openers.</p>
136
  </div>
137
+ <div id="dynamic-area" class="hidden space-y-8 backdrop-blur-sm">
138
  <!-- Industry Title -->
139
  <h2 id="industry-title" class="text-3xl font-heading font-bold text-sc-accent2 text-center pt-4">
140
  <span class="bg-gradient-to-r from-sc-primary to-sc-accent2 bg-clip-text text-transparent"></span>
141
  </h2>
142
  <!-- Section 1: Value Drivers & Product Focus -->
143
+ <div class="bg-gray-800/90 p-8 rounded-xl shadow-lg border-l-4 border-sc-secondary backdrop-blur-sm">
144
+ <h3 class="text-2xl font-heading font-bold mb-6 text-white">Value Proposition & Product Focus</h3>
145
+ <div id="value-drivers" class="space-y-4 text-gray-200 text-lg">
146
  <!-- Content will be injected here -->
147
  </div>
148
  </div>
149
  <!-- Section 2: Discovery Questions & Openers -->
150
  <div class="grid grid-cols-1 lg:grid-cols-2 gap-6">
151
  <!-- Discovery Question 1 -->
152
+ <div class="bg-gray-800/90 p-6 rounded-xl shadow-lg border-l-4 border-sc-accent1 backdrop-blur-sm hover:border-sc-secondary transition-all duration-300">
153
+ <h3 class="text-xl font-heading font-bold mb-4 text-white">Discovery Question 1</h3>
154
+ <p id="dq1" class="text-gray-200 italic mb-6 text-lg"></p>
155
+ <h4 class="font-bold text-md uppercase text-gray-300 mb-2">Permission-Based Opener 1</h4>
156
+ <p id="pbo1" class="text-white font-medium text-lg"></p>
157
  </div>
158
 
159
  <!-- Discovery Question 2 -->
160
+ <div class="bg-gray-800/90 p-6 rounded-xl shadow-lg border-l-4 border-sc-accent2 backdrop-blur-sm hover:border-sc-primary transition-all duration-300">
161
+ <h3 class="text-xl font-heading font-bold mb-4 text-white">Discovery Question 2</h3>
162
+ <p id="dq2" class="text-gray-200 italic mb-6 text-lg"></p>
163
+ <h4 class="font-bold text-md uppercase text-gray-300 mb-2">Permission-Based Opener 2</h4>
164
+ <p id="pbo2" class="text-white font-medium text-lg"></p>
165
  </div>
166
  </div>
167
  <!-- Call-to-Action / Export -->