-
Notifications
You must be signed in to change notification settings - Fork 5
/
creators.php
294 lines (260 loc) · 10.4 KB
/
creators.php
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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
<?php
require_once './includes/connection.php';
require_once './includes/authentication.php';
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="apple-touch-icon" sizes="76x76" href="./assets/img/apple-icon.png">
<link rel="icon" type="image/png" href="./assets/img/favicon.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>
Attendance
</title>
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no' name='viewport' />
<!-- Fonts and icons -->
<link rel="stylesheet" type="text/css" href="./assets/css/material-icons.css" />
<link rel="stylesheet" href="./assets/css/font-awesome.min.css">
<!-- CSS Files -->
<link href="./assets/css/material-dashboard.min.css?v=2.1.1" rel="stylesheet" />
<link rel="stylesheet" href="./assets/main_styles.css">
<link rel="stylesheet" href="./assets/css/bootstrap-select.min.css">
<style type="text/css">
.card{
margin-top: 45px !important;
}
.table-responsive .send-mail:active{
background-color:var(--themeColorDark) !important;
color:#FFF !important;
border:0 !important;
box-shadow:none !important;
}
.table-responsive .send-mail:hover{
box-shadow:none !important;
}
td{
cursor:default !important;
}
.card-profile .card-avatar{
box-shadow: none !important;
}
.avatar-body{
margin-top:0 !important;
}
.card-profile .card-avatar img{
pointer-events:none !important;
}
</style>
</head>
<body class="">
<script>
let colorDark = localStorage.getItem("themeColorDark");
let colorLight = localStorage.getItem("themeColorLight");
if (typeof colorDark != "undefined" && colorDark != null && colorLight != "undefined" && colorLight != null){
document.body.style.setProperty('--themeColorDark', colorDark);
document.body.style.setProperty('--themeColorLight', colorLight);
document.body.style.setProperty('--themeColorShadow', colorDark+'66');
}
</script>
<div class="wrapper ">
<?php
require './includes/nav.php';
?>
<div class="main-panel">
<?php
require './includes/header.php';
?>
<div class="content">
<div class="container-fluid">
<div class="row">
<div class="col-md-4">
<div class="card card-profile">
<div class="card-avatar">
<img class="img" src="./assets/img/4451user-img.png" />
</div>
<div class="card-body avatar-body">
<h6 class="card-category text-gray">Developer and Designer</h6>
<h4 class="card-title">Satnam Singh</h4>
<div class="table-responsive">
<table class="table">
<tbody>
<tr>
<td>
Languages
</td>
<td>
JS, PHP, AJAX
</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<a href="https://mail.google.com/mail/u/0/?view=cm&fs=1&to=satnam9781@gmail.com&tf=1" class="btn btn-primary text-center send-mail">Send Mail</a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card card-profile">
<div class="card-avatar">
<img class="img" src="./assets/img/4451user-img.png" />
</div>
<div class="card-body avatar-body">
<h6 class="card-category text-gray">Developer</h6>
<h4 class="card-title">Divyanshu Garg</h4>
<div class="table-responsive">
<table class="table">
<tbody>
<tr>
<td>
Languages
</td>
<td>
JS, PHP
</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<a target="_blank" href="https://mail.google.com/mail/u/0/?view=cm&fs=1&to=divyanshugarg36@gmail.com&tf=1" class="btn btn-primary text-center send-mail">Send Mail</a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card card-profile">
<div class="card-avatar">
<img class="img" src="./assets/img/4451user-img.png" />
</div>
<div class="card-body avatar-body">
<h6 class="card-category text-gray">Developer</h6>
<h4 class="card-title">Amanjot Singh</h4>
<div class="table-responsive">
<table class="table">
<tbody>
<tr>
<td>
Languages
</td>
<td>
CSS, JS ,PHP
</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<a href="https://mail.google.com/mail/u/0/?view=cm&fs=1&to=amanjotsingh1599@gmail.com&tf=1" class="btn btn-primary text-center send-mail">Send Mail</a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card card-profile">
<div class="card-avatar">
<img class="img" src="./assets/img/4451user-img.png" />
</div>
<div class="card-body avatar-body">
<h6 class="card-category text-gray">Developer</h6>
<h4 class="card-title">Kawalpreet Singh</h4>
<div class="table-responsive">
<table class="table">
<tbody>
<tr>
<td>
Languages
</td>
<td>
CSS, JS
</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<a href="https://mail.google.com/mail/u/0/?view=cm&fs=1&to=preetsingh7448@gmail.com&tf=1" class="btn btn-primary text-center send-mail">Send Mail</a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card card-profile">
<div class="card-avatar">
<img class="img" src="./assets/img/4451user-img.png" />
</div>
<div class="card-body avatar-body">
<h6 class="card-category text-gray">Designer</h6>
<h4 class="card-title">Sukhmeet Singh</h4>
<div class="table-responsive">
<table class="table">
<tbody>
<tr>
<td>
Languages
</td>
<td>
HTML, CSS
</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<a href="https://mail.google.com/mail/u/0/?view=cm&fs=1&to=sukhsingh2729@gmail.com&tf=1" class="btn btn-primary text-center send-mail">Send Mail</a>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card card-profile">
<div class="card-avatar">
<img class="img" src="./assets/img/4451user-img.png" />
</div>
<div class="card-body avatar-body">
<h6 class="card-category text-gray">Designer</h6>
<h4 class="card-title">Himanshu Wasson</h4>
<div class="table-responsive">
<table class="table">
<tbody>
<tr>
<td>
Languages
</td>
<td>
HTML, CSS
</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<a href="https://mail.google.com/mail/u/0/?view=cm&fs=1&to=hcool9881@gmail.com&tf=1" class="btn btn-primary text-center send-mail">Send Mail</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php
require './includes/footer.php';
?>
</div>
</div>
<!-- Core JS Files -->
<script src="./assets/js/core/jquery.min.js"></script>
<script src="./assets/js/core/popper.min.js"></script>
<script src="./assets/js/core/bootstrap-material-design.min.js"></script>
<script src="./assets/js/plugins/perfect-scrollbar.jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="assets/js/core/bootstrap-select.js"></script>
<script src="./assets/js/plugins/bootstrap-notify.js"></script>
<!-- Control Center for Material Dashboard: parallax effects, scripts for the example pages etc -->
<script src="./assets/js/material-dashboard.js?v=2.1.1" type="text/javascript"></script>
<script src="assets/sidebarSript.js">
</script>
</body>
</html>