-
Notifications
You must be signed in to change notification settings - Fork 0
/
sty.css
556 lines (506 loc) · 8.96 KB
/
sty.css
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
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
Google Classroom
Classroom
December - 2022
Home
Calendar
Teaching
To review
P
Personal
I
Interview
Enrolled
To do
A
Angular - Dec 2022
P
Python - Nov, Dec 2022
D
December - 2022
I
III YR
A
Archived classes
Settings
Stream
Classwork
People
Classwork for December - 2022
All topics
Material
Portfolio Files
Posted 17 Apr
index.html
HTML
KN_logo_Icon K.png
Image
sty.css
Style Sheet
Material
SoftSkills Notes
Posted 6 Jan
Material
Books
Posted 23 Dec 2022
Aptitude
Aptitude
Material
Aptitude practice session 16th june
Posted 16 Jun
Class test
Class test
Assignment
Surprise test (24/03/2023)
Due 24 Mar, 11:15
SQL
SQL
Material
MySQL Installation video
Posted 7 Apr
Material
Oracle software and installation video
Posted 21 Feb
Java programming
Java programming
Assignment
programming practice
No due date
Material
Manual Testing
Posted 15 Feb
Assignment
programs for 14/02/2023
No due date
Material
programs for 13/02/2023
Posted 13 Feb
Weekly Assessment Solutions
Weekly Assessment Solutions
Material
Weekly Assessment Solutions
Posted 7 Feb
Material
Weekly Assessment Solutions
Posted 31 Jan
Material
Weekly Assessment Solutions
Posted 16 Jan
Material
Weekly Assessment Solutions
Posted 10 Jan
JAVA EXTRA VIDEOS
JAVA EXTRA VIDEOS
Completed Assignment
Data Structures
Due 28 Feb, 23:59
Completed Assignment
Swings Using Windows Builder
Due 18 Feb, 23:59
Completed Assignment
Java Docs
Due 6 Feb, 23:59
Completed Assignment
Debug Mode in Eclipse
Due 6 Feb, 23:59
Completed Assignment
SEARCHING AND SORTING ALGORITHMS
Due 13 Jan, 23:59
Aptitude Classwork
Aptitude Classwork
Material
Aptitude Classwork 24-02-2023
Posted 27 Feb
Material
Aptitude Classwork 23-02-2023
Posted 23 Feb
Material
Aptitude Classwork 22-02-2023
Posted 22 Feb
Material
Aptitude Classwork 21-02-2023
Posted 21 Feb
Material
Aptitude Classwork 20-02-2023
Posted 20 Feb
Material
Aptitude Classwork 16-02-2023
Posted 20 Feb
Material
Aptitude Classwork 15-02-2023
Posted 15 Feb
Material
Aptitude Classwork 14-02-2023
Posted 14 Feb
Material
Aptitude Classwork 13-02-2023
Posted 14 Feb
Material
Aptitude Classwork 10-02-2023
Posted 10 Feb
*{
padding: 0;
margin: 0;
outline: none;
border: none;
box-sizing: border-box;
}
html{
font-size: 62.5%;
overflow-x: hidden;
}
body{
background-color: #111;
overflow: hidden;
padding-left: 35rem;
}
.heading{
text-align: center;
margin: 0 6rem;
font-size: 4rem;
padding-top: 6rem;
border-bottom: .1rem solid #fff4;
color: #fff;
}
.heading span{
color: yellow;
}
.title{
text-align: center;
margin: 0 6rem;
font-size: 4rem;
padding-top: 6rem;
border-bottom: .1rem solid #fff4;
color: #fff;
}
.title span{
color: yellow;
}
.head{
text-align: center;
margin: 0 6rem;
font-size: 4rem;
padding-top: 5rem;
border-bottom: .1rem solid #fff4;
color: #fff;
}
.head span{
color: yellow;
}
.pro{
text-align: center;
margin: 0 6rem;
font-size: 4rem;
padding-top: 5rem;
border-bottom: .1rem solid #fff4;
color: #fff;
}
.pro span{
color: yellow;
}
header{
position:fixed;
top: 0;
left: 0;
z-index: 1000;
height: 100%;
width: 35rem;
background:#1a1a1a;
display: flex;
align-items: center;
justify-content: center;
flex-flow: column;
text-align: center;
}
header .user img{
height: 13rem;
width: 13rem;
border-radius: 50%;
object-fit: cover;
border: .5rem solid;
}
header .user .nm{
font-size:2rem;
color: #fff;
}
header .user .jb{
font-size:1rem;
color: #fff;
}
header .nv{
width: 100%;
}
header .nv ul{
list-style: none;
padding: 1rem ;
}
header .nv ul li a{
display: block;
padding: 1rem;
margin: 1.5rem 0;
background: #333;
color: #fff;
font-size: 2rem;
border-radius: 5rem;
text-decoration: none;
}
header .nv ul li a:hover{
background-color:yellowgreen;
}
.Summary{
display: inline;
color: #fff;
}
.Details .Row{
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding: 3rem 0;
}
.Details .Row .det{
flex: 1 1 48rem;
padding: 2rem 1rem;
padding-left: 8rem;
}
.Details .Row .det h3{
font-size: 2rem;
color: yellow;
padding: 1rem 0;
font-weight: normal;
}
.Details .Row .det h3 span{
color: #eee;
padding: 0. 5rem;
}
table,th,td{
border: 1px solid yellow;
border-collapse: collapse;
}
td{
color: white;
padding: 1rem;
}
th{
color: white;
padding: 1rem;
}
table{
text-align: center;
margin: 0 6rem;
font-size: 2rem;
padding: 1rem;
border-bottom: .1rem solid #fff4;
color: #fff;
}
#lis li{
margin: 0 9rem;
color: white;
font-size: medium;
padding: .5rem 1rem;
}
.Publications{
display: inline;
color: #fff;
}
.Publications .Row{
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding: 3rem 0;
}
.Publications .Row .det{
flex: 1 1 48rem;
padding: 2rem 1rem;
padding-left: 8rem;
}
.Publications .Row .det h3{
font-size: 2rem;
color: yellow;
padding: 1rem 0;
font-weight: normal;
}
.Publications .Row .det h3 span{
color: #eee;
padding: 0. 5rem;
}
.Project .Row{
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding: 3rem 0;
}
.Project .Row .det{
flex: 1 1 48rem;
padding: 2rem 1rem;
padding-left: 8rem;
}
.Project .Row .det h3{
font-size: 2rem;
color: yellow;
padding: 1rem 0;
font-weight: normal;
}
.Project .Row .det h3 span{
color: #eee;
padding: 0. 5rem;
}
.Internships{
display: inline;
color: #fff;
}
.Internships .Row{
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding: 3rem 0;
}
.Internships .Row .det{
flex: 1 1 48rem;
padding: 2rem 1rem;
padding-left: 8rem;
}
.Internships .Row .det h3{
font-size: 2rem;
color: yellow;
padding: 1rem 0;
font-weight: normal;
}
.Internships .Row .det h3 span{
color: #eee;
padding: 0. 5rem;
}
.Professional_Training{
display: inline;
color: #fff;
}
.Professional_Training .Row{
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding: 3rem 0;
}
.Professional_Training .Row .det{
flex: 1 1 48rem;
padding: 2rem 1rem;
padding-left: 8rem;
}
.Professional_Training .Row .det h3{
font-size: 2rem;
color: yellow;
padding: 1rem 0;
font-weight: normal;
}
.Professional_Training .Row .det h3 span{
color: #eee;
padding: 0. 5rem;
}
.Certifications{
display: inline;
color: #fff;
}
.Certifications .Row{
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding: 3rem 0;
}
.Certifications .Row .det{
flex: 1 1 48rem;
padding: 2rem 1rem;
padding-left: 8rem;
}
.Certifications .Row .det h3{
font-size: 2rem;
color: yellow;
padding: 1rem 0;
font-weight: normal;
}
.Certifications .Row .det h3 span{
color: #eee;
padding: 0. 5rem;
}
.Soft_Skills{
display: inline;
color: #fff;
}
.Soft_Skills .Row{
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding: 3rem 0;
}
.Soft_Skills .Row .det{
flex: 1 1 48rem;
padding: 2rem 1rem;
padding-left: 8rem;
}
.Soft_Skills .Row .det h3{
font-size: 2rem;
color:#fff;
padding: 1rem 0;
font-weight: normal;
}
.Soft_Skills .Row .det h3 span{
color: #eee;
padding: 0. 5rem;
}
.Interests{
display: inline;
color: #fff;
}
.Interests .Row{
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding: 3rem 0;
}
.Interests .Row .det{
flex: 1 1 48rem;
padding: 2rem 1rem;
padding-left: 8rem;
}
.Interests .Row .det h3{
font-size: 2rem;
color:#fff;
padding: 1rem 0;
font-weight: normal;
}
.Interests .Row .det h3 span{
color: #eee;
padding: 0. 5rem;
}
.Languages{
display: inline;
color: #fff;
}
.Languages .Row{
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
padding: 3rem 0;
}
.Languages .Row .det{
flex: 1 1 48rem;
padding: 2rem 1rem;
padding-left: 8rem;
}
.Languages .Row .det h3{
font-size: 2rem;
color:#fff;
padding: 1rem 0;
font-weight: normal;
}
.Languages .Row .det h3 span{
color: #eee;
padding: 0. 5rem;
}
sty.css
Displaying sty.css.