tables.html 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  7. <meta name="description" content="">
  8. <meta name="author" content="">
  9. <title>SB Admin 2 - Tables</title>
  10. <!-- Custom fonts for this template -->
  11. <link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
  12. <link
  13. href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i"
  14. rel="stylesheet">
  15. <!-- Custom styles for this template -->
  16. <link href="css/sb-admin-2.min.css" rel="stylesheet">
  17. <!-- Custom styles for this page -->
  18. <link href="vendor/datatables/dataTables.bootstrap4.min.css" rel="stylesheet">
  19. </head>
  20. <body id="page-top">
  21. <!-- Page Wrapper -->
  22. <div id="wrapper">
  23. <!-- Sidebar -->
  24. <ul class="navbar-nav bg-gradient-primary sidebar sidebar-dark accordion" id="accordionSidebar">
  25. <!-- Sidebar - Brand -->
  26. <a class="sidebar-brand d-flex align-items-center justify-content-center" href="index.html">
  27. <div class="sidebar-brand-icon rotate-n-15">
  28. <i class="fas fa-laugh-wink"></i>
  29. </div>
  30. <div class="sidebar-brand-text mx-3">SB Admin <sup>2</sup></div>
  31. </a>
  32. <!-- Divider -->
  33. <hr class="sidebar-divider my-0">
  34. <!-- Nav Item - Dashboard -->
  35. <li class="nav-item">
  36. <a class="nav-link" href="index.html">
  37. <i class="fas fa-fw fa-tachometer-alt"></i>
  38. <span>Dashboard</span></a>
  39. </li>
  40. <!-- Divider -->
  41. <hr class="sidebar-divider">
  42. <!-- Heading -->
  43. <div class="sidebar-heading">
  44. Interface
  45. </div>
  46. <!-- Nav Item - Pages Collapse Menu -->
  47. <li class="nav-item">
  48. <a class="nav-link collapsed" href="#" data-toggle="collapse" data-target="#collapseTwo"
  49. aria-expanded="true" aria-controls="collapseTwo">
  50. <i class="fas fa-fw fa-cog"></i>
  51. <span>Components</span>
  52. </a>
  53. <div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordionSidebar">
  54. <div class="bg-white py-2 collapse-inner rounded">
  55. <h6 class="collapse-header">Custom Components:</h6>
  56. <a class="collapse-item" href="buttons.html">Buttons</a>
  57. <a class="collapse-item" href="cards.html">Cards</a>
  58. </div>
  59. </div>
  60. </li>
  61. <!-- Nav Item - Utilities Collapse Menu -->
  62. <li class="nav-item">
  63. <a class="nav-link collapsed" href="#" data-toggle="collapse" data-target="#collapseUtilities"
  64. aria-expanded="true" aria-controls="collapseUtilities">
  65. <i class="fas fa-fw fa-wrench"></i>
  66. <span>Utilities</span>
  67. </a>
  68. <div id="collapseUtilities" class="collapse" aria-labelledby="headingUtilities"
  69. data-parent="#accordionSidebar">
  70. <div class="bg-white py-2 collapse-inner rounded">
  71. <h6 class="collapse-header">Custom Utilities:</h6>
  72. <a class="collapse-item" href="utilities-color.html">Colors</a>
  73. <a class="collapse-item" href="utilities-border.html">Borders</a>
  74. <a class="collapse-item" href="utilities-animation.html">Animations</a>
  75. <a class="collapse-item" href="utilities-other.html">Other</a>
  76. </div>
  77. </div>
  78. </li>
  79. <!-- Divider -->
  80. <hr class="sidebar-divider">
  81. <!-- Heading -->
  82. <div class="sidebar-heading">
  83. Addons
  84. </div>
  85. <!-- Nav Item - Pages Collapse Menu -->
  86. <li class="nav-item">
  87. <a class="nav-link collapsed" href="#" data-toggle="collapse" data-target="#collapsePages"
  88. aria-expanded="true" aria-controls="collapsePages">
  89. <i class="fas fa-fw fa-folder"></i>
  90. <span>Pages</span>
  91. </a>
  92. <div id="collapsePages" class="collapse" aria-labelledby="headingPages" data-parent="#accordionSidebar">
  93. <div class="bg-white py-2 collapse-inner rounded">
  94. <h6 class="collapse-header">Login Screens:</h6>
  95. <a class="collapse-item" href="login.html">Login</a>
  96. <a class="collapse-item" href="register.html">Register</a>
  97. <a class="collapse-item" href="forgot-password.html">Forgot Password</a>
  98. <div class="collapse-divider"></div>
  99. <h6 class="collapse-header">Other Pages:</h6>
  100. <a class="collapse-item" href="404.html">404 Page</a>
  101. <a class="collapse-item" href="blank.html">Blank Page</a>
  102. </div>
  103. </div>
  104. </li>
  105. <!-- Nav Item - Charts -->
  106. <li class="nav-item">
  107. <a class="nav-link" href="charts.html">
  108. <i class="fas fa-fw fa-chart-area"></i>
  109. <span>Charts</span></a>
  110. </li>
  111. <!-- Nav Item - Tables -->
  112. <li class="nav-item active">
  113. <a class="nav-link" href="tables.html">
  114. <i class="fas fa-fw fa-table"></i>
  115. <span>Tables</span></a>
  116. </li>
  117. <!-- Divider -->
  118. <hr class="sidebar-divider d-none d-md-block">
  119. <!-- Sidebar Toggler (Sidebar) -->
  120. <div class="text-center d-none d-md-inline">
  121. <button class="rounded-circle border-0" id="sidebarToggle"></button>
  122. </div>
  123. </ul>
  124. <!-- End of Sidebar -->
  125. <!-- Content Wrapper -->
  126. <div id="content-wrapper" class="d-flex flex-column">
  127. <!-- Main Content -->
  128. <div id="content">
  129. <!-- Topbar -->
  130. <nav class="navbar navbar-expand navbar-light bg-white topbar mb-4 static-top shadow">
  131. <!-- Sidebar Toggle (Topbar) -->
  132. <form class="form-inline">
  133. <button id="sidebarToggleTop" class="btn btn-link d-md-none rounded-circle mr-3">
  134. <i class="fa fa-bars"></i>
  135. </button>
  136. </form>
  137. <!-- Topbar Search -->
  138. <form
  139. class="d-none d-sm-inline-block form-inline mr-auto ml-md-3 my-2 my-md-0 mw-100 navbar-search">
  140. <div class="input-group">
  141. <input type="text" class="form-control bg-light border-0 small" placeholder="Search for..."
  142. aria-label="Search" aria-describedby="basic-addon2">
  143. <div class="input-group-append">
  144. <button class="btn btn-primary" type="button">
  145. <i class="fas fa-search fa-sm"></i>
  146. </button>
  147. </div>
  148. </div>
  149. </form>
  150. <!-- Topbar Navbar -->
  151. <ul class="navbar-nav ml-auto">
  152. <!-- Nav Item - Search Dropdown (Visible Only XS) -->
  153. <li class="nav-item dropdown no-arrow d-sm-none">
  154. <a class="nav-link dropdown-toggle" href="#" id="searchDropdown" role="button"
  155. data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
  156. <i class="fas fa-search fa-fw"></i>
  157. </a>
  158. <!-- Dropdown - Messages -->
  159. <div class="dropdown-menu dropdown-menu-right p-3 shadow animated--grow-in"
  160. aria-labelledby="searchDropdown">
  161. <form class="form-inline mr-auto w-100 navbar-search">
  162. <div class="input-group">
  163. <input type="text" class="form-control bg-light border-0 small"
  164. placeholder="Search for..." aria-label="Search"
  165. aria-describedby="basic-addon2">
  166. <div class="input-group-append">
  167. <button class="btn btn-primary" type="button">
  168. <i class="fas fa-search fa-sm"></i>
  169. </button>
  170. </div>
  171. </div>
  172. </form>
  173. </div>
  174. </li>
  175. <!-- Nav Item - Alerts -->
  176. <li class="nav-item dropdown no-arrow mx-1">
  177. <a class="nav-link dropdown-toggle" href="#" id="alertsDropdown" role="button"
  178. data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
  179. <i class="fas fa-bell fa-fw"></i>
  180. <!-- Counter - Alerts -->
  181. <span class="badge badge-danger badge-counter">3+</span>
  182. </a>
  183. <!-- Dropdown - Alerts -->
  184. <div class="dropdown-list dropdown-menu dropdown-menu-right shadow animated--grow-in"
  185. aria-labelledby="alertsDropdown">
  186. <h6 class="dropdown-header">
  187. Alerts Center
  188. </h6>
  189. <a class="dropdown-item d-flex align-items-center" href="#">
  190. <div class="mr-3">
  191. <div class="icon-circle bg-primary">
  192. <i class="fas fa-file-alt text-white"></i>
  193. </div>
  194. </div>
  195. <div>
  196. <div class="small text-gray-500">December 12, 2019</div>
  197. <span class="font-weight-bold">A new monthly report is ready to download!</span>
  198. </div>
  199. </a>
  200. <a class="dropdown-item d-flex align-items-center" href="#">
  201. <div class="mr-3">
  202. <div class="icon-circle bg-success">
  203. <i class="fas fa-donate text-white"></i>
  204. </div>
  205. </div>
  206. <div>
  207. <div class="small text-gray-500">December 7, 2019</div>
  208. $290.29 has been deposited into your account!
  209. </div>
  210. </a>
  211. <a class="dropdown-item d-flex align-items-center" href="#">
  212. <div class="mr-3">
  213. <div class="icon-circle bg-warning">
  214. <i class="fas fa-exclamation-triangle text-white"></i>
  215. </div>
  216. </div>
  217. <div>
  218. <div class="small text-gray-500">December 2, 2019</div>
  219. Spending Alert: We've noticed unusually high spending for your account.
  220. </div>
  221. </a>
  222. <a class="dropdown-item text-center small text-gray-500" href="#">Show All Alerts</a>
  223. </div>
  224. </li>
  225. <!-- Nav Item - Messages -->
  226. <li class="nav-item dropdown no-arrow mx-1">
  227. <a class="nav-link dropdown-toggle" href="#" id="messagesDropdown" role="button"
  228. data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
  229. <i class="fas fa-envelope fa-fw"></i>
  230. <!-- Counter - Messages -->
  231. <span class="badge badge-danger badge-counter">7</span>
  232. </a>
  233. <!-- Dropdown - Messages -->
  234. <div class="dropdown-list dropdown-menu dropdown-menu-right shadow animated--grow-in"
  235. aria-labelledby="messagesDropdown">
  236. <h6 class="dropdown-header">
  237. Message Center
  238. </h6>
  239. <a class="dropdown-item d-flex align-items-center" href="#">
  240. <div class="dropdown-list-image mr-3">
  241. <img class="rounded-circle" src="img/undraw_profile_1.svg"
  242. alt="...">
  243. <div class="status-indicator bg-success"></div>
  244. </div>
  245. <div class="font-weight-bold">
  246. <div class="text-truncate">Hi there! I am wondering if you can help me with a
  247. problem I've been having.</div>
  248. <div class="small text-gray-500">Emily Fowler · 58m</div>
  249. </div>
  250. </a>
  251. <a class="dropdown-item d-flex align-items-center" href="#">
  252. <div class="dropdown-list-image mr-3">
  253. <img class="rounded-circle" src="img/undraw_profile_2.svg"
  254. alt="...">
  255. <div class="status-indicator"></div>
  256. </div>
  257. <div>
  258. <div class="text-truncate">I have the photos that you ordered last month, how
  259. would you like them sent to you?</div>
  260. <div class="small text-gray-500">Jae Chun · 1d</div>
  261. </div>
  262. </a>
  263. <a class="dropdown-item d-flex align-items-center" href="#">
  264. <div class="dropdown-list-image mr-3">
  265. <img class="rounded-circle" src="img/undraw_profile_3.svg"
  266. alt="...">
  267. <div class="status-indicator bg-warning"></div>
  268. </div>
  269. <div>
  270. <div class="text-truncate">Last month's report looks great, I am very happy with
  271. the progress so far, keep up the good work!</div>
  272. <div class="small text-gray-500">Morgan Alvarez · 2d</div>
  273. </div>
  274. </a>
  275. <a class="dropdown-item d-flex align-items-center" href="#">
  276. <div class="dropdown-list-image mr-3">
  277. <img class="rounded-circle" src="https://source.unsplash.com/Mv9hjnEUHR4/60x60"
  278. alt="...">
  279. <div class="status-indicator bg-success"></div>
  280. </div>
  281. <div>
  282. <div class="text-truncate">Am I a good boy? The reason I ask is because someone
  283. told me that people say this to all dogs, even if they aren't good...</div>
  284. <div class="small text-gray-500">Chicken the Dog · 2w</div>
  285. </div>
  286. </a>
  287. <a class="dropdown-item text-center small text-gray-500" href="#">Read More Messages</a>
  288. </div>
  289. </li>
  290. <div class="topbar-divider d-none d-sm-block"></div>
  291. <!-- Nav Item - User Information -->
  292. <li class="nav-item dropdown no-arrow">
  293. <a class="nav-link dropdown-toggle" href="#" id="userDropdown" role="button"
  294. data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
  295. <span class="mr-2 d-none d-lg-inline text-gray-600 small">Douglas McGee</span>
  296. <img class="img-profile rounded-circle"
  297. src="img/undraw_profile.svg">
  298. </a>
  299. <!-- Dropdown - User Information -->
  300. <div class="dropdown-menu dropdown-menu-right shadow animated--grow-in"
  301. aria-labelledby="userDropdown">
  302. <a class="dropdown-item" href="#">
  303. <i class="fas fa-user fa-sm fa-fw mr-2 text-gray-400"></i>
  304. Profile
  305. </a>
  306. <a class="dropdown-item" href="#">
  307. <i class="fas fa-cogs fa-sm fa-fw mr-2 text-gray-400"></i>
  308. Settings
  309. </a>
  310. <a class="dropdown-item" href="#">
  311. <i class="fas fa-list fa-sm fa-fw mr-2 text-gray-400"></i>
  312. Activity Log
  313. </a>
  314. <div class="dropdown-divider"></div>
  315. <a class="dropdown-item" href="#" data-toggle="modal" data-target="#logoutModal">
  316. <i class="fas fa-sign-out-alt fa-sm fa-fw mr-2 text-gray-400"></i>
  317. Logout
  318. </a>
  319. </div>
  320. </li>
  321. </ul>
  322. </nav>
  323. <!-- End of Topbar -->
  324. <!-- Begin Page Content -->
  325. <div class="container-fluid">
  326. <!-- Page Heading -->
  327. <h1 class="h3 mb-2 text-gray-800">Tables</h1>
  328. <p class="mb-4">DataTables is a third party plugin that is used to generate the demo table below.
  329. For more information about DataTables, please visit the <a target="_blank"
  330. href="https://datatables.net">official DataTables documentation</a>.</p>
  331. <!-- DataTales Example -->
  332. <div class="card shadow mb-4">
  333. <div class="card-header py-3">
  334. <h6 class="m-0 font-weight-bold text-primary">DataTables Example</h6>
  335. </div>
  336. <div class="card-body">
  337. <div class="table-responsive">
  338. <table class="table table-bordered" id="dataTable" width="100%" cellspacing="0">
  339. <thead>
  340. <tr>
  341. <th>Name</th>
  342. <th>Position</th>
  343. <th>Office</th>
  344. <th>Age</th>
  345. <th>Start date</th>
  346. <th>Salary</th>
  347. </tr>
  348. </thead>
  349. <tfoot>
  350. <tr>
  351. <th>Name</th>
  352. <th>Position</th>
  353. <th>Office</th>
  354. <th>Age</th>
  355. <th>Start date</th>
  356. <th>Salary</th>
  357. </tr>
  358. </tfoot>
  359. <tbody>
  360. <tr>
  361. <td>Tiger Nixon</td>
  362. <td>System Architect</td>
  363. <td>Edinburgh</td>
  364. <td>61</td>
  365. <td>2011/04/25</td>
  366. <td>$320,800</td>
  367. </tr>
  368. <tr>
  369. <td>Garrett Winters</td>
  370. <td>Accountant</td>
  371. <td>Tokyo</td>
  372. <td>63</td>
  373. <td>2011/07/25</td>
  374. <td>$170,750</td>
  375. </tr>
  376. <tr>
  377. <td>Ashton Cox</td>
  378. <td>Junior Technical Author</td>
  379. <td>San Francisco</td>
  380. <td>66</td>
  381. <td>2009/01/12</td>
  382. <td>$86,000</td>
  383. </tr>
  384. <tr>
  385. <td>Cedric Kelly</td>
  386. <td>Senior Javascript Developer</td>
  387. <td>Edinburgh</td>
  388. <td>22</td>
  389. <td>2012/03/29</td>
  390. <td>$433,060</td>
  391. </tr>
  392. <tr>
  393. <td>Airi Satou</td>
  394. <td>Accountant</td>
  395. <td>Tokyo</td>
  396. <td>33</td>
  397. <td>2008/11/28</td>
  398. <td>$162,700</td>
  399. </tr>
  400. <tr>
  401. <td>Brielle Williamson</td>
  402. <td>Integration Specialist</td>
  403. <td>New York</td>
  404. <td>61</td>
  405. <td>2012/12/02</td>
  406. <td>$372,000</td>
  407. </tr>
  408. <tr>
  409. <td>Herrod Chandler</td>
  410. <td>Sales Assistant</td>
  411. <td>San Francisco</td>
  412. <td>59</td>
  413. <td>2012/08/06</td>
  414. <td>$137,500</td>
  415. </tr>
  416. <tr>
  417. <td>Rhona Davidson</td>
  418. <td>Integration Specialist</td>
  419. <td>Tokyo</td>
  420. <td>55</td>
  421. <td>2010/10/14</td>
  422. <td>$327,900</td>
  423. </tr>
  424. <tr>
  425. <td>Colleen Hurst</td>
  426. <td>Javascript Developer</td>
  427. <td>San Francisco</td>
  428. <td>39</td>
  429. <td>2009/09/15</td>
  430. <td>$205,500</td>
  431. </tr>
  432. <tr>
  433. <td>Sonya Frost</td>
  434. <td>Software Engineer</td>
  435. <td>Edinburgh</td>
  436. <td>23</td>
  437. <td>2008/12/13</td>
  438. <td>$103,600</td>
  439. </tr>
  440. <tr>
  441. <td>Jena Gaines</td>
  442. <td>Office Manager</td>
  443. <td>London</td>
  444. <td>30</td>
  445. <td>2008/12/19</td>
  446. <td>$90,560</td>
  447. </tr>
  448. <tr>
  449. <td>Quinn Flynn</td>
  450. <td>Support Lead</td>
  451. <td>Edinburgh</td>
  452. <td>22</td>
  453. <td>2013/03/03</td>
  454. <td>$342,000</td>
  455. </tr>
  456. <tr>
  457. <td>Charde Marshall</td>
  458. <td>Regional Director</td>
  459. <td>San Francisco</td>
  460. <td>36</td>
  461. <td>2008/10/16</td>
  462. <td>$470,600</td>
  463. </tr>
  464. <tr>
  465. <td>Haley Kennedy</td>
  466. <td>Senior Marketing Designer</td>
  467. <td>London</td>
  468. <td>43</td>
  469. <td>2012/12/18</td>
  470. <td>$313,500</td>
  471. </tr>
  472. <tr>
  473. <td>Tatyana Fitzpatrick</td>
  474. <td>Regional Director</td>
  475. <td>London</td>
  476. <td>19</td>
  477. <td>2010/03/17</td>
  478. <td>$385,750</td>
  479. </tr>
  480. <tr>
  481. <td>Michael Silva</td>
  482. <td>Marketing Designer</td>
  483. <td>London</td>
  484. <td>66</td>
  485. <td>2012/11/27</td>
  486. <td>$198,500</td>
  487. </tr>
  488. <tr>
  489. <td>Paul Byrd</td>
  490. <td>Chief Financial Officer (CFO)</td>
  491. <td>New York</td>
  492. <td>64</td>
  493. <td>2010/06/09</td>
  494. <td>$725,000</td>
  495. </tr>
  496. <tr>
  497. <td>Gloria Little</td>
  498. <td>Systems Administrator</td>
  499. <td>New York</td>
  500. <td>59</td>
  501. <td>2009/04/10</td>
  502. <td>$237,500</td>
  503. </tr>
  504. <tr>
  505. <td>Bradley Greer</td>
  506. <td>Software Engineer</td>
  507. <td>London</td>
  508. <td>41</td>
  509. <td>2012/10/13</td>
  510. <td>$132,000</td>
  511. </tr>
  512. <tr>
  513. <td>Dai Rios</td>
  514. <td>Personnel Lead</td>
  515. <td>Edinburgh</td>
  516. <td>35</td>
  517. <td>2012/09/26</td>
  518. <td>$217,500</td>
  519. </tr>
  520. <tr>
  521. <td>Jenette Caldwell</td>
  522. <td>Development Lead</td>
  523. <td>New York</td>
  524. <td>30</td>
  525. <td>2011/09/03</td>
  526. <td>$345,000</td>
  527. </tr>
  528. <tr>
  529. <td>Yuri Berry</td>
  530. <td>Chief Marketing Officer (CMO)</td>
  531. <td>New York</td>
  532. <td>40</td>
  533. <td>2009/06/25</td>
  534. <td>$675,000</td>
  535. </tr>
  536. <tr>
  537. <td>Caesar Vance</td>
  538. <td>Pre-Sales Support</td>
  539. <td>New York</td>
  540. <td>21</td>
  541. <td>2011/12/12</td>
  542. <td>$106,450</td>
  543. </tr>
  544. <tr>
  545. <td>Doris Wilder</td>
  546. <td>Sales Assistant</td>
  547. <td>Sidney</td>
  548. <td>23</td>
  549. <td>2010/09/20</td>
  550. <td>$85,600</td>
  551. </tr>
  552. <tr>
  553. <td>Angelica Ramos</td>
  554. <td>Chief Executive Officer (CEO)</td>
  555. <td>London</td>
  556. <td>47</td>
  557. <td>2009/10/09</td>
  558. <td>$1,200,000</td>
  559. </tr>
  560. <tr>
  561. <td>Gavin Joyce</td>
  562. <td>Developer</td>
  563. <td>Edinburgh</td>
  564. <td>42</td>
  565. <td>2010/12/22</td>
  566. <td>$92,575</td>
  567. </tr>
  568. <tr>
  569. <td>Jennifer Chang</td>
  570. <td>Regional Director</td>
  571. <td>Singapore</td>
  572. <td>28</td>
  573. <td>2010/11/14</td>
  574. <td>$357,650</td>
  575. </tr>
  576. <tr>
  577. <td>Brenden Wagner</td>
  578. <td>Software Engineer</td>
  579. <td>San Francisco</td>
  580. <td>28</td>
  581. <td>2011/06/07</td>
  582. <td>$206,850</td>
  583. </tr>
  584. <tr>
  585. <td>Fiona Green</td>
  586. <td>Chief Operating Officer (COO)</td>
  587. <td>San Francisco</td>
  588. <td>48</td>
  589. <td>2010/03/11</td>
  590. <td>$850,000</td>
  591. </tr>
  592. <tr>
  593. <td>Shou Itou</td>
  594. <td>Regional Marketing</td>
  595. <td>Tokyo</td>
  596. <td>20</td>
  597. <td>2011/08/14</td>
  598. <td>$163,000</td>
  599. </tr>
  600. <tr>
  601. <td>Michelle House</td>
  602. <td>Integration Specialist</td>
  603. <td>Sidney</td>
  604. <td>37</td>
  605. <td>2011/06/02</td>
  606. <td>$95,400</td>
  607. </tr>
  608. <tr>
  609. <td>Suki Burks</td>
  610. <td>Developer</td>
  611. <td>London</td>
  612. <td>53</td>
  613. <td>2009/10/22</td>
  614. <td>$114,500</td>
  615. </tr>
  616. <tr>
  617. <td>Prescott Bartlett</td>
  618. <td>Technical Author</td>
  619. <td>London</td>
  620. <td>27</td>
  621. <td>2011/05/07</td>
  622. <td>$145,000</td>
  623. </tr>
  624. <tr>
  625. <td>Gavin Cortez</td>
  626. <td>Team Leader</td>
  627. <td>San Francisco</td>
  628. <td>22</td>
  629. <td>2008/10/26</td>
  630. <td>$235,500</td>
  631. </tr>
  632. <tr>
  633. <td>Martena Mccray</td>
  634. <td>Post-Sales support</td>
  635. <td>Edinburgh</td>
  636. <td>46</td>
  637. <td>2011/03/09</td>
  638. <td>$324,050</td>
  639. </tr>
  640. <tr>
  641. <td>Unity Butler</td>
  642. <td>Marketing Designer</td>
  643. <td>San Francisco</td>
  644. <td>47</td>
  645. <td>2009/12/09</td>
  646. <td>$85,675</td>
  647. </tr>
  648. <tr>
  649. <td>Howard Hatfield</td>
  650. <td>Office Manager</td>
  651. <td>San Francisco</td>
  652. <td>51</td>
  653. <td>2008/12/16</td>
  654. <td>$164,500</td>
  655. </tr>
  656. <tr>
  657. <td>Hope Fuentes</td>
  658. <td>Secretary</td>
  659. <td>San Francisco</td>
  660. <td>41</td>
  661. <td>2010/02/12</td>
  662. <td>$109,850</td>
  663. </tr>
  664. <tr>
  665. <td>Vivian Harrell</td>
  666. <td>Financial Controller</td>
  667. <td>San Francisco</td>
  668. <td>62</td>
  669. <td>2009/02/14</td>
  670. <td>$452,500</td>
  671. </tr>
  672. <tr>
  673. <td>Timothy Mooney</td>
  674. <td>Office Manager</td>
  675. <td>London</td>
  676. <td>37</td>
  677. <td>2008/12/11</td>
  678. <td>$136,200</td>
  679. </tr>
  680. <tr>
  681. <td>Jackson Bradshaw</td>
  682. <td>Director</td>
  683. <td>New York</td>
  684. <td>65</td>
  685. <td>2008/09/26</td>
  686. <td>$645,750</td>
  687. </tr>
  688. <tr>
  689. <td>Olivia Liang</td>
  690. <td>Support Engineer</td>
  691. <td>Singapore</td>
  692. <td>64</td>
  693. <td>2011/02/03</td>
  694. <td>$234,500</td>
  695. </tr>
  696. <tr>
  697. <td>Bruno Nash</td>
  698. <td>Software Engineer</td>
  699. <td>London</td>
  700. <td>38</td>
  701. <td>2011/05/03</td>
  702. <td>$163,500</td>
  703. </tr>
  704. <tr>
  705. <td>Sakura Yamamoto</td>
  706. <td>Support Engineer</td>
  707. <td>Tokyo</td>
  708. <td>37</td>
  709. <td>2009/08/19</td>
  710. <td>$139,575</td>
  711. </tr>
  712. <tr>
  713. <td>Thor Walton</td>
  714. <td>Developer</td>
  715. <td>New York</td>
  716. <td>61</td>
  717. <td>2013/08/11</td>
  718. <td>$98,540</td>
  719. </tr>
  720. <tr>
  721. <td>Finn Camacho</td>
  722. <td>Support Engineer</td>
  723. <td>San Francisco</td>
  724. <td>47</td>
  725. <td>2009/07/07</td>
  726. <td>$87,500</td>
  727. </tr>
  728. <tr>
  729. <td>Serge Baldwin</td>
  730. <td>Data Coordinator</td>
  731. <td>Singapore</td>
  732. <td>64</td>
  733. <td>2012/04/09</td>
  734. <td>$138,575</td>
  735. </tr>
  736. <tr>
  737. <td>Zenaida Frank</td>
  738. <td>Software Engineer</td>
  739. <td>New York</td>
  740. <td>63</td>
  741. <td>2010/01/04</td>
  742. <td>$125,250</td>
  743. </tr>
  744. <tr>
  745. <td>Zorita Serrano</td>
  746. <td>Software Engineer</td>
  747. <td>San Francisco</td>
  748. <td>56</td>
  749. <td>2012/06/01</td>
  750. <td>$115,000</td>
  751. </tr>
  752. <tr>
  753. <td>Jennifer Acosta</td>
  754. <td>Junior Javascript Developer</td>
  755. <td>Edinburgh</td>
  756. <td>43</td>
  757. <td>2013/02/01</td>
  758. <td>$75,650</td>
  759. </tr>
  760. <tr>
  761. <td>Cara Stevens</td>
  762. <td>Sales Assistant</td>
  763. <td>New York</td>
  764. <td>46</td>
  765. <td>2011/12/06</td>
  766. <td>$145,600</td>
  767. </tr>
  768. <tr>
  769. <td>Hermione Butler</td>
  770. <td>Regional Director</td>
  771. <td>London</td>
  772. <td>47</td>
  773. <td>2011/03/21</td>
  774. <td>$356,250</td>
  775. </tr>
  776. <tr>
  777. <td>Lael Greer</td>
  778. <td>Systems Administrator</td>
  779. <td>London</td>
  780. <td>21</td>
  781. <td>2009/02/27</td>
  782. <td>$103,500</td>
  783. </tr>
  784. <tr>
  785. <td>Jonas Alexander</td>
  786. <td>Developer</td>
  787. <td>San Francisco</td>
  788. <td>30</td>
  789. <td>2010/07/14</td>
  790. <td>$86,500</td>
  791. </tr>
  792. <tr>
  793. <td>Shad Decker</td>
  794. <td>Regional Director</td>
  795. <td>Edinburgh</td>
  796. <td>51</td>
  797. <td>2008/11/13</td>
  798. <td>$183,000</td>
  799. </tr>
  800. <tr>
  801. <td>Michael Bruce</td>
  802. <td>Javascript Developer</td>
  803. <td>Singapore</td>
  804. <td>29</td>
  805. <td>2011/06/27</td>
  806. <td>$183,000</td>
  807. </tr>
  808. <tr>
  809. <td>Donna Snider</td>
  810. <td>Customer Support</td>
  811. <td>New York</td>
  812. <td>27</td>
  813. <td>2011/01/25</td>
  814. <td>$112,000</td>
  815. </tr>
  816. </tbody>
  817. </table>
  818. </div>
  819. </div>
  820. </div>
  821. </div>
  822. <!-- /.container-fluid -->
  823. </div>
  824. <!-- End of Main Content -->
  825. <!-- Footer -->
  826. <footer class="sticky-footer bg-white">
  827. <div class="container my-auto">
  828. <div class="copyright text-center my-auto">
  829. <span>Copyright &copy; Your Website 2020</span>
  830. </div>
  831. </div>
  832. </footer>
  833. <!-- End of Footer -->
  834. </div>
  835. <!-- End of Content Wrapper -->
  836. </div>
  837. <!-- End of Page Wrapper -->
  838. <!-- Scroll to Top Button-->
  839. <a class="scroll-to-top rounded" href="#page-top">
  840. <i class="fas fa-angle-up"></i>
  841. </a>
  842. <!-- Logout Modal-->
  843. <div class="modal fade" id="logoutModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel"
  844. aria-hidden="true">
  845. <div class="modal-dialog" role="document">
  846. <div class="modal-content">
  847. <div class="modal-header">
  848. <h5 class="modal-title" id="exampleModalLabel">Ready to Leave?</h5>
  849. <button class="close" type="button" data-dismiss="modal" aria-label="Close">
  850. <span aria-hidden="true">×</span>
  851. </button>
  852. </div>
  853. <div class="modal-body">Select "Logout" below if you are ready to end your current session.</div>
  854. <div class="modal-footer">
  855. <button class="btn btn-secondary" type="button" data-dismiss="modal">Cancel</button>
  856. <a class="btn btn-primary" href="login.html">Logout</a>
  857. </div>
  858. </div>
  859. </div>
  860. </div>
  861. <!-- Bootstrap core JavaScript-->
  862. <script src="vendor/jquery/jquery.min.js"></script>
  863. <script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
  864. <!-- Core plugin JavaScript-->
  865. <script src="vendor/jquery-easing/jquery.easing.min.js"></script>
  866. <!-- Custom scripts for all pages-->
  867. <script src="js/sb-admin-2.min.js"></script>
  868. <!-- Page level plugins -->
  869. <script src="vendor/datatables/jquery.dataTables.min.js"></script>
  870. <script src="vendor/datatables/dataTables.bootstrap4.min.js"></script>
  871. <!-- Page level custom scripts -->
  872. <script src="js/demo/datatables-demo.js"></script>
  873. </body>
  874. </html>