Skip to content

Commit 753bda6

Browse files
committed
change color
1 parent d16b120 commit 753bda6

1 file changed

Lines changed: 46 additions & 29 deletions

File tree

index.html

Lines changed: 46 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,13 @@ <h1 class="hero-title" data-reveal data-delay="100">Linux Freelancing Training &
431431
</section>
432432

433433
<!-- ===== FEATURED TRAINING ===== -->
434-
<section id="courses" class="section no-terminal-prompt" aria-labelledby="courses-heading">
434+
<section id="courses" class="section no-terminal-prompt" aria-labelledby="courses-heading" style="background:#0024ED;">
435+
<style>
436+
#courses, #courses .section-title, #courses .section-subtitle,
437+
#courses .course-title, #courses .course-desc, #courses .course-price,
438+
#courses .course-body ul, #courses .course-body ul li { color:#fff !important; }
439+
#courses .course-banner { background:#0024ED !important; }
440+
</style>
435441
<div class="container">
436442
<div class="section-header">
437443
<h2 class="section-title" id="courses-heading"><span>Linux Freelancing Training Worldwide</span></h2>
@@ -523,7 +529,13 @@ <h3 class="course-title"><a href="https://github.com/SchoolOfFreelancing/Telnyx-
523529
</section>
524530

525531
<!-- ===== FEATURED Support ===== -->
526-
<section id="services" aria-labelledby="services-heading">
532+
<section id="services" aria-labelledby="services-heading" style="background:#0024ED;">
533+
<style>
534+
#services, #services .section-title, #services .section-subtitle,
535+
#services .course-title, #services .course-desc, #services .course-price,
536+
#services .course-body ul, #services .course-body ul li { color:#fff !important; }
537+
#services .course-banner { background:#0024ED !important; }
538+
</style>
527539
<div class="container">
528540
<div class="section-header" data-reveal>
529541
<h2 class="section-title" id="services-heading"><span>Global Client Tech Support</span></h2>
@@ -532,15 +544,15 @@ <h2 class="section-title" id="services-heading"><span>Global Client Tech Support
532544
<div class="courses-grid">
533545

534546
<!-- DigitalOcean Cloud Support -->
535-
<article class="course-card" data-reveal data-delay="0">
536-
<div class="course-banner" style="background:linear-gradient(135deg,#0d2b0d,#1a4a1a);">
547+
<article class="course-card" data-reveal data-delay="0" style="background:#0024ED;">
548+
<div class="course-banner" style="background:#0024ED;">
537549
<img width="140" height="100" loading="lazy" src="/assets/images/digitalocean.png" alt="DigitalOcean Cloud Support">
538550

539551
</div>
540-
<div class="course-body">
541-
<h3 class="course-title"><a href="https://github.com/SchoolOfFreelancing/DigitalOcean-Cloud-Support.git" target="_blank" rel="noopener"><span class="tag tag-green">DigitalOcean Cloud Support</span></a></h3>
542-
<p class="course-desc">Professional DigitalOcean cloud support for server deployment, troubleshooting, security, networking, backups, and production infrastructure.</p>
543-
<ul style="font-size:0.8rem; color:var(--text-muted); margin-bottom:16px; padding-left:0;">
552+
<div class="course-body" style="color:#fff;">
553+
<h3 class="course-title" style="color:#fff;"><a href="https://github.com/SchoolOfFreelancing/DigitalOcean-Cloud-Support.git" target="_blank" rel="noopener"><span class="tag tag-green">DigitalOcean Cloud Support</span></a></h3>
554+
<p class="course-desc" style="color:#fff;">Professional DigitalOcean cloud support for server deployment, troubleshooting, security, networking, backups, and production infrastructure.</p>
555+
<ul style="font-size:0.8rem; color:#fff; margin-bottom:16px; padding-left:0;">
544556
<li style="margin-bottom:4px;">✔ Storage, AI & API Support</li>
545557
<li style="margin-bottom:4px;">✔ Inference & Compute Support</li>
546558
<li style="margin-bottom:4px;">✔ Data Services & Networking Support</li>
@@ -551,22 +563,22 @@ <h3 class="course-title"><a href="https://github.com/SchoolOfFreelancing/Digital
551563
</div>
552564
<div class="course-meta">
553565
<div>
554-
<span class="course-price">$500, 72 Hours, 3 Days</span>
566+
<span class="course-price" style="color:#fff;">$500, 72 Hours, 3 Days</span>
555567
</div>
556568
</div>
557569
<a href="/tech-support/" class="btn btn-primary" style="width:100%; justify-content:center;">Get Support</a>
558570
</div>
559571
</article>
560572

