Skip to content

Commit

Permalink
Fill in membership
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Apr 27, 2024
1 parent 02cb9dd commit 73bbe02
Showing 1 changed file with 22 additions and 17 deletions.
39 changes: 22 additions & 17 deletions src/pages/membership.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,34 @@ const Membership = () => (
<h2 className="text-5xl font-bold pb-4 text-center">Why Become a Member?</h2>
<p className="text-3xl pb-4">
Becoming a member of Nebula Labs offers a unique opportunity to contribute to an
organization built on foundational values and missions aimed at enhancing the academic and
career success of students. At its core, Nebula Labs is driven by the imperative to develop
tools that empower the student body, addressing gaps in resources and fostering a vibrant
community of learners. By joining Nebula Labs, individuals engage in a collaborative
environment dedicated to the creation of software solutions tailored to enhance various
facets of student life, from academic endeavors to personal growth. Embracing an open-source
ethos, the organization ensures accessibility and transparency in its processes, inviting
all members to actively participate and contribute. Moreover, Nebula Labs prioritizes the
interests of students above all else, championing their needs even in the face of external
pressures. Through adherence to industry standards and a commitment to maintainability,
members gain invaluable experience in professional development while ensuring the longevity
and effectiveness of their contributions. Nebula Labs further distinguishes itself by
maintaining a lean organizational structure, minimizing bureaucracy to maximize focus on its
core missions. Above all, the organization cultivates an inclusive and supportive
environment, valuing motivation and dedication over innate skill, and actively combating
elitism to foster a culture where all members can thrive and contribute meaningfully.
organization built by students, for students. In accordance with our founding mission and
core values, we work to develop maintainable, high-quality tools that address gaps in campus
resources and data accessibility in order to enhance the academic, social, and personal
lives of students at UT Dallas. By joining Nebula Labs, students become part of a
collaborative environment that seeks to improve its members&apos; technical and teamwork
skills, providing crucial experience towards their professional development. Embracing an
open-source ethos, our organization maintains transparency in all its processes, inviting
all members to actively participate and contribute. Above all, we cultivate an inclusive and
supportive environment, valuing motivation and dedication over innate skill, and actively
combat elitism to foster a culture where all members can thrive and contribute meaningfully.
Joining Nebula Labs is not merely about membership; it&apos;s about becoming part of a
community dedicated to making a tangible difference in the lives of students and beyond.
</p>
</div>
<div className="px-8 lg:px-16 xl:px-32 py-24 flex flex-wrap justify-center gap-8">
<h2 className="text-5xl font-bold pb-4 text-center">How to Become a Member</h2>
<p className="text-3xl pb-4">AHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH</p>
<p className="text-3xl pb-4">
Look out for announcements in{' '}
<a
className="text-royal underline decoration-transparent hover:decoration-inherit transition"
href="https://discord.gg/tcpcnfxmeQ"
target="_blank"
>
our Discord
</a>
. The process generally involves active participation in a team for a semester and a brief
membership form.
</p>
</div>
<Footer />
</>
Expand Down

0 comments on commit 73bbe02

Please sign in to comment.