Skip to content

Commit

Permalink
Update to Slack + Add 3 Members (#158)
Browse files Browse the repository at this point in the history
- add 3 members who agreed to be on website
- remove Discord since we now have the Slack Workspace

---------

Signed-off-by: Frances Coronel <[email protected]>
  • Loading branch information
FrancesCoronel authored Jul 21, 2024
1 parent d8249d3 commit 76af3b5
Show file tree
Hide file tree
Showing 13 changed files with 403 additions and 333 deletions.
8 changes: 4 additions & 4 deletions components/Footer/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
faDiscord,
faGithub,
faLinkedin,
faSlack,
} from "@fortawesome/free-brands-svg-icons";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import Image from "next/image";
Expand All @@ -20,11 +20,11 @@ const Footer = () => {
<FontAwesomeIcon icon={faGithub} />
</Link>
<Link
href="https://discord.com/invite/xzHDhxsQAQ"
aria-label="Latina Dev Discord"
href="https://latinadev.slack.com"
aria-label="Latina Dev Slack"
target={"_blank"}
>
<FontAwesomeIcon icon={faDiscord} width={25} />
<FontAwesomeIcon icon={faSlack} width={25} />
</Link>
<Link
href="https://www.linkedin.com/company/latina-dev/"
Expand Down
8 changes: 4 additions & 4 deletions components/Homepage/About/About.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import ButtonLink from "@/components/ButtonLink/ButtonLink";
import { faDiscord } from "@fortawesome/free-brands-svg-icons";
import { faSlack } from "@fortawesome/free-brands-svg-icons";
import { metadata } from "app/layout";
import styles from "./About.module.css";

Expand All @@ -20,10 +20,10 @@ export default function About() {
</p>
</div>
<ButtonLink
text="Join us on Discord"
url="https://discord.com/invite/xzHDhxsQAQ"
text="Request an invite to our Slack community"
url="mailto:hello@latinadev.com"
external={true}
icon={faDiscord}
icon={faSlack}
/>
</section>
);
Expand Down
8 changes: 8 additions & 0 deletions data/members/clarissa-jaime.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Clarissa Jaime
added: "2024-07-20"
level: "Individual Contributor"
linkedin: "clarissajaime"
github: "clarissajaime"
countries: [ "Mexico" ]
---
6 changes: 6 additions & 0 deletions data/members/genesis-hernandez.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: Genesis Hernandez
added: "2024-07-20"
level: "Individual Contributor"
linkedin: "the-genesis-hernandez"
---
6 changes: 6 additions & 0 deletions data/members/raquel-romano.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: Raquel Romano
added: "2024-07-20"
level: "Leader"
linkedin: "romano"
---
8 changes: 3 additions & 5 deletions docs/pages/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,9 @@ Feel free to contribute to Latina Dev in one or more of the following ways and t
- GitHub
- Version control
- Project management
- Discord
- Slack
- Communication
- Meetings
- Notes
- Figma
- Design
- Google Meet
- Meetings
- Notion
- Meeting notes
8 changes: 5 additions & 3 deletions docs/pages/questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

If you have any questions, comments, concerns or general feedback, we're happy to help!

Maintainers are willing to meet up with you via Google Meet if you'd like to sync that way as well to pair program.
Maintainers are willing to video chat if you'd like to sync that way as well to pair program.

Just leave a comment via GitHub Discussions or in Discord under the `#website` channel.
Just leave a comment via GitHub Discussions or in Slack under the `#website` channel.

👾 [Discord](https://discord.gg/xzHDhxsQAQ)
If you'd like an invite to our Slack, please email us at `[[email protected]](mailto:[email protected])`.

👾 [Slack](https://latinadev.slack.com)

💬 [GitHub Discussions](https://github.com/orgs/Latina-Dev/discussions)
5 changes: 2 additions & 3 deletions docs/pages/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ Amplify opportunities for over 1,000 Latina software engineers by 2025.

## History

- the idea started in October 2022
- idea started in October 2022
- initial website launched January 2023
- first MVP launched June 2023
- targeting October 2023 for user auth + database
- first version of the directory launched June 2023

## Roadmap

Expand Down
Loading

0 comments on commit 76af3b5

Please sign in to comment.