mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 08:18:52 -05:00
Update purchase website
This commit is contained in:
parent
0af00b0fdc
commit
add867d674
@ -492,22 +492,6 @@ div.screencast:hover .play {
|
||||
content: "* ";
|
||||
}
|
||||
|
||||
#purchase li > small.price {
|
||||
position: relative;
|
||||
left: -0em;
|
||||
top: 2.5em;
|
||||
|
||||
padding: 0.5em 0.5em;
|
||||
border: 0.1em solid rgba(255,255,255,0);
|
||||
border-radius: 0.4em;
|
||||
|
||||
text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
|
||||
text-align:center;
|
||||
|
||||
color: white;
|
||||
background-color:#F14E4E;
|
||||
}
|
||||
|
||||
#purchase .price {
|
||||
position: absolute;
|
||||
}
|
||||
@ -530,13 +514,14 @@ div.screencast:hover .play {
|
||||
}
|
||||
|
||||
#purchase .price > span:after {
|
||||
content: " (excl. tax)";
|
||||
content: " (incl. tax)";
|
||||
font-size: xx-small;
|
||||
position: relative;
|
||||
bottom: 0.12em;
|
||||
left: 0.1em;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
|
||||
#download li.ubuntu {
|
||||
|
@ -257,8 +257,9 @@
|
||||
<span class="quote">We work to better ourselves</span>
|
||||
<h2>Buy License</h2>
|
||||
<ul class="list">
|
||||
<li class="year">Purchase a <a href="@{link.app.purchase}#web">1 year universal license</a><div class="price"><span class="paddle-gross" data-product="532439">US$5.00</span></div></li>
|
||||
<li class="year">Purchase a <a href="@{link.app.purchase}#web">1 year universal license</a><div class="price"><span class="paddle-gross" data-product="532439">US$6.00</span></div></li>
|
||||
<li class="note">A valid license is required to unlock FileBot.</li>
|
||||
<li class="note">A single license is valid on all platforms and can be used on up to 5 machines.</li>
|
||||
<li class="note"><a href="https://get.filebot.net/windows/" target="windows_store">Windows Store</a> and <a href="https://get.filebot.net/mac/" target="itunes_store">Mac App Store</a> purchases do not require a separate license.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user