Browse Source

fix sidebar

pull/146/head
Mohammed Tantawy 7 years ago
parent
commit
8a79b5348e
18 changed files with 782 additions and 201 deletions
  1. +3
    -1
      package.json
  2. +66
    -21
      src/_sidebar.html
  3. +2
    -2
      src/_topbar.html
  4. +141
    -0
      src/ad-details.html
  5. +31
    -28
      src/ads.html
  6. +51
    -91
      src/ads_1.html
  7. BIN
      src/assets/static/images/user-testing.jpg
  8. +234
    -47
      src/assets/styles/nomit.scss
  9. +2
    -1
      src/assets/styles/spec/settings/baseColors.scss
  10. +5
    -0
      src/assets/styles/spec/settings/fonts.scss
  11. +97
    -0
      src/assets/styles/style.css
  12. +2
    -2
      src/companies.html
  13. +2
    -2
      src/index.html
  14. +5
    -2
      src/profile.html
  15. +2
    -2
      src/referees.html
  16. +135
    -0
      src/reports.html
  17. +2
    -2
      src/users.html
  18. +2
    -0
      webpack/plugins/htmlPlugin.js

+ 3
- 1
package.json View File

@ -13,7 +13,9 @@
"lint:scss": "stylelint ./src/**/*.scss --syntax scss",
"lint": "npm run lint:js && npm run lint:scss"
},
"devDependencies": {},
"devDependencies": {
"html-loader": "^0.5.5"
},
"dependencies": {
"angular": "^1.6.4",
"angular-cookies": "^1.6.4",


+ 66
- 21
src/_sidebar.html View File

@ -1,6 +1,6 @@
<!-- #Left Sidebar ==================== -->
<div class="sidebar">
<div class="sidebar-inner">
<div class="sidebar-inner ">
<!-- ### $Sidebar Header ### -->
<div class="sidebar-logo">
<div class="peers ai-c fxw-nw">
@ -147,31 +147,66 @@
<!-- ### $Sidebar Menu ### -->
<ul class="sidebar-menu scrollable pos-r">
<li class="nav-item mT-30 active visible-referee visible-nomit" ng-show="user.role=='nomit' || user.role == 'referee'">
<a class="sidebar-link" href="index.html">
<span class="icon-holder">
<i class="c-white-500 ti-bar-chart"></i>
</span>
<span class="title">Dashboard</span>
</a>
</li>
<li class="nav-item visible-referee visible-nomit" ng-show="user.role=='nomit' || user.role == 'referee'">
<a class='sidebar-link' href="ads.html">
<span class="icon-holder">
<i class="c-white-500 ti-receipt"></i>
</span>
<span class="title">Ads</span>
</a>
</li>
<li class="nav-item mT-30 active visible-referee visible-nomit" ng-show="user.role=='nomit' || user.role == 'referee'">
<a class="sidebar-link" href="index.html">
<span class="icon-holder">
<i class="c-white-500 fa fa-bar-chart text-white"></i>
</span>
<span class="title text-white font-weight-bold">Dashboard</span>
</a>
</li>
<li class="nav-item visible-referee visible-nomit" ng-show="user.role=='nomit' || user.role == 'referee'">
<a class='sidebar-link' href="ads.html">
<span class="icon-holder">
<i class="c-white-500 fa fa-briefcase text-white"></i>
</span>
<span class="title text-white font-weight-bold">My Ads</span>
</a>
</li>
<li class="nav-item">
<a class='sidebar-link' href="profile.html">
<span class="icon-holder">
<i class="c-white-500 ti-home"></i>
<i class="c-white-500 fa fa-user-circle-o text-white"></i>
</span>
<span class="title text-white font-weight-bold">Profile</span>
</a>
</li>
<li class="nav-item">
<a class='sidebar-link' href="users.html">
<span class="icon-holder">
<i class="c-white-500 fa fa-users text-white"></i>
</span>
<span class="title text-white font-weight-bold">Users</span>
</a>
</li>
<li class="nav-item">
<a class='sidebar-link' href="companies.html">
<span class="icon-holder">
<i class="c-white-500 fa fa-building text-white"></i>
</span>
<span class="title text-white font-weight-bold">Companies</span>
</a>
</li>
<li class="nav-item">
<a class='sidebar-link' href="referees.html">
<span class="icon-holder">
<i class="c-white-500 fa fa-anchor text-white"></i>
</span>
<span class="title text-white font-weight-bold">Referees</span>
</a>
</li>
<li class="nav-item">
<a class='sidebar-link' href="reports.html">
<span class="icon-holder">
<i class="c-white-500 fa fa-calendar-check-o text-white"></i>
</span>
<span class="title">Profile</span>
<span class="title text-white font-weight-bold">Reports</span>
</a>
</li>
<<<<<<< HEAD
<li class="nav-item visible-referee visible-nomit" ng-show="user.role=='nomit' || user.role == 'referee'">
<a class='sidebar-link' href="users.html">
<span class="icon-holder">
@ -200,9 +235,9 @@
<li class="nav-item">
<a class='sidebar-link' href="#">
<span class="icon-holder">
<i class="c-white-500 ti-comments"></i>
<i class="c-white-500 fa fa-history text-white"></i>
</span>
<span class="title">Reviews</span>
<span class="title text-white font-weight-bold">History</span>
</a>
</li>
-->
@ -223,8 +258,18 @@
<span class="title">History</span>
</a>
</li>
<div class="mx-auto" style="width: 40px;">
<br>
<input type="checkbox" class="switch">
</div>
</ul>
</div>
</div>

+ 2
- 2
src/_topbar.html View File

@ -19,8 +19,8 @@
</li>
<li class="visible-nomit" ng-show="user.role=='nomit'">
<button type="button" class="btn btn-gradient ">
<i class="fa fa-plus pdd-right-5"></i>
ADD NEW USER
<i class="fa fa-plus pdd-right-5 text-white"></i>
Add new user
</button>
</li>
</ul>


+ 141
- 0
src/ad-details.html View File

@ -0,0 +1,141 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="assets/styles/style.css">
<title>About the Job</title>
<!-- Fonts -->
<style>
@import url('https://fonts.googleapis.com/css?family=Fredoka+One|Source+Sans+Pro');
</style>
</head>
<body class="app">
<!-- @TOC -->
<!-- =================================================== -->
<!--
+ @Page Loader
+ @App Content
- #Left Sidebar
> $Sidebar Header
> $Sidebar Menu
- #Main
> $Topbar
> $App Screen Content
-->
<!-- @Page Loader -->
<!-- =================================================== -->
<div id='loader'>
<div class="spinner"></div>
</div>
<script>
window.addEventListener('load', () => {
const loader = document.getElementById('loader');
setTimeout(() => {
loader.classList.add('fadeOut');
}, 300);
});
</script>
<!-- @App Content -->
<!-- =================================================== -->
<div>
${require('html-loader!./_sidebar.html')}
<!-- #Main ============================ -->
<div class="page-container">
${require('html-loader!./_topbar.html')}
<!-- ### $App Screen Content ### -->
<main class='main-content bgc-grey-300' style="padding-left: 80px; padding-right: 80px;">
<div class="col-8 mb-3">
<h1>About the Job</h1>
</div>
<!-- ### Job Details Cards ### -->
<div class="row">
<div class="col-sm-6">
<div class="card">
<div class="row">
<div class="col-3 mt-4 ">
<img class="img-fluid ml-4 mb-4 rounded-circle img-responsive" style="height: 100px" src="assets/static/images/nomit-logo.png" alt="company" class="avatar">
</div>
<div class="col-9 card-body">
<h2 class="card-title mt-4 mr-4">Graphic Design Internship</h2>
<h6 class="card-title mr-4">Great Southern Press</h6>
</div>
</div>
</div>
<div class="card">
<div class="card-body">
<h5 class="card-title mt-4 ml-4 mr-4">About the business:</h5>
<p class="card-text ml-4 mr-4">Great Southern Press is a leading B2B publishing and events company built on partnerships with industry. We deliver quality business information to our industries and great marketing results to our clients.
We build long-lasting partnerships with our industry partners in the energy and infrastructure sectors, aligning the success of our business with the continued growth and expansion of the industries we publish for.
</p>
<h5 class="card-title mt-4 ml-4 mr-4">About the role:</h5>
<p class="card-text ml-4 mb-4 mr-4">This part-time role will suit a university graduate or someone looking for an entry-level design position. The successful candidate will be involved in all areas of design including:<br><br>
• Publication layout (annual directories, books etc).<br>
• Creation of artwork for print and online advertisements.<br>
• Wallcharts, flyers, brochures and other print design as required.<br>
• Event collateral including branding, signage, handbooks etc.<br>
• Designs for website, email communications and social media.<br><br>
Reporting to the Head of Design, you will have an opportunity to work with and be mentored by someone with more than 10 years’ industry experience.
</p>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="card">
<div class="card-body">
<h5 class="card-title mt-4 ml-4 mr-4">Reviews</h5>
<p class="card-text ml-4 mb-4 mr-4">With supporting text below as a natural lead-in to additional content.</p>
<p class="card-text ml-4 mb-4 mr-4"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
<div class="row mt-3">
<button class="col-5 btn" href="#">
<span>Apply Now</span>
</button>
<button class="col-5 btn-border" href="#">
<span>Sign in</span>
</button>
</div>
</div>
</div>
</main>
</div><!-- page-container -->
</div> <!-- App Content -->
<!-- ### $App Screen Footer ### -->
<footer class="bdT ta-c p-30 lh-0 fsz-sm c-grey-600">
<span>Copyright © 2017 Designed by <a href="https://colorlib.com" target='_blank' title="Colorlib">Colorlib</a>. All rights reserved.</span>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>

+ 31
- 28
src/ads.html View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Ads</title>
<title>All Published Ads</title>
<style>
#loader {
@ -105,9 +105,7 @@
<main class='main-content bgc-grey-300'>
<div id='mainContent row'>
<div class="row content-title mT-60">
<div class="col-8 ml-1 mb-3">
All Ads Published
</div>
<h1 class="col-8 ml-1 mb-4">All Published Ads</h1>
</div>
<div class=" gap-20 masonry pos-r"> <!-- #content container ===== -->
<div class="masonry-sizer col-md-6"></div>
@ -115,66 +113,71 @@
<div class="masonry-item w-100"> <!-- #First line ========= -->
<div class="row gap-30">
<!-- # ad n 1 ==================== -->
<!-- ============== Job Ad ============== -->
<div class='col-md-4'>
<div class="card item-box" >
<img class="card-img-top" src="assets/static/images/bg.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title d-flex" style="justify-content:space-between; margin-bottom:1px; font-weight: bolder; text-align: left;">
<div>Adv title </div>
<div class="card-title d-flex mx-2" style="justify-content:space-between; margin-bottom:0px; text-align: left;">
<h4>Graphic Designer </h4>
<div>
<a class='' href="" > <span class="icon-holder"><i class=" ti-heart" style="color:#EE38A4"></i></span></a>
<a class='' href="" > <span class="icon-holder"><i class="fa fa-heart-o font-weight-bold mt-2" style="color:#EE38A4; font-size: 22px;"></i></span></a>
</div>
</h5>
<h5 class="card-title" style="font-size:11px; margin-top: 1px;">Adv title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
<p class="card-text mx-2"><small class="text-muted">Sierra Delta Creative</small></p>
<div class="star-rating-display ml-2 mb-2" data-rating="2"><span class="is-vishidden">Two stars</span></div>
<p class="card-text mx-2 mb-2">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
<a href="ads_1.html">
<div class="card-body view-more-btn" style="color:#fff; background-color:#EE38A4; font-weight: bolder; text-align: center; margin: 0px">
VIEW MORE <i class=" ti-angle-right" style="color:#fff; font-weight: bolder;"></i>
VIEW MORE <i class=" fa fa-chevron-right ml-1" style="color:#fff; font-size: 11px; font-weight: bolder;"></i>
</div>
</a>
</div>
</div>
<!-- # ad n 2 ==================== -->
<!-- ============== Job Ad ============== -->
<div class='col-md-4'>
<div class="card item-box" >
<img class="card-img-top" src="assets/static/images/bg.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title d-flex" style="justify-content:space-between; margin-bottom:1px; font-weight: bolder; text-align: left;">
<div>Adv title </div>
<div class="card-title d-flex mx-2" style="justify-content:space-between; margin-bottom:0px; text-align: left;">
<h4>Graphic Designer </h4>
<div>
<a class='' href="" > <span class="icon-holder"><i class=" ti-heart" style="color:#EE38A4"></i></span></a>
<a class='' href="" > <span class="icon-holder"><i class="fa fa-heart-o font-weight-bold mt-2" style="color:#EE38A4; font-size: 22px;"></i></span></a>
</div>
</h5>
<h5 class="card-title" style="font-size:11px; margin-top: 1px;">Adv title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
<p class="card-text mx-2"><small class="text-muted">Sierra Delta Creative</small></p>
<div class="star-rating-display ml-2 mb-2" data-rating="2"><span class="is-vishidden">Two stars</span></div>
<p class="card-text mx-2 mb-2">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
<a href="ads_1.html">
<div class="card-body view-more-btn" style="color:#fff; background-color:#EE38A4; font-weight: bolder; text-align: center; margin: 0px">
VIEW MORE <i class=" ti-angle-right" style="color:#fff; font-weight: bolder;"></i>
VIEW MORE <i class=" fa fa-chevron-right ml-1" style="color:#fff; font-size: 11px; font-weight: bolder;"></i>
</div>
</a>
</div>
</div>
<!-- # ad n 3 ==================== -->
<!-- ============== Job Ad ============== -->
<div class='col-md-4'>
<div class="card item-box" >
<img class="card-img-top" src="assets/static/images/bg.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title d-flex" style="justify-content:space-between; margin-bottom:1px; font-weight: bolder; text-align: left;">
<div>Adv title </div>
<div class="card-title d-flex mx-2" style="justify-content:space-between; margin-bottom:0px; text-align: left;">
<h4>Graphic Designer </h4>
<div>
<a class='' href="" > <span class="icon-holder"><i class=" ti-heart" style="color:#EE38A4"></i></span></a>
<a class='' href="" > <span class="icon-holder"><i class="fa fa-heart-o font-weight-bold mt-2" style="color:#EE38A4; font-size: 22px;"></i></span></a>
</div>
</h5>
<h5 class="card-title" style="font-size:11px; margin-top: 1px;">Adv title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
<p class="card-text mx-2"><small class="text-muted">Sierra Delta Creative</small></p>
<div class="star-rating-display ml-2 mb-2" data-rating="2"><span class="is-vishidden">Two stars</span></div>
<p class="card-text mx-2 mb-2">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
<a href="ads_1.html">
<div class="card-body view-more-btn" style="color:#fff; background-color:#EE38A4; font-weight: bolder; text-align: center; margin: 0px">
VIEW MORE <i class=" ti-angle-right" style="color:#fff; font-weight: bolder;"></i>
VIEW MORE <i class=" fa fa-chevron-right ml-1" style="color:#fff; font-size: 11px; font-weight: bolder;"></i>
</div>
</a>
</div>


+ 51
- 91
src/ads_1.html View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Ad_1</title>
<title>About the Job</title>
<style>
#loader {
@ -114,104 +114,64 @@
<div class=" gap-30 masonry pos-r "> <!-- #content container ===== -->
<div class="masonry-sizer col-md-6 "></div>
<div class="masonry-item w-50"> <!-- #first user ========= -->
<div class="card item-box" >
<div class="">
<img class="companies-update-img" src="assets/static/images/nomit-logo.png" alt="">
<div class="testo"><h5 class=" text-black-bold">Graphic Designer Internship</h5>
<div class=" text-size-20">Great Southern Press</div>
</div>
</div>
<div class="card-body p-0">
<div class="card-body-users row">
<div class="companies-update-title">
<h5 class="font-weight-bold ">About the business:</h5>
<p>Southern Press is leading ... bla bla bla bla.</p>
<br>
<h5 class="font-weight-bold ">About the role:</h5>
<p>This part time role will ... bla bla bla bla.</p>
</div>
</div>
<!-- ### Job Details Card ### -->
<div class="masonry-item w-50">
<div class="card">
<div class="row">
<div class="col-3 mt-4 ">
<img class="img-fluid ml-4 mb-4 companies-update-img" src="assets/static/images/nomit-logo.png" alt="company" class="avatar">
</div>
<div class="col-9 card-body">
<h2 class="card-title mt-4 mr-4">Graphic Design Internship</h2>
<h6 class="card-title mr-4">Great Southern Press</h6>
</div>
</div>
</div>
</div>
<div class="card">
<div class="card-body">
<h5 class="card-title mt-4 ml-4 mr-4">About the business:</h5>
<p class="card-text ml-4 mr-4">Great Southern Press is a leading B2B publishing and events company built on partnerships with industry. We deliver quality business information to our industries and great marketing results to our clients.
We build long-lasting partnerships with our industry partners in the energy and infrastructure sectors, aligning the success of our business with the continued growth and expansion of the industries we publish for.
</p>
<h5 class="card-title mt-4 ml-4 mr-4">About the role:</h5>
<p class="card-text ml-4 mb-4 mr-4">This part-time role will suit a university graduate or someone looking for an entry-level design position. The successful candidate will be involved in all areas of design including:<br><br>
• Publication layout (annual directories, books etc).<br>
• Creation of artwork for print and online advertisements.<br>
• Wallcharts, flyers, brochures and other print design as required.<br>
• Event collateral including branding, signage, handbooks etc.<br>
• Designs for website, email communications and social media.<br><br>
Reporting to the Head of Design, you will have an opportunity to work with and be mentored by someone with more than 10 years’ industry experience.
</p>
</div>
</div>
</div>
<div class="masonry-item w-50"> <!-- #second user ========= -->
<div class="card item-box" >
<div class="user-data-title">
<img class="user-update-img" src="assets/static/images/nomit-logo.png" alt="">
<div class="testo"><h5 class=" text-black-bold">David James</h5>
<div class=" text-size-11">Victoria</div>
<div class=" text-size-11">Mobile: 0414987654</div>
</div>
</div>
<div class="card-body p-0">
<div class="card-body-users row">
<div class="users-icons">
<a href="" ><i class="ti-instagram "></i></a>
<a href="" ><i class="ti-twitter "></i></a>
<a href="" ><i class="ti-facebook "></i></a>
<a href="" ><i class="ti-email"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="masonry-item w-50"> <!-- #second user ========= -->
<div class="card item-box" >
<div class="user-data-title">
<img class="user-update-img" src="assets/static/images/nomit-logo.png" alt="">
<div class="testo"><h5 class=" text-black-bold">David James</h5>
<div class=" text-size-11">Victoria</div>
<div class=" text-size-11">Mobile: 0414987654</div>
</div>
</div>
<div class="card-body p-0">
<div class="card-body-users row">
<div class="users-icons">
<a href="" ><i class="ti-instagram "></i></a>
<a href="" ><i class="ti-twitter "></i></a>
<a href="" ><i class="ti-facebook "></i></a>
<a href="" ><i class="ti-email"></i></a>
</div>
</div>
</div>
<!-- ### Other Info Card ### -->
<div class="masonry-item w-50">
<div class="card">
<div class="card-body">
<h5 class="card-title mt-4 ml-4 mr-4">Location:</h5>
<p class="card-text ml-4 mr-4">Melbourne, CBD & Inner Suburbs</p>
<h5 class="card-title mt-4 ml-4 mr-4">Application close:</h5>
<p class="card-text ml-4 mr-4">14th March 2019 (Friday)</p>
<h5 class="card-title mt-4 ml-4 mr-4">Skills:</h5>
<div class="ml-4 mb-4 btn btn-skills">Graphic Design</div>
<div class="ml-1 mb-4 btn btn-skills">Adobe Creaetive CC</div>
<div class="ml-1 mb-4 btn btn-skills">Illustration</div>
<p class="card-text ml-4 my-4"><small class="text-muted">Posted 3 days ago</small></p>
</div>
</div>
<div class="masonry-item w-50"> <!-- #second user ========= -->
<div class="card item-box" >
<div class="user-data-title">
<img class="user-update-img" src="assets/static/images/nomit-logo.png" alt="">
<div class="testo"><h5 class=" text-black-bold">David James</h5>
<div class=" text-size-11">Victoria</div>
<div class=" text-size-11">Mobile: 0414987654</div>
</div>
</div>
<div class="card-body p-0">
<div class="card-body-users row">
<div class="users-icons">
<a href="" ><i class="ti-instagram "></i></a>
<a href="" ><i class="ti-twitter "></i></a>
<a href="" ><i class="ti-facebook "></i></a>
<a href="" ><i class="ti-email"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="masonry-item w-50 m-auto btn-centered-container "> <!-- #second user ========= -->
<button type="button" class="btn btn-gradient btn-centered">APPLY NOW</button>
<button type="button" class="btn btn-cancel btn-centered">SAVE</button>
</div>
<!-- ### Buttons ### -->
<div class="masonry-item w-50 m-auto btn-centered-container ">
<button type="button" href="#" class="col-5 mr-1 btn btn-gradient btn-centered">Apply Now</button>
<button type="button" href="#" class="col-5 ml-1 btn btn-border btn-centered">Save</button>
</div>
</div>


BIN
src/assets/static/images/user-testing.jpg View File

Before After
Width: 457  |  Height: 457  |  Size: 33 KiB

+ 234
- 47
src/assets/styles/nomit.scss View File

@ -1,66 +1,238 @@
//generic
.sidebar {
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
// ***** GENERIC ***** //
.sidebar{
box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.btn-gradient {
box-shadow: 0 8px 7px 0 rgba(192, 192, 192, 0.521), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
color: #fff;
background-image: linear-gradient(to right, #ee38a4, #501db9);
border-radius: 50px;
border: none;
height: 40px;
width: 180px;
margin-top: calc((#{$header-height} - 40px)/2);
margin-left: 15px;
outline: none;
padding: 5px;
}
.btn-gradient:hover {
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
.item-box{
box-shadow: 0 0 15px rgba(192, 192, 192, 0.521);
}
.btn-cancel {
box-shadow: 0 8px 7px 0 rgba(192, 192, 192, 0.521), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
color: #501db9;
background-color: transparent;
border: 1px solid #501db9;
border-radius: 50px;
height: 40px;
width: 180px;
margin-top: calc((#{$header-height} - 40px)/2);
margin-left: 15px;
outline: none;
padding: 5px;
.main-content{
padding-left: 80px;
padding-right: 80px;
}
.btn-cancel:hover {
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.item-box {
box-shadow: 0 0 15px rgba(192, 192, 192, 0.521);
// ***** FONT SETTINGS ***** //
.form-title{
font-weight: bolder;
color: #000000;
}
.main-content {
padding-left: 80px;
padding-right: 80px;
.text-size-11{
font-size:11px;
}
.text-black-bold {
font-weight: bolder;
color: rgb(49, 48, 48);
.text-size-20{
font-size:20px;
}
.text-size-11 {
font-size: 11px;
body{
background-color: #F4F4F4;
}
*{
font-family: 'Roboto', sans-serif;
color: #454545;
font-size: 14px;
}
h1{
font-family: 'Fredoka One', cursive;
color: #501D89;
font-size: 28px;
}
h2{
font-family: 'Fredoka One', cursive;
color: #454545;
font-size: 24px;
}
h3{
font-family: 'Roboto', sans-serif;
color: #454545;
font-size: 20px;
font-weight: bold;
}
h4{
font-family: 'Fredoka One', cursive;
color: #501D89;
font-size: 22px;
}
h5{
font-family: 'Roboto', sans-serif;
color: #454545;
font-size: 16px;
font-weight: bold;
}
h6{
font-family: 'Roboto', sans-serif;
font-size: 14px;
color: #888888;
}
// ***** BUTTONS ***** //
.btn-gradient {
box-shadow: 0 4px 15px 0 rgba(187, 187, 187, 0.5);
background-image: linear-gradient(to right,#ee38a4, #501db9);
color: #fff;
font-weight: bold;
letter-spacing: 0.05em;
border-radius: 50px;
border: none;
height: 40px;
width: 200px;
margin-top: calc((#{$header-height} - 40px)/2);
outline: none;
padding: 5px;
text-decoration: none;
text-transform: uppercase;
transition: background .5s ease;
}
.btn-gradient:hover {
background-image: linear-gradient(to left,#ee38a4, #501db9);
font-weight: bold;
color: #fff;
}
.btn-border {
box-shadow: 0 4px 15px 0 rgba(187, 187, 187, 0.5);
color: #501db9;
font-weight: bold;
letter-spacing: 0.05em;
background-color: transparent;
border: 2px solid #501db9;
border-radius: 50px;
height: 40px;
width: 200px;
margin-top: calc((#{$header-height} - 40px)/2);
margin-left: 15px;
outline: none;
padding: 5px;
text-decoration: none;
text-transform: uppercase;
transition: background .5s ease;
}
.btn-border:hover {
box-shadow: 0 4px 15px 0 rgba(187, 187, 187, 0.5);
background-image: linear-gradient(to right,#ee38a4, #501db9);
border: none;
color: #fff;
}
.text-size-20 {
font-size: 20px;
.btn-skills{
color: #501db9;
background-color: transparent;
border: 1px solid #501db9;
border-radius: 30px;
align-items: center;
outline: none;
padding: 5px;
display: inline;
justify-content: flex-start;
}
// ***** TOGGLE BTN ***** //
input[type="checkbox"].switch{
appearance: none;
width: 3.5em;
height: 1.5em;
background: #ddd;
border-radius: 3em;
position: relative;
cursor: pointer;
outline: none;
transition: all .2s ease-in-out;
}
input[type="checkbox"].switch:checked{
background: #EE38A4;
}
input[type="checkbox"].switch:after{
position: absolute;
content: "";
width: 1.5em;
height: 1.5em;
border-radius: 50%;
background: #fff;
box-shadow: 0 0 .25em rgba(0,0,0,.3);
transform: scale(.7);
left: 0;
transition: all .2s ease-in-out;
}
input[type="checkbox"].switch:checked:after{
left: calc(100% - 1.5em);
}
// ***** STAR RATING ***** /
body{
font-size: 5em;
}
.star-rating-display {
unicode-bidi: bidi-override;
color: #c5c5c5;
display: inline-block;
position: relative;
&:before, &:after{
content: "★★★★★";
display: block;
white-space: nowrap;
}
&:before{
color: gold;
position: absolute;
z-index: 1;
left: 0px;
overflow: hidden;
}
&:after{
z-index: 0;
}
&[data-rating="1"]:before {
width: 20%;
}
&[data-rating="2"]:before {
width: 40%;
}
&[data-rating="3"]:before {
width: 60%;
}
&[data-rating="4"]:before {
width: 80%;
}
&[data-rating="5"]:before {
width: 100%;
}
}
/* Completely remove from the flow but leave available to screen readers. */
.is-vishidden {
position: absolute !important;
overflow: hidden;
width: 1px;
height: 1px;
padding: 0;
border: 0;
clip: rect(1px, 1px, 1px, 1px);
}
// ***** PAGES ***** //
//index
.succ-match-perc {
height: 400px;
@ -314,3 +486,18 @@ textarea {
.btn-centered-container {
text-align: center;
}
.btn-centered-container{
text-align:center;
}
/* REPORTS PAGE */
.table .thead-purple-border th{
border-top: transparent;
border-bottom-color: #8B00B1;
border-width: 3px;
}
.table {
background-color: #FFFFFF;
}

+ 2
- 1
src/assets/styles/spec/settings/baseColors.scss View File

@ -107,8 +107,9 @@ $theme-success : desaturate($default-success, 5%);
// @Nomit WISP Color System
// ---------------------------------------------------------
$nomit-purple : #501DB9;
$nomit-purple : #8B00B1;
$nomit-pink : #EE38A4;
$nomit-dark-purple : #501DB9;
$nomit-gradient : linear-gradient(-45deg, #501DB9, #EE38A4);
$grey-dark : #454545;
$grey-light : #888888;


+ 5
- 0
src/assets/styles/spec/settings/fonts.scss View File

@ -2,3 +2,8 @@ $font-primary:
Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
$font-secondary: $font-primary;
$font-size-base: 0.875rem;
h2{
font-family: 'Fredoka One', cursive;
color: #501D89;
}

+ 97
- 0
src/assets/styles/style.css View File

@ -0,0 +1,97 @@
/* FONT SETTINGS */
body{
background-color: #F4F4F4;
}
*{
font-family: 'Source Sans Pro', sans-serif;
color: #454545;
font-size: 14px;
}
h1{
font-family: 'Fredoka One', cursive;
color: #501D89;
font-size: 28px;
}
h2{
font-family: 'Fredoka One', cursive;
color: #454545;
font-size: 24px;
}
h3{
font-family: 'Source Sans Pro', sans-serif;
color: #454545;
font-size: 20px;
font-weight: bold;
}
h5{
font-family: 'Source Sans Pro', sans-serif;
color: #454545;
font-size: 16px;
font-weight: bold;
}
h6{
font-family: 'Source Sans Pro', sans-serif;
font-size: 16px;
color: #888888;
}
/* BUTTONS */
.btn span{
color: #FFFFFF;
font-weight: bold;
}
.btn-border span {
color: #501DB9;
font-weight: bold;
align-items: center;
background: #F4F4F4;
border-radius: 23px;
display: flex;
justify-content: center;
height: 100%;
transition: background .5s ease;
width: 100%;
}
.btn-border:hover {
color: #FFFFFF;
}
.btn-border:hover span {
background: transparent;
color: #FFFFFF;
}
.btn, .btn-border {
background-image: linear-gradient(-45deg, #501DB9 0%, #EE38A4 100%);
border-radius: 23px;
box-sizing: border-box;
height: 40px;
margin: 0 auto;
padding: 4px;
position: relative;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.05em;
}
/* REPORTS PAGE */
.table .thead-purple-border th{
border-top: transparent;
border-bottom-color: #8B00B1;
border-width: 3px;
}
.table {
background-color: #FFFFFF;
}

+ 2
- 2
src/companies.html View File

@ -118,7 +118,7 @@
<div class="card item-box" >
<div class="companies-data-title">
<img class="companies-update-img" src="assets/static/images/nomit-logo.png" alt="">
<div class="testo"><h5 class=" text-black-bold">David James</h5>
<div class="testo"><h5 class=" form-title">David James</h5>
<div class=" text-size-11">Victoria</div>
<div class=" text-size-11">Mobile: 0414987654</div>
</div>
@ -140,7 +140,7 @@
<div class="card item-box" >
<div class="companies-data-title">
<img class="companies-update-img" src="assets/static/images/nomit-logo.png" alt="">
<div class="testo"><h5 class=" text-black-bold">David James</h5>
<div class="testo"><h5 class=" form-title">David James</h5>
<div class=" text-size-11">Victoria</div>
<div class=" text-size-11">Mobile: 0414987654</div>
</div>


+ 2
- 2
src/index.html View File

@ -87,9 +87,9 @@
<main class='main-content bgc-grey-300'>
<div id='mainContent row'>
<div class="row content-title mT-60">
<div class="col-8 ml-1 mb-3">
<h1 class="col-8 ml-1 mb-3">
Dashboard
</div>
</h1>
</div>
<div class=" gap-20 masonry pos-r">
<!-- #content container ===== -->


+ 5
- 2
src/profile.html View File

@ -82,7 +82,6 @@
${require('html-loader!./_topbar.html')}
<!-- ### $App Screen Content ### -->
<main class='main-content bgc-grey-300'>
<div id='mainContent row'>
@ -268,6 +267,7 @@
</div>
<input type="text" class="form-control bdc-grey-200 start-date" placeholder="Date of Arrive"
data-provide="datepicker">
</div>
</div>
</div>
@ -526,7 +526,8 @@
</div>
</div>
<div class="row ">
<div class="row ">
<div class="col-4 profile-form-row">
<h9 class="">Email Address</h9>
<input type="text" class="form-control" id="" placeholder="Email" value="info@test.com.au"
@ -591,6 +592,7 @@
</div>
</div>
<button type="button" class="btn btn-gradient ">UPDATE</button>
<button type="button" class="btn btn-cancel ">CANCEL</button>
</div>
@ -617,6 +619,7 @@
<div class="col-4 profile-form-row">
<h9 class="">Confirm New urrent Password</h9>
<input type="password" class="form-control" id="" placeholder="New Password" required>
</div>
</div>


+ 2
- 2
src/referees.html View File

@ -118,7 +118,7 @@
<div class="card item-box" >
<div class="referee-data-title">
<img class="referee-update-img" src="assets/static/images/nomit-logo.png" alt="">
<div class="testo"><h5 class=" text-black-bold">David James</h5>
<div class="testo"><h5 class=" form-title">David James</h5>
<div class=" text-size-11">Victoria</div>
<div class=" text-size-11">Mobile: 0414987654</div>
</div>
@ -140,7 +140,7 @@
<div class="card item-box" >
<div class="referee-data-title">
<img class="referee-update-img" src="assets/static/images/nomit-logo.png" alt="">
<div class="testo"><h5 class=" text-black-bold">David James</h5>
<div class="testo"><h5 class=" form-title">David James</h5>
<div class=" text-size-11">Victoria</div>
<div class=" text-size-11">Mobile: 0414987654</div>
</div>


+ 135
- 0
src/reports.html View File

@ -0,0 +1,135 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="assets/styles/style.css">
<title>Reports</title>
<style>
@import url('https://fonts.googleapis.com/css?family=Fredoka+One|Source+Sans+Pro');
</style>
</head>
<body class="app">
<!-- @TOC -->
<!-- =================================================== -->
<!--
+ @Page Loader
+ @App Content
- #Left Sidebar
> $Sidebar Header
> $Sidebar Menu
- #Main
> $Topbar
> $App Screen Content
-->
<!-- @Page Loader -->
<!-- =================================================== -->
<div id='loader'>
<div class="spinner"></div>
</div>
<script>
window.addEventListener('load', () => {
const loader = document.getElementById('loader');
setTimeout(() => {
loader.classList.add('fadeOut');
}, 300);
});
</script>
<!-- @App Content -->
<!-- =================================================== -->
<div>
${require('html-loader!./_sidebar.html')}
<!-- #Main ============================ -->
<div class="page-container">
${require('html-loader!./_topbar.html')}
<!-- ### $App Screen Content ### -->
<main class='main-content bgc-grey-300' style="padding-left: 80px; padding-right: 80px;">
<div class="col-8 ml-1 mb-3">
<h1>Reports</h1>
</div>
<!-- ### Table ### -->
<div class="container">
<table class="table table-hover">
<thead class="thead-purple-border">
<tr>
<th scope="col">#</th>
<th scope="col">First Name</th>
<th scope="col">Last Name</th>
<th scope="col">Username</th>
<th scope="col">State</th>
<th scope="col">Language</th>
<th scope="col">Fields</th>
<th scope="col">Member Since</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Tony</td>
<td>Stark</td>
<td>tonystark</td>
<td>VIC</td>
<td>English</td>
<td>Hospitality</td>
<td>Feb 2019</td>
</tr>
<tr>
<th scope="row">2</th>
<td>David</td>
<td>James</td>
<td>davidjames</td>
<td>VIC</td>
<td>English, Italian</td>
<td>Design</td>
<td>Feb 2019</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Miro</td>
<td>Kirov</td>
<td>mirokirov</td>
<td>VIC</td>
<td>English, Japanese</td>
<td>IT</td>
<td>Feb 2019</td>
</tr>
</tbody>
</table>
</div>
</main>
</div><!-- page-container -->
</div> <!-- App Content -->
<!-- ### $App Screen Footer ### -->
<footer class="bdT ta-c p-30 lh-0 fsz-sm c-grey-600">
<span>Copyright © 2017 Designed by <a href="https://colorlib.com" target='_blank' title="Colorlib">Colorlib</a>. All rights reserved.</span>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>

+ 2
- 2
src/users.html View File

@ -118,7 +118,7 @@
<div class="card item-box" >
<div class="user-data-title">
<img class="user-update-img" src="assets/static/images/nomit-logo.png" alt="">
<div class="testo"><h5 class=" text-black-bold">David James</h5>
<div class="testo"><h5 class=" form-title">David James</h5>
<div class=" text-size-11">Victoria</div>
<div class=" text-size-11">Mobile: 0414987654</div>
</div>
@ -140,7 +140,7 @@
<div class="card item-box" >
<div class="user-data-title">
<img class="user-update-img" src="assets/static/images/nomit-logo.png" alt="">
<div class="testo"><h5 class=" text-black-bold">David James</h5>
<div class="testo"><h5 class=" form-title">David James</h5>
<div class=" text-size-11">Victoria</div>
<div class=" text-size-11">Mobile: 0414987654</div>
</div>


+ 2
- 0
webpack/plugins/htmlPlugin.js View File

@ -11,6 +11,8 @@ const titles = {
'charts': 'Charts',
'ads': 'ads',
'ads_1':'ads_1',
'ad-details':'ad-details',
'reports':'reports',
'chat': 'Chat',
'compose': 'Compose',
'datatable': 'Datatable',


Loading…
Cancel
Save