mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 18:59:09 -04:00
295 lines
13 KiB
HTML
295 lines
13 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/apple-icon.png">
|
|
<link rel="icon" type="image/png" sizes="96x96" href="assets/img/favicon.png">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
|
|
<title>Paper Dashboard by Creative Tim</title>
|
|
|
|
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
|
|
<meta name="viewport" content="width=device-width" />
|
|
|
|
|
|
<!-- Bootstrap core CSS -->
|
|
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
|
|
|
|
<!-- Animation library for notifications -->
|
|
<link href="assets/css/animate.min.css" rel="stylesheet"/>
|
|
|
|
<!-- Paper Dashboard core CSS -->
|
|
<link href="assets/css/paper-dashboard.css" rel="stylesheet"/>
|
|
|
|
<!-- CSS for Demo Purpose, don't include it in your project -->
|
|
<link href="assets/css/demo.css" rel="stylesheet" />
|
|
|
|
<!-- Fonts and icons -->
|
|
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
|
|
<link href='https://fonts.googleapis.com/css?family=Muli:400,300' rel='stylesheet' type='text/css'>
|
|
<link href="assets/css/themify-icons.css" rel="stylesheet">
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div class="wrapper">
|
|
<div class="sidebar" data-background-color="white" data-active-color="danger">
|
|
|
|
<!--
|
|
Tip 1: you can change the color of the sidebar's background using: data-background-color="white | black"
|
|
Tip 2: you can change the color of the active button using the data-active-color="primary | info | success | warning | danger"
|
|
-->
|
|
|
|
<div class="sidebar-wrapper">
|
|
<div class="logo">
|
|
<a href="http://www.creative-tim.com" class="simple-text">
|
|
Creative Tim
|
|
</a>
|
|
</div>
|
|
|
|
<ul class="nav">
|
|
<li>
|
|
<a href="dashboard.html">
|
|
<i class="ti-panel"></i>
|
|
<p>Dashboard</p>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="user.html">
|
|
<i class="ti-user"></i>
|
|
<p>User Profile</p>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="table.html">
|
|
<i class="ti-view-list-alt"></i>
|
|
<p>Table List</p>
|
|
</a>
|
|
</li>
|
|
<li class="active">
|
|
<a href="typography.html">
|
|
<i class="ti-text"></i>
|
|
<p>Typography</p>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="icons.html">
|
|
<i class="ti-pencil-alt2"></i>
|
|
<p>Icons</p>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="maps.html">
|
|
<i class="ti-map"></i>
|
|
<p>Maps</p>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="notifications.html">
|
|
<i class="ti-bell"></i>
|
|
<p>Notifications</p>
|
|
</a>
|
|
</li>
|
|
<li class="active-pro">
|
|
<a href="upgrade.html">
|
|
<i class="ti-export"></i>
|
|
<p>Upgrade to PRO</p>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="main-panel">
|
|
<nav class="navbar navbar-default">
|
|
<div class="container-fluid">
|
|
<div class="navbar-header">
|
|
<button type="button" class="navbar-toggle">
|
|
<span class="sr-only">Toggle navigation</span>
|
|
<span class="icon-bar bar1"></span>
|
|
<span class="icon-bar bar2"></span>
|
|
<span class="icon-bar bar3"></span>
|
|
</button>
|
|
<a class="navbar-brand" href="#">Typography</a>
|
|
</div>
|
|
<div class="collapse navbar-collapse">
|
|
<ul class="nav navbar-nav navbar-right">
|
|
<li>
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
|
<i class="ti-panel"></i>
|
|
<p>Stats</p>
|
|
</a>
|
|
</li>
|
|
<li class="dropdown">
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
|
<i class="ti-bell"></i>
|
|
<p class="notification">5</p>
|
|
<p>Notifications</p>
|
|
<b class="caret"></b>
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a href="#">Notification 1</a></li>
|
|
<li><a href="#">Notification 2</a></li>
|
|
<li><a href="#">Notification 3</a></li>
|
|
<li><a href="#">Notification 4</a></li>
|
|
<li><a href="#">Another notification</a></li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
<a href="#">
|
|
<i class="ti-settings"></i>
|
|
<p>Settings</p>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
|
|
<div class="content">
|
|
<div class="container-fluid">
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<div class="card">
|
|
<div class="header">
|
|
<h4 class="title">Paper Dashboard Headings</h4>
|
|
<p class="category">Created using <a href="https://www.google.com/fonts/specimen/Muli">Muli</a> Font Family</p>
|
|
</div>
|
|
<div class="content">
|
|
|
|
<div class="typo-line">
|
|
<h1><p class="category">Header 1</p>Paper Dashboard Heading </h1>
|
|
</div>
|
|
|
|
<div class="typo-line">
|
|
<h2><p class="category">Header 2</p>Paper Dashboard Heading </h2>
|
|
</div>
|
|
<div class="typo-line">
|
|
<h3><p class="category">Header 3</p>Paper Dashboard Heading </h3>
|
|
</div>
|
|
<div class="typo-line">
|
|
<h4><p class="category">Header 4</p>Paper Dashboard Heading </h4>
|
|
</div>
|
|
<div class="typo-line">
|
|
<h5><p class="category">Header 5</p>Paper Dashboard Heading </h5>
|
|
</div>
|
|
<div class="typo-line">
|
|
<h6><p class="category">Header 6</p>Paper Dashboard Heading </h6>
|
|
</div>
|
|
<div class="typo-line">
|
|
<p><span class="category">Paragraph</span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam.</p>
|
|
</div>
|
|
<div class="typo-line">
|
|
<p class="category">Quote</p>
|
|
<blockquote>
|
|
<p>
|
|
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam.
|
|
</p>
|
|
<small>
|
|
Steve Jobs, CEO Apple
|
|
</small>
|
|
</blockquote>
|
|
</div>
|
|
|
|
<div class="typo-line">
|
|
<p class="category">Muted Text</p>
|
|
<p class="text-muted">
|
|
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet.
|
|
</p>
|
|
</div>
|
|
<div class="typo-line">
|
|
<!--
|
|
there are also "text-info", "text-success", "text-warning", "text-danger" clases for the text
|
|
-->
|
|
<p class="category">Coloured Text</p>
|
|
<p class="text-primary">
|
|
Text Primary - Light Bootstrap Table Heading and complex bootstrap dashboard you've ever seen on the internet.
|
|
</p>
|
|
<p class="text-info">
|
|
Text Info - Light Bootstrap Table Heading and complex bootstrap dashboard you've ever seen on the internet.
|
|
</p>
|
|
<p class="text-success">
|
|
Text Success - Light Bootstrap Table Heading and complex bootstrap dashboard you've ever seen on the internet.
|
|
</p>
|
|
<p class="text-warning">
|
|
Text Warning - Light Bootstrap Table Heading and complex bootstrap dashboard you've ever seen on the internet.
|
|
</p>
|
|
<p class="text-danger">
|
|
Text Danger - Light Bootstrap Table Heading and complex bootstrap dashboard you've ever seen on the internet.
|
|
</p>
|
|
</div>
|
|
|
|
<div class="typo-line">
|
|
<h2><p class="category">Small Tag</p>Header with small subtitle <br><small>".small" is a tag for the headers</small> </h2>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<footer class="footer">
|
|
<div class="container-fluid">
|
|
<nav class="pull-left">
|
|
<ul>
|
|
|
|
<li>
|
|
<a href="http://www.creative-tim.com">
|
|
Creative Tim
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="http://blog.creative-tim.com">
|
|
Blog
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="http://www.creative-tim.com/license">
|
|
Licenses
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
<div class="copyright pull-right">
|
|
© <script>document.write(new Date().getFullYear())</script>, made with <i class="fa fa-heart heart"></i> by <a href="http://www.creative-tim.com">Creative Tim</a>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</body>
|
|
|
|
<!-- Core JS Files -->
|
|
<script src="assets/js/jquery-1.10.2.js" type="text/javascript"></script>
|
|
<script src="assets/js/bootstrap.min.js" type="text/javascript"></script>
|
|
|
|
<!-- Checkbox, Radio & Switch Plugins -->
|
|
<script src="assets/js/bootstrap-checkbox-radio.js"></script>
|
|
|
|
<!-- Charts Plugin -->
|
|
<script src="assets/js/chartist.min.js"></script>
|
|
|
|
<!-- Notifications Plugin -->
|
|
<script src="assets/js/bootstrap-notify.js"></script>
|
|
|
|
<!-- Google Maps Plugin -->
|
|
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js"></script>
|
|
|
|
<!-- Paper Dashboard Core javascript and methods for Demo purpose -->
|
|
<script src="assets/js/paper-dashboard.js"></script>
|
|
|
|
<!-- Paper Dashboard DEMO methods, don't include it in your project! -->
|
|
<script src="assets/js/demo.js"></script>
|
|
|
|
</html>
|