Showing
3 changed files
with
1 additions
and
75 deletions
... | @@ -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> | ... | ... |
... | @@ -80,7 +80,7 @@ create table _comment( | ... | @@ -80,7 +80,7 @@ create table _comment( |
80 | >건의사항: suggestion_board | 80 | >건의사항: suggestion_board |
81 | 81 | ||
82 | --- | 82 | --- |
83 | -### 최종 수정: 2021-12-01 18:20<br> | 83 | +### 최종 수정: 2021-12-02 02:22<br> |
84 | ### 수정 내용: | 84 | ### 수정 내용: |
85 | 1. 채팅 구현(팝업) | 85 | 1. 채팅 구현(팝업) |
86 | 2. 시간 실시간 반영 | 86 | 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> | ... | ... |
-
Please register or login to post a comment