Skip to content

Commit

Permalink
Register page ui completed
Browse files Browse the repository at this point in the history
  • Loading branch information
dropways committed Feb 23, 2020
1 parent 7f7e697 commit 66479e3
Show file tree
Hide file tree
Showing 11 changed files with 262 additions and 312 deletions.
11 changes: 11 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@
<?php include('include/sidebar.php'); ?>
<div class="main-container">
<div class="pd-ltr-20">
<div class="bg-white pd-20 box-shadow border-radius-5 height-100-p mb-30">
<div class="row align-items-center">
<div class="col-md-4">
<img src="vendors/images/banner-img.png" alt="">
</div>
<div class="col-md-8">
<h4 class="font-20 weight-800 mb-10">Welcome back Johnny Brown!</h4>
<p class="font-14 weight-500 max-width-600">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Unde hic non repellendus debitis iure, doloremque assumenda. Autem modi, corrupti, nobis ea iure fugiat, veniam non quaerat mollitia animi error corporis.</p>
</div>
</div>
</div>
<div class="row clearfix progress-box">
<div class="col-lg-3 col-md-6 col-sm-12 mb-30">
<div class="bg-white pd-20 box-shadow border-radius-5 height-100-p">
Expand Down
Loading

0 comments on commit 66479e3

Please sign in to comment.