Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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>