diff --git a/components/DevProjectCards.js b/components/DevProjectCards.js new file mode 100644 index 00000000..268c3f13 --- /dev/null +++ b/components/DevProjectCards.js @@ -0,0 +1,112 @@ +import Image from 'next/image'; +import React from 'react'; + +import styles from '../styles/components/DevProjCard.module.scss'; + +function Project({ + name, + prim_lang, + proj_link, + repo_link, + description, + img, + alt, + size, + style, +}) { + if (style && style.toLowerCase() === 'jedi') { + return ( +
{/* eslint-disable-next-line max-len */} The ACM Dev Team handles general internal development needs for all of ACM at UCLA. We maintain and create organization-wide projects such as the website, Discord bot, Membership Portal, and link shortener. @@ -45,47 +46,11 @@ function DevTeam() { apply to intern with the Dev Team!
-The - - ACM at UCLA Website - - {/* eslint-disable-next-line max-len */} - is the one-stop shop for all things ACM! We develop and maintain this website, keeping it up-to-date with all the latest news and events. In fact, we made the page you're looking at right now! This website is built with React.js and Next.js and deployed with Netlify - if you're curious, feel free to check out the - - source code - - ! -
-The - - Membership Portal - - {/* eslint-disable-next-line max-len */} - is where ACM members can check in to events to earn points! We built the Membership Portal with Node.js, Express.js, PostgreSQL, Redux and React.js. -
-The Discord bot is our in-house email verification bot for the ACM at UCLA - - Discord - - server! It's written in JavaScript using the Discord API and Amazon SES. -
-The - - link shortener - - {/* eslint-disable-next-line max-len */} - is an ongoing project aimed at generating shortened links for use by our committees. The link shortener is built with Flask.
-Have an idea for a project or any questions? Feel free to contact {`${devTeamDirector.name} (${devTeamDirector.email})`}, our Dev Team Director.
- +Everything we build is @@ -96,8 +61,8 @@ function DevTeam() { Github .
-