1
0
mirror of https://gitlab.com/MisterBiggs/secure-act-2.0.git synced 2025-08-17 16:24:43 +00:00
This commit is contained in:
2025-08-10 23:15:27 -06:00
parent bcbade2456
commit 9bbc7468d3
2 changed files with 99 additions and 3 deletions

View File

@@ -603,7 +603,7 @@
</a>
<!-- Schwab -->
<a href="https://www.schwab.com/learn/story/secure-act-20-key-changes-for-retirement-savers"
<a href="https://www.schwab.com/retirement"
target="_blank"
rel="noopener noreferrer"
class="block p-4 border border-gray-200 rounded-lg hover:bg-gray-50 transition-colors">
@@ -611,7 +611,7 @@
<div class="flex-1">
<h4 class="font-semibold text-gray-900">Charles Schwab</h4>
<p class="mt-1 text-sm text-gray-600">
SECURE Act 2.0 key changes - overview of new retirement savings provisions
Retirement planning resources and 401(k) solutions
</p>
</div>
<svg class="w-5 h-5 text-gray-400 ml-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
@@ -621,7 +621,7 @@
</a>
<!-- IRS Official -->
<a href="https://www.irs.gov/retirement-plans/secure-20-act-of-2022-rmd-and-other-changes-affecting-retirement-plans"
<a href="https://www.irs.gov/retirement-plans/plan-sponsor/401k-plan-overview"
target="_blank"
rel="noopener noreferrer"
class="block p-4 border border-gray-200 rounded-lg hover:bg-gray-50 transition-colors">
@@ -766,6 +766,102 @@ Best regards,
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-gray-300 py-12">
<div class="container mx-auto px-6">
<div class="grid md:grid-cols-3 gap-8">
<!-- About -->
<div>
<h3 class="text-white font-semibold mb-4">About This Calculator</h3>
<p class="text-sm">
A free tool to help employees and employers understand the impact of SECURE Act 2.0
student loan 401(k) matching provisions.
</p>
</div>
<!-- Resources -->
<div>
<h3 class="text-white font-semibold mb-4">Resources</h3>
<ul class="space-y-2 text-sm">
<li>
<a href="https://www.irs.gov/retirement-plans/plan-sponsor/401k-plan-overview"
target="_blank"
rel="noopener noreferrer"
class="hover:text-white transition-colors">
IRS SECURE Act 2.0 Guidance
</a>
</li>
<li>
<a href="https://www.fidelityworkplace.com/s/studentdebt-retirement"
target="_blank"
rel="noopener noreferrer"
class="hover:text-white transition-colors">
Fidelity Student Debt Solutions
</a>
</li>
<li>
<a href="https://projects.ansonbiggs.com"
target="_blank"
rel="noopener noreferrer"
class="hover:text-white transition-colors">
More Projects
</a>
</li>
</ul>
</div>
<!-- Connect -->
<div>
<h3 class="text-white font-semibold mb-4">Connect</h3>
<ul class="space-y-2 text-sm">
<li>
<a href="https://ansonbiggs.com"
target="_blank"
rel="noopener noreferrer"
class="hover:text-white transition-colors">
About Anson
</a>
</li>
<li>
<a href="https://bsky.app/profile/ansonbiggs.com"
target="_blank"
rel="noopener noreferrer"
class="hover:text-white transition-colors">
Bluesky
</a>
</li>
<li>
<a href="https://gitlab.com/MisterBiggs"
target="_blank"
rel="noopener noreferrer"
class="hover:text-white transition-colors">
GitLab
</a>
</li>
<li>
<a href="https://notes.ansonbiggs.com"
target="_blank"
rel="noopener noreferrer"
class="hover:text-white transition-colors">
Blog
</a>
</li>
</ul>
</div>
</div>
<div class="mt-8 pt-8 border-t border-gray-800 text-center text-sm">
<p>
Built by <a href="https://ansonbiggs.com" class="text-blue-400 hover:text-blue-300">Anson Biggs</a>
• Aerospace Engineer & Software Developer
</p>
<p class="mt-2 text-gray-500">
This calculator is for informational purposes only. Consult your HR department and financial advisor for specific guidance.
</p>
</div>
</div>
</footer>
<script>
function calculator() {
return {

BIN
og-image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB