Skip to content

Latest commit

 

History

History
55 lines (55 loc) · 2.23 KB

File metadata and controls

55 lines (55 loc) · 2.23 KB
layout default
title Home

Hi, I'm Adair Torres.

Thanks for visiting my website! This site acts as my own online portfolio, and a place I can reasonably infodump about my current projects and interests.

About Me

Contact

Email Me

Education

University of Kansas

B.S. in Computer Science, May 2024

GPA: 3.82 | Organizations: ACM@KU, Upsilon Pi Epsilon

{% for category in site.data.bubbles %}

{{ category.header }}

{% for item in category.items %}

{{ item.text }}

{% endfor %}
{% endfor %}

Currently:

Job Hunting

Current Projects

{% assign to_display = site.projects | where: "featured", true %} {% include previews.html %}