-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
206 lines (156 loc) · 8.22 KB
/
index.html
File metadata and controls
206 lines (156 loc) · 8.22 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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dipping</title>
<link rel="stylesheet" href="./src/css/common.css" />
<link rel="stylesheet" href="./src/css/ahyun.css" />
<link rel="stylesheet" href="./src/css/jeongmin.css" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<style>
</style>
</head>
<body>
<!-- 본인 js 파일 정리 -->
<script src="./src/js/ahyun.js"></script>
<script type="module" src="./src/js/jeongmin.js"></script>
<!-- 모달 백그라운드 검게 -->
<div class="fullscreen-div " id="fullScreen">
</div>
<!-- 헤더 내비게이션 바바 -->
<header id="header-box" class="d-flex align-items-center justify-content-center py-3 w-100">
<ul class="nav nav-pills">
<li id="logo" class="nav-item d-flex justify-content-center">
<a href="./index.html" class="d-flex justify-content-center">
<img src="./asset/찍먹파 로고.png" width="10%" alt="찍먹파 로고">
</a>
</li>
</ul>
<a href="./members.html" class="d-flex justify-content-center">
<button id="guest-button">방명록</button>
</a>
</header>
<!-- team 소개 컨테이너너 -->
<div class="team-container d-flex justify-content-center">
<div class="p-3 mb-4 bg-body-tertiary rounded-3 position-relative" style="margin-top:50px; ">
<div>
<div class="team-introduce">
<img src="./asset/찍먹파 로고.png" width="20%">
<div class="team-sentence">를 소개합니다</div>
</div>
<div class="d-flex align-items-center" style="margin-top: 0px; justify-content: center;">
<!-- 이미지 영역 -->
<div>
<img src="./asset/15조 팀사진.png" class="team-pic">
</div>
<!-- 이미지 옆 설명 영역 -->
<div class="team-info p-3 ms-3" style="align-items: center;">
<p>탕수육도 <span class="bold">찍먹</span>, 코딩도 <span class="bold">찍먹</span></p>
<p>이제<span class="bold bumeok" style="color: #922507;"> 코딩은 부먹</span>이고 싶습니다.</p>
<a href="https://github.com/mo00ai/Dipping" class="github-address ">찍먹파 Github</a>
</div>
</div>
</div>
</div>
</div>
<!-- 팀원 추가 버튼 -->
<div class="button-container">
<button id="team-add">팀원 추가</button>
</div>
<!-- 추가버튼 클릭시 모달-->
<div class="modal" id="profileCreateModal">
<div class="modal-content">
<!-- 이미지 업로드 영역 -->
<!-- ✅ 이미지 선택 모달 -->
<div id="image-select-modal">
<div class="modal-content">
<h3>프로필 카드 작성😊</h3>
<button class="upload-btn" id="upload-btn">프로필 사진 바꾸기</button>
<img class="modal-image" id="modal-update-image" src="" alt="">
</div>
</div>
<div class="input-group flex-nowrap">
<span class="input-group-text" id="addon-wrapping">팀원명</span>
<input type="text" class="form-control" id="nameInput" placeholder="이름 입력" aria-label="Username"
aria-describedby="addon-wrapping">
</div>
<div class="input-group flex-nowrap">
<span class="input-group-text" id="addon-wrapping">MBTI</span>
<input type="text" class="form-control" id="mbtiInput" placeholder="MBTI 입력" aria-label="Username"
aria-describedby="addon-wrapping">
</div>
<div class="input-group flex-nowrap">
<span class="input-group-text" id="addon-wrapping">블로그</span>
<input type="text" class="form-control" id="blogInput" placeholder="블로그 링크 입력" aria-label="Username"
aria-describedby="addon-wrapping">
</div>
<div class="input-group flex-nowrap">
<span class="input-group-text" id="addon-wrapping">포부</span>
<input type="text" class="form-control" id="planInput" placeholder="포부 입력" aria-label="Username"
aria-describedby="addon-wrapping">
</div>
<div class="btn-group" role="group" aria-label="Default button group">
<button type="button" class="btn btn-outline-warning" id="modal_addBtn">추가</button>
<button type="button" class="btn btn-outline-warning" id="modal_cancelBtn">취소</button>
</div>
</div>
</div>
<!-- 팀원카드 목록 -->
<div>
<div class="container my-5">
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 row-cols-lg-5 g-4"
style="width:93%; margin-left: 40px;">
<!-- 카드 -->
</div>
</div>
</div>
<!-- 팀원 상세정보 모달 -->
<div class="modal" id="profileModal">
<div class="modal-content">
<button type="button" class="close-btn" id="closeModalBtn" aria-label="Close">닫기</button>
<img class="modal-image" id="modal-profile-image" src="" alt="">
<div class="input-group flex-nowrap">
<span class="input-group-text" id="addon-wrapping">팀원명</span>
<input type="text" class="form-control" placeholder="이름 입력" aria-label="Username"
aria-describedby="addon-wrapping" id="nameUpdate">
</div>
<div class="input-group flex-nowrap">
<span class="input-group-text" id="addon-wrapping">MBTI</span>
<input type="text" class="form-control" placeholder="MBTI 입력" aria-label="Username"
aria-describedby="addon-wrapping" id="mbtiUpdate">
</div>
<div class="input-group flex-nowrap">
<span class="input-group-text" id="addon-wrapping">블로그</span>
<input type="text" class="form-control" placeholder="블로그 링크 입력" aria-label="Username"
aria-describedby="addon-wrapping" id="blogUpdate">
</div>
<div class="input-group flex-nowrap">
<span class="input-group-text" id="addon-wrapping">포부</span>
<input type="text" class="form-control" placeholder="포부 입력" aria-label="Username"
aria-describedby="addon-wrapping" id="planUpdate">
</div>
<div class="btn-group" role="group" aria-label="Default button group">
<button type="button" class="btn btn-outline-warning" id="modal_updateBtn">수정</button>
<button type="button" class="btn btn-outline-warning" id="modal_deleteBtn">삭제</button>
</div>
</div>
</div>
<!-- footer -->
<footer id="footer-box"
class="d-flex flex-wrap justify-content-between my-4 align-items-center py-3 border-top w-100"
style="margin-bottom: 0px;">
<div class="col-md-4 ms-3">
<p class="mb-0 text-body-secondary footer-p ms-3">내일배움캠프</p>
<p class="mb-0 text-body-secondary footer-p ms-3">미니 프로젝트</p>
<p class="mb-0 text-body-secondary footer-p ms-3">성재현, 윤예진, 조아현, 채정민, 황기하</p>
</div>
<a href=""
class="col-md-4 d-flex align-items-center justify-content-center mb-3 mb-md-0 me-md-auto link-body-emphasis text-decoration-none">
<img src="./asset/찍먹파 로고.png" id="footer-image" width="25%">
</a>
</footer>
</body>
</html>