Lasdw commited on
Commit
46d99ae
·
1 Parent(s): 42618e1

updated css

Browse files
TEMPP/audio1.mp3 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:200f767e732b49efef5c05d128903ee4d2c34e66fdce7f5593ac123b2e637673
3
- size 280868
 
 
 
 
TEMPP/audio2.mp3 DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b218c951c1f888f0bbe6f46c080f57afc7c9348fffc7ba4da35749ff1e2ac40f
3
- size 179304
 
 
 
 
TEMPP/chess.png DELETED
Binary file (63.1 kB)
 
TEMPP/code.py DELETED
@@ -1,35 +0,0 @@
1
- from random import randint
2
- import time
3
-
4
- class UhOh(Exception):
5
- pass
6
-
7
- class Hmm:
8
- def __init__(self):
9
- self.value = randint(-100, 100)
10
-
11
- def Yeah(self):
12
- if self.value == 0:
13
- return True
14
- else:
15
- raise UhOh()
16
-
17
- def Okay():
18
- while True:
19
- yield Hmm()
20
-
21
- def keep_trying(go, first_try=True):
22
- maybe = next(go)
23
- try:
24
- if maybe.Yeah():
25
- return maybe.value
26
- except UhOh:
27
- if first_try:
28
- print("Working...")
29
- print("Please wait patiently...")
30
- time.sleep(0.1)
31
- return keep_trying(go, first_try=False)
32
-
33
- if __name__ == "__main__":
34
- go = Okay()
35
- print(f"{keep_trying(go)}")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
TEMPP/excel.xlsx DELETED
Binary file (5.29 kB)
 
static/custom.css CHANGED
@@ -431,23 +431,31 @@
431
 
432
  /* Badges styling */
433
  .badges-container {
434
- margin-top: 5px !important;
 
 
435
  }
436
 
437
  .badges {
438
  display: flex !important;
439
- gap: 8px !important;
440
  flex-wrap: wrap !important;
 
441
  align-items: center !important;
442
  }
443
 
444
  .badges img {
445
  height: 20px !important;
446
- transition: transform 0.2s ease !important;
 
 
 
 
447
  }
448
 
449
  .badges img:hover {
450
- transform: translateY(-2px) !important;
 
451
  }
452
 
453
  /* Remove all blockquote and code block vertical bars and backgrounds */
 
431
 
432
  /* Badges styling */
433
  .badges-container {
434
+ margin: 10px 0 !important;
435
+ display: flex !important;
436
+ justify-content: flex-start !important;
437
  }
438
 
439
  .badges {
440
  display: flex !important;
441
+ gap: 10px !important;
442
  flex-wrap: wrap !important;
443
+ justify-content: flex-start !important;
444
  align-items: center !important;
445
  }
446
 
447
  .badges img {
448
  height: 20px !important;
449
+ width: auto !important;
450
+ display: inline-block !important;
451
+ margin: 0 5px !important;
452
+ opacity: 1 !important;
453
+ filter: brightness(1) !important;
454
  }
455
 
456
  .badges img:hover {
457
+ transform: scale(1.1) !important;
458
+ transition: transform 0.2s ease !important;
459
  }
460
 
461
  /* Remove all blockquote and code block vertical bars and backgrounds */
static/favicon.ico DELETED
Binary file (15.4 kB)
 
uploads/download.jpeg DELETED
Binary file (5.51 kB)