Commit eac15994 authored by Shehara AKGH - IT18205152's avatar Shehara AKGH - IT18205152

Merge branch 'it18205152' into 'develop'

UI Updated - about-us,contact-us,sign-in,sign-up

See merge request !16
parents 6ba95ead a8fc3f8a
This diff is collapsed.
...@@ -75,28 +75,27 @@ ...@@ -75,28 +75,27 @@
<div class="row"> <div class="row">
<div class="col-lg-6"> <div class="col-lg-6">
<h3 class="text-uppercase">Get In Touch</h3> <h3 class="text-uppercase">Get In Touch</h3>
<p>The most happiest time of the day!. Suspendisse condimentum porttitor cursus. Duis nec nulla <p>
turpis. Nulla lacinia laoreet odio, non lacinia nisl malesuada vel. Aenean malesuada Even if you're not afraid of speaking in public, practice helps you give a more effective speech. If you're in a rush,
fermentum bibendum.</p> you may be tempted to skip practicing your speech to save time. While skipping practice may seem like a good idea, it's really not.
<p>The most happiest time of the day!. Morbi sagittis, sem quis lacinia faucibus, orci ipsum </p>
gravida tortor, vel interdum mi sapien ut justo. Nulla varius consequat magna, id molestie <p>Practicing your speech improves your public presentation skills. It also increases your familiarity with the presentation. As a result, your speech will go smoothly.
ipsum volutpat quis. A true story, that never been told!. Fusce id mi diam, non ornare orci. This Website includes a handy checklist to help you practice your speech</p>
Pellentesque ipsum erat, facilisis ut venenatis eu, sodales vel dolor.</p>
<div class="row m-t-40"> <div class="row m-t-40">
<div class="col-lg-6"> <div class="col-lg-6">
<address> <address>
<strong>Polo, Inc.</strong><br> <strong>SLIIT</strong><br>
795 Folsom Ave, Suite 600<br> New Kandy Road<br>
San Francisco, CA 94107<br> Malabe, Sri Lanka<br>
<abbr title="Phone">P:</h4> (123) 456-7890 <abbr title="Phone"></h4> (+94)11 456-7890
</address> </address>
</div> </div>
<div class="col-lg-6"> <div class="col-lg-6">
<address> <address>
<strong>Polo Office</strong><br> <strong>SLIIT Metro</strong><br>
795 Folsom Ave, Suite 600<br> Galle Road<br>
San Francisco, CA 94107<br> Colobo 2, Sri Lanka<br>
<abbr title="Phone">P:</h4> (123) 456-7890 <abbr title="Phone"></h4> (+94)11 856-7890
</address> </address>
</div> </div>
</div> </div>
......
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
<div class="form-row"> <div class="form-row">
<div class="form-group col-md-6"> <div class="form-group col-md-6">
<label for="username">Username</label> <label for="username">Username</label>
<input type="text" class="form-control" name="username" placeholder="Enter username" required> <input type="text" class="form-control" name="username" placeholder="Enter username" >
</div> </div>
</div> </div>
<div class="form-row"> <div class="form-row">
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
<label for="password">Password</label> <label for="password">Password</label>
<div class="input-group show-hide-password"> <div class="input-group show-hide-password">
<input class="form-control" name="password" placeholder="Enter password" type="password" <input class="form-control" name="password" placeholder="Enter password" type="password"
required> >
<div class="input-group-append"> <div class="input-group-append">
<span class="input-group-text"><i class="icon-eye-off" aria-hidden="true" <span class="input-group-text"><i class="icon-eye-off" aria-hidden="true"
style="cursor: pointer;"></i></span> style="cursor: pointer;"></i></span>
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
</div> </div>
</div> </div>
</div> </div>
<button type="submit" class="btn m-t-30 mt-3">Login</button> <button type="submit" href="/home_page.html" class="btn m-t-30 mt-3">Login</button>
</form> </form>
</div> </div>
</div> </div>
......
...@@ -82,19 +82,18 @@ ...@@ -82,19 +82,18 @@
<div class="form-row"> <div class="form-row">
<div class="form-group col-md-6"> <div class="form-group col-md-6">
<label for="username">Username</label> <label for="username">Username</label>
<input type="text" class="form-control" name="username" placeholder="Enter username" required> <input type="text" class="form-control" name="username" placeholder="Enter username" >
</div> </div>
<div class="form-group col-md-6"> <div class="form-group col-md-6">
<label for="email">Email address</label> <label for="email">Email address</label>
<input type="email" class="form-control" name="email" placeholder="Enter your email" required> <input type="email" class="form-control" name="email" placeholder="Enter your email" >
</div> </div>
</div> </div>
<div class="form-row"> <div class="form-row">
<div class="form-group col-md-6"> <div class="form-group col-md-6">
<label for="password">Password</label> <label for="password">Password</label>
<div class="input-group show-hide-password"> <div class="input-group show-hide-password">
<input class="form-control" name="password" placeholder="Enter password" type="password" <input class="form-control" name="password" placeholder="Enter password" type="password">
required>
<div class="input-group-append"> <div class="input-group-append">
<span class="input-group-text"><i class="icon-eye-off" aria-hidden="true" <span class="input-group-text"><i class="icon-eye-off" aria-hidden="true"
style="cursor: pointer;"></i></span> style="cursor: pointer;"></i></span>
...@@ -104,8 +103,7 @@ ...@@ -104,8 +103,7 @@
<div class="form-group col-md-6"> <div class="form-group col-md-6">
<label for="password2">Confirm Password</label> <label for="password2">Confirm Password</label>
<div class="input-group show-hide-password"> <div class="input-group show-hide-password">
<input class="form-control" name="password2" placeholder="Enter password" type="password" <input class="form-control" name="password2" placeholder="Enter password" type="password">
required>
<div class="input-group-append"> <div class="input-group-append">
<span class="input-group-text"><i class="icon-eye-off" aria-hidden="true" <span class="input-group-text"><i class="icon-eye-off" aria-hidden="true"
style="cursor: pointer;"></i></span> style="cursor: pointer;"></i></span>
...@@ -116,17 +114,17 @@ ...@@ -116,17 +114,17 @@
<div class="form-row"> <div class="form-row">
<div class="form-group col-md-6"> <div class="form-group col-md-6">
<label for="name">Name</label> <label for="name">Name</label>
<input type="text" class="form-control" name="name" placeholder="Enter your Name" required> <input type="text" class="form-control" name="name" placeholder="Enter your Name" >
</div> </div>
<div class="form-group col-md-6"> <div class="form-group col-md-6">
<label for="surname">Surname</label> <label for="surname">Surname</label>
<input type="text" class="form-control" name="surname" placeholder="Enter your Surname" required> <input type="text" class="form-control" name="surname" placeholder="Enter your Surname" >
</div> </div>
</div> </div>
<div class="form-row"> <div class="form-row">
<div class="form-group col-md-6"> <div class="form-group col-md-6">
<label for="gender">Gender</label> <label for="gender">Gender</label>
<select class="form-control" name="gender" required> <select class="form-control" name="gender" >
<option value="">Select your gender</option> <option value="">Select your gender</option>
<option>Female</option> <option>Female</option>
<option>Male</option> <option>Male</option>
...@@ -135,20 +133,18 @@ ...@@ -135,20 +133,18 @@
</div> </div>
<div class="form-group col-md-6"> <div class="form-group col-md-6">
<label for="gender">Date of Birth</label> <label for="gender">Date of Birth</label>
<input class="form-control" type="date" name="dateofbirth" required> <input class="form-control" type="date" name="dateofbirth" >
</div> </div>
</div> </div>
<div class="form-row"> <div class="form-row">
<div class="form-group col-md-6"> <div class="form-group col-md-6">
<label for="telephone">Telephone</label> <label for="telephone">Telephone</label>
<input class="form-control" type="tel" name="telephone" placeholder="Enter your Telephone number" <input class="form-control" type="tel" name="telephone" placeholder="Enter your Telephone number">
required>
</div> </div>
</div> </div>
<div class="form-group mb-1 mt-5"> <div class="form-group mb-1 mt-5">
<div class="custom-control custom-checkbox"> <div class="custom-control custom-checkbox">
<input type="checkbox" name="reminders" id="reminders" class="custom-control-input" value="1" <input type="checkbox" name="reminders" id="reminders" class="custom-control-input" value="1">
required>
<label class="custom-control-label" for="reminders">Send me occasional <label class="custom-control-label" for="reminders">Send me occasional
reminders reminders
about these settings</a></label> about these settings</a></label>
...@@ -157,14 +153,14 @@ ...@@ -157,14 +153,14 @@
<div class="form-group"> <div class="form-group">
<div class="custom-control custom-checkbox"> <div class="custom-control custom-checkbox">
<input type="checkbox" name="terms_conditions" id="terms_conditions" class="custom-control-input" <input type="checkbox" name="terms_conditions" id="terms_conditions" class="custom-control-input"
value="1" required> value="1">
<label class="custom-control-label" for="terms_conditions">By checking <label class="custom-control-label" for="terms_conditions">By checking
this this
option, you agree to acceot with the <a href="#">Terms and option, you agree to acceot with the <a href="#">Terms and
Conditions</a>.</label> Conditions</a>.</label>
</div> </div>
</div> </div>
<button type="submit" class="btn m-t-30 mt-3">Submit</button> <button type="submit" href= "/sign-in_page.html" class="btn m-t-30 mt-3">Submit</button>
</form> </form>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment