diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 848adce..50b787a 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -25,6 +25,9 @@ const Footer = () => { Project Governance + + Membership + Contact Us @@ -59,9 +62,6 @@ const Footer = () => {

Resources

- - Roles - Project Governance diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 13ad131..ea06593 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -57,7 +57,7 @@ const childItems: Array = [ }, { name: 'Membership', - link: '/resources/roles', + link: '/membership', }, { name: 'Contact Us', diff --git a/src/pages/about/mission.tsx b/src/pages/about/mission.tsx index 37864f3..aa51d64 100644 --- a/src/pages/about/mission.tsx +++ b/src/pages/about/mission.tsx @@ -2,14 +2,90 @@ import Header from '@/components/Header'; import Footer from '@/components/Footer'; import Head from 'next/head'; +const values = [ + { + name: 'Open Source', + description: 'We believe in the principles of Free and Open Source Software.', + }, + { + name: 'Students as Primary Stakeholders', + description: 'Our focal point is on the student body.', + }, + { + name: 'Industry Standards', + description: 'Assist in the professional development of our membership.', + }, + { + name: 'Maintainability', + description: 'Offer a consistent, reliable, and excellent experience.', + }, + { + name: 'Minimizing Overhead and Organizational Bloat', + description: 'Established explicitly as a small team with defined roles.', + }, + { + name: 'Inclusive and Inviting Environment', + description: 'Emphasis on finding highly motivated individuals.', + }, +]; + const Mission = () => ( <> Mission - Nebula Labs - - + +
+
+

+ The heart of Nebula Labs' mission is the development of tools to assist the student + body of UT Dallas (or other interested student bodies). The organization’s founding members, + dissatisfied with the software tools offered by the University and cognizant of the + University’s reputation for technologically talented individuals, set out to make a suite of + tools for use by the student body to improve student life in all aspects. +

+

+ In this mission, the organization commits itself to building tools that assist students in + their academic, social, and personal lives here at UTD so as to enable them to make the most + of the experiences and opportunities therein. +

+

+ In that vein, we believe that working, learning, and mentoring as a part of Nebula Labs is + one such opportunity that we can offer to improve student life directly. This means that the + organization, while its primary focus is development, is also focused on the personal + development of its membership and strives to ensure its work can be used to better the + personal and professional lives of its members. In the words of our first President, +

+

+ ‘‘We build products and people.’’ +

+

-Ryan Radloff

+
+
+

Values

+
+ {values.map((value) => ( +
+

{value.name}

+

{value.description}

+
+ ))} +
+
+
+

+ See{' '} + + our Confluence + {' '} + for more +

+