561573
<!-- Hummingbot Installation Support -->
562-
<article class="course-card" data-reveal data-delay="200">
563-
<div class="course-banner" style="background:linear-gradient(135deg,#1f0d2b,#3a1a4a);">
574+
<article class="course-card" data-reveal data-delay="200" style="background:#0024ED;">
575+
<div class="course-banner" style="background:#0024ED;">
564576
<img width="120" height="120" loading="lazy" src="/assets/images/hummingbot.png" alt="Hummingbot Installation Support">
565577
</div>
566-
<div class="course-body">
567-
<h3 class="course-title"><a href="https://github.com/SchoolOfFreelancing/Hummingbot-Installation-Support.git" target="_blank" rel="noopener"><span class="tag tag-green">Hummingbot Installation Support</span></a></h3>
568-
<p class="course-desc">Professional Hummingbot setup, configuration, and deployment—plus Exchange API integration and MCP & Skills setup—for automated crypto trading.</p>
569-
<ul style="font-size:0.8rem; color:var(--text-muted); margin-bottom:16px; padding-left:0;">
578+
<div class="course-body" style="color:#fff;">
579+
<h3 class="course-title" style="color:#fff;"><a href="https://github.com/SchoolOfFreelancing/Hummingbot-Installation-Support.git" target="_blank" rel="noopener"><span class="tag tag-green">Hummingbot Installation Support</span></a></h3>
580+
<p class="course-desc" style="color:#fff;">Professional Hummingbot setup, configuration, and deployment—plus Exchange API integration and MCP & Skills setup—for automated crypto trading.</p>
581+
<ul style="font-size:0.8rem; color:#fff; margin-bottom:16px; padding-left:0;">
570582
<li style="margin-bottom:4px;">✔ Hummingbot Ecosystem Deploy</li>
571583
<li style="margin-bottom:4px;">✔ Cloud AI API Integration Support</li>
572584
<li style="margin-bottom:4px;">✔ Exchange REST APIs Integration Support</li>
@@ -577,22 +589,22 @@ <h3 class="course-title"><a href="https://github.com/SchoolOfFreelancing/Humming
577589
</div>
578590
<div class="course-meta">
579591
<div>
580-
<span class="course-price">$1500, 40 Hours, 6 Days</span>
592+
<span class="course-price" style="color:#fff;">$1500, 40 Hours, 6 Days</span>
581593
</div>
582594
</div>
583595
<a href="/tech-support/" class="btn btn-primary" style="width:100%; justify-content:center;">Get Support</a>
584596
</div>
585597
</article>
586598

587599
<!-- Vapi Platform Support -->
588-
<article class="course-card" data-reveal data-delay="100">
589-
<div class="course-banner" style="background:linear-gradient(135deg,#0d1f2b,#1a3a4a);">
600+
<article class="course-card" data-reveal data-delay="100" style="background:#0024ED;">
601+
<div class="course-banner" style="background:#0024ED;">
590602
<img width="120" height="120" loading="lazy" src="/assets/images/vapilogo.png" alt="Vapi Platform Support">
591603
</div>
592-
<div class="course-body">
593-
<h3 class="course-title"><a href="https://github.com/SchoolOfFreelancing/Vapi-Platform-Support.git" target="_blank" rel="noopener"><span class="tag tag-green">Vapi Platform Support</span></a></h3>
594-
<p class="course-desc">Build voice AI agents that can make and receive phone calls. Expert Vapi setup, configuration, and troubleshooting to keep your voice AI agents running smoothly.</p>
595-
<ul style="font-size:0.8rem; color:var(--text-muted); margin-bottom:16px; padding-left:0;">
604+
<div class="course-body" style="color:#fff;">
605+
<h3 class="course-title" style="color:#fff;"><a href="https://github.com/SchoolOfFreelancing/Vapi-Platform-Support.git" target="_blank" rel="noopener"><span class="tag tag-green">Vapi Platform Support</span></a></h3>
606+
<p class="course-desc" style="color:#fff;">Build voice AI agents that can make and receive phone calls. Expert Vapi setup, configuration, and troubleshooting to keep your voice AI agents running smoothly.</p>
607+
<ul style="font-size:0.8rem; color:#fff; margin-bottom:16px; padding-left:0;">
596608
<li style="margin-bottom:4px;">✔ Make and receive phone calls</li>
597609
<li style="margin-bottom:4px;">✔ Have natural conversations with users</li>
598610
<li style="margin-bottom:4px;">✔ Integrate with existing systems and APIs</li>
@@ -603,7 +615,7 @@ <h3 class="course-title"><a href="https://github.com/SchoolOfFreelancing/Vapi-Pl
603615
</div>
604616
<div class="course-meta">
605617
<div>
606-
<span class="course-price">$600, 30 Hours, 5 Days</span>
618+
<span class="course-price" style="color:#fff;">$600, 30 Hours, 5 Days</span>
607619
</div>
608620
</div>
609621
<a href="/tech-support/" class="btn btn-primary" style="width:100%; justify-content:center;">Get Support</a>
@@ -618,12 +630,12 @@ <h3 class="course-title"><a href="https://github.com/SchoolOfFreelancing/Vapi-Pl
618630
</section>
619631

620632
<!-- ===== CTA ===== -->
621-
<section class="section" aria-label="Call to action">
633+
<section class="section" aria-label="Call to action" style="background:#0024ED;">
622634
<div class="container">
623-
<div class="cta-banner" data-reveal>
624-
<span class="section-label">Freelancing Training & Tech Support</span>
625-
<h2><span style="color:var(--text-primary)">Join our freelancing training and tech support</span></h2>
626-
<p>Satisfaction guaranteed for our live freelancing training and tech support</p>
635+
<div class="cta-banner" data-reveal style="background:#0024ED;">
636+
<span class="section-label" style="color:#fff;">Freelancing Training & Tech Support</span>
637+
<h2><span style="color:#fff">Join our freelancing training and tech support</span></h2>
638+
<p style="color:#fff;">Satisfaction guaranteed for our live freelancing training and tech support</p>
627639
<div class="cta-actions">
628640
<a href="/training/" class="btn btn-primary btn-lg">Start Training</a>
629641
<a href="/tech-support/" class="btn btn-outline btn-lg">Get Support</a>
@@ -633,7 +645,12 @@ <h2><span style="color:var(--text-primary)">Join our freelancing training and te
633645
</section>
634646

635647
<!-- ===== FOOTER ===== -->
636-
<footer class="footer">
648+
<footer class="footer" style="background:#0024ED;">
649+
<style>
650+
.footer, .footer a, .footer p, .footer span, .footer li,
651+
.footer-brand p, .footer-links a, .footer-bottom p,
652+
.footer-col span { color:#fff !important; }
653+
</style>
637654
<div class="container">
638655
<div class="footer-grid">
639656
<div class="footer-brand">

0 commit comments

Comments
 (0)