Skip to content

Commit

Permalink
Update chat
Browse files Browse the repository at this point in the history
  • Loading branch information
Hot-dong committed Jul 6, 2023
1 parent 1b47e4e commit b4ac84b
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions src/main/resources/templates/chat.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="../static/css/output.css" rel="stylesheet">
<link href="/css/output.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap" rel="stylesheet"/>
<title>Chat</title>
</head>
Expand Down Expand Up @@ -40,21 +40,13 @@
<div class="relative h-full px-14 pt-7 grid grid-rows-6 grid-cols-4 gap-7 overflow-auto">

<div id="chats" class="col-span-3 row-span-5 p-5 border rounded-lg shadow-lg space-y-3 overflow-y-scroll no-scrollbar">
<div class="process w-fit mb-2 p-2 pl-4 pr-16 bg-violet-200 rounded-lg text-sm flex flex-col">
<span>안녕하세요. 저는 사용자님께 알맞는 취업 정보를 제공해 드릴 김비서 입니다.</span>
<a class="block bg-white text-violet-400 p-2 rounded-3xl text-sm flex items-center justify-center mt-3 cursor-pointer">
나는 문어가 되고 싶어.
</a>
<a class="block bg-white text-violet-400 p-2 rounded-3xl text-sm flex items-center justify-center mt-3 cursor-pointer">
너는 담장 너머로 뻗은 나무 가지에 푸른 열매처럼
</a>
<a class="block bg-white text-violet-400 p-2 rounded-3xl text-sm flex items-center justify-center mt-3 cursor-pointer">
사전정보 입력하기
</a>
<a class="block bg-white text-violet-400 p-2 rounded-3xl text-sm flex items-center justify-center mt-3 cursor-pointer">
사전정보 입력하기
</a>
</div>
<!-- <img src="/images/logo-32.png" class="w-7 h-7 rounded-lg">-->
<!-- <div class="process w-fit mb-2 p-2 pl-4 pr-16 bg-violet-200 rounded-lg text-sm flex flex-col">-->
<!-- <span>안녕하세요. 저는 사용자님께 알맞는 취업 정보를 제공해 드릴 김비서 입니다.</span>-->
<!-- <a class="block w-fit bg-white text-violet-400 px-4 py-2 rounded-3xl text-sm flex items-center justify-center mt-3 cursor-pointer">-->
<!-- 나는 문어가 되고 싶어.-->
<!-- </a>-->
<!-- </div>-->
<!-- 사전정보가 없을시-->
<!-- <div class="w-full h-full flex flex-col items-center justify-center">-->
<!-- <span class="font-bold">더 정확한 분석 결과를 위해 사전정보를 입력해주세요.</span>-->
Expand Down Expand Up @@ -345,6 +337,6 @@
</script>
<script src="/js/chatInput.js"></script>
<script src="/js/chatResult.js"></script>
<script src="../static/js/flowbite.min.js"></script>
<script src="../static/js/index.js"></script>
<script src="/js/flowbite.min.js"></script>
<script src="/js/infomation.js"></script>
</html>

0 comments on commit b4ac84b

Please sign in to comment.