import empathy.* ;

import creativity.* ;

import collaboration.* ;

import problemsolving.* ;

public class TierraPortfolio {

// Always learning, always building

public static void main(String[] args) {

String passion = "Human-Centered Tech";

String mission = "Design with empathy build with care.";

System.out.println("Hello, I’m Tierra 👋");

}

}

Tierra N. Ablorh

Hi there! My name is Tierra Ablorh and I am a FGLI (first-gen & low-income) college student majoring in Computer Science & Global Development Studies at Emory University. As a graduating senior in the college, I aspire to become a UX Designer/Engineer post-grad.

A little bit about me outside of academia, I love dogs, working out, laughing, and Ghanaian Worship Music. I hope you enjoy learning a bit about me and my take on design thinking.



boolean availableForHire = true;

String currentProject = "UX Research + Inclusive Design";

if (availableForHire) {

System.out.println("Let’s build something thoughtful together!");

}

String goal = "Create tools that make people feel seen.";

String motto = "If it’s not accessible, it’s not usable.";

System.out.println("Goal: " + goal);

System.out.println("Motto: " + motto);


User-Centered Projects:



Thanks for stopping by!

I would love to connect with you at

public void connect( ) {

String email = "tablorh@emory.edu";

System.out.println("Reach out: " + email);

}