Skip to content

Commit

Permalink
Merge 43da2c5 into e3bfe06
Browse files Browse the repository at this point in the history
  • Loading branch information
chidimo committed May 16, 2019
2 parents e3bfe06 + 43da2c5 commit 403b4c6
Show file tree
Hide file tree
Showing 25 changed files with 684 additions and 1,027 deletions.
23 changes: 0 additions & 23 deletions 404.html

This file was deleted.

4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
[![Coverage Status](https://coveralls.io/repos/github/chidimo/Quick-Credit/badge.svg?branch=develop)](https://coveralls.io/github/chidimo/Quick-Credit?branch=develop)
[![Maintainability](https://api.codeclimate.com/v1/badges/38d7483bb05e2777f391/maintainability)](https://codeclimate.com/github/chidimo/Quick-Credit/maintainability)

## Website

[Quick Credit](https://chidimo.github.io/Quick-Credit/UI/index.html)

## Description

Quick Credit is an online lending platform that provides short term soft loans to individuals. This
Expand Down
59 changes: 0 additions & 59 deletions UI/about.html

This file was deleted.

187 changes: 123 additions & 64 deletions UI/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,46 @@

<nav class="menu">
<ul class="base_ul">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>

<li><a href="loan.new.html"><button id="sign_in" class="button_1">Apply for loan</button></a></li>

<li>
<div class="micro_image_wrapper">
<img src="https://via.placeholder.com/100" alt="">
</div>
<ul class="sub_menu">
<p class="username">email@address.com</p>
<hr>
<li><a href="loan.new.html">Apply for loan</a></li>
<hr>
<li><a href="profile.edit.html">Edit profile</a></li>
<hr>
<li><a href="authentication.html">Logout</a></li>
<a id="profile_dropdown" href="#" class="">
<span class="micro_avatar_wrapper">
<img class="micro_avatar" src="./img/chidi.jpg" alt="">
</span>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 17 8.59"
class="icon">
<path
d="M16.5.5L9.2 7.8a.99.99 0 0 1-1.39 0L.5.5"
fill="none"
stroke="#686b6e"
stroke-linecap="round"
stroke-linejoin="round"
stroke-miterlimit="10">
</path>
</svg>
</a>

<ul id="sub_menu">
<div class="submenu_username">
<a href="./dashboard.html">
<div>first name last name</div>
</a>
</div>
<hr class="submenu_hr">
<li>
<a href="profile.edit.html">
<div class="sub_routes">Edit profile</div>
</a>
</li>
<hr class="submenu_hr">
<li>
<a href="authentication.html">
<div class="sub_routes">Logout</div>
</a>
</li>
</ul>
</li>
</ul>
Expand All @@ -50,83 +75,117 @@ <h2 id="page_heading">

<div class="user_card card">
<div class="user_photo">
<img src="https://via.placeholder.com/150" alt="">
<img src="./img/chidi.jpg" alt="">
</div>
<hr class="card_divider">

<div class="user_info">
<h3>Orji Chidi <span style="color:green">&#x2714</span></h3>
<p><a href="mailto:email@address.com">emailaddress@address.com</a></p>
<p><a href="tel:+2341234567890">+2341234567890</a></p>
<p>email@address.com</p>
<p>+2341234567890</p>
</div>
</div>

<h3>Recent Loans</h3>
<div class="table_wrapper">
<table>
<tr>
<th>S/N</th>
<th>Application date</th>
<th>Status</th>
<th>Amount</th>
</tr>

<tr>
<td>1</td>
<td><time datetime="2019-01-01 08:00">01-01-2019</time></td>
<td>Pending</td>
<td>nil</td>
</tr>
<thead>
<tr>
<th>S/N</th>
<th>Application date</th>
<th>Status</th>
<th>Amount</th>
</tr>
</thead>

<tr>
<td>2</td>
<td><time datetime="2019-01-01 08:00">01-01-2019</time></td>
<td style="color:green">Approved</td>
<td>50,000</td>
</tr>

<tr>
<td>3</td>
<td><time datetime="2019-01-01 08:00">01-01-2019</time></td>
<td style="color:red">Rejected</td>
<td>nil</td>
</tr>
<tbody>
<tr>
<td>
<a href="./loan.html">
<div class="item_link">1</div>
</a>
</td>
<td><time datetime="2019-01-01 08:00">01-01-2019</time></td>
<td>Pending</td>
<td>nil</td>
</tr>

<tr>
<td>
<a href="./loan.html">
<div class="item_link">2</div>
</a>
</td>
<td><time datetime="2019-01-01 08:00">01-01-2019</time></td>
<td style="color:green">Approved</td>
<td>50,000</td>
</tr>

<tr>
<td>
<a href="./loan.html">
<div class="item_link">3</div>
</a>
</td>
<td><time datetime="2019-01-01 08:00">01-01-2019</time></td>
<td style="color:red">Rejected</td>
<td>nil</td>
</tr>
</tbod>
</table>
</div>
<p><a href="loans.html" class="see_more">See All Loans</a></p>

<h3>Recent Users</h3>
<div class="table_wrapper">
<table>
<tr>
<th>S/N</th>
<th>Name</th>
<th>Status</th>
</tr>
<tr>
<td>1</td>
<td>Jackie Chan</td>
<td style="color:green">Verified</td>
</tr>

<tr>
<td>2</td>
<td>Marcus Rashford</td>
<td style="color:green">Verified</td>
</tr>
<thead>
<tr>
<th>S/N</th>
<th>Name</th>
<th>Status</th>
</tr>
</thead>

<tr>
<td>3</td>
<td>Jose Mourinho</td>
<td style="color:red">Not Verified</td>
</tr>
<tbody>
<tr>
<td>
<a href="./user.html">
<div class="item_link">1</div>
</a>
</td>
<td>Jackie Chan</td>
<td style="color:green">Verified</td>
</tr>

<tr>
<td>
<a href="./user.html">
<div class="item_link">2</div>
</a>
</td>
<td>Marcus Rashford</td>
<td style="color:green">Verified</td>
</tr>

<tr>
<td>
<a href="./user.html">
<div class="item_link">3</div>
</a>
</td>
<td>Jose Mourinho</td>
<td style="color:red">Not Verified</td>
</tr>
</tbody>
</table>
</div>
<p><a href="users.html" class="see_more">See All Users</a></p>
</section>

<footer>
<p>Quick Credit &copy; 2019</p>
<p>Contact us: +2349036650603 | orjichidi95@gmail.com</p>
</footer>

<script src="./js/admin.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions UI/authentication.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1 class="authentication_title">Sign in to your account</h1>
<label for="remember">
<input type="checkbox" checked="checked" name="remember">Remember me
</label>
<button type="submit" class="shadowed_button submit_button">Sign In</button>
<button id="sign_in_button" type="submit" class="shadowed_button submit_button">Sign In</button>
</form>
</div>

Expand All @@ -69,7 +69,7 @@ <h1 class="authentication_title">Create your account</h1>
<input type="checkbox" checked="checked">Remember me
</label>
<p>By creating an account you agree to our <a href="#">Terms & Privacy</a>.</p>
<button type="submit" class="shadowed_button submit_button">Sign Up</button>
<button id="sign_up_button" type="submit" class="shadowed_button submit_button">Sign Up</button>
</form>
</div>
</div>
Expand Down
Loading

0 comments on commit 403b4c6

Please sign in to comment.