Toggle navigation
Toggle navigation
This project
Loading...
Sign in
최시원
/
Singer-Composer
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
choi
2021-12-03 04:33:42 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
d1b144285bbb2ef893bb3f84b3068c3dab27c4f4
d1b14428
2 parents
f1da9488
0a59b468
Merge branch 'master' of
http://khuhub.khu.ac.kr/2017104034/Singer-Composer
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
75 deletions
public/main.html
readme.md
views/main.ejs
public/main.html
View file @
d1b1442
...
...
@@ -133,43 +133,6 @@
<section
class=
"call-to-action text-white text-center"
id=
"signup"
>
<div
class=
"container position-relative"
>
<div
class=
"row justify-content-center"
>
<div
class=
"col-xl-6"
>
<h2
class=
"mb-4"
>
Ready to get started? Sign up now!
</h2>
<!-- Signup form-->
<!-- * * * * * * * * * * * * * * *-->
<!-- * * SB Forms Contact Form * *-->
<!-- * * * * * * * * * * * * * * *-->
<!-- This form is pre-integrated with SB Forms.-->
<!-- To make this form functional, sign up at-->
<!-- https://startbootstrap.com/solution/contact-forms-->
<!-- to get an API token!-->
<form
class=
"form-subscribe"
id=
"contactFormFooter"
data-sb-form-api-token=
"API_TOKEN"
>
<!-- Email address input-->
<div
class=
"row"
>
<div
class=
"col"
>
<input
class=
"form-control form-control-lg"
id=
"IDBelow"
type=
"text"
placeholder=
"ID"
data-sb-validations=
"required"
/>
<div
class=
"invalid-feedback text-white"
data-sb-feedback=
"IDBelow:required"
>
ID를 입력하세요.
</div>
</div>
<div
class=
"col-auto"
><button
class=
"btn btn-primary btn-lg disabled"
id=
"submitButton"
type=
"submit"
>
회원가입
</button></div>
</div>
<!-- Submit success message-->
<!---->
<!-- This is what your users will see when the form-->
<!-- has successfully submitted-->
<div
class=
"d-none"
id=
"submitSuccessMessage"
>
<div
class=
"text-center mb-3"
>
<div
class=
"fw-bolder"
>
Form submission successful!
</div>
<p>
To activate this form, sign up at
</p>
<a
class=
"text-white"
href=
"https://startbootstrap.com/solution/contact-forms"
>
https://startbootstrap.com/solution/contact-forms
</a>
</div>
</div>
<!-- Submit error message-->
<!---->
<!-- This is what your users will see when there is-->
<!-- an error submitting the form-->
<div
class=
"d-none"
id=
"submitErrorMessage"
><div
class=
"text-center text-danger mb-3"
>
Error sending message!
</div></div>
</form>
</div>
</div>
</div>
</section>
...
...
readme.md
View file @
d1b1442
...
...
@@ -87,7 +87,7 @@ create table picvideo(
>건의사항: suggestion_board
---
### 최종 수정: 2021-12-0
1 18:20
<br>
### 최종 수정: 2021-12-0
2 02:22
<br>
### 수정 내용:
1.
채팅 구현(팝업)
2.
시간 실시간 반영
...
...
views/main.ejs
View file @
d1b1442
...
...
@@ -133,43 +133,6 @@
<section
class=
"call-to-action text-white text-center"
id=
"signup"
>
<div
class=
"container position-relative"
>
<div
class=
"row justify-content-center"
>
<div
class=
"col-xl-6"
>
<h2
class=
"mb-4"
>
Ready to get started? Sign up now!
</h2>
<!-- Signup form-->
<!-- * * * * * * * * * * * * * * *-->
<!-- * * SB Forms Contact Form * *-->
<!-- * * * * * * * * * * * * * * *-->
<!-- This form is pre-integrated with SB Forms.-->
<!-- To make this form functional, sign up at-->
<!-- https://startbootstrap.com/solution/contact-forms-->
<!-- to get an API token!-->
<form
class=
"form-subscribe"
id=
"contactFormFooter"
data-sb-form-api-token=
"API_TOKEN"
>
<!-- Email address input-->
<div
class=
"row"
>
<div
class=
"col"
>
<input
class=
"form-control form-control-lg"
id=
"IDBelow"
type=
"text"
placeholder=
"ID"
data-sb-validations=
"required"
/>
<div
class=
"invalid-feedback text-white"
data-sb-feedback=
"IDBelow:required"
>
ID를 입력하세요.
</div>
</div>
<div
class=
"col-auto"
><button
class=
"btn btn-primary btn-lg disabled"
id=
"submitButton"
type=
"submit"
>
회원가입
</button></div>
</div>
<!-- Submit success message-->
<!---->
<!-- This is what your users will see when the form-->
<!-- has successfully submitted-->
<div
class=
"d-none"
id=
"submitSuccessMessage"
>
<div
class=
"text-center mb-3"
>
<div
class=
"fw-bolder"
>
Form submission successful!
</div>
<p>
To activate this form, sign up at
</p>
<a
class=
"text-white"
href=
"https://startbootstrap.com/solution/contact-forms"
>
https://startbootstrap.com/solution/contact-forms
</a>
</div>
</div>
<!-- Submit error message-->
<!---->
<!-- This is what your users will see when there is-->
<!-- an error submitting the form-->
<div
class=
"d-none"
id=
"submitErrorMessage"
><div
class=
"text-center text-danger mb-3"
>
Error sending message!
</div></div>
</form>
</div>
</div>
</div>
</section>
...
...
Please
register
or
login
to post a comment