Skip to content

Improve CTA on the homepage #358

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 3 commits into from
May 20, 2025
Merged
Changes from 1 commit
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
Next Next commit
Improve CTA on the homepage
  • Loading branch information
ericholscher committed May 14, 2025
commit b700af92f857bbd07eaf13f93e4e6eeed8cb1db8
38 changes: 21 additions & 17 deletions content/pages/homepage.html
Original file line number Diff line number Diff line change
@@ -23,28 +23,32 @@
<div class="ui relaxed grid centered middle aligned">
<div class="row">

<div class="seven wide computer twelve wide tablet sixteen wide mobile column">
<div class="seven wide computer twelve wide tablet sixteen wide mobile column">
{% block homepage_callout %}
<div class="ui large left aligned basic vertical segment">
<h1 class="ui huge header">
Documentation simplified
</h1>
<p>
Build, host, and share documentation, all with a single platform.
</p>

{% block homepage_callout_buttons %}
<a class="ui large teal stackable button"
data-analytics="signup-modal"
onclick="jQuery('#signup-modal').modal('show');">
<i class="fad fa-play icon"></i>
Sign up now
</a>
{% endblock homepage_callout_buttons %}
<h1 class="ui huge header">
Docs as Code for Everyone
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose this is ok because it's a title? 🤔

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, I'd use sentence case here too.

</h1>
<p>
Empower your team with versioned documentation, seamless previews, and powerful authentication. All integrated into your Git workflow.
</p>

{% block homepage_callout_buttons %}
<a class="ui large teal stackable button"
data-analytics="signup-modal"
onclick="jQuery('#signup-modal').modal('show');">
<i class="fad fa-play icon"></i>
Get Started for Free
</a>
<a href="/features/" class="ui large secondary stackable button">
<i class="fad fa-sparkles icon"></i>
Explore Features
</a>
{% endblock homepage_callout_buttons %}

</div>
{% endblock homepage_callout %}
</div>
</div>

{% block homepage_callout_image %}
<div class="column eight wide computer only">