Skip to content

Commit

Permalink
feat: updated palette. added new components
Browse files Browse the repository at this point in the history
- added ui components
- login page
- sign in page
- forgot password page
- 404 page
- updated colors
- fixes
  • Loading branch information
franckevva committed Apr 3, 2019
1 parent a354292 commit 0570168
Show file tree
Hide file tree
Showing 128 changed files with 19,522 additions and 43,467 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ src/.sass-cache/

.idea

.temp
.temp
88 changes: 88 additions & 0 deletions dist/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/png" href="images/DB_16х16.png">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="A front-end template that helps you build fast, modern mobile web apps.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Material Dashboard Lite</title>

<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">


<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Material Design Lite">


<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#3372DF">

<!-- SEO: If your mobile URL is different from the desktop URL, add a canonical link to the desktop page https://developers.google.com/webmasters/smartphone-sites/feature-phones -->
<!--
<link rel="canonical" href="http://www.example.com/">
-->

<link href='https://fonts.googleapis.com/css?family=Roboto:400,500,300,100,700,900' rel='stylesheet'
type='text/css'>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- inject:css -->
<link rel="stylesheet" href="css/lib/getmdl-select.min.css">
<link rel="stylesheet" href="css/lib/nv.d3.min.css">
<link rel="stylesheet" href="css/application.min.css">
<!-- endinject -->

</head>

<body>
<div class="mdl-layout mdl-js-layout is-small-screen not-found">
<main class="mdl-layout__content">
<div class="mdl-card mdl-card__login mdl-shadow--2dp">
<div class="mdl-card__supporting-text color--dark-gray">
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--12-col mdl-cell--4-col-phone">
<span class="mdl-card__title-text text-color--smooth-gray">DARKBOARD</span>
</div>
<div class="mdl-cell mdl-cell--12-col mdl-cell--4-col-phone">
<span class="text--huge color-text--light-blue">404</span>
</div>
<div class="mdl-cell mdl-cell--12-col mdl-cell--4-col-phone">
<span class="text--sorry text-color--white">Sorry, but there's nothing here</span>
</div>
<!--<a href="index.html">-->
<div class="mdl-cell mdl-cell--12-col mdl-cell--4-col-phone">
<a href="index.html" class="mdl-button mdl-js-button color-text--light-blue pull-right">
Go Back
</a>
</div>
<!--</a>alignment--bottom-right-->
</div>
</div>
</div>
</main>
</div>

<!-- inject:js -->
<script src="js/d3.min.js"></script>
<script src="js/getmdl-select.min.js"></script>
<script src="js/material.min.js"></script>
<script src="js/nv.d3.min.js"></script>
<script src="js/layout/layout.min.js"></script>
<script src="js/scroll/scroll.min.js"></script>
<script src="js/widgets/charts/discreteBarChart.min.js"></script>
<script src="js/widgets/charts/linePlusBarChart.min.js"></script>
<script src="js/widgets/charts/stackedBarChart.min.js"></script>
<script src="js/widgets/employer-form/employer-form.min.js"></script>
<script src="js/widgets/line-chart/line-charts-nvd3.min.js"></script>
<script src="js/widgets/map/maps.min.js"></script>
<script src="js/widgets/pie-chart/pie-charts-nvd3.min.js"></script>
<script src="js/widgets/table/table.min.js"></script>
<script src="js/widgets/todo/todo.min.js"></script>
<!-- endinject -->

</body>
</html>
Loading

0 comments on commit 0570168

Please sign in to comment.