-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding Material Dashboard bootstrap template #2
Changes from 5 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
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); | ||
} |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,130 @@ | ||
<!-- | ||
========================================================= | ||
* 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> | ||
<li class="nav-item"> | ||
<a class="nav-link text-white " href="about.html"> | ||
<div class="text-white text-center me-2 d-flex align-items-center justify-content-center"> | ||
<b style="padding: 0 7px">?</b> | ||
</div> | ||
<span class="nav-link-text ms-1">About</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> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we include a blank about.html page or take out this ref since it currently doesn't exist?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added it more as a reference for having another manu item, but I'll remove to avoid confusion :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I figured hahah no worries in that case :)