Skip to content

Commit

Permalink
fix: Blog, Portfolio
Browse files Browse the repository at this point in the history
- 블로그 글 수정
- 블로그 아키텍쳐 이미지 추가
- 포트폴리오 아키텍쳐 이미지 추가
  • Loading branch information
Sniij committed Dec 15, 2024
1 parent 3bb4d7a commit 8a57433
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
12 changes: 10 additions & 2 deletions deploy/content/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ Blog
<hr style="margin: 1rem 0px 1rem 0px;">
<h3>🛒 Skills</h3>
<p style="font-family: 'Pretendard-Regular';">
- Back-end : Java 17, Spring boot 3, Spring Security(OAuth2+JWT), MongoDB, AWS(Lambda, API Gateway) <br/>
- Front-end : TypeScript, Next JS 13, tailwind css, content layer, Redis, AWS(Route 53), Vercel(Deploy) <br/>
- Back-end : Java 17, Spring boot 3, Spring Security(OAuth2+JWT), MongoDB Atlas, Redis <br/>
- Front-end : TypeScript, Next JS 13, tailwind css, content layer <br/>
- DevOps : GitHub Actions, AWS(Route 53, API Gateway, Lambda), Vercel <br/>
</p>
<hr style="margin: 1rem 0px 1rem 0px;">
<h3>📚 Summary</h3>
Expand All @@ -27,6 +28,13 @@ Blog
</p>
<hr style="margin: 1rem 0px 1rem 0px;">
<h3>⛓ Architecture</h3>
<p>
- Full: <br/>
<a href="images/blog_img/blog_archi.png" target="_blank" class="image main" style="width: 70%;">
<img src="images/blog_img/blog_archi.png" alt="blog_archi.png"/>
</a>
</p>
<hr style="margin: 1rem 0px 1rem 0px;">
<p>
- Back: <br/>
<img
Expand Down
7 changes: 7 additions & 0 deletions deploy/content/portfolio.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
- Deployment : Github action, AWS S3, AWS CloudFront, AWS Route 53
</p>
<hr style="margin: 1rem 0px 1rem 0px;">
<h3>⛓ Architecture</h3>
<p>
<a href="images/portfolio_img/portfolio_archi.png" target="_blank" class="image main" style="width: 70%;">
<img src="images/portfolio_img/portfolio_archi.png" alt="portfolio_archi.png"/>
</a>
</p>
<hr style="margin: 1rem 0px 1rem 0px;">
<h3>📚 Summary</h3>
<p style="font-family: 'Pretendard-Regular';">
제 포트폴리오를 작성하면서 PDF 등의 표현으로만은 아쉬워 직접 포트폴리오 웹을 만들어보고자 제작하게 됐습니다.
Expand Down
Binary file added deploy/images/blog_img/blog_archi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added deploy/images/portfolio_img/portfolio_archi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8a57433

Please sign in to comment.