Skip to content

Conversation

stillnazeer
Copy link

@stillnazeer stillnazeer commented Oct 19, 2025

OvalTech — Shaping Tomorrow's Solutions
OvalTech
Shaping Tomorrow's Solutions

<div style="display:flex;gap:12px;align-items:center">
  <a class="cta-btn" href="#contact">Get in touch</a>
</div>
Launch-ready

OvalTech — Shaping Tomorrow's Solutions Today

We build innovative, sustainable, and accessible digital products — from cloud-native apps to AI integrations — designed to help African businesses scale with confidence.

  <div class="hero-actions">
    <a class="cta-btn" href="#solutions">See our solutions</a>
    <a href="#contact" style="display:inline-block;padding:10px 14px;border-radius:10px;text-decoration:none;border:1px solid rgba(11,91,184,0.12);font-weight:700">Partner with us</a>
  </div>

  <div class="features" style="margin-top:20px">
    <div class="card">
      <h4>Cloud & AI Integration</h4>
      <p style="color:var(--muted)">Scalable cloud architecture and AI-driven features to accelerate product-market fit.</p>
    </div>
    <div class="card">
      <h4>Custom Software</h4>
      <p style="color:var(--muted)">Robust web & mobile apps built for performance and maintainability.</p>
    </div>
  </div>
</div>

<div style="padding:18px;border-radius:18px;background:linear-gradient(180deg,#ffffff,#f5fbff);box-shadow:var(--shadow)">
  <h3 style="margin-top:0">Quick Facts</h3>
  <ul style="color:var(--muted)">
    <li>Based in Nigeria — serving Africa & international clients</li>
    <li>Focus: SMEs, Education, Fintech pilots</li>
    <li>Applying to Microsoft for Startups</li>
  </ul>

  <div style="margin-top:14px">
    <h4 style="margin-bottom:8px">Recent Project</h4>
    <div style="font-size:14px;color:var(--muted)">Pilot learning platform for schools — launched MVP and onboarded first 3 institutions.</div>
  </div>
</div>

About OvalTech

OvalTech is a forward-thinking technology company focused on delivering practical, reliable, and sustainable digital solutions. We combine design, engineering, and cloud expertise to help organizations digitize faster and smarter.

Our Solutions

We start with the customer problem, then design engineering-forward solutions that are secure and scalable.

    <div style="margin-top:12px">
      <h4>Software Development</h4>
      <p style="color:var(--muted)">Custom web & mobile apps, APIs, and integrations.</p>

      <h4>Cloud & DevOps</h4>
      <p style="color:var(--muted)">Azure-ready architecture, containerization, CI/CD pipelines.</p>

      <h4>AI & Data</h4>
      <p style="color:var(--muted)">Analytics, ML models, and automation to unlock insights.</p>
    </div>
  </div>

  <div>
    <h3>Why choose us</h3>
    <ul style="color:var(--muted)">
      <li>Local knowledge, global standards</li>
      <li>Cost-effective pilot programs</li>
      <li>Transparent delivery & measurable impact</li>
    </ul>

    <div style="margin-top:14px">
      <h4>How we work</h4>
      <p style="color:var(--muted)">Discovery → Prototype → Build → Iterate → Scale. Typical pilot: 4–8 weeks.</p>
    </div>
  </div>
</div>

Partners & Sponsors (Sample)

Microsoft for Startups
(Applied)
Local Bank
(Prospect)
Tech Hub
(Ally)

Portfolio & Projects

Learning Platform (MVP)

Rapid prototype for schools with user auth, content management, and performance tracking.

SME Billing App

Mobile-first invoicing and reconciliation for small traders.

Analytics Dashboard

Real-time KPIs and reporting for mid-sized businesses.

Ready to partner with OvalTech?

Join us to build practical tech solutions that empower businesses and communities.

Contact

Get in touch

Send us a message and we’ll reply within 24–48 hours.

<textarea name="message" rows="5" placeholder="How can we help?" required></textarea> Send message
    <div style="padding:18px;border-radius:12px;background:#fff;box-shadow:var(--shadow)">
      <h4>Contact details</h4>
      <p style="color:var(--muted)">📧 info@ovaltech.com<br/>📱 +234 [Your Phone Number]<br/>📍 Lagos, Nigeria</p>

      <h4 style="margin-top:12px">Follow us</h4>
      <p style="color:var(--muted)"><a href="#" style="color:var(--muted);text-decoration:none">LinkedIn</a> · <a href="#" style="color:var(--muted);text-decoration:none">Twitter</a></p>
    </div>
  </div>
</div>
© OvalTech — All rights reserved

Pre-requisites

  • Prior to submitting a new workflow, please apply to join the GitHub Technology Partner Program: partner.github.com/apply.

Please note that at this time we are only accepting new starter workflows for Code Scanning. Updates to existing starter workflows are fine.


