minor style changes and adding to holiday page

This commit is contained in:
yequari 2024-01-03 21:19:59 -07:00
parent ccae7a4566
commit 7c14241717
2 changed files with 15 additions and 6 deletions

View File

@ -6,19 +6,23 @@ layout: winter
context: "This page is an entry into the 32-Bit Cafe's [2023 holiday event](https://32bit.cafe/holidays2023/)."
---
## Things that happened
## Fitness
- Returned to the gym
In August I returned to the gym after 4ish years of not really exercising much at all. I've always had a difficult relationship with fitness and exercise. I've never really been fit and everytime I tried to change that, I set goals that were far too ambitious and then failed to meet them, at which point I would give up, because what's the point of doing something unless I can do it perfectly? This time, though, I've made it my goal to just get in the gym and exercise 3 times a week. It's been great so far. I've been pretty consistent with going, missing only two weeks, once when I was sick and once when I was out of town. I am starting to see some progress, though I haven't made any efforts to track it, I notice I am sleeping better and have more energy. I don't always feel like going to the gym but I am always glad I forced myself to go.
## Hobbies
- Did some stuff at the 32-bit cafe
- Changed jobs
- Programming projects
## Career
- Changed jobs
## Goals for 2024
- Fitness and diet goals
In 2024, I want to continue exercising consistently, and I think at this point I can set some goals and monitor my progress.
- Code more
- Contribute to open source

View File

@ -48,8 +48,13 @@
}
.content {
max-width: fit-content;
max-width: 750px;
margin: 0 auto;
font-size: 16px;
}
.content p {
line-height: 1.7em;
}
.context {