Skip to content

Commit 9b4b1a5

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
reviewGOOSE brand merging
1 parent e455701 commit 9b4b1a5

File tree

22 files changed

+2783
-2901
lines changed

22 files changed

+2783
-2901
lines changed

src/_layouts/base.njk

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
<div>
7474
<h3 class="footer-brutal__section-title">Products</h3>
7575
<ul class="footer-brutal__links">
76-
<li><a href="/products/" class="footer-brutal__link">Ready to Review</a></li>
77-
<li><a href="/products/goose/" class="footer-brutal__link">Review Goose</a></li>
76+
<li><a href="/reviewgoose/" class="footer-brutal__link">reviewGOOSE</a></li>
77+
<li><a href="/products/gitidentity/" class="footer-brutal__link">gitIDENTITY</a></li>
7878
</ul>
7979
</div>
8080

@@ -89,7 +89,7 @@
8989
<div>
9090
<h3 class="footer-brutal__section-title">Resources</h3>
9191
<ul class="footer-brutal__links">
92-
<li><a href="https://docs.ready-to-review.dev/" target="_blank" rel="noopener noreferrer" class="footer-brutal__link">Documentation</a></li>
92+
<li><a href="https://docs.codegroove.dev/" target="_blank" rel="noopener noreferrer" class="footer-brutal__link">Documentation</a></li>
9393
<li><a href="/security/" class="footer-brutal__link">Security</a></li>
9494
<li><a href="/opensource/" class="footer-brutal__link">Open Source</a></li>
9595
</ul>
@@ -104,6 +104,7 @@
104104
<div class="footer-brutal__bottom-links">
105105
<a href="/privacy/" class="footer-brutal__bottom-link">Privacy Policy</a>
106106
<a href="/tos/" class="footer-brutal__bottom-link">Terms of Service</a>
107+
<a href="/policies/" class="footer-brutal__bottom-link">All Policies</a>
107108
</div>
108109
</div>
109110
</div>

src/about/index.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ title: About
1818
<img src="/assets/goose-lab-techs.webp" alt="Origin story" class="about-story__image">
1919
<h2 class="about-story__title">Started at Google. Finished here.</h2>
2020
</div>
21-
<p class="about-story__text">Ready to Review began as a prototype created by our founder while at Google. Some of its ideas were released with <a href="https://github.com/google/triage-party" class="about-story__link">Triage Party</a> (used by Kubernetes), the more difficult parts needed more time to percolate. It's time is now.</p>
21+
<p class="about-story__text">reviewGOOSE began as a prototype created by our founder while at Google. Some of its ideas were released with <a href="https://github.com/google/triage-party" class="about-story__link">Triage Party</a> (used by Kubernetes), the more difficult parts needed more time to percolate. Its time is now.</p>
2222
</div>
2323

2424
<div class="about-story__card about-story__card--yellow">
@@ -83,7 +83,7 @@ title: About
8383
<h2 class="about-contact__title">Say hello</h2>
8484
<p class="about-contact__text">Got questions? We're happy to chat.</p>
8585
<div class="about-contact__buttons">
86-
<a href="mailto:lets-connect@codegroove.dev" class="about-contact__button about-contact__button--primary">Email us</a>
86+
<a href="mailto:honk@codegroove.dev" class="about-contact__button about-contact__button--primary">Email us</a>
8787
<a href="https://calendar.app.google/TbQmeX8iWnvx6Ci89" target="_blank" rel="noopener noreferrer" class="about-contact__button about-contact__button--secondary">Book a call</a>
8888
</div>
8989
</div>

0 commit comments

Comments
 (0)