Add grantors experience

This commit is contained in:
ethanglide 2024-04-09 12:18:35 -04:00
parent 65538cdbd1
commit c710247bd9
3 changed files with 28 additions and 1 deletions

BIN
Pictures/grantors.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 KiB

View File

@ -162,6 +162,33 @@ and systems design for future additions and bug fixes
</ul>
</div>
</div>
<div class="experience">
<div class="youtube-wrapper">
<div>
<img src="./Pictures/grantors.png" alt="grantors web app dashboard">
</div>
</div>
<div class="experience-text">
<div class="experience-header">
<h2>Grantors | React Web App Development</h2>
<p>02/2024 - 04/2024</p>
</div>
<ul>
<li>
Worked in a team of 7 to create an accessibility-focused grant platform
</li>
<li>
Developed with industry standard stack of React frontend, Express.js backend, and MongoDB database
</li>
<li>
Web Content Accessibility Guidelines (WCAG) compliant, with a focus on user experience and accessibility for grantors and applicants alike
</li>
<li>
Automated CI/CD with Jest, GitHub Actions, and Docker
</li>
</ul>
</div>
</div>
<div class="experience">
<div class="course-planner-wrapper">
<div>

View File

@ -226,7 +226,7 @@ div.youtube-wrapper > div > iframe, div.youtube-wrapper > div > img {
bottom: 0;
height: 100%;
width: 100%;
border-radius: 1rem;
border-radius: 0.5rem;
}
div.course-planner-wrapper {