-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtable-single.html
More file actions
executable file
·176 lines (172 loc) · 8.69 KB
/
Copy pathtable-single.html
File metadata and controls
executable file
·176 lines (172 loc) · 8.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Admin Panel</title>
<link rel="icon" href="images/favicon.png" type="image/png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap">
<link rel="stylesheet" href="node_modules/@fortawesome/fontawesome-free/css/all.min.css">
<link rel="stylesheet" href="node_modules/halfmoon/css/halfmoon.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body class="dark-mode with-custom-css-scrollbars with-custom-webkit-scrollbars">
<!-- Page wrapper -->
<div class="page-wrapper with-navbar with-sidebar">
<!-- Navigation bar -->
<div class="navbar">
<div class="navbar-content">
<button id="sidebar" class="btn btn-square">
<i class="fa-solid fa-bars"></i>
</button>
</div>
<a href="index.html" class="navbar-brand">
<img src="images/icon.svg" alt="icon" width="30" height="30"> Admin Panel
</a>
<span class="navbar-text">
<span class="version"></span>
</span>
</div>
<!-- End navigation bar -->
<!-- Sidebar -->
<div class="sidebar">
<div class="sidebar-menu">
<h6 class="sidebar-title">Dashboard</h6>
<div class="sidebar-divider"></div>
<a href="index.html" class="sidebar-link sidebar-link-with-icon">
<span class="sidebar-icon">
<i class="fa-solid fa-home"></i>
</span>
Home
</a>
<a href="profile.html" class="sidebar-link sidebar-link-with-icon">
<span class="sidebar-icon">
<i class="fa-solid fa-user"></i>
</span>
Profile
</a>
<a href="login.html" class="sidebar-link sidebar-link-with-icon">
<span class="sidebar-icon">
<i class="fa-solid fa-sign-in-alt"></i>
</span>
Login
</a>
<a href="logout.html" class="sidebar-link sidebar-link-with-icon">
<span class="sidebar-icon">
<i class="fa-solid fa-sign-out-alt"></i>
</span>
Logout
</a>
<h6 class="sidebar-title mt-20">Application</h6>
<div class="sidebar-divider"></div>
<a href="form.html" class="sidebar-link sidebar-link-with-icon">
<span class="sidebar-icon">
<i class="fa-solid fa-pen"></i>
</span>
Form
</a>
<a href="table.html" class="sidebar-link sidebar-link-with-icon active">
<span class="sidebar-icon bg-primary text-white">
<i class="fa-solid fa-pen"></i>
</span>
Table
</a>
<h6 class="sidebar-title mt-20">External Links</h6>
<div class="sidebar-divider"></div>
<a href="#" target="_blank" class="sidebar-link sidebar-link-with-icon">
<span class="sidebar-icon bg-danger text-white">
<i class="fa-solid fa-globe"></i>
</span>
Website
</a>
<a href="https://phyxle.com" target="_blank" class="sidebar-link sidebar-link-with-icon">
<span class="sidebar-icon bg-danger text-white">
<i class="fa-solid fa-globe"></i>
</span>
Phyxle
</a>
</div>
</div>
<!-- End sidebar -->
<!-- Content wrapper -->
<div class="content-wrapper">
<div class="container-fluid">
<div class="row row-eq-spacing align-items-center">
<div class="col-12 col-sm-auto mb-20 mb-sm-0">
<button id="back" class="btn">
<i class="fa-solid fa-chevron-left mr-5"></i> Back
</button>
</div>
<div class="col-12 col-sm-auto">
<h4 class="my-0">
<i class="fa-solid fa-pen mr-5"></i> Items
</h4>
</div>
</div>
<div class="row row-eq-spacing">
<div class="col-12">
<div class="card p-15">
<h1 class="card-title">
<i class="fa-solid fa-info-circle mr-5"></i> Information
</h1>
<div class="row mb-20">
<div class="col-12 col-md-6 col-lg-4 pr-0 pr-md-10 mb-20 mb-md-0">
<img src="images/item.jpg" alt="item" class="img-fluid">
</div>
<div class="col-12 col-md-6 col-lg-8 pl-0 pl-md-10">
<h4 class="mt-0 mb-10">Item 1</h4>
<p class="mt-0 mb-20">Culpa voluptate tempor amet minim ipsum excepteur officia sunt laborum proident. Incididunt veniam nisi ipsum amet amet irure voluptate cillum elit. Id aute aute irure cupidatat voluptate elit ut duis est Lorem minim. Mollit commodo aliquip dolore elit est dolore nulla qui minim fugiat. Esse duis eiusmod aute eiusmod esse dolor excepteur enim amet.</p>
<div class="table-responsive">
<table class="table table-bordered">
<tbody>
<tr>
<th class="w-25">ID</th>
<td>1</td>
</tr>
<tr>
<th class="w-25">Slug</th>
<td>item-1</td>
</tr>
<tr>
<th class="w-25">Title</th>
<td>Item 1</td>
</tr>
<tr>
<th class="w-25">Subtitle</th>
<td>N/A</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="d-block d-lg-flex justify-content-lg-end">
<form action="#" method="post">
<button class="btn w-full w-lg-auto mr-5 mb-5 mb-lg-0">
<i class="fa-solid fa-download mr-5"></i> Download
</button>
</form>
<form action="#" method="post">
<button class="btn btn-danger w-full w-lg-auto">
<i class="fa-solid fa-trash-alt mr-5"></i> Remove
</button>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End content wrapper -->
</div>
<!-- End page wrapper -->
<script src="node_modules/halfmoon/js/halfmoon.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>