Showing
1 changed file
with
16 additions
and
7 deletions
1 | # 맛집지도 : 실시간 맛집 정보 공유 플랫폼 | 1 | # 맛집지도 : 실시간 맛집 정보 공유 플랫폼 |
2 | +<html> | ||
3 | + <head> | ||
4 | + <style> | ||
5 | + flex-container {display: flex; flex-direction: row;}</style> | ||
6 | + </head> | ||
2 | <div align="center"> | 7 | <div align="center"> |
3 | <h4>📚 STACKS</h4> | 8 | <h4>📚 STACKS</h4> |
4 | </div> | 9 | </div> |
5 | <div align="center"> | 10 | <div align="center"> |
6 | - <img src="https://img.shields.io/badge/html-E34F26?style=for-the-badge&logo=html5&logoColor=white"> <img src="https://img.shields.io/badge/css-1572B6?style=for-the-badge&logo=css3&logoColor=white"> <img src="https://img.shields.io/badge/node.js-339933?style=for-the-badge&logo=Node.js&logoColor=white"> <img src="https://img.shields.io/badge/express-000000?style=for-the-badge&logo=express&logoColor=white"> | 11 | + <div class="flex-container"> |
7 | - <br> | 12 | + <img src="https://img.shields.io/badge/html-E34F26?style=for-the-badge&logo=html5&logoColor=white"> <img src="https://img.shields.io/badge/css-1572B6?style=for-the-badge&logo=css3&logoColor=white"> <img src="https://img.shields.io/badge/node.js-339933?style=for-the-badge&logo=Node.js&logoColor=white"> <img src="https://img.shields.io/badge/express-000000?style=for-the-badge&logo=express&logoColor=white"> |
8 | - <img src="https://img.shields.io/badge/AWS EC2-232F3E?style=for-the-badge&logo=amazon%20aws&logoColor=white"/> <img src="https://img.shields.io/badge/NGINX-009639?style=for-the-badge&logo=NGINX&logoColor=white"> <img src="https://img.shields.io/badge/socket.io-010101?style=for-the-badge&logo=socket.io&logoColor=white"> | 13 | + <br> |
9 | - <br> | 14 | + <img src="https://img.shields.io/badge/AWS EC2-232F3E?style=for-the-badge&logo=amazon%20aws&logoColor=white"/> <img src="https://img.shields.io/badge/NGINX-009639?style=for-the-badge&logo=NGINX&logoColor=white"> <img src="https://img.shields.io/badge/socket.io-010101?style=for-the-badge&logo=socket.io&logoColor=white"> |
10 | - <img src="https://img.shields.io/badge/AWS RDS-232F3E?style=for-the-badge&logo=amazon%20aws&logoColor=white"/> <img src="https://img.shields.io/badge/mysql-4479A1?style=for-the-badge&logo=mysql&logoColor=white"> | 15 | + <br> |
11 | - <br> | 16 | + <img src="https://img.shields.io/badge/AWS RDS-232F3E?style=for-the-badge&logo=amazon%20aws&logoColor=white"/> <img src="https://img.shields.io/badge/mysql-4479A1?style=for-the-badge&logo=mysql&logoColor=white"> |
17 | + <br> | ||
18 | + </div> | ||
12 | </div> | 19 | </div> |
13 | <div align="center"> | 20 | <div align="center"> |
14 | <img src="/uploads/f2c62af097272859d8f37acda908d6aa/그림1.png" width="200" height="200"> | 21 | <img src="/uploads/f2c62af097272859d8f37acda908d6aa/그림1.png" width="200" height="200"> |
... | @@ -21,4 +28,6 @@ | ... | @@ -21,4 +28,6 @@ |
21 | ## Roadmap | 28 | ## Roadmap |
22 | ## Contributing | 29 | ## Contributing |
23 | ## License | 30 | ## License |
24 | -## Contact | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
31 | +## Contact | ||
32 | + | ||
33 | +</html> | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment