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

Slack wording #276

Merged
merged 4 commits into from
Apr 8, 2024
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
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
Loading