const Projects = ({ github_repos }) => {
return (
{/* SCROLLODEX */}
A fun place for women who code members to add and display their business cards.
Welcome! Scrollodex is an open-source project created and maintained by members of the Women Who Code Boulder/Denver in order to bring the community together, build something awesome, and spend some time hacking! Based on the classic rolodex or a business card pin wall, Scrollodex aims to be a fun place for Women Who Code members to add and display a business card.
)
}
export default Projects;