Skip to content

Commit

Permalink
chore: blog description
Browse files Browse the repository at this point in the history
  • Loading branch information
ebonian committed Oct 7, 2023
1 parent 6311a62 commit 394a8d2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions src/content/roadmap/backend-beginner.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ description: 'เส้นทางการเรียนรู้สู่ก
level: 'beginner'
---

## Fundamentals
Coming Soon!

<!-- ## Fundamentals
- JavaScript
- HTTP
- Database
- Docker
- Docker -->
5 changes: 4 additions & 1 deletion src/partials/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,10 @@ export const Blogs = () => {
<h2 className="text-xl font-bold text-slate-800 md:text-2xl">
Blogs
</h2>
<p>แหล่งรวมบทความ...</p>
<p>
บทความให้ความรู้สำหรับการพัฒนาซอฟต์แวร์จากพี่ ๆ
ในชมรม
</p>
</div>

<div className="grid grid-cols-2 gap-8">
Expand Down
2 changes: 1 addition & 1 deletion src/partials/blog/Blog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const Title = () => {
Thinc Blogs
</h1>
<p className="mt-2">
Lorem ipsum dolor sit amet consectetur adipisicing elit.
บทความให้ความรู้สำหรับการพัฒนาซอฟต์แวร์จากพี่ ๆ ในชมรม
</p>
</Section>
);
Expand Down

0 comments on commit 394a8d2

Please sign in to comment.