-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconsulting.html
More file actions
435 lines (394 loc) · 20.8 KB
/
consulting.html
File metadata and controls
435 lines (394 loc) · 20.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Digital Consulting Services | Gabriel Cavazos</title>
<meta name="description" content="Expert digital strategy consulting to transform your online presence. Strategic guidance for businesses seeking digital excellence and measurable growth.">
<meta name="keywords" content="digital consulting, digital strategy, business consulting, web consulting, Gabriel Cavazos, website audit, conversion optimization, digital transformation">
<meta name="author" content="Gabriel Cavazos">
<!-- Canonical URL -->
<link rel="canonical" href="https://gcavazo1.github.io/personal_link_tree/consulting.html">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="consulting-styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Contax Pro and Garamond Premier Pro fonts -->
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- Favicon -->
<link rel="icon" href="assets/favicon_initials.png" type="image/png">
<!-- Open Graph tags -->
<meta property="og:title" content="Digital Consulting Services | Gabriel Cavazos">
<meta property="og:description" content="Expert digital strategy consulting to transform your online presence. Strategic guidance for businesses seeking digital excellence and measurable growth.">
<meta property="og:image" content="https://gcavazo1.github.io/personal_link_tree/assets/og-image.jpg">
<meta property="og:url" content="https://gcavazo1.github.io/personal_link_tree/consulting.html">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Gabriel Cavazos Development">
<!-- Twitter Card tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Digital Consulting Services | Gabriel Cavazos">
<meta name="twitter:description" content="Expert digital strategy consulting to transform your online presence. Strategic guidance for businesses seeking digital excellence.">
<meta name="twitter:image" content="https://gcavazo1.github.io/personal_link_tree/assets/og-image.jpg">
<meta name="twitter:creator" content="@gabrielcavazos">
<!-- Schema.org structured data for consulting service page -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Service",
"name": "Digital Strategy Consulting",
"serviceType": "Digital Consulting",
"provider": {
"@type": "Person",
"name": "Gabriel Cavazos",
"address": {
"@type": "PostalAddress",
"addressLocality": "Laredo",
"addressRegion": "TX",
"addressCountry": "US"
}
},
"description": "Expert digital strategy consulting to transform your online presence with actionable recommendations and measurable growth strategies.",
"offers": {
"@type": "AggregateOffer",
"highPrice": "2500",
"lowPrice": "250",
"priceCurrency": "USD",
"offerCount": "3"
},
"areaServed": {
"@type": "Country",
"name": "United States"
},
"url": "https://gcavazo1.github.io/personal_link_tree/consulting.html"
}
</script>
<!-- Schema.org structured data for breadcrumbs -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://gcavazo1.github.io/personal_link_tree/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Digital Consulting",
"item": "https://gcavazo1.github.io/personal_link_tree/consulting.html"
}
]
}
</script>
</head>
<body class="consulting-page">
<!-- Custom cursor -->
<div class="cursor-dot" id="cursor-dot" aria-hidden="true"></div>
<div class="custom-cursor" id="custom-cursor" aria-hidden="true"></div>
<!-- Back Navigation -->
<div class="back-nav">
<a href="index.html" class="back-link">
<i class="fas fa-arrow-left" aria-hidden="true"></i>
<span>Back to Services</span>
</a>
</div>
<!-- Shader Canvas for Scroll Effects -->
<canvas id="scroll-shader-canvas" aria-label="Interactive background shader" role="img"></canvas>
<div class="consulting-container">
<header class="consulting-header">
<div class="consulting-logo">
<h1>Gabriel Cavazos</h1>
<div class="tagline">Digital Strategy Consulting</div>
</div>
</header>
<!-- Hero Section -->
<section class="consulting-hero section-to-animate" data-scroll-section id="hero">
<div class="hero-content">
<h1 class="hero-title">Strategic Digital Consulting</h1>
<p class="hero-subtitle">Expert guidance to elevate your digital presence and drive measurable growth</p>
<div class="hero-cta">
<a href="#contact" class="cta-button">Schedule a Consultation</a>
</div>
</div>
</section>
<!-- Services Section -->
<section class="consulting-services section-to-animate" data-scroll-section id="services">
<div class="section-header">
<h2 class="section-title">Premium Consulting Services</h2>
<div class="section-divider"></div>
</div>
<div class="services-grid">
<div class="service-card">
<div class="service-icon" aria-hidden="true">✧</div>
<div class="service-content">
<h3>Strategy Sessions</h3>
<p>One-on-one virtual consultations to define and refine your digital presence strategy</p>
<div class="service-price">From $250 / session</div>
</div>
</div>
<div class="service-card">
<div class="service-icon" aria-hidden="true">◈</div>
<div class="service-content">
<h3>Digital Audits & Roadmaps</h3>
<p>Comprehensive analysis of your digital footprint with actionable recommendations</p>
<div class="service-price">From $950</div>
</div>
</div>
<div class="service-card">
<div class="service-icon" aria-hidden="true">◎</div>
<div class="service-content">
<h3>Conversion Optimization</h3>
<p>Expert review of your digital platforms to identify opportunities to increase conversions</p>
<div class="service-price">From $750</div>
</div>
</div>
<div class="service-card">
<div class="service-icon" aria-hidden="true">⟡</div>
<div class="service-content">
<h3>Technology Selection</h3>
<p>Expert guidance in choosing the right platforms, tools, and tech stack for your needs</p>
<div class="service-price">From $500</div>
</div>
</div>
</div>
</section>
<!-- Packages Section -->
<section class="consulting-packages section-to-animate" data-scroll-section id="packages">
<div class="section-header">
<h2 class="section-title">Consulting Packages</h2>
<div class="section-divider"></div>
</div>
<div class="packages-grid">
<div class="package-card">
<div class="package-header">
<h3>Assessment Package</h3>
<div class="package-price">$1,000</div>
</div>
<div class="package-content">
<ul class="package-features">
<li>Initial 90-minute consultation</li>
<li>Comprehensive digital audit</li>
<li>Detailed recommendations report</li>
<li>30-day follow-up call</li>
</ul>
<a href="#contact" class="package-cta">Get Started</a>
</div>
</div>
<div class="package-card featured">
<div class="package-badge">Most Popular</div>
<div class="package-header">
<h3>Strategic Growth</h3>
<div class="package-price">$2,500/month</div>
</div>
<div class="package-content">
<ul class="package-features">
<li>4 hours of consultation monthly</li>
<li>Continuous strategy refinement</li>
<li>Monthly performance analytics</li>
<li>Priority email support</li>
<li>Quarterly roadmap updates</li>
</ul>
<a href="#contact" class="package-cta">Get Started</a>
</div>
</div>
<div class="package-card">
<div class="package-header">
<h3>Enterprise Advisory</h3>
<div class="package-price">Custom Pricing</div>
</div>
<div class="package-content">
<ul class="package-features">
<li>Dedicated strategic advisor</li>
<li>Unlimited consultation access</li>
<li>Cross-team implementation support</li>
<li>Technology stack evaluation</li>
<li>Custom digital transformation plan</li>
</ul>
<a href="#contact" class="package-cta">Get Started</a>
</div>
</div>
</div>
</section>
<!-- Process Section -->
<section class="consulting-process section-to-animate" data-scroll-section id="process">
<div class="section-header">
<h2 class="section-title">Consulting Process</h2>
<div class="section-divider"></div>
</div>
<div class="process-timeline">
<div class="process-step">
<div class="step-number">01</div>
<div class="step-content">
<h3>Discovery</h3>
<p>In-depth assessment of your current digital presence, goals, and challenges</p>
</div>
</div>
<div class="process-step">
<div class="step-number">02</div>
<div class="step-content">
<h3>Analysis</h3>
<p>Comprehensive evaluation of opportunities, competitive landscape, and technological requirements</p>
</div>
</div>
<div class="process-step">
<div class="step-number">03</div>
<div class="step-content">
<h3>Strategy Development</h3>
<p>Creation of tailored recommendations and actionable implementation roadmap</p>
</div>
</div>
<div class="process-step">
<div class="step-number">04</div>
<div class="step-content">
<h3>Implementation Support</h3>
<p>Guidance during execution with regular check-ins and strategic refinement</p>
</div>
</div>
<div class="process-step">
<div class="step-number">05</div>
<div class="step-content">
<h3>Performance Analysis</h3>
<p>Measurement of results against key metrics with data-driven optimization recommendations</p>
</div>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section class="consulting-testimonials section-to-animate" data-scroll-section id="testimonials">
<div class="section-header">
<h2 class="section-title">Client Success Stories</h2>
<div class="section-divider"></div>
</div>
<div class="testimonials-slider">
<div class="testimonial-slide">
<div class="testimonial-content">
<p class="testimonial-quote">"Gabriel's strategic insights completely transformed our digital presence. His recommendations led to a 40% increase in qualified leads within just three months."</p>
<div class="testimonial-author">
<div class="author-name">Alexandra Winters</div>
<div class="author-company">CEO, Luminary Brands</div>
</div>
</div>
</div>
<div class="testimonial-slide">
<div class="testimonial-content">
<p class="testimonial-quote">"The depth of technical knowledge combined with business acumen is what sets this consulting service apart. Our e-commerce conversion rate improved by 28% after implementing the recommended changes."</p>
<div class="testimonial-author">
<div class="author-name">Marcus Chen</div>
<div class="author-company">Director, Elevate Commerce</div>
</div>
</div>
</div>
<div class="testimonial-slide">
<div class="testimonial-content">
<p class="testimonial-quote">"Working with Gabriel gave us the clarity we needed for our digital transformation initiative. His strategic roadmap saved us from costly mistakes and accelerated our timeline by months."</p>
<div class="testimonial-author">
<div class="author-name">Sophia Rodriguez</div>
<div class="author-company">CTO, Nexus Solutions</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="consulting-contact section-to-animate" data-scroll-section id="contact">
<div class="section-header">
<h2 class="section-title">Begin Your Digital Transformation</h2>
<div class="section-divider"></div>
</div>
<div class="contact-container">
<div class="contact-info">
<p>Ready to elevate your digital strategy? Schedule a complimentary 30-minute discovery call to discuss your needs and explore how my consulting services can drive meaningful results for your business.</p>
<div class="contact-methods">
<div class="contact-method">
<i class="fas fa-envelope"></i>
<a href="mailto:gcavazo1@gmail.com">gcavazo1@gmail.com</a>
</div>
<div class="contact-method">
<i class="fas fa-calendar-alt"></i>
<span>Book a call: Available Mon-Fri, 9am-5pm CST</span>
</div>
</div>
</div>
<form class="contact-form" id="consulting-form">
<div class="form-group">
<label for="name">Your Name</label>
<input type="text" id="name" name="name" required>
</div>
<div class="form-group">
<label for="email">Email Address</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="company">Company</label>
<input type="text" id="company" name="company">
</div>
<div class="form-group">
<label for="service">Service of Interest</label>
<select id="service" name="service" required>
<option value="" disabled selected>Select a service...</option>
<option value="strategy-session">Strategy Session</option>
<option value="digital-audit">Digital Audit & Roadmap</option>
<option value="conversion-optimization">Conversion Optimization</option>
<option value="technology-selection">Technology Selection</option>
<option value="assessment-package">Assessment Package</option>
<option value="strategic-growth">Strategic Growth Package</option>
<option value="enterprise-advisory">Enterprise Advisory</option>
<option value="custom">Custom Consultation</option>
</select>
</div>
<div class="form-group full-width">
<label for="message">Tell us about your project</label>
<textarea id="message" name="message" rows="5" required></textarea>
</div>
<button type="submit" class="submit-button">Send Inquiry</button>
</form>
</div>
</section>
<footer class="consulting-footer">
<div class="footer-content">
<div class="footer-logo">
<h3>Gabriel Cavazos</h3>
<p>Premium Digital Consulting</p>
</div>
<div class="footer-links">
<a href="index.html">Services</a>
<a href="#process">Process</a>
<a href="#packages">Packages</a>
<a href="#contact">Contact</a>
</div>
<div class="social-links">
<a href="https://twitter.com/yourusername" target="_blank" rel="noopener noreferrer" class="social-link">
<i class="fab fa-twitter"></i>
</a>
<a href="https://linkedin.com/in/yourusername" target="_blank" rel="noopener noreferrer" class="social-link">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="mailto:gcavazo1@gmail.com" class="social-link">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
<div class="copyright">
© <span id="current-year"></span> Gabriel Cavazos. All rights reserved.
</div>
</footer>
</div>
<!-- Scripts -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/studio-freight/lenis@1.0.27/bundled/lenis.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
<script src="consulting-shader.js"></script>
<script src="consulting.js"></script>
<script>
// Set current year in copyright
document.getElementById('current-year').textContent = new Date().getFullYear();
</script>
</body>
</html>