-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Patrick Feng
committed
Nov 3, 2024
1 parent
93aeca9
commit e711268
Showing
1 changed file
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
|
@@ -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> | ||
|