-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5972375
commit 860a32f
Showing
1 changed file
with
6 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|