-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconsult.html
38 lines (33 loc) · 1.52 KB
/
consult.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style_consult.css">
<link href="https://fonts.googleapis.com/css2?family=Song+Myung&display=swap" rel="stylesheet">
</head>
<body>
<h1>상담사 매칭</h1>
<div class="boxone" style="cursor:pointer;" onclick="location.href='http://www.cyber1388.kr/new_/confirm_chat.asp?id=board_chat';">온라인으로 상담하기</div>
<div class="boxtwo" style="cursor:pointer;" onclick="location.href='https://www.mommos.co.kr/qna/?mod=editor&pageid=1';">관련 기관 상담 예약하기</div>
<div class="boxthree" style="cursor:pointer;" onclick="location.href='https://insungtherapy.modoo.at/';">인성심리상담센터 바로가기</div>
<div class="boxfour" style="cursor:pointer;" onclick="location.href='https://www.moe.go.kr/main.do?s=moe';">교육부 바로가기</div>
<div class="bottom_menu">
<div>
<img src="img/menu_write.png" onclick="location.href='save_result.html'">
</div>
<div>
<img src="img/menu_book.png" onclick="location.href='today_recommend.html'">
</div>
<div>
<img src="img/menu_home.png"onclick="location.href='chatgpt.html'">
</div>
<div>
<img src="img/menu_mypage.png" onclick="location.href='MyPage.html'">
</div>
<div>
<img src="img/menu_setting.png">
</div>
</div>
</body>
</html>