Skip to content

Update article.html #1614

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

Merged
merged 1 commit into from
Aug 29, 2024
Merged
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 pgml-dashboard/templates/content/article.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h2 class="h2 mb-3">Have Questions?</h2>
<% if !standalone_dashboard() { %>
<div class="mt-5 pb-3">
<h2 class="h2 mb-3">Try It Out</h2>
<p>Try PostresML using our <strong>free</strong> serverless cloud. It comes with GPUs, 5 GiB of space and plenty of datasets to get you started.</p>
<p>Get <strong>$100 free</strong> when you sign up for our Serverless Cloud. That's over 10 hours of run time, GPUs, and plenty of datasets to get you started.</p>
<div class="d-flex justify-content-center gap-2 pt-3 pb-4">
<a class="btn btn-primary" href="<%- crate::utils::config::signup_url() %>">Get Started</a>
</div>
Expand Down