Skip to content

Commit

Permalink
new about page
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Feng committed Nov 3, 2024
1 parent 93aeca9 commit e711268
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions views/public/teamV2.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
<div class="grid grid-cols-1 md:grid-cols-3 gap-4">
<div class="personElement">
<div class="imageElement">
<img src="https://cdn.mutorials.org/images/teams/William.png" alt="person" class="personImage">
<img src="https://cdn.mutorials.org/images/teams/Nihal.jpg" alt="person" class="personImage">
<div class="socialLinks">
<a href="mailto:[email protected]" target="_blank">
<span class="material-symbols-outlined icon">mail</span>
</a>
</div>
</div>
<div class="text">
<p class="personName">William Y. Feng</p>
<p class="personName">Nihal Josyula</p>
<p class="personTitle">President</p>
<p class="personDesc">William manages the organization and is responsible for the overall direction of the Mu Foundation.</p>
<p class="personDesc">Nihal manages the organization and is responsible for the overall direction of the Mu Foundation.</p>
</div>
</div>
<div class="personElement">
Expand Down Expand Up @@ -59,33 +59,34 @@
</div>
<div class="personElement">
<div class="imageElement">
<img src="https://cdn.mutorials.org/images/teams/Nihal.jpg" alt="person" class="personImage">
<img src="https://mutorials.blob.core.windows.net/images/teams/devesh_mutorials.jpg" alt="person" class="personImage">
<div class="socialLinks">
<a href="mailto:[email protected]" target="_blank">
<span class="material-symbols-outlined icon">mail</span>
</a>
</div>
</div>
<div class="text">
<p class="personName">Nihal Josyula</p>
<p class="personName">Devesh Aggarwal</p>
<p class="personTitle">Director of Content Development</p>
<p class="personDesc">Nihal strategically manages key content priorities, leveraging analytics to innovate and guide content direction. He also oversees all contributors.
<p class="personDesc">Devesh strategically manages key content priorities, leveraging analytics to innovate and guide content direction. He also oversees all contributors.
</p>
</div>
</div>
<div class="personElement">
<div class="imageElement">
<img src="https://cdn.mutorials.org/images/teams/Grace.png" alt="person" class="personImage">
<img src="https://cdn.mutorials.org/images/icons/Icon_Main.svg" alt="person" class="personImage">
<div class="socialLinks">
<a href="mailto:[email protected]" target="_blank">
<span class="material-symbols-outlined icon">mail</span>
</a>
</div>
</div>
<div class="text">
<p class="personName">Grace Chen</p>
<p class="personName">Now Hiring!</p>
<p class="personTitle">Director of Marketing</p>
<p class="personDesc">Grace oversees the outreach work at mutorials and forms partnerships with other organizations and schools.</p>
<p class="personDesc">We're looking for a new Director of Marketing for The Mu Foundation.</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>
</div>
Expand Down

0 comments on commit e711268

Please sign in to comment.