-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
320 lines (318 loc) · 11 KB
/
index.html
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
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>APTCODER</title>
<link rel="stylesheet" href="style.css" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<!-- add bootstrap icon -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css"
/>
</head>
<body>
<div class="container-fluid">
<!-- header section -->
<header>
<div class="row d-flex justify-content-between header-div head-top">
<div class="col-md-9">
<ul>
<a href=""
><li>
<i class="bi bi-list mx-2"></i></li
></a>
<a href=""
><li>
APTCODER <sub>v<span>4.3</span></sub>
</li></a
>
</ul>
</div>
<div class="col-md-3">
<ul>
<a href=""
><li>
<i class="bi bi-search mx-2"></i></li
></a>
<a class="cl mx-2" href=""><li>Admin</li></a>
<a href=""><li>LOGOUT</li></a>
</ul>
</div>
</div>
</header>
<!-- header section end -->
<!-- start main section -->
<main>
<!-- <div class="container"> -->
<div class="row d-flex">
<!-- start logo section -->
<div class="col-md-2 left-box">
<div class="row d-grid justify-content-center">
<table class="table-hover table-responsive">
<tr>
<td>
<a
href="https://aptcoder.com/"
class="text-decoration-none text-white"
>
<img
src="imges/logo-svg.svg"
style="height: 100px; width: 150px"
alt=""
/>
</a>
</td>
</tr>
<tr>
<td>
<img src="imges/clipart1763433.png" class="icon" alt="" />
<span class="icon1">Vimesh Singhal</span>
</td>
</tr>
</table>
</div>
<!-- end logo section -->
<hr />
<!-- start menu-bar section -->
<div class="row div1 d-grid justify-content-evenly">
<div class="an-tag">
<table class="table-hover table-responsive">
<tr>
<td>
<a
style="
text-decoration: none;
font-weight: 200;
font-family: 'Poppins';
color: black;
"
href="#"
>
<img
src="imges/dash-icon.png"
class="icon2"
alt=""
/><span class="icon22">Dashbord</span>
</a>
</td>
</tr>
<tr>
<td>
<a
style="
text-decoration: none;
font-weight: 200;
font-family: 'Poppins';
color: black;
"
href="#"
>
<img
src="imges/users-icon.png"
class="icon2"
alt=""
/><span class="icon22">Users</span>
</a>
</td>
</tr>
<tr>
<td>
<a
style="
text-decoration: none;
font-weight: 200;
font-family: 'Poppins';
color: black;
"
href="#"
>
<img
src="imges/inst-icons.jpg"
class="icon2"
alt=""
/><span class="icon22">Institutes</span>
</a>
</td>
</tr>
<tr>
<td>
<a
style="
text-decoration: none;
font-weight: 200;
font-family: 'Poppins';
color: black;
"
href="#"
>
<img
src="imges/courses-icon.png"
class="icon2"
alt=""
/><span class="icon22">Course</span>
</a>
</td>
</tr>
<tr>
<td>
<a
style="
text-decoration: none;
font-weight: 200;
font-family: 'Poppins';
color: black;
"
href="#"
>
<img
src="imges/queze-icon.png"
class="icon2"
alt=""
/><span class="icon22">Quiz</span>
</a>
</td>
</tr>
<tr>
<td>
<a
style="
text-decoration: none;
font-weight: 200;
font-family: 'Poppins';
color: black;
"
href="#"
>
<img
src="imges/comp-icon.jpg"
class="icon2"
alt=""
/><span class="icon22">Competitions</span>
</a>
</td>
</tr>
<tr>
<td>
<a
style="
text-decoration: none;
font-weight: 200;
font-family: 'Poppins';
color: black;
"
href="#"
>
<img
src="imges/tag_13146807.png"
class="icon2"
alt=""
/><span class="icon22">Coupons</span>
</a>
</td>
</tr>
</table>
</div>
</div>
</div>
<!-- end menu bar section -->
<!-- start right section -->
<div class="col-md-9 right-box">
<div
class="row d-flex justify-content-between justify-content-md-evenly text-white top-ul top-bar"
>
<div class="col-md-12">
<ul>
<a href=""
><li><i class="bi bi-arrow-left-short"></i></li
></a>
<a href=""><li>OUERVIEW</li></a>
<a href=""><li>STUDENTS</li></a>
<a href=""><li>TEACHERS</li></a>
<a href=""><li>CLASS ROOM</li></a>
</ul>
</div>
</div>
<!-- box create -->
<div
class="row d-flex justify-content-evenly justify-content-sm-center mt-5"
>
<div class="col-md-5">
<img
src="https://usa.bootcampcdn.com/wp-content/uploads/sites/106/2021/03/CDG_blog_post_image_08-850x412.jpg"
style="
height: 300px;
width: 400px;
overflow: hidden;
padding: 20px;
border-radius: 10px;
border: 1px solid white;
"
class="img-fluid"
alt=""
/>
</div>
<div class="col-md-5">
<div class="row p-4">
<table class="table table-hover table-responsive font-color1">
<thead>
<tr class="course6">
<th><h4>Next-Previous Testing Course</h4></th>
</tr>
</thead>
<tbody>
<tr class="">
<td class="course2">
Variable <span style="margin-left: 200px">Value</span>
</td>
</tr>
<tr class="course3">
<td>
Variable <span style="margin-left: 200px">Value</span>
</td>
</tr>
<tr class="course4">
<td>
Variable <span style="margin-left: 200px">Value</span>
</td>
</tr>
<tr class="course5">
<td>
Variable <span style="margin-left: 200px">Value</span>
</td>
</tr>
<tr class="course7">
<td>
<a
href="https://main--fanciful-maamoul-e15ad9.netlify.app/"
>Click-Link-02</a
><span style="margin-left: 150px"
><a
href="https://main--earnest-cuchufli-33eaf8.netlify.app/"
>Click-Link-03</a
></span
>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="row d-flex text-center font-color1 mt-5 mt-4">
<div class="col-md-12">AptCoder - 2024</div>
</div>
</div>
<!-- end right section -->
</div>
</main>
<!-- end main section -->
</div>
</body>
</html>