Skip to content

Commit

Permalink
fix: add spacing between paragraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
rayhanadev committed Feb 10, 2025
1 parent 73414df commit c50dddf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "4.0.7",
"@astrojs/mdx": "4.0.8",
"@astrojs/partytown": "2.1.3",
"@astrojs/react": "4.2.0",
"@astrojs/rss": "4.0.11",
Expand All @@ -27,7 +27,7 @@
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.0",
"@types/react-dom": "^19.0.3",
"astro": "5.1.10",
"astro": "5.2.5",
"astro-capo": "^0.0.1",
"astro-og-canvas": "^0.5.6",
"astro-seo": "^0.8.4",
Expand Down
6 changes: 6 additions & 0 deletions src/content/blog/posts/_2025-01-27-education.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ description: Thoughts on unstructured, accessible, education.
tags:
- education
---
For the longest time, I've wanted to be a teacher. There is something remarkable in seeing the spark in people when they understand a concept or they build something themselves. I've been fortunate to have many amazing teachers throughout my lifetime.

When I worked with [Replit](https://replit.com) circa 2023, I was hooked on the idea of democratizing access to programming. During that time, their mission was to create the next 10 million developers. They had made access to Replit free for educators, made the best online code editor, created a community for people to share projects, and even built a freelance platform for students to win their first "bounty" and make real money.

As with many companies struggling to profit in the edtech space, Replit decided to pivot, unfortunately leaving behind that mission of empowering students and instead building tools to empower others. I still loved the problems being worked on at Replit and decided to stay for another six months before I moved on, but it had made me realize. **It's really fucking hard to build for students.**

2 changes: 1 addition & 1 deletion src/pages/thoughts/[id].astro
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export async function getStaticPaths() {
</div>
</div>
<div
class="flex flex-col items-start justify-start prose-sm lg:prose prose-zinc lg:ml-[15px] text-lg lg:text-[24px] w-full"
class="flex flex-col items-start justify-start prose-sm lg:prose prose-zinc lg:ml-[15px] text-lg lg:text-[24px] w-full gap-5"
>
<Content />
<div class="pb-16"></div>
Expand Down

0 comments on commit c50dddf

Please sign in to comment.