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

Fixed "about page" alignment #573

Merged
merged 4 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions views/public/teamV2.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div class="text">
<p class="personName">Nihal Josyula</p>
<p class="personTitle">President</p>
<p class="personDesc">Nihal manages the organization and is responsible for the overall direction of the Mu Foundation.</p>
<p class="personDesc">Nihal manages the organization, providing overall direction while effectively leading the strategy and long-term vision of the Mu Foundation.</p>
</div>
</div>
<div class="personElement">
Expand All @@ -39,7 +39,7 @@
<div class="text">
<p class="personName">Patrick Feng</p>
<p class="personTitle">Director of Software Development</p>
<p class="personDesc">As Director of Software Development, Patrick maintains the codebase, implements new features, and facilitates code contribution.</p>
<p class="personDesc">As Director of Software Development, Patrick maintains the codebase, implements new features, and facilitates code contribution at Mutorials.</p>
</div>
</div>
<div class="personElement">
Expand All @@ -54,7 +54,7 @@
<div class="text">
<p class="personName">Daniel Lu</p>
<p class="personTitle">Secretary</p>
<p class="personDesc">Daniel oversees all the processes at Mutorials and organizes most events and meetings. He is also responsible for assigning tasks and keeping the organization in check.</p>
<p class="personDesc">Daniel oversees all processes at Mutorials, organizes meetings, and is responsible for assigning tasks while keeping the organization in order.</p>
</div>
</div>
<div class="personElement">
Expand All @@ -69,7 +69,7 @@
<div class="text">
<p class="personName">Devesh Aggarwal</p>
<p class="personTitle">Director of Content Development</p>
<p class="personDesc">Devesh manages content development and review, overseeing all contributors. He aims to improve the content experience for users and expand question inventory.
<p class="personDesc">Devesh manages content development and review, overseeing all contributors. He aims to enhance the content experience for users and expand the inventory of high-quality questions.
</p>
</div>
</div>
Expand All @@ -85,7 +85,7 @@
<div class="text">
<p class="personName">Now Hiring!</p>
<p class="personTitle">Director of Marketing</p>
<p class="personDesc">We're looking for a new Director of Marketing. This role manages advertising and outreach at Mutorials, guiding its national expansion.</p>
<p class="personDesc" style="margin-bottom: 10px;">We're looking for a new Director of Marketing. This role manages advertising and outreach at the Mu Foundation, guiding its national expansion.</p>
<a class="btn btn-primary rounded-md" id="linkButton" href="https://docs.google.com/forms/d/e/1FAIpQLSdApNSVCwUQSarhzrp9MboT0S_bCO5pwbL4xUGQm-0DXWaRpg/viewform?usp=sharing">Apply Now!</a>
</div>
</div>
Expand Down
Loading