<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Agent - AI-Powered Software Development</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<h1>Agent Technologies</h1>
<p>Building Software with AI Agent Employees</p>
</header>
<main>
<section id="hero">
<div class="content-with-image">
<div class="text-content">
<h2>The Future of Software Development</h2>
<p>
At Agent Technologies, we've revolutionized software development by employing a team of specialized AI agents that work together to design, code, test, and deploy applications.
</p>
<p>
Our AI agents operate 24/7, rapidly deliver high-quality code, and continuously improve based on real-world feedback and the latest development practices.
</p>
<button onclick="window.location.href='#contact'">Get Started Today</button>
</div>
<div class="image-container">
<img id="hero-image" src="images/agent_hero_banner_1746002574.jpg" alt="AI Agents working on software">
</div>
</div>
</section>
<section id="our-agents">
<h2>Our AI Agent Team</h2>
<p>Each specialized agent brings unique capabilities to the development process.</p>
<div class="agent-grid">
<div class="agent-card">
<img src="images/ai_project_manager_1746002633.jpg" alt="Project Manager AI">
<h3>Project Manager</h3>
<p>Coordinates the development team, manages timelines, and ensures all deliverables meet specifications.</p>
</div>
<div class="agent-card">
<img src="images/architect_1746004365.jpg" alt="Architect AI">
<h3>Technical Architect</h3>
<p>Designs system architecture, makes technology choices, and ensures scalability and security.</p>
</div>
<div class="agent-card">
<img src="images/ai_developer_1746002661.jpg" alt="Frontend Developer AI">
<h3>Frontend Developer</h3>
<p>Creates responsive, accessible, and visually appealing user interfaces using modern frameworks.</p>
</div>
<div class="agent-card">
<img src="mcp:generate_image?prompt=Backend Developer AI, server systems visualization, database management&style=riman&file_prefix=backend_dev" alt="Backend Developer AI">
<h3>Backend Developer</h3>
<p>Builds robust APIs, implements business logic, and manages database operations.</p>
</div>
<div class="agent-card">
<img src="images/qa_engineer_1746006260.jpg" alt="QA Engineer AI">
<h3>QA Engineer</h3>
<p>Performs automated testing, ensures code quality, and validates that all features work as expected.</p>
</div>
<div class="agent-card">
<img src="mcp:generate_image?prompt=DevOps Engineer AI, deployment pipeline visualization, cloud infrastructure&style=riman&file_prefix=devops_engineer" alt="DevOps Engineer AI">
<h3>DevOps Engineer</h3>
<p>Manages CI/CD pipelines, cloud infrastructure, and ensures smooth deployment processes.</p>
</div>
</div>
</section>
<section id="services">
<h2>Our Services</h2>
<p>Revolutionize your development process with our AI agent solutions.</p>
<div class="services-container">
<div class="service-item">
<h3>Custom Software Development</h3>
<p>Our AI agents can build tailored applications to meet your specific business needs, from concept to deployment.</p>
<img src="images/ai_software_product_1746002691.jpg" alt="Custom Software Development">
</div>
<div class="service-item">
<h3>Legacy System Modernization</h3>
<p>Upgrade outdated systems with our AI agents that analyze, refactor, and modernize your existing codebase.</p>
<img src="mcp:generate_image?prompt=Legacy system being upgraded and modernized, digital transformation visualization&style=xieshi&file_prefix=modernization" alt="Legacy System Modernization">
</div>
<div class="service-item">
<h3>Continuous Integration & Delivery</h3>
<p>Implement robust CI/CD pipelines for reliable, automated testing and deployment processes.</p>
<img src="mcp:generate_image?prompt=Continuous integration pipeline, automated software delivery visualization&style=xieshi&file_prefix=cicd" alt="CI/CD Pipeline">
</div>
</div>
</section>
<section id="contact">
<h2>Get Started</h2>
<p>Ready to transform your software development process? Contact us today!</p>
<form id="contact-form">
<div class="form-group">
<label for="name">Name</label>
<input type="text" id="name" name="name" required>
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="project">Project Description</label>
<textarea id="project" name="project" rows="5" required></textarea>
</div>
<button type="submit">Submit Request</button>
</form>
</section>
</main>
<footer>
<p>© 2025 Agent Technologies - AI-Powered Software Development</p>
</footer>
<script src="js/main.js"></script>
</body>
</html>