diff --git a/public/css/dashboard.css b/public/css/dashboard.css
new file mode 100644
index 0000000..55ab4f6
--- /dev/null
+++ b/public/css/dashboard.css
@@ -0,0 +1,89 @@
+ /* navbar */
+ .sign-out {
+ background-color: #084ba2;
+ border-radius: 7px;
+ color: white !important;
+ transition: 0.2s ease-out;
+}
+
+.sign-out:hover {
+ background-color: #073f89;
+}
+
+.navbar-brand img {
+ width: 50px;
+}
+
+.navbar-brand span {
+ line-height: 20px;
+}
+
+/* =================================== */
+.heading-text {
+ width: 100vw;
+ background-size: cover;
+ background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("https://res.cloudinary.com/tmakinde/image/upload/q_auto:low/Myinstitution%20Images/img3_u2mek3.jpg");
+ background: -webkit-linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("https://res.cloudinary.com/tmakinde/image/upload/q_auto:low/Myinstitution%20Images/img3_u2mek3.jpg");
+ background-attachment: fixed;
+ overflow-x: hidden;
+
+}
+
+.heading-text h2 {
+ font-family: 'Open Sans', sans-serif;
+ ;
+
+ padding: 20vh 0px 20vh 0px;
+ color: #E7E5DF;
+ font-weight: bolder;
+
+}
+
+.heading-text img {
+
+ padding: 0;
+ width: 100vw;
+
+
+}
+
+.about-img {
+ width: 100%;
+ border-radius: 54% 46% 22% 78% / 43% 53% 47% 57%;
+ border: 0.2px solid #eeeeef;
+}
+
+p {
+ font-size: 17px !important;
+}
+
+.icons svg {
+ transition: 0.3s ease-out;
+
+}
+
+.icons svg:hover {
+ transform: scale(1.2);
+ transition: 0.3s ease-out;
+}
+
+.footer-link {
+ text-decoration: none !important;
+}
+
+footer {
+ background: rgba(0, 0, 0, 0.08);
+}
+
+footer img {
+ width: 100vw;
+ padding: 0;
+}
+
+footer .container {
+ max-width: 500px;
+}
+
+.footer-logo {
+ width: 80px;
+}
\ No newline at end of file
diff --git a/public/js/assets/dashboard.js b/public/js/assets/dashboard.js
new file mode 100644
index 0000000..290f470
--- /dev/null
+++ b/public/js/assets/dashboard.js
@@ -0,0 +1,6 @@
+$(function(){
+ AOS.init({
+ easing:'ease',
+ duration:700,
+ });
+ });
\ No newline at end of file
diff --git a/resources/views/Admin/Admin.blade.php b/resources/views/Admin/Admin.blade.php
index 0645c40..f30291d 100644
--- a/resources/views/Admin/Admin.blade.php
+++ b/resources/views/Admin/Admin.blade.php
@@ -5,81 +5,82 @@
@endsection
@section('content')
-
-
-
-
- Username
- Action
-
-
-
- @foreach ($currentInstitutionAdmins as $Admins)
-
- {{ $Admins->username }}
- {{ $Admins->password }}
-
-
+
+ @endforeach
+
+
+
+
+
+
+
+
Add new admin
+
+
-
-
-
-
-
Add Button
-
+
+
+
+ Add Button
+
+
@endsection
@section('scripts')
-
-
-
-
-
+
+
+
+
+
@parent
-@endsection
+@endsection
\ No newline at end of file
diff --git a/resources/views/Admin/Class.blade.php b/resources/views/Admin/Class.blade.php
index 61884d2..f023ec5 100644
--- a/resources/views/Admin/Class.blade.php
+++ b/resources/views/Admin/Class.blade.php
@@ -7,11 +7,11 @@
@section('content')
-
CLASSES
+
Classes
@csrf
-
+
diff --git a/resources/views/Admin/Dashboard.blade.php b/resources/views/Admin/Dashboard.blade.php
index 7ac5d63..3034db9 100644
--- a/resources/views/Admin/Dashboard.blade.php
+++ b/resources/views/Admin/Dashboard.blade.php
@@ -7,27 +7,27 @@
@section('content')
-
{{$currentInstitution->name}}
+ {{$currentInstitution->name}}
Online Educational Platform
About Us
-
-
+
+
This is an institution platform where any institution can signup and get started in giving their student access to online courses which they prepare for themselves
It's purpose is to be able to connect different schools or tutorial centres on a single platform.
-
+
FAQs