spb/company-atlas
Public
Python 66.3%
TypeScript 22.7%
JavaScript 8.6%
HTML 1.4%
CSS 0.7%
1<!doctype html>2<html lang="en">3<head>4 <title>Pricing — Acme Cloud</title>5 <meta name="description" content="Simple, transparent pricing for teams of every size.">6 <link rel="canonical" href="https://www.acme-cloud.example/pricing">7 <link rel="alternate" type="application/rss+xml" title="Acme Blog" href="/blog/feed.xml">8 <script>window.dataLayer = [{"session": "abc123def456"}];</script>9 <style>.hero{color:red}</style>10</head>11<body>12<header class="site-header">13 <nav aria-label="Main">14 <a href="/">Home</a> <a href="/product">Product</a> <a href="/pricing">Pricing</a> <a href="/customers">Customers</a>15 <a href="/blog">Blog</a> <a href="/careers">Careers</a> <a href="/docs">Docs</a>16 </nav>17</header>18<div id="onetrust-consent-sdk"><div class="cookie-banner">We use cookies to improve your experience. <button>Accept all</button></div></div>19<main>20 <section class="hero">21 <h1>Pricing that scales with you</h1>22 <p>Start free, upgrade when you are ready. No credit card required.</p>23 </section>24 <section class="pricing-grid">25 <h2>Plans</h2>26 <div class="pricing-card">27 <h3>Starter</h3>28 <p class="price">$29 <span>per month</span></p>29 <ul><li>Up to 5 users</li><li>10 GB storage</li><li>Email support</li></ul>30 <a href="/signup?plan=starter">Start free trial</a>31 </div>32 <div class="pricing-card">33 <h3>Pro</h3>34 <p class="price">$99 per user / month, billed annually</p>35 <ul><li>Unlimited users</li><li>1 TB storage</li><li>Priority support</li><li>SSO & SAML</li></ul>36 <a href="/signup?plan=pro">Buy Pro</a>37 </div>38 <div class="pricing-card">39 <h3>Enterprise</h3>40 <p class="price">Contact sales</p>41 <ul><li>Custom contracts</li><li>Dedicated success manager</li><li>99.99% SLA</li></ul>42 <a href="/contact-sales">Talk to sales</a>43 </div>44 </section>45 <section class="faq">46 <h2>Frequently asked questions</h2>47 <details><summary>Can I change plans later?</summary><p>Yes, upgrades and downgrades apply on the next billing cycle.</p></details>48 <details><summary>Do you offer discounts for nonprofits?</summary><p>Yes, contact us for details.</p></details>49 </section>50 <p class="updated" aria-hidden="true">Last updated 3 minutes ago</p>51</main>52<footer class="site-footer">53 <p>© 2025 Acme Cloud, Inc. All rights reserved.</p>54 <a href="/legal/terms">Terms</a> <a href="/legal/privacy">Privacy</a> <a href="https://status.acme-cloud.example">Status</a>55</footer>56</body>57</html>58