forked from kookmin-sw/capstone-2024-15
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request kookmin-sw#93 from JisuuungKim/master
fix. github-pages 세팅 및 내용 수정
- Loading branch information
Showing
9 changed files
with
301 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,8 @@ github_username: jekyll | |
|
||
# Build settings | ||
theme: minima | ||
minima: | ||
skin: default | ||
plugins: | ||
- jekyll-feed | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,28 @@ | ||
<section class="development-info"> | ||
<h2>기술 스택</h2> | ||
<hr> | ||
<p>Frontend</p> | ||
<img src="https://img.shields.io/badge/Next.js-000000?style=for-the-badge&logo=Spring&logoColor=white"/> | ||
<img src="https://img.shields.io/badge/react-61DAFB?style=for-the-badge&logo=oracle&logoColor=white"/> | ||
<p>Backend</p> | ||
<img src="https://img.shields.io/badge/NestJS-E0234E?style=for-the-badge&logo=java&logoColor=white"/> | ||
<img src="https://img.shields.io/badge/postgresql-4169E1?style=for-the-badge&logo=java&logoColor=white"/> | ||
<img src="https://img.shields.io/badge/AWS-%23FF9900.svg?style=for-the-badge&logo=amazon-aws&logoColor=white"/> | ||
<p>AI</p> | ||
<img src="https://img.shields.io/badge/chatGPT-74aa9c?style=for-the-badge&logo=openai&logoColor=white"/> | ||
<img src="https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54"/> | ||
<div class="development-info"> | ||
<div> | ||
<h2>기술 스택</h2> | ||
<hr> | ||
<p>Frontend</p> | ||
<img src="https://img.shields.io/badge/Next.js-000000?style=for-the-badge&logo=Spring&logoColor=white"/> | ||
<img src="https://img.shields.io/badge/react-61DAFB?style=for-the-badge&logo=oracle&logoColor=white"/> | ||
<p>Backend</p> | ||
<img src="https://img.shields.io/badge/NestJS-E0234E?style=for-the-badge&logo=java&logoColor=white"/> | ||
<img src="https://img.shields.io/badge/postgresql-4169E1?style=for-the-badge&logo=java&logoColor=white"/> | ||
<img src="https://img.shields.io/badge/AWS-%23FF9900.svg?style=for-the-badge&logo=amazon-aws&logoColor=white"/> | ||
<p>AI</p> | ||
<img src="https://img.shields.io/badge/chatGPT-74aa9c?style=for-the-badge&logo=openai&logoColor=white"/> | ||
<img src="https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54"/> | ||
</div> | ||
<div> | ||
<h2>시스템 아키텍처</h2> | ||
<hr> | ||
<img src="https://github.com/kookmin-sw/capstone-2024-15/assets/67200721/3b0fa171-1d8e-4d49-8a2f-0894bce0a5b2" width="800" height="500"> | ||
<img src="../img/architecture.png" width="800" height="500"> | ||
</div> | ||
<div> | ||
<h2>시연 영상</h2> | ||
<hr> | ||
<div class="service-video"> | ||
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/UbH1HO6OxUY?si=2Gedn3kwkVbCIJV-" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> | ||
</div> | ||
</div> | ||
</section> | ||
</div> |
Oops, something went wrong.