Skip to content

Commit

Permalink
Fix academia signup flow
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernasocchi committed Sep 7, 2023
1 parent 4c40295 commit 5660d1b
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 43 deletions.
13 changes: 10 additions & 3 deletions academia.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,17 @@ <h1 class="display-4">Academia account request</h1>
data collection, analysis, and collaboration, enabling students and educators to work together more efficiently
than ever before.
</p>
<p>
With the academia plan your institution gets the equivalent of the organization plan but with unlimited users included; storage is available in two sizes with the following prices:
<ul><li>10 GB ➝ Flat rate 300€/year</li>
<li>50 GB ➝ Flat rate 900€/year</li>
</ul>
</p>
<p>To apply for an academia plan, please have your institution representative fill out the form below</p>

<iframe id="request-form" class="clickup-embed clickup-dynamic-height"
src="https://forms.clickup.com/2192114/f/22wqj-26861/SXDO4DU4L23G2F7WGA?setup_fee=150" onwheel="" width="100%" height="100%"
style="background: transparent; border: 1px solid #ccc"></iframe>
src="https://forms.clickup.com/2192114/f/22wqj-26861/SXDO4DU4L23G2F7WGA?setup_fee=150" onwheel="" width="100%"
height="100%" style="background: transparent; border: 1px solid #ccc"></iframe>

<script async src="https://app-cdn.clickup.com/assets/js/forms-embed/v1.js"></script>
</div>
Expand Down Expand Up @@ -124,4 +131,4 @@ <h1 class="display-4">Academia account request</h1>
<script src="./js/main.js"></script>
</body>

</html>
</html>
78 changes: 38 additions & 40 deletions faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -526,39 +526,6 @@ <h5 class="mb-0">
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="heading14">
<h5 class="mb-0">
<button
class="btn btn-link"
data-toggle="collapse"
data-target="#collapse14"
aria-expanded="false"
aria-controls="collapse14"
>
Is there a discount on QFieldCloud subscriptions for
charities?
</button>
</h5>
</div>

<div
id="collapse14"
class="collapse"
aria-labelledby="heading14"
data-parent="#accordion"
>
<div class="card-body">
We don't have a fixed discount for charities, non-profit
organisations and academia yet; please get in touch with us to
explain what you do and what you need.

<br /><span class="badge badge-primary">#qfieldcloud</span>
<span class="badge badge-primary">billing</span>
<span class="badge badge-primary">#sales</span>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="heading15">
<h5 class="mb-0">
Expand Down Expand Up @@ -1055,6 +1022,39 @@ <h5 class="mb-0">
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="heading14">
<h5 class="mb-0">
<button
class="btn btn-link"
data-toggle="collapse"
data-target="#collapse14"
aria-expanded="false"
aria-controls="collapse14"
>
Is there a discount on QFieldCloud subscriptions for
charities?
</button>
</h5>
</div>

<div
id="collapse14"
class="collapse"
aria-labelledby="heading14"
data-parent="#accordion"
>
<div class="card-body">
We don't have a fixed discount for charities or non-profit
organisations yet; please get in touch with us to
explain what you do and what you need.

<br /><span class="badge badge-primary">#qfieldcloud</span>
<span class="badge badge-primary">billing</span>
<span class="badge badge-primary">#sales</span>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="heading30">
<h5 class="mb-0">
Expand All @@ -1077,13 +1077,11 @@ <h5 class="mb-0">
data-parent="#accordion"
>
<div class="card-body">
Yes, there is a discount plan for Academia use of QFieldCloud.

The price will be the same as the organization plan but with unlimited users for free; storage is available only in 2 sizes:
10 GB ➝ Flat rate 300€/year
50 GB ➝ Flat rate 900€/year

<br /><span class="badge badge-primary">#qfieldcloud</span>
Yes, we take academic usage very seriously, that is why we offer a full-blown heavily discounted package with all options included.
<br/>
For pricing details and to apply for an academia plan, please refer to the <a href="/academia.html">academia page</a>
<br />
<span class="badge badge-primary">#qfieldcloud</span>
<span class="badge badge-primary">collaboration</span>
<span class="badge badge-primary">#plans</span>
</div>
Expand Down

0 comments on commit 5660d1b

Please sign in to comment.