Skip to content

Commit

Permalink
Improvements to docs home page
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Aug 9, 2024
1 parent c3d24db commit 475075b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
background: rgba(255, 255, 255, 0.05);
border-radius: 8px;
padding: 1.5rem;
border: 1px solid rgba(255, 100, 203, 0.2);
border: 2px solid rgba(255, 100, 203, 0.2);
}

h3.feature-column-title {
Expand Down Expand Up @@ -1608,7 +1608,7 @@ <h1 id="home-title">The API client that lives in your terminal.</h1>
<p id="home-subtitle">Posting is a beautiful <span class="subtle-purple-glow" data-text="open-source">open-source</span> terminal app for developing and testing APIs.</p>
<p id="home-intro">
Fly through your API workflow with an approachable yet powerful <strong class="gradient-text">keyboard-centric</strong> interface. Run it locally or <strong class="gradient-text">over SSH</strong> on remote machines and containers.
Save your requests in a readable and <strong class="gradient-text">version-control friendly</strong> format. Posting will redefine your expectations of what a terminal app can be.
Save your requests in a readable and <strong class="gradient-text">version-control friendly</strong> format.
</p>

<div class="button-bar">
Expand All @@ -1629,7 +1629,7 @@ <h2 id="feature-title-1" class="feature-title">
<span class="feature-title-text" data-text="Designed for efficient workflows">Designed for efficient workflows</span>
</h2>
<p class="feature-description">
Navigate efficiently with the keyboard using <span data-text="jump mode" class="gradient-text subtle-purple-glow">jump mode</span>.
Navigate intuitively and efficiently with the keyboard using <span data-text="jump mode" class="gradient-text subtle-purple-glow">jump mode</span>.
</p>
<p class="feature-description">
Access commands from anywhere using the built-in <span data-text="command palette" class="gradient-text subtle-purple-glow">command palette</span>.
Expand Down Expand Up @@ -1692,9 +1692,9 @@ <h2 class="feature-title">

<div class="feature-columns">
<div class="feature-column">
<h3 class="feature-column-title">Version Control</h3>
<h3 class="feature-column-title">Contextual help</h3>
<p class="feature-column-description">
Save requests as diffable YAML files, perfect for tracking changes and collaborating with your team using version control systems.
Feeling lost? Press <kbd>f1</kbd> to learn keybindings and other useful information for the currently focused widget.
</p>
</div>
<div class="feature-column">
Expand All @@ -1705,9 +1705,9 @@ <h3 class="feature-column-title">Scripting</h3>
</p>
</div>
<div class="feature-column">
<h3 class="feature-column-title">Cross-platform</h3>
<h3 class="feature-column-title">Runs where you need it</h3>
<p class="feature-column-description">
Posting is available on macOS, Windows, and Linux, providing a consistent experience across all platforms.
Run it on macOS, Windows, and Linux. Install it locally, on a remote server, in a Docker container, or even on a Raspberry Pi.
</p>
</div>
</div>
Expand Down

0 comments on commit 475075b

Please sign in to comment.