Skip to content

Commit

Permalink
Minor updates to Licensing page
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikjesus committed Nov 23, 2023
1 parent 5972375 commit 860a32f
Showing 1 changed file with 6 additions and 35 deletions.
41 changes: 6 additions & 35 deletions licensing.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,40 +129,11 @@ <h4> Q: Does my company have to release any changes made to the collective sourc
</div>
</div>
<div class="row">
<div class="col-md-12 p-3">
<h4>Per-Device License Pricing Scale (negotiable):</h4>
<div class="table-responsive">
<table class="table table-bordered ">
<thead class="thead-dark">
<tr>
<th># Devices</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<th>5000 (or below) units license</th>
<td>$17/unit</td>
</tr>
<tr>
<th>10,000 units license</th>
<td>$15/unit</td>
</tr>
<tr>
<th scope="row">30,000 units license</th>
<td>$13/unit</td>
</tr>
<tr>
<th scope="row">50,000 units license</th>
<td>$10/unit</td>
</tr>
<tr>
<th scope="row">++50,000 units license</th>
<td><a href="mailto:[email protected]?subject=Development Contract Inquiry">Contact Us</a></td>
</tr>
</tbody>
</table>
</div>
<div class="col-md-12 pt-5 text-center">
<h1>Licensing Questions?</h1>
<h5>We try to offer a wide variety of licensing options that cater to organizations of all sizes.</h5>
<p class="mb-3">If you are not sure if you need a license, or just have some questions on our licensing options, please feel free to contact us. We love helping out others find the best way to contribute back to the source.</p>
<a class="btn btn-outline-primary mt-3" href="mailto:[email protected]?subject=Licensing Inquiry">Contact Us</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -301,7 +272,7 @@ <h2 class="mb-4">Get in touch</h2>
</div>
<div class="mx-auto p-4 col-md-6">
<h2 class="mb-4">Send us a message</h2>
<form action="mailto:[email protected],[email protected]" method="post" enctype="text/plain">
<form action="mailto:[email protected]" method="post" enctype="text/plain">
<div class="form-group">
<input type="text" class="form-control" name="name" placeholder="Name" style="opacity: 100%" required="required">
</div>
Expand Down

0 comments on commit 860a32f

Please sign in to comment.