163 lines
6.7 KiB
Plaintext
163 lines
6.7 KiB
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Kurs</title>
|
|
<%= csrf_meta_tags %>
|
|
<%= csp_meta_tag %>
|
|
<%= favicon_link_tag %>
|
|
<meta name="description" content="">
|
|
|
|
<%= stylesheet_link_tag 'application', media: 'all' %>
|
|
<link href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
|
|
<%= javascript_include_tag 'application' %>
|
|
</head>
|
|
|
|
<body id="page-top">
|
|
<!-- Page Wrapper -->
|
|
<div id="wrapper">
|
|
|
|
<!-- Sidebar -->
|
|
<ul class="navbar-nav bg-gradient-primary sidebar sidebar-dark accordion" id="accordionSidebar">
|
|
<!-- Sidebar - Brand -->
|
|
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="/">
|
|
<div class="sidebar-brand-icon">
|
|
<i class="fas fa-chalkboard-teacher"></i>
|
|
</div>
|
|
<div class="sidebar-brand-text mx-3">Kurs</div>
|
|
</a>
|
|
<!-- Divider -->
|
|
<hr class="sidebar-divider my-0">
|
|
<%= build_side_menu %>
|
|
<!-- Divider -->
|
|
<hr class="sidebar-divider d-none d-md-block">
|
|
<!-- Sidebar Toggler (Sidebar) -->
|
|
<div class="text-center d-none d-md-inline">
|
|
<button class="rounded-circle border-0" id="sidebarToggle"></button>
|
|
</div>
|
|
</ul>
|
|
<!-- End of Sidebar -->
|
|
|
|
<!-- Content Wrapper -->
|
|
<div id="content-wrapper" class="d-flex flex-column">
|
|
|
|
<!-- Main Content -->
|
|
<div id="content">
|
|
<!-- Topbar -->
|
|
<nav class="navbar navbar-expand navbar-light bg-white topbar mb-4 static-top shadow">
|
|
<!-- Sidebar Toggle (Topbar) -->
|
|
<button id="sidebarToggleTop" class="btn btn-link d-md-none rounded-circle mr-3">
|
|
<i class="fa fa-bars"></i>
|
|
</button>
|
|
<!-- Topbar Navbar -->
|
|
<ul class="navbar-nav ml-auto">
|
|
|
|
<!-- Nav Item - Alerts -->
|
|
<li class="nav-item dropdown no-arrow mx-1">
|
|
<a class="nav-link dropdown-toggle" href="#" id="alertsDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
<i class="fas fa-bell fa-fw"></i>
|
|
<!-- Counter - Alerts -->
|
|
<span class="badge badge-danger badge-counter">3+</span>
|
|
</a>
|
|
<!-- Dropdown - Alerts -->
|
|
<div class="dropdown-list dropdown-menu dropdown-menu-right shadow animated--grow-in" aria-labelledby="alertsDropdown">
|
|
<h6 class="dropdown-header">
|
|
Alerts Center
|
|
</h6>
|
|
<a class="dropdown-item d-flex align-items-center" href="#">
|
|
<div class="mr-3">
|
|
<div class="icon-circle bg-primary">
|
|
<i class="fas fa-file-alt text-white"></i>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="small text-gray-500">December 12, 2019</div>
|
|
<span class="font-weight-bold">A new monthly report is ready to download!</span>
|
|
</div>
|
|
</a>
|
|
<a class="dropdown-item d-flex align-items-center" href="#">
|
|
<div class="mr-3">
|
|
<div class="icon-circle bg-success">
|
|
<i class="fas fa-donate text-white"></i>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="small text-gray-500">December 7, 2019</div>
|
|
$290.29 has been deposited into your account!
|
|
</div>
|
|
</a>
|
|
<a class="dropdown-item d-flex align-items-center" href="#">
|
|
<div class="mr-3">
|
|
<div class="icon-circle bg-warning">
|
|
<i class="fas fa-exclamation-triangle text-white"></i>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="small text-gray-500">December 2, 2019</div>
|
|
Spending Alert: We've noticed unusually high spending for your account.
|
|
</div>
|
|
</a>
|
|
<a class="dropdown-item text-center small text-gray-500" href="#">Show All Alerts</a>
|
|
</div>
|
|
</li>
|
|
|
|
<div class="topbar-divider d-none d-sm-block"></div>
|
|
|
|
<!-- Nav Item - User Information -->
|
|
<li class="nav-item dropdown no-arrow">
|
|
<a class="nav-link dropdown-toggle" href="#" id="userDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
<span class="mr-2 d-none d-lg-inline text-gray-600 small">Valerie Luna</span>
|
|
<img class="img-profile rounded-circle" src="https://source.unsplash.com/QAB-WJcbgJk/60x60">
|
|
</a>
|
|
<!-- Dropdown - User Information -->
|
|
<div class="dropdown-menu dropdown-menu-right shadow animated--grow-in" aria-labelledby="userDropdown">
|
|
<a class="dropdown-item" href="#">
|
|
<i class="fas fa-user fa-sm fa-fw mr-2 text-gray-400"></i>
|
|
Profile
|
|
</a>
|
|
<a class="dropdown-item" href="#">
|
|
<i class="fas fa-cogs fa-sm fa-fw mr-2 text-gray-400"></i>
|
|
Settings
|
|
</a>
|
|
<a class="dropdown-item" href="#">
|
|
<i class="fas fa-list fa-sm fa-fw mr-2 text-gray-400"></i>
|
|
Activity Log
|
|
</a>
|
|
<div class="dropdown-divider"></div>
|
|
<a class="dropdown-item" href="#" data-toggle="modal" data-target="#logoutModal">
|
|
<i class="fas fa-sign-out-alt fa-sm fa-fw mr-2 text-gray-400"></i>
|
|
Logout
|
|
</a>
|
|
</div>
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</nav>
|
|
<!-- End of Topbar -->
|
|
|
|
<!-- Begin Page Content -->
|
|
<%= yield %>
|
|
|
|
</div>
|
|
<!-- End of Main Content -->
|
|
|
|
<!-- Footer -->
|
|
<footer class="sticky-footer bg-white">
|
|
<div class="container my-auto">
|
|
<div class="copyright text-center my-auto">
|
|
<span>Copyright © Kursy 2019</span>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
<!-- End of Footer -->
|
|
|
|
</div>
|
|
<!-- End of Content Wrapper -->
|
|
|
|
</div>
|
|
<!-- End of Page Wrapper -->
|
|
<%= javascript_include_tag 'jquery.min', 'bootstrap.bundle.min' %>
|
|
<%= javascript_include_tag 'jquery.easing.min', 'sb-admin-2.min' %>
|
|
</body>
|
|
</html>
|