forked from pending-done/Intro
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubPage_jy.html
More file actions
158 lines (149 loc) · 6.93 KB
/
subPage_jy.html
File metadata and controls
158 lines (149 loc) · 6.93 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport"
content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width" />
<title>subPage</title>
</head>
<link rel="stylesheet" href="index.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="common.css">
<link href="https://fonts.googleapis.com/css2?family=Playwrite+HR:wght@100..400&display=swap" rel="stylesheet" />
<link href="guest_book.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-latest.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script type="module" src="./scripts/guest_book.js"></script>
<script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
<body>
<input type="hidden" value="이준열" id="myName">
<div id="header"></div>
<div class="header">
<h2>INTRODUCE OUR TEAM</h2>
<div class="memberIntroduce">
<div class="image">
<img src="./img/이준열_1.png" alt="프로필사진" />
</div>
<div class="introBox">
<div class="box box1">
<p id="name">이준열</p>
</div>
<div class="box box2">
<p>INTRODUCE MYSELF, INTP</p>
</div>
<div class="box box3">
<p>호기심이 많아 새로이 배우는 것을 좋아하고 제가 작성한 코드가 잘 동작할 때 즐거움을 느낍니다.</p>
</div>
<div class="box box4">
<p>기간 내에 마무리 하는 것을 중요시하며, 여유로운 마감이 될 수 있도록 초반에 열심히 합니다. </p>
</div>
<div class="box box5">
<p>LINK</p>
<a href="블로그주소넣기"><ion-icon name="logo-github"></ion-icon></a>
<a href="블로그주소넣기"><ion-icon name="logo-venmo"></ion-icon></a>
</div>
</div>
</div>
</div>
<div class="section">
<div class="beforeButton">
<a href="subPage_jm.html">
<svg id="before" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
style="fill: rgba(0, 0, 0, 1);transform: msFilter;">
<path
d="m4.431 12.822 13 9A1 1 0 0 0 19 21V3a1 1 0 0 0-1.569-.823l-13 9a1.003 1.003 0 0 0 0 1.645z">
</path>
</svg>
</a>
<p class="showP">최지민</p>
</div>
<div class="afterButton">
<p class="showP">정민지</p>
<a href="subPage_mj.html">
<svg id="after" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
style="fill: rgba(0, 0, 0, 1);transform: msFilter;">
<path
d="M5.536 21.886a1.004 1.004 0 0 0 1.033-.064l13-9a1 1 0 0 0 0-1.644l-13-9A1 1 0 0 0 5 3v18a1 1 0 0 0 .536.886z">
</path>
</svg>
</a>
</div>
</div>
<div id="guestbook">
<h2>방명록</h2>
<div class="input-container">
<div class="input-name-pw-container">
<input type="text" class="input-name" id="guest-name" placeholder="이름" />
<input type="password" class="input-pw" id="guest-pw" placeholder="비밀번호" maxlength="4" />
<div class="input-submit-container">
<!-- <button onclick="addEntry()">등록</button> -->
<button id="addEntry">등록</button>
</div>
</div>
<div class="input-message-container">
<textarea type="text" class="input-message" id="guest-message" placeholder="내용을 입력하세요"></textarea>
</div>
</div>
<div class="guestbook-entries" id="guestbook-entries">
<!-- Guestbook entries will be added here -->
</div>
</div>
<div id="footer"></div>
<!-- 비밀번호 모달 -->
<div class="modal fade" id="passwordModal" tabindex="-1" aria-labelledby="exampleModalLabel" style="display: none;"
aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-2" id="exampleModalLabel">Password</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<form>
<div class="mb-3">
<label for="recipient-name" class="col-form-label">비밀번호를 입력하세요:</label>
<input type="password" class="form-control" id="inputPw" maxlength="4">
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal"
onclick="closeModal()">닫기</button>
<button type="button" class="btn btn-primary" id="validPassword">확인</button>
</div>
</div>
</div>
</div>
<script>
// 화살표 hover Effect
$(document).ready(function () {
$("#after").hover(function () {
$(".showP").addClass("hoverEffect");
}, function () {
$(function () {
$(".showP").removeClass("hoverEffect");
})
})
})
$(document).ready(function () {
$("#before").hover(function () {
$("beforeShowP").addClass("hoverEffect");
}, function () {
$(function () {
$("beforeShowP").removeClass("hoverEffect");
})
})
})
</script>
<!-- <script src="script.js"></script> -->
<script src="./headerFooter.js"></script>
<script src="https://www.gstatic.com/firebasejs/10.7.2/firebase-app-compat.js"></script>
<script src="https://www.gstatic.com/firebasejs/10.7.2/firebase-firestore-compat.js"></script>
<script src="scroll.js"></script>
</body>
</html>