Selected Work
Latest Writing
How I Built This Portfolio
Jan 5, 2026Building a site with HTML and CSS. Here is a snippet of the CSS I used for the navigation hover effect:
.site-nav a:hover {
color: var(--color-orange);
transition: color 0.2s;
}
.site-nav a:hover {
color: var(--color-orange);
transition: color 0.2s;
}
Read full article →
About Me
When I am not coding, I am exploring new design trends and learning how to make the web faster and more inclusive for everyone.
My Current Tech Stack
- HTML
- CSS
- Python
- SQL
- VS Code