Tasks

For all workflows, the workflow:

  • Should be contained in a .yml file with the language or platform as its filename, in lower, kebab-cased format (for example, docker-image.yml). Special characters should be removed or replaced with words as appropriate (for example, "dotnet" instead of ".NET").
  • Should use sentence case for the names of workflows and steps (for example, "Run tests").
  • Should be named only by the name of the language or platform (for example, "Go", not "Go CI" or "Go Build").
  • Should include comments in the workflow for any parts that are not obvious or could use clarification.
  • Should specify least privileged permissions for GITHUB_TOKEN so that the workflow runs successfully.

For CI workflows, the workflow:

  • Should be preserved under the ci directory.
  • Should include a matching ci/properties/*.properties.json file (for example, ci/properties/docker-publish.properties.json).
  • Should run on push to branches: [ $default-branch ] and pull_request to branches: [ $default-branch ].
  • Packaging workflows should run on release with types: [ created ].
  • Publishing workflows should have a filename that is the name of the language or platform, in lower case, followed by "-publish" (for example, docker-publish.yml).

For Code Scanning workflows, the workflow:

  • Should be preserved under the code-scanning directory.
  • Should include a matching code-scanning/properties/*.properties.json file (for example, code-scanning/properties/codeql.properties.json), with properties set as follows:
    • name: Name of the Code Scanning integration.
    • creator: Name of the organization/user producing the Code Scanning integration.
    • description: Short description of the Code Scanning integration.
    • categories: Array of languages supported by the Code Scanning integration.
    • iconName: Name of the SVG logo representing the Code Scanning integration. This SVG logo must be present in the icons directory.
  • Should run on push to branches: [ $default-branch, $protected-branches ] and pull_request to branches: [ $default-branch ]. We also recommend a schedule trigger of cron: $cron-weekly (for example, codeql.yml).

Some general notes:

  • This workflow must only use actions that are produced by GitHub, in the actions organization, or
  • This workflow must only use actions that are produced by the language or ecosystem that the workflow supports. These actions must be published to the GitHub Marketplace. We require that these actions be referenced using the full 40 character hash of the action's commit instead of a tag. Additionally, workflows must include the following comment at the top of the workflow file:
    # This workflow uses actions that are not certified by GitHub.
    # They are provided by a third-party and are governed by
    # separate terms of service, privacy policy, and support
    # documentation.
    
  • Automation and CI workflows should not send data to any 3rd party service except for the purposes of installing dependencies.
  • Automation and CI workflows cannot be dependent on a paid service or product.

OvalTech — Shaping Tomorrow's Solutions
OvalTech
Shaping Tomorrow's Solutions
   <nav>
      <ul>
        <li><a href="#about">About</a></li>
        <li><a href="#solutions">Solutions</a></li>
        <li><a href="#partners">Partners</a></li>
        <li><a href="#contact">Contact</a></li>
      </ul>
    </nav>

    <div style="display:flex;gap:12px;align-items:center">
      <a class="cta-btn" href="#contact">Get in touch</a>
    </div>
  </div>
</header>

<main>
  <section class="hero">
    <div class="hero-card">
      <span class="eyebrow">Launch-ready</span>
      <h1>OvalTech — Shaping Tomorrow's Solutions Today</h1>
      <p class="lead">We build innovative, sustainable, and accessible digital products — from cloud-native apps to AI integrations — designed to help African businesses scale with confidence.</p>

      <div class="hero-actions">
        <a class="cta-btn" href="#solutions">See our solutions</a>
        <a href="#contact" style="display:inline-block;padding:10px 14px;border-radius:10px;text-decoration:none;border:1px solid rgba(11,91,184,0.12);font-weight:700">Partner with us</a>
      </div>

      <div class="features" style="margin-top:20px">
        <div class="card">
          <h4>Cloud & AI Integration</h4>
          <p style="color:var(--muted)">Scalable cloud architecture and AI-driven features to accelerate product-market fit.</p>
        </div>
        <div class="card">
          <h4>Custom Software</h4>
          <p style="color:var(--muted)">Robust web & mobile apps built for performance and maintainability.</p>
        </div>
      </div>
    </div>

    <div style="padding:18px;border-radius:18px;background:linear-gradient(180deg,#ffffff,#f5fbff);box-shadow:var(--shadow)">
      <h3 style="margin-top:0">Quick Facts</h3>
      <ul style="color:var(--muted)">
        <li>Based in Nigeria — serving Africa & international clients</li>
        <li>Focus: SMEs, Education, Fintech pilots</li>
        <li>Applying to Microsoft for Startups</li>
      </ul>

      <div style="margin-top:14px">
        <h4 style="margin-bottom:8px">Recent Project</h4>
        <div style="font-size:14px;color:var(--muted)">Pilot learning platform for schools — launched MVP and onboarded first 3 institutions.</div>
      </div>
    </div>
  </section>

  <section id="about">
    <div class="wrap">
      <div style="display:flex;align-items:flex-start;gap:18px;flex-direction:column">
        <h2>About OvalTech</h2>
        <p style="max-width:760px;color:var(--muted)">OvalTech is a forward-thinking technology company focused on delivering practical, reliable, and sustainable digital solutions. We combine design, engineering, and cloud expertise to help organizations digitize faster and smarter.</p>
      </div>
    </div>
  </section>

  <section id="solutions">
    <div class="wrap grid">
      <div>
        <h3>Our Solutions</h3>
        <p style="color:var(--muted)">We start with the customer problem, then design engineering-forward solutions that are secure and scalable.</p>

        <div style="margin-top:12px">
          <h4>Software Development</h4>
          <p style="color:var(--muted)">Custom web & mobile apps, APIs, and integrations.</p>

          <h4>Cloud & DevOps</h4>
          <p style="color:var(--muted)">Azure-ready architecture, containerization, CI/CD pipelines.</p>

          <h4>AI & Data</h4>
          <p style="color:var(--muted)">Analytics, ML models, and automation to unlock insights.</p>
        </div>
      </div>

      <div>
        <h3>Why choose us</h3>
        <ul style="color:var(--muted)">
          <li>Local knowledge, global standards</li>
          <li>Cost-effective pilot programs</li>
          <li>Transparent delivery & measurable impact</li>
        </ul>

        <div style="margin-top:14px">
          <h4>How we work</h4>
          <p style="color:var(--muted)">Discovery → Prototype → Build → Iterate → Scale. Typical pilot: 4–8 weeks.</p>
        </div>
      </div>
    </div>
  </section>

  <section id="partners">
    <div class="wrap">
      <h3>Partners & Sponsors (Sample)</h3>
      <div class="partners">
        <div class="partner-logo">Microsoft for Startups<br/><small style="color:var(--muted)">(Applied)</small></div>
        <div class="partner-logo">Local Bank<br/><small style="color:var(--muted)">(Prospect)</small></div>
        <div class="partner-logo">Tech Hub<br/><small style="color:var(--muted)">(Ally)</small></div>
      </div>
    </div>
  </section>

  <section id="portfolio">
    <div class="wrap">
      <h3>Portfolio & Projects</h3>
      <div class="projects">
        <div class="project">
          <h4>Learning Platform (MVP)</h4>
          <p style="color:var(--muted)">Rapid prototype for schools with user auth, content management, and performance tracking.</p>
        </div>
        <div class="project">
          <h4>SME Billing App</h4>
          <p style="color:var(--muted)">Mobile-first invoicing and reconciliation for small traders.</p>
        </div>
        <div class="project">
          <h4>Analytics Dashboard</h4>
          <p style="color:var(--muted)">Real-time KPIs and reporting for mid-sized businesses.</p>
        </div>
      </div>
    </div>
  </section>

  <section class="cta">
    <div style="max-width:70%">
      <h3 style="margin:0;color:#fff">Ready to partner with OvalTech?</h3>
      <p style="margin:6px 0 0;color:rgba(255,255,255,0.9)">Join us to build practical tech solutions that empower businesses and communities.</p>
    </div>
    <div>
      <a href="#contact" class="cta-btn" style="background:#fff;color:var(--blue);padding:12px 18px;border-radius:12px;font-weight:800">Contact Us</a>
    </div>
  </section>

  <section id="contact">
    <div class="wrap">
      <h3>Contact</h3>
      <div class="grid">
        <div class="contact">
          <h4>Get in touch</h4>
          <p style="color:var(--muted)">Send us a message and we’ll reply within 24–48 hours.</p>
          <form action="mailto:info@ovaltech.com" method="post" enctype="text/plain">
            <input type="text" name="name" placeholder="Your name" required>
            <input type="email" name="email" placeholder="Your email" required>
            <input type="text" name="company" placeholder="Company (optional)">
            <textarea name="message" rows="5" placeholder="How can we help?" required></textarea>
            <button type="submit">Send message</button>
          </form>
        </div>

        <div style="padding:18px;border-radius:12px;background:#fff;box-shadow:var(--shadow)">
          <h4>Contact details</h4>
          <p style="color:var(--muted)">📧 info@ovaltech.com<br/>📱 +234 [Your Phone Number]<br/>📍 Lagos, Nigeria</p>

          <h4 style="margin-top:12px">Follow us</h4>
          <p style="color:var(--muted)"><a href="#" style="color:var(--muted);text-decoration:none">LinkedIn</a> · <a href="#" style="color:var(--muted);text-decoration:none">Twitter</a></p>
        </div>
      </div>
    </div>
  </section>

</main>

<footer>
  <div class="wrap">© <span id="year"></span> OvalTech — All rights reserved</div>
</footer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant