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

Add ability to showcase members via Markdown posts #33

Merged
merged 7 commits into from
May 8, 2023

Conversation

FrancesCoronel
Copy link
Member

@FrancesCoronel FrancesCoronel commented May 8, 2023

Overview

Using Markdown posts, this PR allows new members to add themselves with a PR and showcase themselves on the website.

Relevant Issue

#10

Fixes #21

Signed-off-by: Frances Coronel <[email protected]>
Signed-off-by: Frances Coronel <[email protected]>
@vercel
Copy link

vercel bot commented May 8, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
latina-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 8, 2023 7:32am

app/members/page.tsx Fixed Show fixed Hide fixed
app/members/page.tsx Fixed Show fixed Hide fixed
Signed-off-by: Frances Coronel <[email protected]>
<ul>
{members.map((member) => (
<li key={member.slug}>
<a href={member.path}>{member.name}</a>

Check warning

Code scanning / CodeQL

Stored cross-site scripting

Stored cross-site scripting vulnerability due to [stored value](1).
@FrancesCoronel FrancesCoronel marked this pull request as ready for review May 8, 2023 06:54
@FrancesCoronel FrancesCoronel self-assigned this May 8, 2023
@FrancesCoronel FrancesCoronel added this to the v1 Launch milestone May 8, 2023
@FrancesCoronel FrancesCoronel linked an issue May 8, 2023 that may be closed by this pull request
Signed-off-by: Frances Coronel <[email protected]>
Signed-off-by: Frances Coronel <[email protected]>
Copy link
Collaborator

@EllaCodes4 EllaCodes4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, @FrancesCoronel! So excited to finally be able to showcase our members! Thanks for your efforts!

@FrancesCoronel FrancesCoronel merged commit 6b5c9df into main May 8, 2023
@FrancesCoronel FrancesCoronel deleted the member-directory branch May 8, 2023 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
2 participants