|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | + |
| 4 | +<head> |
| 5 | + <meta charset="utf-8"> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
| 7 | + <meta name="description" content="Start your development with a Dashboard for Bootstrap 4."> |
| 8 | + <meta name="author" content="Creative Tim"> |
| 9 | + <title>Argon Dashboard Laravel - Free Dashboard for Bootstrap 4</title> |
| 10 | + <!-- Favicon --> |
| 11 | + <link href="../assets/img/brand/favicon.png" rel="icon" type="image/png"> |
| 12 | + <!-- Fonts --> |
| 13 | + <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet"> |
| 14 | + <!-- Icons --> |
| 15 | + <link href="../assets/vendor/nucleo/css/nucleo.css" rel="stylesheet"> |
| 16 | + <link href="../assets/vendor/@fortawesome/fontawesome-free/css/all.min.css" rel="stylesheet"> |
| 17 | + <!-- Argon CSS --> |
| 18 | + <link type="text/css" href="../assets/css/argon.css?v=1.0.0" rel="stylesheet"> |
| 19 | +</head> |
| 20 | + |
| 21 | +<body> |
| 22 | + |
| 23 | + <!-- Main content --> |
| 24 | + <div class="main-content"> |
| 25 | + <!-- Top navbar --> |
| 26 | + <nav class="navbar navbar-top navbar-expand-md navbar-dark" id="navbar-main"> |
| 27 | + <div class="container-fluid"> |
| 28 | + <!-- Brand --> |
| 29 | + <a class="h4 mb-0 text-white text-uppercase d-none d-lg-inline-block" href="https://argon-dashboard-laravel.creative-tim.com/docs/getting-started/overview.html?ref=argon-dashboard-laravel-local">Argon Dashboard Laravel Documentation</a> |
| 30 | + <!-- Form --> |
| 31 | + <form class="navbar-search navbar-search-dark form-inline mr-3 d-none d-md-flex ml-lg-auto"> |
| 32 | + <div class="form-group mb-0"> |
| 33 | + <div class="input-group input-group-alternative"> |
| 34 | + <div class="input-group-prepend"> |
| 35 | + <span class="input-group-text"><i class="fas fa-search"></i></span> |
| 36 | + </div> |
| 37 | + <input class="form-control" placeholder="Search" type="text"> |
| 38 | + </div> |
| 39 | + </div> |
| 40 | + </form> |
| 41 | + <!-- User --> |
| 42 | + <ul class="navbar-nav align-items-center d-none d-md-flex"> |
| 43 | + <li class="nav-item dropdown"> |
| 44 | + <a class="nav-link pr-0" href="#" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> |
| 45 | + <div class="media align-items-center"> |
| 46 | + <span class="avatar avatar-sm rounded-circle"> |
| 47 | + <img alt="Image placeholder" src="../assets/img/theme/team-4-800x800.jpg"> |
| 48 | + </span> |
| 49 | + <div class="media-body ml-2 d-none d-lg-block"> |
| 50 | + <span class="mb-0 text-sm font-weight-bold">Jessica Jones</span> |
| 51 | + </div> |
| 52 | + </div> |
| 53 | + </a> |
| 54 | + <div class="dropdown-menu dropdown-menu-arrow dropdown-menu-right"> |
| 55 | + <div class=" dropdown-header noti-title"> |
| 56 | + <h6 class="text-overflow m-0">Welcome!</h6> |
| 57 | + </div> |
| 58 | + <a href="../examples/profile.html" class="dropdown-item"> |
| 59 | + <i class="ni ni-single-02"></i> |
| 60 | + <span>My profile</span> |
| 61 | + </a> |
| 62 | + <a href="../examples/profile.html" class="dropdown-item"> |
| 63 | + <i class="ni ni-settings-gear-65"></i> |
| 64 | + <span>Settings</span> |
| 65 | + </a> |
| 66 | + <a href="../examples/profile.html" class="dropdown-item"> |
| 67 | + <i class="ni ni-calendar-grid-58"></i> |
| 68 | + <span>Activity</span> |
| 69 | + </a> |
| 70 | + <a href="../examples/profile.html" class="dropdown-item"> |
| 71 | + <i class="ni ni-support-16"></i> |
| 72 | + <span>Support</span> |
| 73 | + </a> |
| 74 | + <div class="dropdown-divider"></div> |
| 75 | + <a href="#!" class="dropdown-item"> |
| 76 | + <i class="ni ni-user-run"></i> |
| 77 | + <span>Logout</span> |
| 78 | + </a> |
| 79 | + </div> |
| 80 | + </li> |
| 81 | + </ul> |
| 82 | + </div> |
| 83 | + </nav> |
| 84 | + <!-- Header --> |
| 85 | + <div class="header bg-gradient-primary pb-8 pt-5 pt-lg-8 d-flex align-items-center"> |
| 86 | + <!-- Header container --> |
| 87 | + <div class="container-fluid"> |
| 88 | + <div class="row justify-content-center"> |
| 89 | + <div class="col-lg-6 col-md-10 text-center"> |
| 90 | + <h1 class="display-2 text-white">Argon Dashboard Laravel <small>Documentation - v1.0.0</small></h1> |
| 91 | + <p class="text-white mt-0 mb-5">We are constatly doing updates on the product and documentation, so please check the online version.</p> |
| 92 | + </div> |
| 93 | + </div> |
| 94 | + </div> |
| 95 | + </div> |
| 96 | + <!-- Page content --> |
| 97 | + <div class="container-fluid mt--7"> |
| 98 | + <div class="row justify-content-center"> |
| 99 | + <div class="col-lg-4"> |
| 100 | + <div class="card bg-gradient-default text-center p-5"> |
| 101 | + <a href="https://argon-dashboard-laravel.creative-tim.com/docs/getting-started/overview.html?ref=argon-dashboard-laravel-local" class="btn btn-white btn-icon mb-3 mb-sm-0"> |
| 102 | + <span class="btn-inner--icon"><i class="ni ni-collection"></i></span> |
| 103 | + <span class="btn-inner--text">View Docs Online</span> |
| 104 | + </a> |
| 105 | + </div> |
| 106 | + </div> |
| 107 | + </div> |
| 108 | + <!-- Footer --> |
| 109 | + </div> |
| 110 | + </div> |
| 111 | + <!-- Argon Scripts --> |
| 112 | + <!-- Core --> |
| 113 | + <script src="../assets/vendor/jquery/dist/jquery.min.js"></script> |
| 114 | + <script src="../assets/vendor/bootstrap/dist/js/bootstrap.bundle.min.js"></script> |
| 115 | + <!-- Argon JS --> |
| 116 | + <script src="../assets/js/argon.js?v=1.0.0"></script> |
| 117 | +</body> |
| 118 | + |
| 119 | +</html> |
0 commit comments