Skip to content

Commit

Permalink
Merge pull request #84 from sony-mathew/feature/blog-hiring-top-talent
Browse files Browse the repository at this point in the history
Feature: Blog hiring top talent
  • Loading branch information
sony-mathew authored Jan 8, 2025
2 parents 38175f4 + 398340d commit bfe0723
Show file tree
Hide file tree
Showing 5 changed files with 239 additions and 16 deletions.
28 changes: 14 additions & 14 deletions site/pages/projects/sip-calculator.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,20 @@ export default function Home() {
<h2 className={utilStyles.headingLg}>Systematic Investment Plan Calculator</h2>

<h3 className="pt-8">Calculator</h3>

<div className="pt-10">
This is my capsule sized financial advice on investments:
<ol>
<li>Compounding is powerful</li>
<li>Start small</li>
<li>Start now</li>
<li>Read about Systematic Investment Plans</li>
<li>
Comprehensive reading material on &nbsp;
<Link href="https://zerodha.com/varsity/module/personalfinance/" target="_blank">personal finance</Link>
</li>
</ol>
</div>

<div className="grid grid-rows-2 md:grid-cols-2 md:grid-rows-none gap-8 mt-10">

Expand Down Expand Up @@ -204,20 +218,6 @@ export default function Home() {
</table>
</div>

<div className="pt-10">
This is my capsule sized financial advice on investments:
<ol>
<li>Compounding is powerful</li>
<li>Start small</li>
<li>Start now</li>
<li>Read about Systematic Investment Plans</li>
<li>
Comprehensive reading material on &nbsp;
<Link href="https://zerodha.com/varsity/module/personalfinance/" target="_blank">personal finance</Link>
</li>
</ol>
</div>

</article>
</Layout>
);
Expand Down
Loading

0 comments on commit bfe0723

Please sign in to comment.