Closed spidersouris closed 1 year ago
This looks good to me, thank you for the contribution!
I see that you didn't add your name to the contributors list in the footer (here), you can basically just copy one of the <GradientLink />
components at the bottom and change the link to your GitHub profile. I would much prefer if you were listed there as well unless you rather stay anonymous.
If it's not asking too much, would you be willing to add the same attributes to the table cells in the Retirement Table? You can find the files in /component/tools/retirement-calculator/RetirementCalculationTable.tsx
, lines 96 and 100.
It's fine if you don't want to, I'll do it myself next time I'm updating the portfolio. Let me know either way and I'll merge this PR when I get a response. Much appreciated!
Here you go -- after some testing 20vw
seems to be the optimal value for the retirement calculation table. That's a nice tool btw :)
Hi! Saw your post on r/learnpython yesterday and I noticed the mobile layout was a bit off so here's a quick fix. This breaks one-liners that are too long on mobile (such as
BigInt(bigNumberString)
in the Data Types column).Please let me know if that works for you! I've also fixed your website's what-is-this link in the README.