Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove free installation support #105

Merged
merged 2 commits into from
Apr 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/highlight.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h3 class="font-semibold text-3xl text-center">{{include.header}}</h3>
<div class="w-40 border-t-2 border-stone-400 mx-auto"></div>
{% endif %} {% endif %}

<div class="text-xl space-y-6 highlight-content">
<div class="text-xl space-y-4 highlight-content">
{{include.content | markdownify}}
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/page-header.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="max-w-2xl space-y-8 mx-auto px-4 py-16 page-header">
<div class="max-w-2xl space-y-8 mx-auto px-4 lg:px-0 py-16 page-header">
<h2 class="font-bold text-3xl lg:text-5xl text-center space-y-2">
{{include.header | markdownify}}
</h2>
Expand Down
15 changes: 9 additions & 6 deletions free-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@ image: /assets/og-free-install.png
---

{% capture header %}
We'll help you install Mathesar for free

(limited slots available)
Installation Support
{% endcapture %}

{% capture subheader %}
Interested in being an early adopter? We can help you set up your Mathesar installation.
In return, we’d like to regularly hear your honest feedback on Mathesar. This will help us continue to make improvements.
We're working hard on Mathesar's beta version, coming summer 2024. To help us focus, we've paused offering help with installation.

Feel free to contact us at <hello@mathesar.org> for general questions or feedback.
{% endcapture %}

{% include page-header.html header=header subheader=subheader actions=actions %}

{% include free-install-form.html %}
{% capture highlight %}
You can also join our community and talk to us on [Matrix](https://wiki.mathesar.org/en/community/matrix) or [GitHub](https://github.com/centerofci/mathesar).
{% endcapture %}

{% include highlight.html content=highlight theme='lighter' separator=true %}
Loading