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

Change start page utm params #118

Merged
merged 2 commits into from
Jun 28, 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
4 changes: 4 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,7 @@ pageEditPrefix: https://github.com/wiremock/wiremock.org/edit/main/

community_slack:
join_url: https://slack.wiremock.org/

# Default link for wiremock signup button in header
# This can be overridden in pages using frontmatter start_link variable
header_signup_link: https://wiremock.io/product?utm_source=wiremock.org&utm_medium=masthead&utm_campaign=homepage_2022_baseline
2 changes: 1 addition & 1 deletion _includes/masthead.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@

<li class="masthead__menu-item wiremock-cloud-logo-navbar-item">
<div>
<a class="wiremock-cloud-logo-navbar" href="https://wiremock.io/product?utm_source=wiremock.org&utm_medium=masthead&utm_campaign=homepage_2022_baseline" title="WireMock Cloud">
<a class="wiremock-cloud-logo-navbar" href="{{page.header_signup_link | default: site.header_signup_link}}" title="WireMock Cloud">
<div>
<img alt="WireMock Cloud" src="{{ '/images/wiremock-cloud/wiremock_cloud_logo.png' | absolute_url }}"/>
<div>Start for Free*</div>
Expand Down
7 changes: 4 additions & 3 deletions start.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: default
title: WireMock - flexible, open source API mocking
description: WireMock is a tool for building mock APIs. API mocking enables you build stable, predictable development environments when the APIs you depend on are unreliable or don't exist.
header_signup_link: "https://www.wiremock.io/product?utm_source=wiremock.org&utm_medium=masthead&utm_campaign=exp_nav"
---

<style>
Expand Down Expand Up @@ -44,7 +45,7 @@ <h2 class="home-hero__heading">Cloud</h2>
</p>
</div>
<div>
<a href="http://wiremock.io" class="btn-primary">Get Started</a>
<a href="https://www.wiremock.io/product?utm_source=wiremock.org&utm_medium=referral&utm_campaign=exp_hero" class="btn-primary">Get Started</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -130,8 +131,8 @@ <h3 class="robot-subtitle" style="margin-top:20px">Hosted API mocking for everyo
</ul>

<div class="wiremock-cloud__buttons">
<a href="https://www.wiremock.io/product?utm_source=wiremock.org&utm_medium=homepage-callout_learn-more&utm_campaign=homepage_baseline" class="btn-primary">Learn more</a>
<a href="https://app.wiremock.cloud/signup?utm_source=wiremock.org&utm_medium=homepage-callout_try-it-now&utm_campaign=homepage_baseline" class="btn-secondary">Sign Up for Free</a>
<a href="https://www.wiremock.io/product?utm_source=wiremock.org&utm_medium=homepage-callout_learn-more&utm_campaign=exp_callout" class="btn-primary">Learn more</a>
<a href="https://app.wiremock.cloud/signup?utm_source=wiremock.org&utm_medium=homepage-callout_try-it-now&utm_campaign=exp_callout" class="btn-secondary">Sign Up for Free</a>
</div>
</div>
</div>
Expand Down