Skip to content

Commit

Permalink
Adding minor improvements to admin dashboards 🎊
Browse files Browse the repository at this point in the history
  • Loading branch information
syauqi committed Aug 18, 2020
1 parent 9466445 commit 7e8732c
Show file tree
Hide file tree
Showing 7 changed files with 368 additions and 484 deletions.
244 changes: 111 additions & 133 deletions application/views/admin/data_guru.php

Large diffs are not rendered by default.

20 changes: 9 additions & 11 deletions application/views/admin/data_siswa.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<div class="sidebar-brand text-danger">
<div>
<a href="<?= base_url('admin') ?>" style="font-size: 35px;font-weight:900;font-family: 'Poppins', sans-serif;" class="text-success text-center"><i style="font-size: 30px;" class="fas fa-graduation-cap"></i> |
Learnify</a>
Learnify <sup>3</sup> </a>
</div>
</div>
<div class="sidebar-brand sidebar-brand-sm">
Expand Down Expand Up @@ -134,20 +134,18 @@
<!-- Main Content -->
<div class="main-content">
<section class="section">
<div class="">
<div class="card" style="width:100%;">
<div class="card-body">
<h2 class="card-title" style="color: black;">Management Data Siswa Learnify</h2>
<hr>
<p class="card-text"> After I ran into Helen at a restaurant, I realized she was just office pretty drop-dead date put in in a deck for our standup today. Who's responsible for the ask for this request? who's responsible for the ask for this request? but moving the goalposts gain traction. </p>
<a href="<?= base_url('user/registration') ?>" class="btn btn-primary">Tambah
Data Siswa ⭢ </a>
</div>
<div class="card">
<div class="card-body">
<h2 class="card-title" style="color: black;">Management Data Siswa Learnify</h2>
<hr>
<p class="card-text"> After I ran into Helen at a restaurant, I realized she was just office pretty drop-dead date put in in a deck for our standup today. Who's responsible for the ask for this request? who's responsible for the ask for this request? but moving the goalposts gain traction. </p>
<a href="<?= base_url('user/registration') ?>" class="btn btn-success">Tambah
Data Siswa ⭢ </a>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="container bg-white p-4" style="border-radius:3px;box-shadow:rgba(0, 0, 0, 0.03) 0px 4px 8px 0px">
<div class="bg-white p-4" style="border-radius:3px;box-shadow:rgba(0, 0, 0, 0.03) 0px 4px 8px 0px;">
<div class="table-responsive">
<table id="example" class="table align-items-center table-flush">
<thead class="thead-light">
Expand Down
111 changes: 45 additions & 66 deletions application/views/admin/detail_guru.php

Large diffs are not rendered by default.

123 changes: 49 additions & 74 deletions application/views/admin/detail_siswa.php

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions application/views/admin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@
<div class="sidebar-brand text-danger">
<div>
<a href="<?= base_url('admin') ?>" style="font-size: 35px;font-weight:900;font-family: 'Poppins', sans-serif;" class="text-success text-center"><i style="font-size: 30px;" class="fas fa-graduation-cap"></i> |
Learnify</a>
Learnify <sup>3</sup></a>
</div>
</div>
<div class="sidebar-brand sidebar-brand-sm">
<a href="<?= base_url('admin') ?>">LY</a>
<a href="<?= base_url('admin') ?>">LY <sup>3</sup></a>
</div>
<ul class="sidebar-menu">
<li class="menu-header ">Dashboard</li>
Expand Down Expand Up @@ -126,7 +126,7 @@
<div class="main-content">
<section class="section">
<div class="section-header">
<h1 style="font-size: 27px; letter-spacing:-0.5px; color:black;">Dashboard | Halaman Utama</h1>
<h1 style="font-size: 27px; letter-spacing:-0.5px; color:black;">Dashboard</h1>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6 col-12">
Expand Down Expand Up @@ -196,7 +196,7 @@
<h2 class="card-title" style="color: black;">Tambah Materi?</h2>
<hr>
<p class="card-text">After I ran into Helen at a restaurant, I realized she was just office pretty drop-dead date put in in a deck for our standup today. Who's responsible for the ask for this request? who's responsible for the ask for this request? but moving the goalposts gain traction.</p>
<a href="<?= base_url('admin/tambah_materi') ?>" class="btn btn-primary">Tambah Materi ⭢</a>
<a href="<?= base_url('admin/tambah_materi') ?>" class="btn btn-success">Tambah Materi ⭢</a>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 7e8732c

Please sign in to comment.