<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RADIT IT LLC - Recruit | Advance | Deploy</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header class="hero">
<div class="container">
<img src="logo.png" alt="RADIT IT LLC Logo" class="logo"> <!-- Upload your logo as logo.png here -->
<h1>RADIT IT LLC</h1>
<p class="tagline">Recruit | Advance | Deploy</p>
<p class="intro">Empowering professionals through expert training and career acceleration in cutting-edge technologies.</p>
</div>
</header>
<section class="helped-section">
<div class="container">
<h2>How We've Helped Professionals Like You</h2>
<p>We've transformed careers by providing hands-on training and support for thousands of aspiring tech talents.</p>
<ul class="services">
<li><strong>Cyber Security:</strong> Ethical hacking, network defense, compliance certifications.</li>
<li><strong>AI & Data Engineering:</strong> Machine learning pipelines, big data tools like Spark & Kafka.</li>
<li><strong>Data Science:</strong> Python/R analytics, predictive modeling, visualization with Tableau.</li>
<li><strong>Java Technology:</strong> Full-stack development, Spring Boot, microservices architecture.</li>
<li><strong>.NET Technology:</strong> C# apps, ASP.NET Core, Azure integration for enterprise solutions.</li>
</ul>
</div>
</section>
<section class="cta-section">
<div class="container">
<h2>Take the Next Step</h2>
<div class="buttons">
<a href="https://docs.google.com/forms/YOUR_TRAINING_FORM_ID/viewform" class="btn btn-primary" target="_blank">Get Training</a>
<a href="https://docs.google.com/forms/YOUR_MARKETING_FORM_ID/viewform" class="btn btn-secondary" target="_blank">Market Your Profile</a>
<a href="https://docs.google.com/forms/YOUR_SPONSORSHIP_FORM_ID/viewform" class="btn btn-primary" target="_blank">Sponsorship Help (OPT/H1)</a>
</div>
<p class="note">Fill out the form to get started—our team will respond within 24 hours!</p>
</div>
</section>
<footer>
<div class="container">
<p>© 2026 RADIT IT LLC. All rights reserved. | <a href="mailto:info@radit.cloud">info@radit.cloud</a></p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>