Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>Momentum AI — Automate Your Workflow. Unleash Your Potential.</title>
- <style>
- :root {
- /* Color Palette (WCAG AA-compliant) */
- --color-primary: #1e40af; /* Blue - AA compliant */
- --color-secondary: #0f172a; /* Dark Navy */
- --color-accent: #facc15; /* Amber */
- --color-background: #ffffff;
- --color-text: #1e293b;
- --color-muted: #64748b;
- --color-white: #ffffff;
- /* Font Families */
- --font-sans: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
- /* Spacing */
- --spacing-section: clamp(3rem, 8vw, 6rem);
- }
- *, *::before, *::after {
- box-sizing: border-box;
- }
- body {
- margin: 0;
- font-family: var(--font-sans);
- font-size: clamp(1rem, 2vw, 1.125rem);
- line-height: 1.6;
- color: var(--color-text);
- background-color: var(--color-background);
- scroll-behavior: smooth;
- }
- a {
- color: inherit;
- text-decoration: none;
- }
- img {
- max-width: 100%;
- height: auto;
- display: block;
- }
- header {
- background-color: var(--color-white);
- border-bottom: 1px solid #e2e8f0;
- position: sticky;
- top: 0;
- z-index: 1000;
- }
- nav {
- display: flex;
- align-items: center;
- justify-content: space-between;
- max-width: 1200px;
- margin: 0 auto;
- padding: 1rem 2rem;
- }
- .logo {
- font-size: 1.5rem;
- font-weight: bold;
- color: var(--color-primary);
- }
- .nav-links {
- display: flex;
- gap: 1.5rem;
- }
- .nav-links a {
- font-weight: 500;
- position: relative;
- }
- .nav-links a:focus-visible {
- outline: 2px solid var(--color-accent);
- outline-offset: 2px;
- }
- main {
- display: flex;
- flex-direction: column;
- gap: var(--spacing-section);
- }
- .hero {
- display: grid;
- place-items: center;
- text-align: center;
- padding: var(--spacing-section) 1.5rem;
- background: linear-gradient(to bottom right, var(--color-primary), var(--color-secondary));
- color: var(--color-white);
- }
- .hero h1 {
- font-size: clamp(2rem, 6vw, 3rem);
- margin-bottom: 0.5rem;
- }
- .hero p {
- font-size: clamp(1.125rem, 2vw, 1.5rem);
- margin-bottom: 2rem;
- color: #cbd5e1;
- }
- .hero button {
- background-color: var(--color-accent);
- color: var(--color-secondary);
- font-size: 1rem;
- padding: 0.75rem 1.5rem;
- border: none;
- border-radius: 0.375rem;
- cursor: pointer;
- font-weight: bold;
- }
- .hero button:hover,
- .hero button:focus-visible {
- background-color: #eab308;
- outline: 2px solid var(--color-secondary);
- outline-offset: 2px;
- }
- .features {
- max-width: 1200px;
- margin: 0 auto;
- padding: 0 1.5rem;
- }
- .features h2 {
- text-align: center;
- font-size: clamp(1.75rem, 4vw, 2.5rem);
- margin-bottom: 3rem;
- }
- .feature-grid {
- display: grid;
- grid-template-columns: 1fr;
- gap: 2rem;
- }
- article {
- display: flex;
- flex-direction: column;
- gap: 1rem;
- background-color: #f8fafc;
- padding: 2rem;
- border-radius: 0.5rem;
- transition: transform 0.3s ease;
- }
- article img {
- width: 100%;
- border-radius: 0.375rem;
- }
- article h3 {
- font-size: 1.25rem;
- color: var(--color-primary);
- }
- article p {
- color: var(--color-muted);
- }
- article:focus-within,
- article:hover {
- transform: translateY(-4px);
- }
- footer {
- background-color: var(--color-secondary);
- color: var(--color-white);
- text-align: center;
- padding: 2rem 1.5rem;
- }
- footer p {
- margin: 0.5rem 0;
- font-size: 0.875rem;
- color: #cbd5e1;
- }
- /* Responsive Feature Grid */
- @media (min-width: 768px) {
- .feature-grid {
- grid-template-columns: repeat(2, 1fr);
- }
- }
- @media (min-width: 1024px) {
- .feature-grid {
- grid-template-columns: repeat(3, 1fr);
- }
- }
- /* Fade-in animation */
- .fade-in {
- opacity: 0;
- transform: translateY(40px);
- transition: opacity 0.6s ease, transform 0.6s ease;
- }
- .fade-in.visible {
- opacity: 1;
- transform: translateY(0);
- }
- </style>
- </head>
- <body>
- <header>
- <nav aria-label="Primary">
- <div class="logo">Momentum AI</div>
- <div class="nav-links">
- <a href="#features" aria-label="Navigate to Features section">Features</a>
- <a href="#demo" aria-label="Navigate to Request a Demo section">Request a Demo</a>
- </div>
- </nav>
- </header>
- <main>
- <section class="hero fade-in" id="hero">
- <div>
- <h1>Automate Your Workflow. Unleash Your Potential.</h1>
- <p>Momentum AI streamlines your team's productivity with intelligent automation and insights.</p>
- <a href="#demo" aria-label="Request a Demo">
- <button type="button">Request a Demo</button>
- </a>
- </div>
- </section>
- <section class="features fade-in" id="features" aria-labelledby="features-heading">
- <h2 id="features-heading">Key Features</h2>
- <div class="feature-grid">
- <article tabindex="0">
- <img src="https://placehold.co/600x400?text=Intelligent+Task+Routing" alt="Illustration of task routing with AI funneling assignments" />
- <h3>Intelligent Task Routing</h3>
- <p>Automatically assigns tasks to the right team member based on priority and workload, ensuring optimal productivity.</p>
- </article>
- <article tabindex="0">
- <img src="https://placehold.co/600x400?text=Predictive+Analytics" alt="Illustration of predictive analytics dashboard with graphs" />
- <h3>Predictive Analytics</h3>
- <p>Forecast project deadlines and resource needs with 95% accuracy using real-time data-driven models.</p>
- </article>
- <article tabindex="0">
- <img src="https://placehold.co/600x400?text=Seamless+Integration" alt="Illustration showing Slack, Jira, and Asana integration flows" />
- <h3>Seamless Integration</h3>
- <p>Connects effortlessly with over 200+ tools including Slack, Jira, and Asana to automate your existing workflows.</p>
- </article>
- </div>
- </section>
- <section class="hero fade-in" id="demo" aria-labelledby="demo-heading">
- <div>
- <h2 id="demo-heading">Ready to Transform Your Workflow?</h2>
- <p>Get in touch and experience Momentum AI in action.</p>
- <a href="#" aria-label="Request a personalized demo with our team">
- <button type="button">Request a Demo</button>
- </a>
- </div>
- </section>
- </main>
- <footer>
- <p>© 2024 Momentum AI. All rights reserved.</p>
- <p>Empowering teams with intelligent automation.</p>
- </footer>
- <script>
- // Smooth Scroll (automatically handled via CSS 'scroll-behavior: smooth')
- // Fade-in on scroll using IntersectionObserver
- const observerOptions = {
- threshold: 0.1
- };
- const fadeInElements = document.querySelectorAll('.fade-in');
- const observer = new IntersectionObserver((entries, observer) => {
- entries.forEach(entry => {
- if(entry.isIntersecting){
- entry.target.classList.add('visible');
- // Optional: unobserve for one-time animation
- observer.unobserve(entry.target);
- }
- });
- }, observerOptions);
- fadeInElements.forEach(el => observer.observe(el));
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment