Skip to content

Commit

Permalink
Merge pull request #276 from ethangj/slack-wording
Browse files Browse the repository at this point in the history
Slack wording
  • Loading branch information
ethangj committed Apr 8, 2024
2 parents 07fb97c + 6be4a49 commit 2493e0c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 19 deletions.
4 changes: 2 additions & 2 deletions _includes/masthead.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

<div class="masthead__cta">
<a href="{{page.header_signup_link | default: site.header_signup_link}}" title="WireMock Cloud" class="btn t-6">
Go to WM Cloud
Try WireMock Cloud
</a>
<span class="masthead__cta-note">Free forever. No credit card needed</span>
</div>
Expand All @@ -80,7 +80,7 @@
<ul>
<li>
<a href="https://wiremock.io?utm_source=wiremock.org&utm_medium=masthead&utm_campaign=homepage_2022_baseline" title="WireMock Cloud" class="btn t-5">
Go to WM Cloud
Try WireMock Cloud
</a>
</li>
{% for menuItem in site.data.navigation.main %}
Expand Down
28 changes: 11 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ <h2 class="home-hero__heading">
<div class="home-header-container">
<div class="home-header-hero-text">
<h1>
<a id="opensource"></a> Flexible API Mocking for Testing and
Development
<a id="opensource"></a> Join The WireMock Community
</h1>

<div class="summary-header-stats">
Expand Down Expand Up @@ -114,21 +113,16 @@ <h1>
</a>
--></div>

<p>
WireMock is a tool for building mock APIs. Create stable development
environments, isolate yourself from flakey 3rd parties and simulate
APIs that don't exist yet.
</p>

<div class="wiremock-cloud__buttons">
<a href="{{ '/docs/' | absolute_url }}" class="btn t-6"
>Documentation</a
>
<a
href="{{ site.community_slack.join_url | absolute_url }}"
class="btn btn--inverse t-6"
>Slack Community</a
>
<p>
WireMock is community-driven, with user-contributed documentation and an active Slack community where all ideas and questions are welcome.
</p>

<div class="wiremock-cloud__buttons">
<a
href="{{ site.community_slack.join_url | absolute_url }}" class="btn t-6"
class="btn btn--inverse t-6"
>Join Us On Slack</a
>
</div>
</div>
<div class="home-header-hero-text whats-hot">
Expand Down

0 comments on commit 2493e0c

Please sign in to comment.