choi
...@@ -133,43 +133,6 @@ ...@@ -133,43 +133,6 @@
133 <section class="call-to-action text-white text-center" id="signup"> 133 <section class="call-to-action text-white text-center" id="signup">
134 <div class="container position-relative"> 134 <div class="container position-relative">
135 <div class="row justify-content-center"> 135 <div class="row justify-content-center">
136 - <div class="col-xl-6">
137 - <h2 class="mb-4">Ready to get started? Sign up now!</h2>
138 - <!-- Signup form-->
139 - <!-- * * * * * * * * * * * * * * *-->
140 - <!-- * * SB Forms Contact Form * *-->
141 - <!-- * * * * * * * * * * * * * * *-->
142 - <!-- This form is pre-integrated with SB Forms.-->
143 - <!-- To make this form functional, sign up at-->
144 - <!-- https://startbootstrap.com/solution/contact-forms-->
145 - <!-- to get an API token!-->
146 - <form class="form-subscribe" id="contactFormFooter" data-sb-form-api-token="API_TOKEN">
147 - <!-- Email address input-->
148 - <div class="row">
149 - <div class="col">
150 - <input class="form-control form-control-lg" id="IDBelow" type="text" placeholder="ID" data-sb-validations="required" />
151 - <div class="invalid-feedback text-white" data-sb-feedback="IDBelow:required">ID를 입력하세요.</div>
152 - </div>
153 - <div class="col-auto"><button class="btn btn-primary btn-lg disabled" id="submitButton" type="submit">회원가입</button></div>
154 - </div>
155 - <!-- Submit success message-->
156 - <!---->
157 - <!-- This is what your users will see when the form-->
158 - <!-- has successfully submitted-->
159 - <div class="d-none" id="submitSuccessMessage">
160 - <div class="text-center mb-3">
161 - <div class="fw-bolder">Form submission successful!</div>
162 - <p>To activate this form, sign up at</p>
163 - <a class="text-white" href="https://startbootstrap.com/solution/contact-forms">https://startbootstrap.com/solution/contact-forms</a>
164 - </div>
165 - </div>
166 - <!-- Submit error message-->
167 - <!---->
168 - <!-- This is what your users will see when there is-->
169 - <!-- an error submitting the form-->
170 - <div class="d-none" id="submitErrorMessage"><div class="text-center text-danger mb-3">Error sending message!</div></div>
171 - </form>
172 - </div>
173 </div> 136 </div>
174 </div> 137 </div>
175 </section> 138 </section>
......
...@@ -87,7 +87,7 @@ create table picvideo( ...@@ -87,7 +87,7 @@ create table picvideo(
87 >건의사항: suggestion_board 87 >건의사항: suggestion_board
88 88
89 --- 89 ---
90 -### 최종 수정: 2021-12-01 18:20<br> 90 +### 최종 수정: 2021-12-02 02:22<br>
91 ### 수정 내용: 91 ### 수정 내용:
92 1. 채팅 구현(팝업) 92 1. 채팅 구현(팝업)
93 2. 시간 실시간 반영 93 2. 시간 실시간 반영
......
...@@ -133,43 +133,6 @@ ...@@ -133,43 +133,6 @@
133 <section class="call-to-action text-white text-center" id="signup"> 133 <section class="call-to-action text-white text-center" id="signup">
134 <div class="container position-relative"> 134 <div class="container position-relative">
135 <div class="row justify-content-center"> 135 <div class="row justify-content-center">
136 - <div class="col-xl-6">
137 - <h2 class="mb-4">Ready to get started? Sign up now!</h2>
138 - <!-- Signup form-->
139 - <!-- * * * * * * * * * * * * * * *-->
140 - <!-- * * SB Forms Contact Form * *-->
141 - <!-- * * * * * * * * * * * * * * *-->
142 - <!-- This form is pre-integrated with SB Forms.-->
143 - <!-- To make this form functional, sign up at-->
144 - <!-- https://startbootstrap.com/solution/contact-forms-->
145 - <!-- to get an API token!-->
146 - <form class="form-subscribe" id="contactFormFooter" data-sb-form-api-token="API_TOKEN">
147 - <!-- Email address input-->
148 - <div class="row">
149 - <div class="col">
150 - <input class="form-control form-control-lg" id="IDBelow" type="text" placeholder="ID" data-sb-validations="required" />
151 - <div class="invalid-feedback text-white" data-sb-feedback="IDBelow:required">ID를 입력하세요.</div>
152 - </div>
153 - <div class="col-auto"><button class="btn btn-primary btn-lg disabled" id="submitButton" type="submit">회원가입</button></div>
154 - </div>
155 - <!-- Submit success message-->
156 - <!---->
157 - <!-- This is what your users will see when the form-->
158 - <!-- has successfully submitted-->
159 - <div class="d-none" id="submitSuccessMessage">
160 - <div class="text-center mb-3">
161 - <div class="fw-bolder">Form submission successful!</div>
162 - <p>To activate this form, sign up at</p>
163 - <a class="text-white" href="https://startbootstrap.com/solution/contact-forms">https://startbootstrap.com/solution/contact-forms</a>
164 - </div>
165 - </div>
166 - <!-- Submit error message-->
167 - <!---->
168 - <!-- This is what your users will see when there is-->
169 - <!-- an error submitting the form-->
170 - <div class="d-none" id="submitErrorMessage"><div class="text-center text-danger mb-3">Error sending message!</div></div>
171 - </form>
172 - </div>
173 </div> 136 </div>
174 </div> 137 </div>
175 </section> 138 </section>
......