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

chore: update Slack links and enhance navigation #165

Merged
merged 1 commit into from
Dec 27, 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 CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The following behaviors are expected and requested of all community members:
* Show consideration and respect in all your actions and speech. Avoid any behavior that is demeaning, discriminatory, or harassing.
* Seek collaboration as an initial step instead of conflict.
* Refrain from demeaning, discriminatory, or harassing behavior and speech.
* Report any unsafe situations, distress or violations of the code of conduct to the maintainers through [Slack](https://join.slack.com/t/keploy/shared_invite/zt-12rfbvc01-o54cOG0X1G6eVJTuI_orSA).
* Report any unsafe situations, distress or violations of the code of conduct to the maintainers through [Slack](https://keploy.slack.com/join/shared_invite/zt-2poflru6f-_VAuvQfCBT8fDWv1WwSbkw).
* Practice empathy and kindness towards other community members.
* Respect diverse opinions, perspectives, and experiences.
* Give and receive constructive feedback in a gracious manner.
Expand Down Expand Up @@ -116,7 +116,7 @@ the community.

## Contact info

* [Slack](https://join.slack.com/t/keploy/shared_invite/zt-12rfbvc01-o54cOG0X1G6eVJTuI_orSA)
* [Slack](https://keploy.slack.com/join/shared_invite/zt-2poflru6f-_VAuvQfCBT8fDWv1WwSbkw)
* [Mail]([email protected])

## Support 🙏
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Thank you for your interest in Keploy and for taking the time to contribute to this project. 🙌 Keploy is a project by developers for developers and there are a lot of ways you can contribute.

If you don't know where to start contributing, ask us on our [Slack channel](https://join.slack.com/t/keploy/shared_invite/zt-12rfbvc01-o54cOG0X1G6eVJTuI_orSA).
If you don't know where to start contributing, ask us on our [Slack channel](https://keploy.slack.com/join/shared_invite/zt-2poflru6f-_VAuvQfCBT8fDWv1WwSbkw).

## Code of conduct

Expand Down Expand Up @@ -112,4 +112,4 @@ To help resolve your issue as quickly as possible, give a proper title and provi

# Contact

Feel free to join [slack](https://join.slack.com/t/keploy/shared_invite/zt-12rfbvc01-o54cOG0X1G6eVJTuI_orSA) to start a conversation with us.
Feel free to join [slack](https://keploy.slack.com/join/shared_invite/zt-2poflru6f-_VAuvQfCBT8fDWv1WwSbkw) to start a conversation with us.
18 changes: 12 additions & 6 deletions app/(default)/coming-soon/page.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import Header from "@/components/ui/header";
import Link from "next/link";

export const metadata = {
title: "Coming Soon",
description: "Stay tuned! Were working hard to bring something amazing to you soon.",
description: "Stay tuned! We're working hard to bring something amazing to you soon.",
};

export default function ComingSoon() {
Expand All @@ -12,18 +13,23 @@ export default function ComingSoon() {
<section className="bg-gradient-to-b from-gray-100 to-white min-h-screen flex items-center">
<div className="max-w-6xl mx-auto px-4 sm:px-6">
<div className="pt-32 pb-12 md:pt-40 md:pb-20 text-center">
{/* Page header */}
<div className="max-w-3xl mx-auto">
<h1 className=" h1 text-4xl font-bold leading-tight text-gray-900 mb-4">
<h1 className="h1 text-4xl font-bold leading-tight text-gray-900 mb-4">
Coming Soon
</h1>
<p className="text-lg text-gray-600">
Were putting the final touches on our new page. Reach out if you have any questions!
<p className="text-lg text-gray-600 mb-8">
We're putting the final touches on our new page. Reach out if you have any questions!
</p>
<Link
href="/"
className="btn-sm py-3 text-white bg-secondary-300 hover:text-primary-300 "
>
Back to Home
</Link>
</div>
</div>
</div>
</section>
</>
);
}
}
2 changes: 1 addition & 1 deletion components/community.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function Community() {
description: "Contribute code to Keploy or report a bug",
},
{
link: "https://join.slack.com/t/keploy/shared_invite/zt-2poflru6f-_VAuvQfCBT8fDWv1WwSbkw",
link: "https://keploy.slack.com/join/shared_invite/zt-2poflru6f-_VAuvQfCBT8fDWv1WwSbkw",
svgIcon: SlackSvg,
platformName: "Slack",
description: "Connect and chat with other Keploy users",
Expand Down
4 changes: 2 additions & 2 deletions components/nav/resourcesSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const resourcesData = [
{
icon: <Pricing />,
name: "Pricing",
url: "/pricing",
url: "/coming-soon",
isInternal: true,
},
],
Expand Down Expand Up @@ -91,7 +91,7 @@ const resourcesData = [
{
icon: <Community />,
name: "Community",
url: "https://join.slack.com/t/keploy/shared_invite/zt-2dno1yetd-Ec3el~tTwHYIHgGI0jPe7A",
url: "https://keploy.slack.com/join/shared_invite/zt-2poflru6f-_VAuvQfCBT8fDWv1WwSbkw",
},
{
icon: <Resource />,
Expand Down
2 changes: 1 addition & 1 deletion components/utils/Products.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const GlossarySection = [
Icon: Github,
},
{
pagelink: "https://join.slack.com/t/keploy/shared_invite/zt-2dno1yetd-Ec3el~tTwHYIHgGI0jPe7A",
pagelink: "https://keploy.slack.com/join/shared_invite/zt-2poflru6f-_VAuvQfCBT8fDWv1WwSbkw",
pageName: "Community",
Icon: Community,
},
Expand Down
2 changes: 1 addition & 1 deletion components/utils/common.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const socialLinks: SocialLink[] = [

},
{
href: 'https://join.slack.com/t/keploy/shared_invite/zt-2poflru6f-_VAuvQfCBT8fDWv1WwSbkw',
href: 'https://keploy.slack.com/join/shared_invite/zt-2poflru6f-_VAuvQfCBT8fDWv1WwSbkw',
icon: <SlackIcon/>,
title: 'Slack',
description:'Connect and chat with a community of Keploy users'
Expand Down
Loading