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

UG landing page rework of CTA and subtitle #1581

Merged
merged 1 commit into from
Jun 26, 2023
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 assets/scss/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

// Make links in paragraphs stand out more.
@include link-variant(
".-bg-#{$color-name} p > a",
".-bg-#{$color-name} p:not(.p-initial) > a",
$link-color,
$link-hover-color,
false
Expand Down
14 changes: 6 additions & 8 deletions userguide/content/en/_index.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
---
title: Docsy
description: A Hugo theme for creating great technical documentation sites
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggestion for the slogan, shuffling the words a bit: "A great Hugo theme for technical documentation sites"

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@geriom - thanks for the review. I reused the current site description. Let's discuss the possibility of updating it at our next PSC meeting (I've added an entry to our meeting notes).

---

{{% blocks/cover title="Welcome to Docsy!" image_anchor="top" height="full" %}}
<a class="btn btn-lg btn-primary me-3 mb-4" href="{{% relref "/about" %}}">
Learn More <i class="fa-solid fa-circle-right ms-2"></i>
</a>
<a class="btn btn-lg btn-secondary me-3 mb-4" href="{{% relref "/get-started" %}}">
Get started &nbsp;<i class="fa-solid fa-play "></i>
</a>
{{% param description %}}
{.display-6}

A Hugo theme for creating great technical documentation sites
{.lead .mt-5}
<a class="btn btn-lg btn-primary me-3" href="about/">Learn More</a>
<a class="btn btn-lg btn-secondary" href="docs/get-started/">Get started</a>
{.p-initial .my-5}

{{% blocks/link-down color="info" %}}
{{% /blocks/cover %}}
Expand Down