Skip to content

Commit

Permalink
reorder projects
Browse files Browse the repository at this point in the history
  • Loading branch information
dapperAuteur committed Jan 8, 2025
1 parent 550c494 commit 1491bc9
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,30 +220,27 @@ <h3>Food Recall App</h3>
<p>Project Manager building a Food Recall Tracking App with Python, FastAPI, and MongoDB with the <a target="_blank" href="https://www.techbychoice.org/" >Tech By Choice Community</a>. Food recalls can have significant impacts on public health and safety, but tracking and understanding these recalls can be challenging. I built the api of the MVP using the <a target="_blank" href="https://fastapi.tiangolo.com/">Python FastAPI</a></p>
<a target=”_blank” href="https://github.com/TechByChoice/food-recall-app/tree/api">View Project.</a>
</div>
<div class="project-card">
<h3>RideWitUS</h3>
<p>Use D3.JS to show mileage usage and investment overtime. The user may dynamically adjust data on the graph. The graph opens in a modal when you click the button below.</p>
<button id="view-project-btn">View Project</button>
</div>
</div>
<div class="project-card-row">
<div class="project-card">
<h3>Science Clickbait RAG</h3>
<p>This project is a Retrieval-Augmented Generation (RAG) Tool designed to help users better understand scientific studies and avoid misinformation propagated by clickbait or hyperbolic posts. The tool uses free and open-source technologies to provide insights, detect misinformation, and promote critical thinking when analyzing scientific claims.</p>
<a target=”_blank” href="https://github.com/dapperAuteur/kys-rag">View Project</a>
</div>
<div class="project-card">
<h3>Elementary MBA</h3>
<p>An MBA curriculum designed for children. The Elementary MBA was taught to 3rd-5th graders at Hirsch Academy Team CFA in Scottsdale, AZ for four years. The curriculum included coding and STEAM components to illustrate the application in the children's world. At least one student has started a business after completing the program, <a target="_blank" href="https://linktr.ee/teenshinepress">Teen Shine Press</a>.</p>
<a target=”_blank” href="#">View Project</a>
</div>
</div>
</div>
<div class="project-card-row">
<div class="project-card">
<h3>The Elementary MBA (TEMBA) Financial Dashboard</h3>
<p>TEMBA is the sound of breaking down barriers when you escape poverty. This financial dashboard app helps users track their accounts, optimize credit card payments, and stay informed about their financial health. Whether you're managing personal finances or streamlining workflows, this tool is designed to simplify your experience and provide actionable insights. Visit <a target="_blank" href="https://dashboard.elementarymba.com">TEMBA Financial Dashbord</a>. <a target="_blank" href="https://github.com/dapperAuteur/temba-fin-dashboard">TEMBA Code</a>.</p>
<a target=”_blank” href="#">View Project</a>
</div>
<div class="project-card">
<h3>RideWitUS</h3>
<p>Use D3.JS to show mileage usage and investment overtime. The user may dynamically adjust data on the graph. The graph opens in a modal when you click the button below.</p>
<button id="view-project-btn">View Project</button>
<h3>Elementary MBA</h3>
<p>An MBA curriculum designed for children. The Elementary MBA was taught to 3rd-5th graders at Hirsch Academy Team CFA in Scottsdale, AZ for four years. The curriculum included coding and STEAM components to illustrate the application in the children's world. At least one student has started a business after completing the program, <a target="_blank" href="https://linktr.ee/teenshinepress">Teen Shine Press</a>.</p>
<a target=”_blank” href="#">View Project</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 1491bc9

Please sign in to comment.