Skip to content

Commit

Permalink
Adding Material Dashboard bootstrap template (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
lotif authored Feb 7, 2024
1 parent 405705e commit ed97ab4
Show file tree
Hide file tree
Showing 12 changed files with 28,861 additions and 0 deletions.
27,936 changes: 27,936 additions & 0 deletions assets/css/material-dashboard.css

Large diffs are not rendered by default.

597 changes: 597 additions & 0 deletions assets/css/nucleo-icons.css

Large diffs are not rendered by default.

135 changes: 135 additions & 0 deletions assets/css/nucleo-svg.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
/* Generated using nucleoapp.com */
/* --------------------------------
Icon colors
-------------------------------- */

.icon {
display: inline-block;
/* icon primary color */
color: #111111;
height: 1em;
width: 1em;
}

.icon use {
/* icon secondary color - fill */
fill: #7ea6f6;
}

.icon.icon-outline use {
/* icon secondary color - stroke */
stroke: #7ea6f6;
}

/* --------------------------------
Change icon size
-------------------------------- */

.icon-xs {
height: 0.5em;
width: 0.5em;
}

.icon-sm {
height: 0.8em;
width: 0.8em;
}

.icon-lg {
height: 1.6em;
width: 1.6em;
}

.icon-xl {
height: 2em;
width: 2em;
}

/* --------------------------------
Align icon and text
-------------------------------- */

.icon-text-aligner {
/* add this class to parent element that contains icon + text */
display: flex;
align-items: center;
}

.icon-text-aligner .icon {
color: inherit;
margin-right: 0.4em;
}

.icon-text-aligner .icon use {
color: inherit;
fill: currentColor;
}

.icon-text-aligner .icon.icon-outline use {
stroke: currentColor;
}

/* --------------------------------
Icon reset values - used to enable color customizations
-------------------------------- */

.icon {
fill: currentColor;
stroke: none;
}

.icon.icon-outline {
fill: none;
stroke: currentColor;
}

.icon use {
stroke: none;
}

.icon.icon-outline use {
fill: none;
}

/* --------------------------------
Stroke effects - Nucleo outline icons
- 16px icons -> up to 1px stroke (16px outline icons do not support stroke changes)
- 24px, 32px icons -> up to 2px stroke
- 48px, 64px icons -> up to 4px stroke
-------------------------------- */

.icon-outline.icon-stroke-1 {
stroke-width: 1px;
}

.icon-outline.icon-stroke-2 {
stroke-width: 2px;
}

.icon-outline.icon-stroke-3 {
stroke-width: 3px;
}

.icon-outline.icon-stroke-4 {
stroke-width: 4px;
}

.icon-outline.icon-stroke-1 use,
.icon-outline.icon-stroke-3 use {
-webkit-transform: translateX(0.5px) translateY(0.5px);
-moz-transform: translateX(0.5px) translateY(0.5px);
-ms-transform: translateX(0.5px) translateY(0.5px);
-o-transform: translateX(0.5px) translateY(0.5px);
transform: translateX(0.5px) translateY(0.5px);
}
Binary file added assets/img/apple-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/logo-ct.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions assets/js/core/bootstrap.min.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions assets/js/core/popper.min.js

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions assets/js/material-dashboard.min.js

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions assets/js/plugins/perfect-scrollbar.min.js

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions assets/js/plugins/smooth-scrollbar.min.js

Large diffs are not rendered by default.

122 changes: 122 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
<!--
=========================================================
* Material Dashboard 2 - v3.0.0
=========================================================
* Product Page: https://www.creative-tim.com/product/material-dashboard
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://www.creative-tim.com/license)
* Coded by Creative Tim
=========================================================
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/apple-icon.png">
<link rel="icon" type="image/png" href="assets/img/favicon.png">
<title>
FLorist
</title>
<!-- Fonts and icons -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900|Roboto+Slab:400,700" />
<!-- Nucleo Icons -->
<link href="assets/css/nucleo-icons.css" rel="stylesheet" />
<link href="assets/css/nucleo-svg.css" rel="stylesheet" />
<!-- Font Awesome Icons -->
<script src="https://kit.fontawesome.com/42d5adcbca.js" crossorigin="anonymous"></script>
<!-- Material Icons -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons+Round" rel="stylesheet">
<!-- CSS Files -->
<link id="pagestyle" href="assets/css/material-dashboard.css?v=3.0.0" rel="stylesheet" />
</head>

<body class="g-sidenav-show bg-gray-200">
<aside class="sidenav navbar navbar-vertical navbar-expand-xs border-0 border-radius-xl my-3 fixed-start ms-3 bg-gradient-dark" id="sidenav-main">
<div class="sidenav-header">
<i class="fas fa-times p-3 cursor-pointer text-white opacity-5 position-absolute end-0 top-0 d-none d-xl-none" aria-hidden="true" id="iconSidenav"></i>
<span class="navbar-brand m-0">
<img src="assets/img/logo-ct.png" class="navbar-brand-img h-100" alt="main_logo">
<span class="ms-1 font-weight-bold text-white">FLorist</span>
</span>
</div>
<hr class="horizontal light mt-0 mb-2">
<div class="collapse navbar-collapse w-auto max-height-vh-100" id="sidenav-collapse-main">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link text-white active bg-gradient-primary" href="index.html">
<div class="text-white text-center me-2 d-flex align-items-center justify-content-center">
<i class="material-icons opacity-10">home</i>
</div>
<span class="nav-link-text ms-1">Home</span>
</a>
</li>
</ul>
</div>
</aside>
<main class="main-content position-relative max-height-vh-100 h-100 border-radius-lg ">
<!-- Navbar -->
<nav class="navbar navbar-main navbar-expand-lg px-0 mx-4 shadow-none border-radius-xl" id="navbarBlur" navbar-scroll="true">
<div class="container-fluid py-1 px-3"><nav aria-label="breadcrumb">
<ol class="breadcrumb bg-transparent mb-0 pb-0 pt-1 px-0 me-sm-6 me-5">
<!-- Breadcrumbs -->
</ol>
<div class="collapse navbar-collapse mt-sm-0 mt-2 me-md-0 me-sm-4" id="navbar">
<div class="ms-md-auto pe-md-3 d-flex align-items-center">
<div class="input-group input-group-outline">
<!-- Left aligned elements -->
</div>
</div>
</div>
</div>
</nav>
<!-- End Navbar -->
<div class="container-fluid py-4">
<div class="row min-vh-80 h-100">
<div class="col-12">
Content goes here
</div>
</div>
<!-- Footer -->
<footer class="footer pt-5">
<div class="container-fluid">
<div class="row align-items-center justify-content-lg-between">
<div class="col-lg-6 mb-lg-0 mb-4">
<div class="copyright text-center text-sm text-muted text-lg-start">
<!-- Copyright -->
</div>
</div>
<div class="col-lg-6">
<ul class="nav nav-footer justify-content-center justify-content-lg-end">
<!-- Bottom right navbar -->
</ul>
</div>
</div>
</div>
</footer>
</div>
</main>
<!-- Core JS Files -->
<script src="assets/js/core/popper.min.js"></script>
<script src="assets/js/core/bootstrap.min.js"></script>
<script src="assets/js/plugins/perfect-scrollbar.min.js"></script>
<script src="assets/js/plugins/smooth-scrollbar.min.js"></script>
<script>
var win = navigator.platform.indexOf('Win') > -1;
if (win && document.querySelector('#sidenav-scrollbar')) {
var options = {
damping: '0.5'
}
Scrollbar.init(document.querySelector('#sidenav-scrollbar'), options);
}
</script>
<!-- Github buttons -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<!-- Control Center for Material Dashboard: parallax effects, scripts for the example pages etc -->
<script src="assets/js/material-dashboard.min.js?v=3.0.0"></script>
</body>
</html>

0 comments on commit ed97ab4

Please sign in to comment.