Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A new template of sign in form #116

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
43 changes: 43 additions & 0 deletions src/html/forms/forms-13.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<section class="fdb-block" style="background-image: url(imgs/shapes/5.svg);">
<div class="container">
<div class="row justify-content-center">
<div class="col-12 col-md-8 col-lg-7 col-md-5 text-center">
<div class="fdb-box">
<div class="row">
<div class="col">
<img style = "border-radius:50%;width:120px;height:120px;"class = "image-person" src = "https://www.w3schools.com/howto/img_avatar2.png" alt = "demo of photo" />
<h1>Join our little world!</h1>
</div>
</div>
<div class="row">
<div class="col mt-4">
<input type="text" class="form-control" placeholder="Your Full Name">
</div>
</div>
<div class="row mt-4">
<div class="col">
<input type="text" class="form-control" placeholder="Please enter your Email">
</div>
</div>
<div class="row mt-4">
<div class="col">
<input type="password" class="form-control mb-1" placeholder="Your Password">
<div class="form-check" style = "text-align:left";>
<label class="form-check-label">
<input type="checkbox" class="form-check-input">
I Read and Accept <a href="https://www.froala.com">Terms and Conditions</a>
</label>
</div>
<p class="text-right"><a href="https://www.froala.com">Already have an account?</a></p>
</div>
</div>
<div class="row mt-4">
<div class="col">
<button class="btn btn-secondary" type="button">Join us</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>