projects.html 70 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>AdminLTE 4 | Projects</title>
  6. <!--begin::Accessibility Meta Tags-->
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
  8. <meta name="color-scheme" content="light dark" />
  9. <meta name="theme-color" content="#007bff" media="(prefers-color-scheme: light)" />
  10. <meta name="theme-color" content="#1a1a1a" media="(prefers-color-scheme: dark)" />
  11. <!--end::Accessibility Meta Tags-->
  12. <!--begin::Primary Meta Tags-->
  13. <meta name="title" content="AdminLTE 4 | Projects" />
  14. <meta name="author" content="ColorlibHQ" />
  15. <meta
  16. name="description"
  17. content="AdminLTE is a Free Bootstrap 5 Admin Dashboard, 30 example pages using Vanilla JS. Fully accessible with WCAG 2.1 AA compliance."
  18. />
  19. <meta
  20. name="keywords"
  21. content="bootstrap 5, bootstrap, bootstrap 5 admin dashboard, bootstrap 5 dashboard, bootstrap 5 charts, bootstrap 5 calendar, bootstrap 5 datepicker, bootstrap 5 tables, bootstrap 5 datatable, vanilla js datatable, colorlibhq, colorlibhq dashboard, colorlibhq admin dashboard, accessible admin panel, WCAG compliant"
  22. />
  23. <!--end::Primary Meta Tags-->
  24. <!--begin::Accessibility Features-->
  25. <!-- Skip links will be dynamically added by accessibility.js -->
  26. <meta name="supported-color-schemes" content="light dark" />
  27. <link rel="preload" href="../css/adminlte.css" as="style" />
  28. <!--end::Accessibility Features-->
  29. <!--begin::Fonts-->
  30. <link
  31. rel="stylesheet"
  32. href="https://cdn.jsdelivr.net/npm/@fontsource/source-sans-3@5.0.12/index.css"
  33. integrity="sha256-tXJfXfp6Ewt1ilPzLDtQnJV4hclT9XuaZUKyUvmyr+Q="
  34. crossorigin="anonymous"
  35. media="print"
  36. onload="this.media = 'all'"
  37. />
  38. <!--end::Fonts-->
  39. <!--begin::Third Party Plugin(OverlayScrollbars)-->
  40. <link
  41. rel="stylesheet"
  42. href="https://cdn.jsdelivr.net/npm/overlayscrollbars@2.11.0/styles/overlayscrollbars.min.css"
  43. crossorigin="anonymous"
  44. />
  45. <!--end::Third Party Plugin(OverlayScrollbars)-->
  46. <!--begin::Third Party Plugin(Bootstrap Icons)-->
  47. <link
  48. rel="stylesheet"
  49. href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css"
  50. crossorigin="anonymous"
  51. />
  52. <!--end::Third Party Plugin(Bootstrap Icons)-->
  53. <!--begin::Required Plugin(AdminLTE)-->
  54. <link rel="stylesheet" href="../css/adminlte.css" />
  55. <!--end::Required Plugin(AdminLTE)-->
  56. </head>
  57. <body class="layout-fixed sidebar-expand-lg bg-body-tertiary">
  58. <div class="app-wrapper">
  59. <!--begin::Header-->
  60. <nav class="app-header navbar navbar-expand bg-body">
  61. <!--begin::Container-->
  62. <div class="container-fluid">
  63. <!--begin::Start Navbar Links-->
  64. <ul class="navbar-nav">
  65. <li class="nav-item">
  66. <a class="nav-link" data-lte-toggle="sidebar" href="#" role="button">
  67. <i class="bi bi-list"></i>
  68. </a>
  69. </li>
  70. <li class="nav-item d-none d-md-block">
  71. <a href="../index.html" class="nav-link">
  72. <i class="bi bi-grid-1x2 me-1" aria-hidden="true"></i>
  73. Live preview
  74. </a>
  75. </li>
  76. <li class="nav-item d-none d-md-block">
  77. <a href="../docs/introduction.html" class="nav-link">
  78. <i class="bi bi-book me-1" aria-hidden="true"></i>
  79. Documentation
  80. </a>
  81. </li>
  82. </ul>
  83. <!--end::Start Navbar Links-->
  84. <!--begin::End Navbar Links-->
  85. <ul class="navbar-nav ms-auto">
  86. <!--begin::Navbar Search-->
  87. <li class="nav-item">
  88. <a class="nav-link" data-widget="navbar-search" href="#" role="button">
  89. <i class="bi bi-search"></i>
  90. </a>
  91. </li>
  92. <!--end::Navbar Search-->
  93. <!--begin::Messages Dropdown Menu-->
  94. <li class="nav-item dropdown">
  95. <a class="nav-link" data-bs-toggle="dropdown" href="#">
  96. <i class="bi bi-chat-text"></i>
  97. <span class="navbar-badge badge text-bg-danger">3</span>
  98. </a>
  99. <div class="dropdown-menu dropdown-menu-lg dropdown-menu-end">
  100. <a href="#" class="dropdown-item">
  101. <!--begin::Message-->
  102. <div class="d-flex">
  103. <div class="flex-shrink-0">
  104. <img
  105. src="../assets/img/user1-128x128.jpg"
  106. alt="User Avatar"
  107. class="img-size-50 rounded-circle me-3"
  108. />
  109. </div>
  110. <div class="flex-grow-1">
  111. <h3 class="dropdown-item-title">
  112. Brad Diesel
  113. <span class="float-end fs-7 text-danger"
  114. ><i class="bi bi-star-fill"></i
  115. ></span>
  116. </h3>
  117. <p class="fs-7">Call me whenever you can...</p>
  118. <p class="fs-7 text-secondary">
  119. <i class="bi bi-clock-fill me-1"></i> 4 Hours Ago
  120. </p>
  121. </div>
  122. </div>
  123. <!--end::Message-->
  124. </a>
  125. <div class="dropdown-divider"></div>
  126. <a href="#" class="dropdown-item">
  127. <!--begin::Message-->
  128. <div class="d-flex">
  129. <div class="flex-shrink-0">
  130. <img
  131. src="../assets/img/user8-128x128.jpg"
  132. alt="User Avatar"
  133. class="img-size-50 rounded-circle me-3"
  134. />
  135. </div>
  136. <div class="flex-grow-1">
  137. <h3 class="dropdown-item-title">
  138. John Pierce
  139. <span class="float-end fs-7 text-secondary">
  140. <i class="bi bi-star-fill"></i>
  141. </span>
  142. </h3>
  143. <p class="fs-7">I got your message bro</p>
  144. <p class="fs-7 text-secondary">
  145. <i class="bi bi-clock-fill me-1"></i> 4 Hours Ago
  146. </p>
  147. </div>
  148. </div>
  149. <!--end::Message-->
  150. </a>
  151. <div class="dropdown-divider"></div>
  152. <a href="#" class="dropdown-item">
  153. <!--begin::Message-->
  154. <div class="d-flex">
  155. <div class="flex-shrink-0">
  156. <img
  157. src="../assets/img/user3-128x128.jpg"
  158. alt="User Avatar"
  159. class="img-size-50 rounded-circle me-3"
  160. />
  161. </div>
  162. <div class="flex-grow-1">
  163. <h3 class="dropdown-item-title">
  164. Nora Silvester
  165. <span class="float-end fs-7 text-warning">
  166. <i class="bi bi-star-fill"></i>
  167. </span>
  168. </h3>
  169. <p class="fs-7">The subject goes here</p>
  170. <p class="fs-7 text-secondary">
  171. <i class="bi bi-clock-fill me-1"></i> 4 Hours Ago
  172. </p>
  173. </div>
  174. </div>
  175. <!--end::Message-->
  176. </a>
  177. <div class="dropdown-divider"></div>
  178. <a href="#" class="dropdown-item dropdown-footer">See All Messages</a>
  179. </div>
  180. </li>
  181. <!--end::Messages Dropdown Menu-->
  182. <!--begin::Notifications Dropdown Menu-->
  183. <li class="nav-item dropdown">
  184. <a class="nav-link" data-bs-toggle="dropdown" href="#">
  185. <i class="bi bi-bell-fill"></i>
  186. <span class="navbar-badge badge text-bg-warning">15</span>
  187. </a>
  188. <div class="dropdown-menu dropdown-menu-lg dropdown-menu-end">
  189. <span class="dropdown-item dropdown-header">15 Notifications</span>
  190. <div class="dropdown-divider"></div>
  191. <a href="#" class="dropdown-item">
  192. <i class="bi bi-envelope me-2"></i> 4 new messages
  193. <span class="float-end text-secondary fs-7">3 mins</span>
  194. </a>
  195. <div class="dropdown-divider"></div>
  196. <a href="#" class="dropdown-item">
  197. <i class="bi bi-people-fill me-2"></i> 8 friend requests
  198. <span class="float-end text-secondary fs-7">12 hours</span>
  199. </a>
  200. <div class="dropdown-divider"></div>
  201. <a href="#" class="dropdown-item">
  202. <i class="bi bi-file-earmark-fill me-2"></i> 3 new reports
  203. <span class="float-end text-secondary fs-7">2 days</span>
  204. </a>
  205. <div class="dropdown-divider"></div>
  206. <a href="#" class="dropdown-item dropdown-footer"> See All Notifications </a>
  207. </div>
  208. </li>
  209. <!--end::Notifications Dropdown Menu-->
  210. <!--begin::Fullscreen Toggle-->
  211. <li class="nav-item">
  212. <a class="nav-link" href="#" data-lte-toggle="fullscreen">
  213. <i data-lte-icon="maximize" class="bi bi-arrows-fullscreen"></i>
  214. <i data-lte-icon="minimize" class="bi bi-fullscreen-exit d-none"></i>
  215. </a>
  216. </li>
  217. <!--end::Fullscreen Toggle-->
  218. <!--begin::Color Mode Toggle (#6010)-->
  219. <li class="nav-item dropdown">
  220. <a
  221. class="nav-link"
  222. href="#"
  223. id="bd-theme"
  224. aria-label="Toggle color scheme"
  225. data-bs-toggle="dropdown"
  226. aria-expanded="false"
  227. >
  228. <i class="bi bi-sun-fill" data-lte-theme-icon="light"></i>
  229. <i class="bi bi-moon-fill d-none" data-lte-theme-icon="dark"></i>
  230. <i class="bi bi-circle-half d-none" data-lte-theme-icon="auto"></i>
  231. </a>
  232. <ul
  233. class="dropdown-menu dropdown-menu-end"
  234. aria-labelledby="bd-theme"
  235. style="--bs-dropdown-min-width: 8rem"
  236. >
  237. <li>
  238. <button
  239. type="button"
  240. class="dropdown-item d-flex align-items-center"
  241. data-bs-theme-value="light"
  242. aria-pressed="false"
  243. >
  244. <i class="bi bi-sun-fill me-2"></i>
  245. Light
  246. <i class="bi bi-check-lg ms-auto d-none"></i>
  247. </button>
  248. </li>
  249. <li>
  250. <button
  251. type="button"
  252. class="dropdown-item d-flex align-items-center"
  253. data-bs-theme-value="dark"
  254. aria-pressed="false"
  255. >
  256. <i class="bi bi-moon-fill me-2"></i>
  257. Dark
  258. <i class="bi bi-check-lg ms-auto d-none"></i>
  259. </button>
  260. </li>
  261. <li>
  262. <button
  263. type="button"
  264. class="dropdown-item d-flex align-items-center active"
  265. data-bs-theme-value="auto"
  266. aria-pressed="true"
  267. >
  268. <i class="bi bi-circle-half me-2"></i>
  269. Auto
  270. <i class="bi bi-check-lg ms-auto d-none"></i>
  271. </button>
  272. </li>
  273. </ul>
  274. </li>
  275. <!--end::Color Mode Toggle-->
  276. <!--begin::User Menu Dropdown-->
  277. <li class="nav-item dropdown user-menu">
  278. <a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">
  279. <img
  280. src="../assets/img/user2-160x160.jpg"
  281. class="user-image rounded-circle shadow"
  282. alt="User Image"
  283. />
  284. <span class="d-none d-md-inline">Alexander Pierce</span>
  285. </a>
  286. <ul class="dropdown-menu dropdown-menu-lg dropdown-menu-end">
  287. <!--begin::User Image-->
  288. <li class="user-header text-bg-primary">
  289. <img
  290. src="../assets/img/user2-160x160.jpg"
  291. class="rounded-circle shadow"
  292. alt="User Image"
  293. />
  294. <p>
  295. Alexander Pierce - Web Developer
  296. <small>Member since Nov. 2023</small>
  297. </p>
  298. </li>
  299. <!--end::User Image-->
  300. <!--begin::Menu Body-->
  301. <li class="user-body">
  302. <!--begin::Row-->
  303. <div class="row">
  304. <div class="col-4 text-center">
  305. <a href="#">Followers</a>
  306. </div>
  307. <div class="col-4 text-center">
  308. <a href="#">Sales</a>
  309. </div>
  310. <div class="col-4 text-center">
  311. <a href="#">Friends</a>
  312. </div>
  313. </div>
  314. <!--end::Row-->
  315. </li>
  316. <!--end::Menu Body-->
  317. <!--begin::Menu Footer-->
  318. <li class="user-footer">
  319. <a href="#" class="btn btn-outline-secondary">Profile</a>
  320. <a href="#" class="btn btn-outline-danger float-end">Sign out</a>
  321. </li>
  322. <!--end::Menu Footer-->
  323. </ul>
  324. </li>
  325. <!--end::User Menu Dropdown-->
  326. </ul>
  327. <!--end::End Navbar Links-->
  328. </div>
  329. <!--end::Container-->
  330. </nav>
  331. <!--end::Header-->
  332. <!--begin::Sidebar-->
  333. <aside class="app-sidebar bg-body-secondary shadow" data-bs-theme="dark">
  334. <!--begin::Sidebar Brand-->
  335. <div class="sidebar-brand">
  336. <!--begin::Brand Link-->
  337. <a href="../index.html" class="brand-link">
  338. <!--begin::Brand Image-->
  339. <img
  340. src="../assets/img/AdminLTELogo.png"
  341. alt="AdminLTE Logo"
  342. class="brand-image opacity-75 shadow"
  343. />
  344. <!--end::Brand Image-->
  345. <!--begin::Brand Text-->
  346. <span class="brand-text fw-light">AdminLTE 4</span>
  347. <!--end::Brand Text-->
  348. </a>
  349. <!--end::Brand Link-->
  350. </div>
  351. <!--end::Sidebar Brand-->
  352. <!--begin::Sidebar Wrapper-->
  353. <div class="sidebar-wrapper">
  354. <nav class="mt-2" aria-label="Main navigation">
  355. <!--begin::Sidebar Menu-->
  356. <ul
  357. class="nav sidebar-menu flex-column"
  358. data-lte-toggle="treeview"
  359. data-accordion="false"
  360. id="navigation"
  361. >
  362. <li class="nav-item">
  363. <a href="#" class="nav-link">
  364. <i class="nav-icon bi bi-speedometer"></i>
  365. <p>
  366. Dashboard
  367. <i class="nav-arrow bi bi-chevron-right"></i>
  368. </p>
  369. </a>
  370. <ul class="nav nav-treeview">
  371. <li class="nav-item">
  372. <a href="../index.html" class="nav-link">
  373. <i class="nav-icon bi bi-circle"></i>
  374. <p>Dashboard v1</p>
  375. </a>
  376. </li>
  377. <li class="nav-item">
  378. <a href="../index2.html" class="nav-link">
  379. <i class="nav-icon bi bi-circle"></i>
  380. <p>Dashboard v2</p>
  381. </a>
  382. </li>
  383. <li class="nav-item">
  384. <a href="../index3.html" class="nav-link">
  385. <i class="nav-icon bi bi-circle"></i>
  386. <p>Dashboard v3</p>
  387. </a>
  388. </li>
  389. </ul>
  390. </li>
  391. <li class="nav-item">
  392. <a href="../generate/theme.html" class="nav-link">
  393. <i class="nav-icon bi bi-palette"></i>
  394. <p>Theme Generate</p>
  395. </a>
  396. </li>
  397. <li class="nav-item">
  398. <a href="#" class="nav-link">
  399. <i class="nav-icon bi bi-box-seam-fill"></i>
  400. <p>
  401. Widgets
  402. <i class="nav-arrow bi bi-chevron-right"></i>
  403. </p>
  404. </a>
  405. <ul class="nav nav-treeview">
  406. <li class="nav-item">
  407. <a href="../widgets/small-box.html" class="nav-link">
  408. <i class="nav-icon bi bi-circle"></i>
  409. <p>Small Box</p>
  410. </a>
  411. </li>
  412. <li class="nav-item">
  413. <a href="../widgets/info-box.html" class="nav-link">
  414. <i class="nav-icon bi bi-circle"></i>
  415. <p>info Box</p>
  416. </a>
  417. </li>
  418. <li class="nav-item">
  419. <a href="../widgets/cards.html" class="nav-link">
  420. <i class="nav-icon bi bi-circle"></i>
  421. <p>Cards</p>
  422. </a>
  423. </li>
  424. </ul>
  425. </li>
  426. <li class="nav-item">
  427. <a href="#" class="nav-link">
  428. <i class="nav-icon bi bi-clipboard-fill"></i>
  429. <p>
  430. Layout Options
  431. <span class="nav-badge badge text-bg-secondary me-3">7</span>
  432. <i class="nav-arrow bi bi-chevron-right"></i>
  433. </p>
  434. </a>
  435. <ul class="nav nav-treeview">
  436. <li class="nav-item">
  437. <a href="../layout/unfixed-sidebar.html" class="nav-link">
  438. <i class="nav-icon bi bi-circle"></i>
  439. <p>Default Sidebar</p>
  440. </a>
  441. </li>
  442. <li class="nav-item">
  443. <a href="../layout/fixed-sidebar.html" class="nav-link">
  444. <i class="nav-icon bi bi-circle"></i>
  445. <p>Fixed Sidebar</p>
  446. </a>
  447. </li>
  448. <li class="nav-item">
  449. <a href="../layout/fixed-header.html" class="nav-link">
  450. <i class="nav-icon bi bi-circle"></i>
  451. <p>Fixed Header</p>
  452. </a>
  453. </li>
  454. <li class="nav-item">
  455. <a href="../layout/fixed-footer.html" class="nav-link">
  456. <i class="nav-icon bi bi-circle"></i>
  457. <p>Fixed Footer</p>
  458. </a>
  459. </li>
  460. <li class="nav-item">
  461. <a href="../layout/fixed-complete.html" class="nav-link">
  462. <i class="nav-icon bi bi-circle"></i>
  463. <p>Fixed Complete</p>
  464. </a>
  465. </li>
  466. <li class="nav-item">
  467. <a href="../layout/layout-custom-area.html" class="nav-link">
  468. <i class="nav-icon bi bi-circle"></i>
  469. <p>Layout <small>+ Custom Area </small></p>
  470. </a>
  471. </li>
  472. <li class="nav-item">
  473. <a href="../layout/sidebar-mini.html" class="nav-link">
  474. <i class="nav-icon bi bi-circle"></i>
  475. <p>Sidebar Mini</p>
  476. </a>
  477. </li>
  478. <li class="nav-item">
  479. <a href="../layout/collapsed-sidebar.html" class="nav-link">
  480. <i class="nav-icon bi bi-circle"></i>
  481. <p>Sidebar Mini <small>+ Collapsed</small></p>
  482. </a>
  483. </li>
  484. <li class="nav-item">
  485. <a href="../layout/collapsed-sidebar-without-hover.html" class="nav-link">
  486. <i class="nav-icon bi bi-circle"></i>
  487. <p>Sidebar Mini <small>+ Collapsed + No Hover</small></p>
  488. </a>
  489. </li>
  490. <li class="nav-item">
  491. <a href="../layout/logo-switch.html" class="nav-link">
  492. <i class="nav-icon bi bi-circle"></i>
  493. <p>Sidebar Mini <small>+ Logo Switch</small></p>
  494. </a>
  495. </li>
  496. <li class="nav-item">
  497. <a href="../layout/layout-rtl.html" class="nav-link">
  498. <i class="nav-icon bi bi-circle"></i>
  499. <p>Layout RTL</p>
  500. </a>
  501. </li>
  502. </ul>
  503. </li>
  504. <li class="nav-item">
  505. <a href="#" class="nav-link">
  506. <i class="nav-icon bi bi-tree-fill"></i>
  507. <p>
  508. UI Elements
  509. <i class="nav-arrow bi bi-chevron-right"></i>
  510. </p>
  511. </a>
  512. <ul class="nav nav-treeview">
  513. <li class="nav-item">
  514. <a href="../UI/general.html" class="nav-link">
  515. <i class="nav-icon bi bi-circle"></i>
  516. <p>General</p>
  517. </a>
  518. </li>
  519. <li class="nav-item">
  520. <a href="../UI/icons.html" class="nav-link">
  521. <i class="nav-icon bi bi-circle"></i>
  522. <p>Icons</p>
  523. </a>
  524. </li>
  525. <li class="nav-item">
  526. <a href="../UI/timeline.html" class="nav-link">
  527. <i class="nav-icon bi bi-circle"></i>
  528. <p>Timeline</p>
  529. </a>
  530. </li>
  531. </ul>
  532. </li>
  533. <li class="nav-item">
  534. <a href="#" class="nav-link">
  535. <i class="nav-icon bi bi-envelope"></i>
  536. <p>
  537. Mailbox
  538. <i class="nav-arrow bi bi-chevron-right"></i>
  539. </p>
  540. </a>
  541. <ul class="nav nav-treeview">
  542. <li class="nav-item">
  543. <a href="../mailbox/inbox.html" class="nav-link">
  544. <i class="nav-icon bi bi-circle"></i>
  545. <p>Inbox</p>
  546. </a>
  547. </li>
  548. <li class="nav-item">
  549. <a href="../mailbox/read.html" class="nav-link">
  550. <i class="nav-icon bi bi-circle"></i>
  551. <p>Read Message</p>
  552. </a>
  553. </li>
  554. <li class="nav-item">
  555. <a href="../mailbox/compose.html" class="nav-link">
  556. <i class="nav-icon bi bi-circle"></i>
  557. <p>Compose</p>
  558. </a>
  559. </li>
  560. </ul>
  561. </li>
  562. <li class="nav-item">
  563. <a href="#" class="nav-link">
  564. <i class="nav-icon bi bi-pencil-square"></i>
  565. <p>
  566. Forms
  567. <i class="nav-arrow bi bi-chevron-right"></i>
  568. </p>
  569. </a>
  570. <ul class="nav nav-treeview">
  571. <li class="nav-item">
  572. <a href="../forms/elements.html" class="nav-link">
  573. <i class="nav-icon bi bi-circle"></i>
  574. <p>Elements</p>
  575. </a>
  576. </li>
  577. <li class="nav-item">
  578. <a href="../forms/layout.html" class="nav-link">
  579. <i class="nav-icon bi bi-circle"></i>
  580. <p>Layout</p>
  581. </a>
  582. </li>
  583. <li class="nav-item">
  584. <a href="../forms/validation.html" class="nav-link">
  585. <i class="nav-icon bi bi-circle"></i>
  586. <p>Validation</p>
  587. </a>
  588. </li>
  589. <li class="nav-item">
  590. <a href="../forms/wizard.html" class="nav-link">
  591. <i class="nav-icon bi bi-circle"></i>
  592. <p>Wizard</p>
  593. </a>
  594. </li>
  595. </ul>
  596. </li>
  597. <li class="nav-item">
  598. <a href="#" class="nav-link">
  599. <i class="nav-icon bi bi-table"></i>
  600. <p>
  601. Tables
  602. <i class="nav-arrow bi bi-chevron-right"></i>
  603. </p>
  604. </a>
  605. <ul class="nav nav-treeview">
  606. <li class="nav-item">
  607. <a href="../tables/simple.html" class="nav-link">
  608. <i class="nav-icon bi bi-circle"></i>
  609. <p>Simple Tables</p>
  610. </a>
  611. </li>
  612. <li class="nav-item">
  613. <a href="../tables/data.html" class="nav-link">
  614. <i class="nav-icon bi bi-circle"></i>
  615. <p>Data Tables</p>
  616. </a>
  617. </li>
  618. </ul>
  619. </li>
  620. <li class="nav-header">PAGES</li>
  621. <li class="nav-item menu-open">
  622. <a href="#" class="nav-link active">
  623. <i class="nav-icon bi bi-file-earmark-text"></i>
  624. <p>
  625. Pages
  626. <i class="nav-arrow bi bi-chevron-right"></i>
  627. </p>
  628. </a>
  629. <ul class="nav nav-treeview">
  630. <li class="nav-item">
  631. <a href="../pages/profile.html" class="nav-link">
  632. <i class="nav-icon bi bi-circle"></i>
  633. <p>Profile</p>
  634. </a>
  635. </li>
  636. <li class="nav-item">
  637. <a href="../pages/settings.html" class="nav-link">
  638. <i class="nav-icon bi bi-circle"></i>
  639. <p>Settings</p>
  640. </a>
  641. </li>
  642. <li class="nav-item">
  643. <a href="../pages/invoice.html" class="nav-link">
  644. <i class="nav-icon bi bi-circle"></i>
  645. <p>Invoice</p>
  646. </a>
  647. </li>
  648. <li class="nav-item">
  649. <a href="../pages/calendar.html" class="nav-link">
  650. <i class="nav-icon bi bi-circle"></i>
  651. <p>Calendar</p>
  652. </a>
  653. </li>
  654. <li class="nav-item">
  655. <a href="../pages/kanban.html" class="nav-link">
  656. <i class="nav-icon bi bi-circle"></i>
  657. <p>Kanban</p>
  658. </a>
  659. </li>
  660. <li class="nav-item">
  661. <a href="../pages/chat.html" class="nav-link">
  662. <i class="nav-icon bi bi-circle"></i>
  663. <p>Chat</p>
  664. </a>
  665. </li>
  666. <li class="nav-item">
  667. <a href="../pages/file-manager.html" class="nav-link">
  668. <i class="nav-icon bi bi-circle"></i>
  669. <p>File Manager</p>
  670. </a>
  671. </li>
  672. <li class="nav-item">
  673. <a href="../pages/projects.html" class="nav-link active">
  674. <i class="nav-icon bi bi-circle"></i>
  675. <p>Projects</p>
  676. </a>
  677. </li>
  678. <li class="nav-item">
  679. <a href="../pages/pricing.html" class="nav-link">
  680. <i class="nav-icon bi bi-circle"></i>
  681. <p>Pricing</p>
  682. </a>
  683. </li>
  684. <li class="nav-item">
  685. <a href="../pages/faq.html" class="nav-link">
  686. <i class="nav-icon bi bi-circle"></i>
  687. <p>FAQ</p>
  688. </a>
  689. </li>
  690. <li class="nav-item">
  691. <a href="#" class="nav-link">
  692. <i class="nav-icon bi bi-circle"></i>
  693. <p>
  694. Error
  695. <i class="nav-arrow bi bi-chevron-right"></i>
  696. </p>
  697. </a>
  698. <ul class="nav nav-treeview">
  699. <li class="nav-item">
  700. <a href="../pages/404.html" class="nav-link">
  701. <i class="nav-icon bi bi-circle"></i>
  702. <p>404</p>
  703. </a>
  704. </li>
  705. <li class="nav-item">
  706. <a href="../pages/500.html" class="nav-link">
  707. <i class="nav-icon bi bi-circle"></i>
  708. <p>500</p>
  709. </a>
  710. </li>
  711. <li class="nav-item">
  712. <a href="../pages/maintenance.html" class="nav-link">
  713. <i class="nav-icon bi bi-circle"></i>
  714. <p>Maintenance</p>
  715. </a>
  716. </li>
  717. </ul>
  718. </li>
  719. </ul>
  720. </li>
  721. <li class="nav-header">EXAMPLES</li>
  722. <li class="nav-item">
  723. <a href="#" class="nav-link">
  724. <i class="nav-icon bi bi-box-arrow-in-right"></i>
  725. <p>
  726. Auth
  727. <i class="nav-arrow bi bi-chevron-right"></i>
  728. </p>
  729. </a>
  730. <ul class="nav nav-treeview">
  731. <li class="nav-item">
  732. <a href="#" class="nav-link">
  733. <i class="nav-icon bi bi-box-arrow-in-right"></i>
  734. <p>
  735. Version 1
  736. <i class="nav-arrow bi bi-chevron-right"></i>
  737. </p>
  738. </a>
  739. <ul class="nav nav-treeview">
  740. <li class="nav-item">
  741. <a href="../examples/login.html" class="nav-link">
  742. <i class="nav-icon bi bi-circle"></i>
  743. <p>Login</p>
  744. </a>
  745. </li>
  746. <li class="nav-item">
  747. <a href="../examples/register.html" class="nav-link">
  748. <i class="nav-icon bi bi-circle"></i>
  749. <p>Register</p>
  750. </a>
  751. </li>
  752. </ul>
  753. </li>
  754. <li class="nav-item">
  755. <a href="#" class="nav-link">
  756. <i class="nav-icon bi bi-box-arrow-in-right"></i>
  757. <p>
  758. Version 2
  759. <i class="nav-arrow bi bi-chevron-right"></i>
  760. </p>
  761. </a>
  762. <ul class="nav nav-treeview">
  763. <li class="nav-item">
  764. <a href="../examples/login-v2.html" class="nav-link">
  765. <i class="nav-icon bi bi-circle"></i>
  766. <p>Login</p>
  767. </a>
  768. </li>
  769. <li class="nav-item">
  770. <a href="../examples/register-v2.html" class="nav-link">
  771. <i class="nav-icon bi bi-circle"></i>
  772. <p>Register</p>
  773. </a>
  774. </li>
  775. </ul>
  776. </li>
  777. <li class="nav-item">
  778. <a href="../examples/lockscreen.html" class="nav-link">
  779. <i class="nav-icon bi bi-circle"></i>
  780. <p>Lockscreen</p>
  781. </a>
  782. </li>
  783. </ul>
  784. </li>
  785. <li class="nav-header">MULTI LEVEL EXAMPLE</li>
  786. <li class="nav-item">
  787. <a href="#" class="nav-link">
  788. <i class="nav-icon bi bi-circle-fill"></i>
  789. <p>Level 1</p>
  790. </a>
  791. </li>
  792. <li class="nav-item">
  793. <a href="#" class="nav-link">
  794. <i class="nav-icon bi bi-circle-fill"></i>
  795. <p>
  796. Level 1
  797. <i class="nav-arrow bi bi-chevron-right"></i>
  798. </p>
  799. </a>
  800. <ul class="nav nav-treeview">
  801. <li class="nav-item">
  802. <a href="#" class="nav-link">
  803. <i class="nav-icon bi bi-circle"></i>
  804. <p>Level 2</p>
  805. </a>
  806. </li>
  807. <li class="nav-item">
  808. <a href="#" class="nav-link">
  809. <i class="nav-icon bi bi-circle"></i>
  810. <p>
  811. Level 2
  812. <i class="nav-arrow bi bi-chevron-right"></i>
  813. </p>
  814. </a>
  815. <ul class="nav nav-treeview">
  816. <li class="nav-item">
  817. <a href="#" class="nav-link">
  818. <i class="nav-icon bi bi-record-circle-fill"></i>
  819. <p>Level 3</p>
  820. </a>
  821. </li>
  822. <li class="nav-item">
  823. <a href="#" class="nav-link">
  824. <i class="nav-icon bi bi-record-circle-fill"></i>
  825. <p>Level 3</p>
  826. </a>
  827. </li>
  828. <li class="nav-item">
  829. <a href="#" class="nav-link">
  830. <i class="nav-icon bi bi-record-circle-fill"></i>
  831. <p>Level 3</p>
  832. </a>
  833. </li>
  834. </ul>
  835. </li>
  836. <li class="nav-item">
  837. <a href="#" class="nav-link">
  838. <i class="nav-icon bi bi-circle"></i>
  839. <p>Level 2</p>
  840. </a>
  841. </li>
  842. </ul>
  843. </li>
  844. <li class="nav-item">
  845. <a href="#" class="nav-link">
  846. <i class="nav-icon bi bi-circle-fill"></i>
  847. <p>Level 1</p>
  848. </a>
  849. </li>
  850. <li class="nav-header">LABELS</li>
  851. <li class="nav-item">
  852. <a href="#" class="nav-link">
  853. <i class="nav-icon bi bi-circle text-danger"></i>
  854. <p class="text">Important</p>
  855. </a>
  856. </li>
  857. <li class="nav-item">
  858. <a href="#" class="nav-link">
  859. <i class="nav-icon bi bi-circle text-warning"></i>
  860. <p>Warning</p>
  861. </a>
  862. </li>
  863. <li class="nav-item">
  864. <a href="#" class="nav-link">
  865. <i class="nav-icon bi bi-circle text-info"></i>
  866. <p>Informational</p>
  867. </a>
  868. </li>
  869. </ul>
  870. <!--end::Sidebar Menu-->
  871. <!-- Docs CTA (bottom of sidebar) -->
  872. <div class="p-3 mt-3 border-top border-secondary border-opacity-25">
  873. <a
  874. href="../docs/introduction.html"
  875. class="btn btn-sm btn-outline-light w-100 d-flex align-items-center justify-content-center gap-2"
  876. >
  877. <i class="bi bi-book" aria-hidden="true"></i>
  878. View documentation
  879. </a>
  880. </div>
  881. </nav>
  882. </div>
  883. <!--end::Sidebar Wrapper-->
  884. </aside>
  885. <!--end::Sidebar-->
  886. <main class="app-main">
  887. <div class="app-content-header">
  888. <div class="container-fluid">
  889. <div class="row">
  890. <div class="col-sm-6">
  891. <h3 class="mb-0">Projects</h3>
  892. </div>
  893. <div class="col-sm-6">
  894. <ol class="breadcrumb float-sm-end">
  895. <li class="breadcrumb-item"><a href="#">Home</a></li>
  896. <li class="breadcrumb-item active" aria-current="page">Projects</li>
  897. </ol>
  898. </div>
  899. </div>
  900. </div>
  901. </div>
  902. <div class="app-content">
  903. <div class="container-fluid">
  904. <!-- Summary cards -->
  905. <div class="row g-3 mb-3">
  906. <div class="col-md-3 col-6">
  907. <div class="card h-100">
  908. <div class="card-body">
  909. <p class="text-secondary small mb-1">Active projects</p>
  910. <h3 class="mb-0 fw-bold">6</h3>
  911. </div>
  912. </div>
  913. </div>
  914. <div class="col-md-3 col-6">
  915. <div class="card h-100">
  916. <div class="card-body">
  917. <p class="text-secondary small mb-1">On track</p>
  918. <h3 class="mb-0 fw-bold text-success">3</h3>
  919. </div>
  920. </div>
  921. </div>
  922. <div class="col-md-3 col-6">
  923. <div class="card h-100">
  924. <div class="card-body">
  925. <p class="text-secondary small mb-1">At risk / delayed</p>
  926. <h3 class="mb-0 fw-bold text-warning">2</h3>
  927. </div>
  928. </div>
  929. </div>
  930. <div class="col-md-3 col-6">
  931. <div class="card h-100">
  932. <div class="card-body">
  933. <p class="text-secondary small mb-1">Completed</p>
  934. <h3 class="mb-0 fw-bold text-secondary">1</h3>
  935. </div>
  936. </div>
  937. </div>
  938. </div>
  939. <!-- Toolbar -->
  940. <div class="card">
  941. <div class="card-header d-flex flex-wrap gap-2 align-items-center">
  942. <h3 class="card-title mb-0 me-auto">All projects</h3>
  943. <div class="input-group input-group-sm" style="width: 16rem">
  944. <span class="input-group-text">
  945. <i class="bi bi-search" aria-hidden="true"></i>
  946. </span>
  947. <input
  948. type="search"
  949. class="form-control"
  950. placeholder="Search projects…"
  951. aria-label="Search projects"
  952. />
  953. </div>
  954. <select
  955. class="form-select form-select-sm"
  956. style="width: 10rem"
  957. aria-label="Filter by status"
  958. >
  959. <option value="">All statuses</option>
  960. <option>On track</option>
  961. <option>At risk</option>
  962. <option>Delayed</option>
  963. <option>Completed</option>
  964. </select>
  965. <button class="btn btn-primary btn-sm" type="button">
  966. <i class="bi bi-plus-lg me-1" aria-hidden="true"></i>
  967. New project
  968. </button>
  969. </div>
  970. <div class="card-body p-0">
  971. <div class="table-responsive">
  972. <table class="table align-middle mb-0">
  973. <thead>
  974. <tr>
  975. <th>Project</th>
  976. <th>Status</th>
  977. <th>Progress</th>
  978. <th>Team</th>
  979. <th>Budget</th>
  980. <th>Due</th>
  981. <th>Priority</th>
  982. <th class="text-end">Actions</th>
  983. </tr>
  984. </thead>
  985. <tbody>
  986. <tr>
  987. <td>
  988. <a href="#" class="fw-semibold text-decoration-none">
  989. AdminLTE 4 Release
  990. </a>
  991. <div class="small text-secondary">Internal</div>
  992. </td>
  993. <td>
  994. <span class="badge text-bg-success"> On track </span>
  995. </td>
  996. <td style="min-width: 8rem">
  997. <div class="d-flex align-items-center gap-2">
  998. <div class="progress flex-grow-1" style="height: 6px">
  999. <div
  1000. class="progress-bar bg-primary"
  1001. role="progressbar"
  1002. style="width: 78%"
  1003. aria-valuenow="78"
  1004. aria-valuemin="0"
  1005. aria-valuemax="100"
  1006. ></div>
  1007. </div>
  1008. <small class="text-secondary" style="min-width: 2.25rem"> 78% </small>
  1009. </div>
  1010. </td>
  1011. <td>
  1012. <div class="d-inline-flex">
  1013. <span
  1014. class="rounded-circle d-inline-flex align-items-center justify-content-center bg-primary-subtle text-primary fw-semibold"
  1015. style="
  1016. width: 1.75rem;
  1017. height: 1.75rem;
  1018. font-size: 0.7rem;
  1019. border: 2px solid var(--bs-body-bg);
  1020. margin-left: 0;
  1021. "
  1022. title="JD"
  1023. >
  1024. JD </span
  1025. ><span
  1026. class="rounded-circle d-inline-flex align-items-center justify-content-center bg-info-subtle text-info fw-semibold"
  1027. style="
  1028. width: 1.75rem;
  1029. height: 1.75rem;
  1030. font-size: 0.7rem;
  1031. border: 2px solid var(--bs-body-bg);
  1032. margin-left: -0.5rem;
  1033. "
  1034. title="OB"
  1035. >
  1036. OB </span
  1037. ><span
  1038. class="rounded-circle d-inline-flex align-items-center justify-content-center bg-success-subtle text-success fw-semibold"
  1039. style="
  1040. width: 1.75rem;
  1041. height: 1.75rem;
  1042. font-size: 0.7rem;
  1043. border: 2px solid var(--bs-body-bg);
  1044. margin-left: -0.5rem;
  1045. "
  1046. title="DM"
  1047. >
  1048. DM
  1049. </span>
  1050. </div>
  1051. </td>
  1052. <td class="text-nowrap">$24,500</td>
  1053. <td class="text-nowrap">Jun 14, 2026</td>
  1054. <td>
  1055. <span class="badge text-bg-danger"> High </span>
  1056. </td>
  1057. <td class="text-end">
  1058. <div class="btn-group btn-group-sm">
  1059. <button class="btn btn-outline-secondary" type="button" title="View">
  1060. <i class="bi bi-eye" aria-hidden="true"></i>
  1061. </button>
  1062. <button class="btn btn-outline-secondary" type="button" title="Edit">
  1063. <i class="bi bi-pencil" aria-hidden="true"></i>
  1064. </button>
  1065. <button class="btn btn-outline-secondary" type="button" title="More">
  1066. <i class="bi bi-three-dots-vertical" aria-hidden="true"></i>
  1067. </button>
  1068. </div>
  1069. </td>
  1070. </tr>
  1071. <tr>
  1072. <td>
  1073. <a href="#" class="fw-semibold text-decoration-none">
  1074. Marketing Site Redesign
  1075. </a>
  1076. <div class="small text-secondary">Acme Corp</div>
  1077. </td>
  1078. <td>
  1079. <span class="badge text-bg-warning"> At risk </span>
  1080. </td>
  1081. <td style="min-width: 8rem">
  1082. <div class="d-flex align-items-center gap-2">
  1083. <div class="progress flex-grow-1" style="height: 6px">
  1084. <div
  1085. class="progress-bar bg-info"
  1086. role="progressbar"
  1087. style="width: 42%"
  1088. aria-valuenow="42"
  1089. aria-valuemin="0"
  1090. aria-valuemax="100"
  1091. ></div>
  1092. </div>
  1093. <small class="text-secondary" style="min-width: 2.25rem"> 42% </small>
  1094. </div>
  1095. </td>
  1096. <td>
  1097. <div class="d-inline-flex">
  1098. <span
  1099. class="rounded-circle d-inline-flex align-items-center justify-content-center bg-info-subtle text-info fw-semibold"
  1100. style="
  1101. width: 1.75rem;
  1102. height: 1.75rem;
  1103. font-size: 0.7rem;
  1104. border: 2px solid var(--bs-body-bg);
  1105. margin-left: 0;
  1106. "
  1107. title="OB"
  1108. >
  1109. OB </span
  1110. ><span
  1111. class="rounded-circle d-inline-flex align-items-center justify-content-center bg-warning-subtle text-warning fw-semibold"
  1112. style="
  1113. width: 1.75rem;
  1114. height: 1.75rem;
  1115. font-size: 0.7rem;
  1116. border: 2px solid var(--bs-body-bg);
  1117. margin-left: -0.5rem;
  1118. "
  1119. title="MR"
  1120. >
  1121. MR
  1122. </span>
  1123. </div>
  1124. </td>
  1125. <td class="text-nowrap">$48,000</td>
  1126. <td class="text-nowrap">Jul 02, 2026</td>
  1127. <td>
  1128. <span class="badge text-bg-danger"> High </span>
  1129. </td>
  1130. <td class="text-end">
  1131. <div class="btn-group btn-group-sm">
  1132. <button class="btn btn-outline-secondary" type="button" title="View">
  1133. <i class="bi bi-eye" aria-hidden="true"></i>
  1134. </button>
  1135. <button class="btn btn-outline-secondary" type="button" title="Edit">
  1136. <i class="bi bi-pencil" aria-hidden="true"></i>
  1137. </button>
  1138. <button class="btn btn-outline-secondary" type="button" title="More">
  1139. <i class="bi bi-three-dots-vertical" aria-hidden="true"></i>
  1140. </button>
  1141. </div>
  1142. </td>
  1143. </tr>
  1144. <tr>
  1145. <td>
  1146. <a href="#" class="fw-semibold text-decoration-none"> Mobile App v2 </a>
  1147. <div class="small text-secondary">Nimbus Labs</div>
  1148. </td>
  1149. <td>
  1150. <span class="badge text-bg-success"> On track </span>
  1151. </td>
  1152. <td style="min-width: 8rem">
  1153. <div class="d-flex align-items-center gap-2">
  1154. <div class="progress flex-grow-1" style="height: 6px">
  1155. <div
  1156. class="progress-bar bg-primary"
  1157. role="progressbar"
  1158. style="width: 61%"
  1159. aria-valuenow="61"
  1160. aria-valuemin="0"
  1161. aria-valuemax="100"
  1162. ></div>
  1163. </div>
  1164. <small class="text-secondary" style="min-width: 2.25rem"> 61% </small>
  1165. </div>
  1166. </td>
  1167. <td>
  1168. <div class="d-inline-flex">
  1169. <span
  1170. class="rounded-circle d-inline-flex align-items-center justify-content-center bg-primary-subtle text-primary fw-semibold"
  1171. style="
  1172. width: 1.75rem;
  1173. height: 1.75rem;
  1174. font-size: 0.7rem;
  1175. border: 2px solid var(--bs-body-bg);
  1176. margin-left: 0;
  1177. "
  1178. title="LC"
  1179. >
  1180. LC </span
  1181. ><span
  1182. class="rounded-circle d-inline-flex align-items-center justify-content-center bg-danger-subtle text-danger fw-semibold"
  1183. style="
  1184. width: 1.75rem;
  1185. height: 1.75rem;
  1186. font-size: 0.7rem;
  1187. border: 2px solid var(--bs-body-bg);
  1188. margin-left: -0.5rem;
  1189. "
  1190. title="ED"
  1191. >
  1192. ED </span
  1193. ><span
  1194. class="rounded-circle d-inline-flex align-items-center justify-content-center bg-secondary-subtle text-secondary fw-semibold"
  1195. style="
  1196. width: 1.75rem;
  1197. height: 1.75rem;
  1198. font-size: 0.7rem;
  1199. border: 2px solid var(--bs-body-bg);
  1200. margin-left: -0.5rem;
  1201. "
  1202. title="AF"
  1203. >
  1204. AF </span
  1205. ><span
  1206. class="rounded-circle d-inline-flex align-items-center justify-content-center bg-info-subtle text-info fw-semibold"
  1207. style="
  1208. width: 1.75rem;
  1209. height: 1.75rem;
  1210. font-size: 0.7rem;
  1211. border: 2px solid var(--bs-body-bg);
  1212. margin-left: -0.5rem;
  1213. "
  1214. title="SK"
  1215. >
  1216. SK
  1217. </span>
  1218. </div>
  1219. </td>
  1220. <td class="text-nowrap">$92,500</td>
  1221. <td class="text-nowrap">Aug 18, 2026</td>
  1222. <td>
  1223. <span class="badge text-bg-info"> Medium </span>
  1224. </td>
  1225. <td class="text-end">
  1226. <div class="btn-group btn-group-sm">
  1227. <button class="btn btn-outline-secondary" type="button" title="View">
  1228. <i class="bi bi-eye" aria-hidden="true"></i>
  1229. </button>
  1230. <button class="btn btn-outline-secondary" type="button" title="Edit">
  1231. <i class="bi bi-pencil" aria-hidden="true"></i>
  1232. </button>
  1233. <button class="btn btn-outline-secondary" type="button" title="More">
  1234. <i class="bi bi-three-dots-vertical" aria-hidden="true"></i>
  1235. </button>
  1236. </div>
  1237. </td>
  1238. </tr>
  1239. <tr>
  1240. <td>
  1241. <a href="#" class="fw-semibold text-decoration-none">
  1242. Analytics Pipeline
  1243. </a>
  1244. <div class="small text-secondary">Internal</div>
  1245. </td>
  1246. <td>
  1247. <span class="badge text-bg-danger"> Delayed </span>
  1248. </td>
  1249. <td style="min-width: 8rem">
  1250. <div class="d-flex align-items-center gap-2">
  1251. <div class="progress flex-grow-1" style="height: 6px">
  1252. <div
  1253. class="progress-bar bg-warning"
  1254. role="progressbar"
  1255. style="width: 22%"
  1256. aria-valuenow="22"
  1257. aria-valuemin="0"
  1258. aria-valuemax="100"
  1259. ></div>
  1260. </div>
  1261. <small class="text-secondary" style="min-width: 2.25rem"> 22% </small>
  1262. </div>
  1263. </td>
  1264. <td>
  1265. <div class="d-inline-flex">
  1266. <span
  1267. class="rounded-circle d-inline-flex align-items-center justify-content-center bg-success-subtle text-success fw-semibold"
  1268. style="
  1269. width: 1.75rem;
  1270. height: 1.75rem;
  1271. font-size: 0.7rem;
  1272. border: 2px solid var(--bs-body-bg);
  1273. margin-left: 0;
  1274. "
  1275. title="DM"
  1276. >
  1277. DM
  1278. </span>
  1279. </div>
  1280. </td>
  1281. <td class="text-nowrap">$12,000</td>
  1282. <td class="text-nowrap">May 30, 2026</td>
  1283. <td>
  1284. <span class="badge text-bg-info"> Medium </span>
  1285. </td>
  1286. <td class="text-end">
  1287. <div class="btn-group btn-group-sm">
  1288. <button class="btn btn-outline-secondary" type="button" title="View">
  1289. <i class="bi bi-eye" aria-hidden="true"></i>
  1290. </button>
  1291. <button class="btn btn-outline-secondary" type="button" title="Edit">
  1292. <i class="bi bi-pencil" aria-hidden="true"></i>
  1293. </button>
  1294. <button class="btn btn-outline-secondary" type="button" title="More">
  1295. <i class="bi bi-three-dots-vertical" aria-hidden="true"></i>
  1296. </button>
  1297. </div>
  1298. </td>
  1299. </tr>
  1300. <tr>
  1301. <td>
  1302. <a href="#" class="fw-semibold text-decoration-none">
  1303. Brand Style Guide
  1304. </a>
  1305. <div class="small text-secondary">Riverhaus</div>
  1306. </td>
  1307. <td>
  1308. <span class="badge text-bg-secondary"> Completed </span>
  1309. </td>
  1310. <td style="min-width: 8rem">
  1311. <div class="d-flex align-items-center gap-2">
  1312. <div class="progress flex-grow-1" style="height: 6px">
  1313. <div
  1314. class="progress-bar bg-success"
  1315. role="progressbar"
  1316. style="width: 100%"
  1317. aria-valuenow="100"
  1318. aria-valuemin="0"
  1319. aria-valuemax="100"
  1320. ></div>
  1321. </div>
  1322. <small class="text-secondary" style="min-width: 2.25rem"> 100% </small>
  1323. </div>
  1324. </td>
  1325. <td>
  1326. <div class="d-inline-flex">
  1327. <span
  1328. class="rounded-circle d-inline-flex align-items-center justify-content-center bg-info-subtle text-info fw-semibold"
  1329. style="
  1330. width: 1.75rem;
  1331. height: 1.75rem;
  1332. font-size: 0.7rem;
  1333. border: 2px solid var(--bs-body-bg);
  1334. margin-left: 0;
  1335. "
  1336. title="OB"
  1337. >
  1338. OB </span
  1339. ><span
  1340. class="rounded-circle d-inline-flex align-items-center justify-content-center bg-danger-subtle text-danger fw-semibold"
  1341. style="
  1342. width: 1.75rem;
  1343. height: 1.75rem;
  1344. font-size: 0.7rem;
  1345. border: 2px solid var(--bs-body-bg);
  1346. margin-left: -0.5rem;
  1347. "
  1348. title="ED"
  1349. >
  1350. ED
  1351. </span>
  1352. </div>
  1353. </td>
  1354. <td class="text-nowrap">$8,200</td>
  1355. <td class="text-nowrap">May 09, 2026</td>
  1356. <td>
  1357. <span class="badge text-bg-secondary"> Low </span>
  1358. </td>
  1359. <td class="text-end">
  1360. <div class="btn-group btn-group-sm">
  1361. <button class="btn btn-outline-secondary" type="button" title="View">
  1362. <i class="bi bi-eye" aria-hidden="true"></i>
  1363. </button>
  1364. <button class="btn btn-outline-secondary" type="button" title="Edit">
  1365. <i class="bi bi-pencil" aria-hidden="true"></i>
  1366. </button>
  1367. <button class="btn btn-outline-secondary" type="button" title="More">
  1368. <i class="bi bi-three-dots-vertical" aria-hidden="true"></i>
  1369. </button>
  1370. </div>
  1371. </td>
  1372. </tr>
  1373. <tr>
  1374. <td>
  1375. <a href="#" class="fw-semibold text-decoration-none">
  1376. Onboarding Email Flow
  1377. </a>
  1378. <div class="small text-secondary">Acme Corp</div>
  1379. </td>
  1380. <td>
  1381. <span class="badge text-bg-success"> On track </span>
  1382. </td>
  1383. <td style="min-width: 8rem">
  1384. <div class="d-flex align-items-center gap-2">
  1385. <div class="progress flex-grow-1" style="height: 6px">
  1386. <div
  1387. class="progress-bar bg-info"
  1388. role="progressbar"
  1389. style="width: 55%"
  1390. aria-valuenow="55"
  1391. aria-valuemin="0"
  1392. aria-valuemax="100"
  1393. ></div>
  1394. </div>
  1395. <small class="text-secondary" style="min-width: 2.25rem"> 55% </small>
  1396. </div>
  1397. </td>
  1398. <td>
  1399. <div class="d-inline-flex">
  1400. <span
  1401. class="rounded-circle d-inline-flex align-items-center justify-content-center bg-warning-subtle text-warning fw-semibold"
  1402. style="
  1403. width: 1.75rem;
  1404. height: 1.75rem;
  1405. font-size: 0.7rem;
  1406. border: 2px solid var(--bs-body-bg);
  1407. margin-left: 0;
  1408. "
  1409. title="MR"
  1410. >
  1411. MR </span
  1412. ><span
  1413. class="rounded-circle d-inline-flex align-items-center justify-content-center bg-primary-subtle text-primary fw-semibold"
  1414. style="
  1415. width: 1.75rem;
  1416. height: 1.75rem;
  1417. font-size: 0.7rem;
  1418. border: 2px solid var(--bs-body-bg);
  1419. margin-left: -0.5rem;
  1420. "
  1421. title="JD"
  1422. >
  1423. JD
  1424. </span>
  1425. </div>
  1426. </td>
  1427. <td class="text-nowrap">$6,800</td>
  1428. <td class="text-nowrap">Jun 22, 2026</td>
  1429. <td>
  1430. <span class="badge text-bg-secondary"> Low </span>
  1431. </td>
  1432. <td class="text-end">
  1433. <div class="btn-group btn-group-sm">
  1434. <button class="btn btn-outline-secondary" type="button" title="View">
  1435. <i class="bi bi-eye" aria-hidden="true"></i>
  1436. </button>
  1437. <button class="btn btn-outline-secondary" type="button" title="Edit">
  1438. <i class="bi bi-pencil" aria-hidden="true"></i>
  1439. </button>
  1440. <button class="btn btn-outline-secondary" type="button" title="More">
  1441. <i class="bi bi-three-dots-vertical" aria-hidden="true"></i>
  1442. </button>
  1443. </div>
  1444. </td>
  1445. </tr>
  1446. </tbody>
  1447. </table>
  1448. </div>
  1449. </div>
  1450. <div class="card-footer d-flex justify-content-between align-items-center">
  1451. <small class="text-secondary"> Showing 6 of 6 </small>
  1452. <nav aria-label="Pagination">
  1453. <ul class="pagination pagination-sm mb-0">
  1454. <li class="page-item disabled">
  1455. <a class="page-link" href="#">Previous</a>
  1456. </li>
  1457. <li class="page-item active">
  1458. <a class="page-link" href="#">1</a>
  1459. </li>
  1460. <li class="page-item disabled">
  1461. <a class="page-link" href="#">Next</a>
  1462. </li>
  1463. </ul>
  1464. </nav>
  1465. </div>
  1466. </div>
  1467. </div>
  1468. </div>
  1469. </main>
  1470. <!--begin::Footer-->
  1471. <footer class="app-footer">
  1472. <!--begin::To the end-->
  1473. <div class="float-end d-none d-sm-inline">Anything you want</div>
  1474. <!--end::To the end-->
  1475. <!--begin::Copyright-->
  1476. <strong>
  1477. Copyright &copy; 2014-2026&nbsp;
  1478. <a href="https://adminlte.io" class="text-decoration-none">AdminLTE.io</a>.
  1479. </strong>
  1480. All rights reserved.
  1481. <!--end::Copyright-->
  1482. </footer>
  1483. <!--end::Footer-->
  1484. </div>
  1485. <!--begin::Third Party Plugin(OverlayScrollbars)-->
  1486. <script
  1487. src="https://cdn.jsdelivr.net/npm/overlayscrollbars@2.11.0/browser/overlayscrollbars.browser.es6.min.js"
  1488. crossorigin="anonymous"
  1489. ></script>
  1490. <!--end::Third Party Plugin(OverlayScrollbars)--><!--begin::Required Plugin(popperjs for Bootstrap 5)-->
  1491. <script
  1492. src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js"
  1493. crossorigin="anonymous"
  1494. ></script>
  1495. <!--end::Required Plugin(popperjs for Bootstrap 5)--><!--begin::Required Plugin(Bootstrap 5)-->
  1496. <script
  1497. src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/js/bootstrap.min.js"
  1498. crossorigin="anonymous"
  1499. ></script>
  1500. <!--end::Required Plugin(Bootstrap 5)--><!--begin::Required Plugin(AdminLTE)-->
  1501. <script src="../js/adminlte.js"></script>
  1502. <!--end::Required Plugin(AdminLTE)--><!--begin::OverlayScrollbars Configure-->
  1503. <script>
  1504. const SELECTOR_SIDEBAR_WRAPPER = '.sidebar-wrapper';
  1505. const Default = {
  1506. scrollbarTheme: 'os-theme-light',
  1507. scrollbarAutoHide: 'leave',
  1508. scrollbarClickScroll: true,
  1509. };
  1510. document.addEventListener('DOMContentLoaded', function () {
  1511. const sidebarWrapper = document.querySelector(SELECTOR_SIDEBAR_WRAPPER);
  1512. // Disable OverlayScrollbars on mobile devices to prevent touch interference
  1513. const isMobile = window.innerWidth <= 992;
  1514. if (
  1515. sidebarWrapper &&
  1516. OverlayScrollbarsGlobal?.OverlayScrollbars !== undefined &&
  1517. !isMobile
  1518. ) {
  1519. OverlayScrollbarsGlobal.OverlayScrollbars(sidebarWrapper, {
  1520. scrollbars: {
  1521. theme: Default.scrollbarTheme,
  1522. autoHide: Default.scrollbarAutoHide,
  1523. clickScroll: Default.scrollbarClickScroll,
  1524. },
  1525. });
  1526. }
  1527. });
  1528. </script>
  1529. <!--end::OverlayScrollbars Configure--><!--begin::Color Mode Toggle (#6010)-->
  1530. <script>
  1531. (() => {
  1532. 'use strict';
  1533. const STORAGE_KEY = 'lte-theme';
  1534. const getStoredTheme = () => localStorage.getItem(STORAGE_KEY);
  1535. const setStoredTheme = (theme) => localStorage.setItem(STORAGE_KEY, theme);
  1536. const prefersDark = () => globalThis.matchMedia('(prefers-color-scheme: dark)').matches;
  1537. const getPreferredTheme = () => {
  1538. const stored = getStoredTheme();
  1539. if (stored) return stored;
  1540. return prefersDark() ? 'dark' : 'light';
  1541. };
  1542. const setTheme = (theme) => {
  1543. const resolved = theme === 'auto' ? (prefersDark() ? 'dark' : 'light') : theme;
  1544. document.documentElement.setAttribute('data-bs-theme', resolved);
  1545. };
  1546. setTheme(getPreferredTheme());
  1547. const showActiveTheme = (theme) => {
  1548. // Highlight the active dropdown option
  1549. document.querySelectorAll('[data-bs-theme-value]').forEach((el) => {
  1550. el.classList.remove('active');
  1551. el.setAttribute('aria-pressed', 'false');
  1552. const check = el.querySelector('.bi-check-lg');
  1553. if (check) check.classList.add('d-none');
  1554. });
  1555. const active = document.querySelector(`[data-bs-theme-value="${theme}"]`);
  1556. if (active) {
  1557. active.classList.add('active');
  1558. active.setAttribute('aria-pressed', 'true');
  1559. const check = active.querySelector('.bi-check-lg');
  1560. if (check) check.classList.remove('d-none');
  1561. }
  1562. // Sync the topbar trigger icon
  1563. document.querySelectorAll('[data-lte-theme-icon]').forEach((icon) => {
  1564. icon.classList.toggle('d-none', icon.dataset.lteThemeIcon !== theme);
  1565. });
  1566. };
  1567. globalThis.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', () => {
  1568. const stored = getStoredTheme();
  1569. if (!stored || stored === 'auto') setTheme(getPreferredTheme());
  1570. });
  1571. document.addEventListener('DOMContentLoaded', () => {
  1572. showActiveTheme(getPreferredTheme());
  1573. document.querySelectorAll('[data-bs-theme-value]').forEach((toggle) => {
  1574. toggle.addEventListener('click', () => {
  1575. const theme = toggle.getAttribute('data-bs-theme-value');
  1576. setStoredTheme(theme);
  1577. setTheme(theme);
  1578. showActiveTheme(theme);
  1579. });
  1580. });
  1581. });
  1582. })();
  1583. </script>
  1584. <!--end::Color Mode Toggle-->
  1585. </body>
  1586. </html>