Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Dec 30, 2023
1 parent 30ce969 commit 95a3c65
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 72 deletions.
5 changes: 5 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ section.alt {
margin-bottom: 3rem;
}

.cart .nav button {
font-size: 1.25rem;
font-weight: 600;
}

.product {
border: none;
text-align: center;
Expand Down
128 changes: 83 additions & 45 deletions pricing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,55 +232,93 @@ <h1 class="mb-3">
</li>
</ul>
<div class="cart">
<div class="row">

<div class="col-xs-12 col-md-6">
<div class="card product license">
<img
src="/css/img/license-10.svg"
class="card-img-top"
alt="Boutique Agency"/>
<div class="card-body">
<h5 class="card-title">Boutique Agency<br>$799 USD per year</h5>
<p class="card-text">Up to 10 developers*<br/>Unlimited APIs<br/>Unlimited client applications<br/>Unlimited redistributions</p>
<div class="btn-wrap">
<a href="#!"
class="btn btn-primary shadow paddle_button"
data-theme="none"
data-product="588415"
data-init="true">Buy now</a>
<a href="mailto:help@sixlabors.com"
class="btn btn-outline-primary shadow ">Contact Us</a>
</div>
<ul class="nav nav-tabs nav-fill text-center" id="myTab" role="tablist">
<li class="nav-item" role="presentation">
<button class="nav-link active" id="monthly-tab" data-bs-toggle="tab" data-bs-target="#monthly-tab-pane" type="button" role="tab" aria-controls="monthly-tab-pane" aria-selected="true">Billed Monthly</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link" id="annual-tab" data-bs-toggle="tab" data-bs-target="#annual-tab-pane" type="button" role="tab" aria-controls="annual-tab-pane" aria-selected="false">Billed Annually (Save up to 25%)</button>
</li>
</ul>
<div class="tab-content pt-5" id="myTabContent">
<div class="tab-pane fade show active" id="monthly-tab-pane" role="tabpanel" aria-labelledby="monthly-tab" tabindex="0">
<div class="row">

<div class="col-xs-12 col-md-6">
<div class="card product license">
<img src="/css/img/license-10.svg" class="card-img-top" alt="Boutique Agency"/>
<div class="card-body">
<h5 class="card-title">Boutique Agency<br>$80 USD per month</h5>
<p class="card-text">Up to 10 developers*<br/>Unlimited APIs<br/>Unlimited client applications<br/>Unlimited redistributions</p>
<div class="btn-wrap">
<a href="#!" class="btn btn-primary shadow paddle_button" data-theme="none" data-product="867167" data-init="true">Buy now</a>
<a href="mailto:help@sixlabors.com" class="btn btn-outline-primary shadow ">Contact Us</a>
</div>
</div>
</div>
</div>
</div>

<div class="col-xs-12 col-md-6">
<div class="card product license">
<img src="/css/img/license-unlimited.svg" class="card-img-top" alt="Enterprise"/>
<div class="card-body">
<h5 class="card-title">Enterprise<br>$520 USD per month</h5>
<p class="card-text">Unlimited developers<br/>Unlimited APIs<br/>Unlimited client applications<br/>Unlimited redistributions</p>
<div class="btn-wrap">
<a href="#!" class="btn btn-primary shadow paddle_button" data-theme="none" data-product="867168" data-init="true">Buy now</a>
<a href="mailto:help@sixlabors.com" class="btn btn-outline-primary shadow ">Contact Us</a>
</div>
</div>
</div>
</div>

</div>
<div class="mt-5">
<p>
<small>* The limit reflects the number of developers currently employed by the purchasing entity<br/>
not individual teams/departments.</small>
</p>
</div>

<div class="col-xs-12 col-md-6">
<div class="card product license">
<img
src="/css/img/license-unlimited.svg"
class="card-img-top"
alt="Enterprise"/>
<div class="card-body">
<h5 class="card-title">Enterprise<br>$4999 USD per year</h5>
<p class="card-text">Unlimited developers<br/>Unlimited APIs<br/>Unlimited client applications<br/>Unlimited redistributions</p>
<div class="btn-wrap">
<a href="#!"
class="btn btn-primary shadow paddle_button"
data-theme="none"
data-product="588418"
data-init="true">Buy now</a>
<a href="mailto:help@sixlabors.com"
class="btn btn-outline-primary shadow ">Contact Us</a>
</div>
</div>
<div class="tab-pane fade" id="annual-tab-pane" role="tabpanel" aria-labelledby="annual-tab" tabindex="0">
<div class="row">

<div class="col-xs-12 col-md-6">
<div class="card product license">
<img src="/css/img/license-10.svg" class="card-img-top" alt="Boutique Agency"/>
<div class="card-body">
<h5 class="card-title">Boutique Agency<br>$799 USD per year</h5>
<p class="card-text">Up to 10 developers*<br/>Unlimited APIs<br/>Unlimited client applications<br/>Unlimited redistributions</p>
<div class="btn-wrap">
<a href="#!" class="btn btn-primary shadow paddle_button" data-theme="none" data-product="588415" data-init="true">Buy now</a>
<a href="mailto:help@sixlabors.com" class="btn btn-outline-primary shadow ">Contact Us</a>
</div>
</div>
</div>
</div>
</div>

<div class="col-xs-12 col-md-6">
<div class="card product license">
<img src="/css/img/license-unlimited.svg" class="card-img-top" alt="Enterprise"/>
<div class="card-body">
<h5 class="card-title">Enterprise<br>$4999 USD per year</h5>
<p class="card-text">Unlimited developers<br/>Unlimited APIs<br/>Unlimited client applications<br/>Unlimited redistributions</p>
<div class="btn-wrap">
<a href="#!" class="btn btn-primary shadow paddle_button" data-theme="none" data-product="588418" data-init="true">Buy now</a>
<a href="mailto:help@sixlabors.com" class="btn btn-outline-primary shadow ">Contact Us</a>
</div>
</div>
</div>
</div>

</div>

</div>
<div class="mt-5">
<p><small>* The limit reflects the number of developers currently employed by the purchasing entity<br/> not individual teams/departments.</small></p>
<div class="mt-5">
<p>
<small>* The limit reflects the number of developers currently employed by the purchasing entity<br/>
not individual teams/departments.</small>
</p>
</div>
</div>
</div>
</div>
</div>
Expand Down
46 changes: 23 additions & 23 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,116 +103,116 @@

<url>
<loc>https://sixlabors.com/documentation/</loc>
<lastmod>2023-12-11</lastmod>
<lastmod>2023-12-30</lastmod>
</url>

<url>
<loc>https://sixlabors.com/</loc>
<lastmod>2023-12-11</lastmod>
<lastmod>2023-12-30</lastmod>
</url>

<url>
<loc>https://sixlabors.com/page-list/</loc>
<lastmod>2023-12-11</lastmod>
<lastmod>2023-12-30</lastmod>
</url>

<url>
<loc>https://sixlabors.com/posts/</loc>
<lastmod>2023-12-11</lastmod>
<lastmod>2023-12-30</lastmod>
</url>

<url>
<loc>https://sixlabors.com/pricing/</loc>
<lastmod>2023-12-11</lastmod>
<lastmod>2023-12-30</lastmod>
</url>

<url>
<loc>https://sixlabors.com/pricing/license/</loc>
<lastmod>2023-12-11</lastmod>
<lastmod>2023-12-30</lastmod>
</url>

<url>
<loc>https://sixlabors.com/pricing/license_v1/</loc>
<lastmod>2023-12-11</lastmod>
<lastmod>2023-12-30</lastmod>
</url>

<url>
<loc>https://sixlabors.com/products/</loc>
<lastmod>2023-12-11</lastmod>
<lastmod>2023-12-30</lastmod>
</url>

<url>
<loc>https://sixlabors.com/products/fonts/</loc>
<lastmod>2023-12-11</lastmod>
<lastmod>2023-12-30</lastmod>
</url>

<url>
<loc>https://sixlabors.com/products/imagesharp-drawing/</loc>
<lastmod>2023-12-11</lastmod>
<lastmod>2023-12-30</lastmod>
</url>

<url>
<loc>https://sixlabors.com/products/imagesharp-web/</loc>
<lastmod>2023-12-11</lastmod>
<lastmod>2023-12-30</lastmod>
</url>

<url>
<loc>https://sixlabors.com/products/imagesharp/</loc>
<lastmod>2023-12-11</lastmod>
<lastmod>2023-12-30</lastmod>
</url>

<url>
<loc>https://sixlabors.com/products/imagesharpdrawing/</loc>
<lastmod>2023-12-11</lastmod>
<lastmod>2023-12-30</lastmod>
</url>

<url>
<loc>https://sixlabors.com/tags/</loc>
<lastmod>2023-12-11</lastmod>
<lastmod>2023-12-30</lastmod>
</url>

<url>
<loc>https://sixlabors.com/tags/imagesharp/</loc>
<lastmod>2023-12-11</lastmod>
<lastmod>2023-12-30</lastmod>
</url>

<url>
<loc>https://sixlabors.com/tags/fonts/</loc>
<lastmod>2023-12-11</lastmod>
<lastmod>2023-12-30</lastmod>
</url>

<url>
<loc>https://sixlabors.com/tags/shapes/</loc>
<lastmod>2023-12-11</lastmod>
<lastmod>2023-12-30</lastmod>
</url>

<url>
<loc>https://sixlabors.com/tags/releases/</loc>
<lastmod>2023-12-11</lastmod>
<lastmod>2023-12-30</lastmod>
</url>

<url>
<loc>https://sixlabors.com/tags/drawing/</loc>
<lastmod>2023-12-11</lastmod>
<lastmod>2023-12-30</lastmod>
</url>

<url>
<loc>https://sixlabors.com/tags/imagesharp.web/</loc>
<lastmod>2023-12-11</lastmod>
<lastmod>2023-12-30</lastmod>
</url>

<url>
<loc>https://sixlabors.com/tags/announcements/</loc>
<lastmod>2023-12-11</lastmod>
<lastmod>2023-12-30</lastmod>
</url>

<url>
<loc>https://sixlabors.com/tags/licensing/</loc>
<lastmod>2023-12-11</lastmod>
<lastmod>2023-12-30</lastmod>
</url>

<url>
<loc>https://sixlabors.com/tags/products/</loc>
<lastmod>2023-12-11</lastmod>
<lastmod>2023-12-30</lastmod>
</url>
</urlset>
8 changes: 4 additions & 4 deletions tags/products/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ <h3>

</a>
</h3>
<time class="postlist-date" datetime="2023-12-11">11 Dec 2023</time>
<time class="postlist-date" datetime="2023-12-30">30 Dec 2023</time>
<br/>

</li>
Expand All @@ -232,7 +232,7 @@ <h3>

</a>
</h3>
<time class="postlist-date" datetime="2023-12-11">11 Dec 2023</time>
<time class="postlist-date" datetime="2023-12-30">30 Dec 2023</time>
<br/>

</li>
Expand All @@ -244,7 +244,7 @@ <h3>

</a>
</h3>
<time class="postlist-date" datetime="2023-12-11">11 Dec 2023</time>
<time class="postlist-date" datetime="2023-12-30">30 Dec 2023</time>
<br/>

</li>
Expand All @@ -256,7 +256,7 @@ <h3>

</a>
</h3>
<time class="postlist-date" datetime="2023-12-11">11 Dec 2023</time>
<time class="postlist-date" datetime="2023-12-30">30 Dec 2023</time>
<br/>

</li>
Expand Down

0 comments on commit 95a3c65

Please sign in to comment.