- Rainbow gradient animated button on homepage (Comic Sans, obviously) - Static pickleball daily summary at /pickleball.html - Enable unsafe HTML rendering for inline styles - Override RSS template to fix theme error
45 lines
1.3 KiB
Markdown
45 lines
1.3 KiB
Markdown
+++
|
|
date = '2025-03-19T08:44:50-04:00'
|
|
draft = false
|
|
title = ''
|
|
+++
|
|

|
|
|
|
<div style="text-align: center; margin: 20px 0;">
|
|
<a href="/pickleball.html" style="
|
|
display: inline-block;
|
|
background: linear-gradient(45deg, #ff6b6b, #feca57, #48dbfb, #ff9ff3, #ff6b6b);
|
|
background-size: 300% 300%;
|
|
animation: gradient-shift 3s ease infinite;
|
|
color: #000;
|
|
font-family: 'Comic Sans MS', cursive;
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
padding: 15px 30px;
|
|
border-radius: 50px;
|
|
text-decoration: none;
|
|
box-shadow: 0 4px 15px rgba(255,107,107,0.4);
|
|
transform: rotate(-2deg);
|
|
border: 3px dashed #000;
|
|
">🏓 PICKLEBALL STATS 🏓</a>
|
|
</div>
|
|
<style>
|
|
@keyframes gradient-shift {
|
|
0% { background-position: 0% 50%; }
|
|
50% { background-position: 100% 50%; }
|
|
100% { background-position: 0% 50%; }
|
|
}
|
|
</style>
|
|
|
|
## Welcome!
|
|
|
|
I'm Dane Sabo, a Mechanical Engineering PhD student at the University of Pittsburgh with a focus on control systems. When I'm not researching, you can find me riding my Honda CRF dual sport around Pittsburgh.
|
|
|
|
Here's what you'll find on this site:
|
|
|
|
1. My [CV](/cv.pdf)
|
|
2. Current [Projects](/projects)
|
|
3. [About Me](/contact)
|
|
|
|
Feel free to reach out at [yourstruly@danesabo.com](mailto:yourstruly@danesabo.com).
|