Skip to content

Instantly share code, notes, and snippets.

View Umarmuhd's full-sized avatar

Umar Muhammad Zakari Umarmuhd

View GitHub Profile
@Umarmuhd
Umarmuhd / Company RBAC API.postman_collection.json
Created May 8, 2026 13:58
Company RBAC API Postman collection
This file has been truncated, but you can view the full file.
{
"info": {
"_postman_id": "0d8aa1ae-549d-48f3-862c-1d531bf043c7",
"name": "Company RBAC API",
"description": "Company-centric Role-Based Access Control endpoints",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "48153728",
"_collection_link": "https://go.postman.co/collection/48153728-0d8aa1ae-549d-48f3-862c-1d531bf043c7?source=collection_link"
},
"item": [
@Umarmuhd
Umarmuhd / index.html
Created August 17, 2022 13:18
Sidebar Navigation with Icons
<nav>
<ul>
<li>
<a href="#" class="active">
<i class="icon-dashboard"></i>
<span>Dashboard</span>
</a>
</li>
<li>