diff --git a/README.md b/README.md
index b7beb9758..4e575ba26 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,15 @@ Please visit our [website](https://heyapi.dev/) for documentation, guides, migra
## Sponsoring
-Love Hey API? Please consider becoming a [sponsor](https://github.com/sponsors/hey-api).
+Love Hey API? Become our [sponsor](https://github.com/sponsors/hey-api).
+
+
## GitHub Integration (coming soon)
diff --git a/docs/.vitepress/theme/custom.css b/docs/.vitepress/theme/custom.css
index 72f981b67..a1c6c8df9 100644
--- a/docs/.vitepress/theme/custom.css
+++ b/docs/.vitepress/theme/custom.css
@@ -67,16 +67,30 @@ iframe {
text-align: center;
}
-.home-list li {
+.home-list li,
+.sponsors-list li {
list-style: none;
}
-.home-list > ul {
- display: flex;
+.home-list.sponsors-list > ul {
justify-content: center;
+}
+
+.home-list > ul,
+.sponsors-list > ul {
+ align-items: center;
+ display: flex;
+ flex-direction: column;
+ row-gap: 2rem;
+ column-gap: 3rem;
padding: 0;
}
+.home-list > ul:not(:last-child),
+.sponsors-list > ul:not(:last-child) {
+ padding-bottom: 1rem;
+}
+
.home-list > h3 {
color: var(--vp-c-text-2);
display: inline-block;
@@ -85,7 +99,7 @@ iframe {
text-transform: uppercase;
}
-.home-sponsors li {
+.sponsors-list li {
align-items: center;
display: flex;
height: 100px;
@@ -94,19 +108,40 @@ iframe {
width: 100%;
}
-.home-sponsors-new > a {
+.sponsors-list li + li {
+ margin-top: 0;
+}
+
+.sponsors-list li > a {
align-items: center;
- border: 1px solid currentColor;
+ border: 1px solid transparent;
border-radius: 10px;
- color: var(--vp-c-text-2);
display: flex;
height: 100%;
justify-content: center;
+ padding: 1rem;
text-decoration: none;
- text-transform: lowercase;
+ transition: border-color ease-out 300ms;
width: 100%;
}
+.sponsors-list li > :is(.vp-doc a[href*='://'], .vp-doc a[target='_blank'])::after
+{
+ display: none;
+}
+
+.sponsors-list li > a:hover,
+.sponsors-list li > a:focus {
+ border-color: var(--vp-c-brand-1);
+}
+
+/* .sponsors-list-new currently unused, keep in case we want to reuse it again */
+.sponsors-list-new > a {
+ border: 1px solid currentColor;
+ color: var(--vp-c-text-2);
+ text-transform: lowercase;
+}
+
.VPFeatures.VPHomeFeatures {
padding: 0;
}
@@ -132,6 +167,11 @@ iframe {
padding: 0.4rem 3rem;
scroll-padding-inline: 3rem;
}
+
+ .home-list > ul,
+ .sponsors-list > ul {
+ flex-direction: row;
+ }
}
@media (min-width: 960px) {
diff --git a/docs/about.md b/docs/about.md
index 5134dc865..de3a2b563 100644
--- a/docs/about.md
+++ b/docs/about.md
@@ -46,7 +46,7 @@ Typically, developers of such applications want to:
Doing any of these steps manually quickly becomes a huge time sink as your project grows and APIs evolve. Ideally, you want to spend most time on your application. Hey API allows you to do just that.
-We're constantly learning about the ways in which you use our tools. If you have any feedback, please [email us](mailto:lmenus@lmen.us), [open an issue](https://github.com/hey-api/openapi-ts/issues), or [join a discussion](https://github.com/orgs/hey-api/discussions).
+We're constantly learning about the ways in which you use our tools. If you have any feedback, please [email us](mailto:lubos@heyapi.dev), [open an issue](https://github.com/hey-api/openapi-ts/issues), or [join a discussion](https://github.com/orgs/hey-api/discussions).
## Hall of Fame
diff --git a/docs/index.md b/docs/index.md
index 6a3a9c17a..3215b2166 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -45,17 +45,11 @@ features:
-