Skip to content

Commit 82c7994

Browse files
committed
Fixed ✅
1 parent 93e3a16 commit 82c7994

File tree

6 files changed

+65
-9
lines changed

6 files changed

+65
-9
lines changed

30DaysOfJavaScript/assets/96.jpeg

-19.5 KB
Binary file not shown.

75 - Movie Search App/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>Movie Search App</title>
88

99
<!-- Custom CSS -->
10-
<link rel="stylesheet" href="./styles.css" />
10+
<link rel="stylesheet" href="style.css">
1111
</head>
1212
<body>
1313
<header>
File renamed without changes.
File renamed without changes.
File renamed without changes.

index.html

+64-8
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ <h4>URL Bookmark</h4>
424424
</a>
425425
</div>
426426
<div class="item">
427-
<a target="_blank" href="64-Photo Editor\index.html">
427+
<a target="_blank" href="64 - Photo Editor/index.html">
428428
<img src="30DaysOfJavaScript/assets/64.png" alt="Photo Editor" />
429429
<h4>Photo Editor</h4>
430430
</a>
@@ -525,9 +525,10 @@ <h4>Meditation App</h4>
525525
</a>
526526
</div>
527527
<div class="item">
528-
<a target="_blank" href="81-Flipbook/index.html">
528+
<a target="_blank" href="81 - Flipbook/index.html">
529529
<img src="30DaysOfJavaScript/assets/81.png" alt="Flipbook" />
530530
<h4>Flipbook</h4>
531+
</a>
531532
</div>
532533
<div class="item">
533534
<a target="_blank" href="82 - Falling Ball Game/index.html">
@@ -563,6 +564,7 @@ <h4>Weight Conversion Tool</h4>
563564
<a target="_blank" href="88 - Ping Pong Game/index.html">
564565
<img src="30DaysOfJavaScript/assets/88.png" alt="Ping Pong Game" />
565566
<h4>Ping Pong Game</h4>
567+
</a>
566568
</div>
567569
<div class="item">
568570
<a target="_blank" href="91 - CRUD Application/index.html">
@@ -571,15 +573,27 @@ <h4>CRUD Application</h4>
571573
</a>
572574
</div>
573575
<div class="item">
574-
<a target="_blank" href="96-Text-to-Speech/index.html">
575-
<img src="30DaysOfJavaScript/assets/96.jpeg" alt="TEXT-To-Speech" />
576-
<h4>Text-To-Speech</h4>
576+
<a target="_blank" href="96 - Pomodoro Clock/index.html">
577+
<img src="30DaysOfJavaScript/assets/96.png" alt="Pomodoro Clock" />
578+
<h4>Pomodoro Clock</h4>
577579
</a>
578580
</div>
579581
<div class="item">
580-
<a target="_blank" href="97-Audio Visualizer/index.html">
581-
<img src="30DaysOfJavaScript/assets/97.jpeg" alt="Audio Visualizer" />
582-
<h4>Audio Visualizer</h4>
582+
<a target="_blank" href="97 - Captcha Generator/index.html">
583+
<img src="30DaysOfJavaScript/assets/97.png" alt="Captcha Generator" />
584+
<h4>Captcha Generator</h4>
585+
</a>
586+
</div>
587+
<div class="item">
588+
<a target="_blank" href="98 - Loan Calculator/index.html">
589+
<img src="30DaysOfJavaScript/assets/98.png" alt="Loan Calculator" />
590+
<h4>Loan Calculator</h4>
591+
</a>
592+
</div>
593+
<div class="item">
594+
<a target="_blank" href="99 - BlackJack Game/index.html">
595+
<img src="30DaysOfJavaScript/assets/99.png" alt="BlackJack Game" />
596+
<h4>BlackJack Game</h4>
583597
</a>
584598
</div>
585599
<div class="item">
@@ -588,6 +602,48 @@ <h4>Audio Visualizer</h4>
588602
<h4>Quote of The Day</h4>
589603
</a>
590604
</div>
605+
<div class="item">
606+
<a target="_blank" href="101 - Audio Visualizer/index.html">
607+
<img src="30DaysOfJavaScript/assets/101.png" alt="Audio Visualizer" />
608+
<h4>Audio Visualizer</h4>
609+
</a>
610+
</div>
611+
<div class="item">
612+
<a target="_blank" href="102 - Minesweeper Game/index.html">
613+
<img src="30DaysOfJavaScript/assets/102.png" alt="Minesweeper Game" />
614+
<h4>Minesweeper Game</h4>
615+
</a>
616+
</div>
617+
<div class="item">
618+
<a target="_blank" href="103 - Word_Definition/index.html">
619+
<img src="30DaysOfJavaScript/assets/103.png" alt="Word_Definition" />
620+
<h4>Word_Definition</h4>
621+
</a>
622+
</div>
623+
<div class="item">
624+
<a target="_blank" href="104 - Catch Me If You Can/index.html">
625+
<img src="30DaysOfJavaScript/assets/104.png" alt="Catch Me If You Can" />
626+
<h4>Catch Me If You Can</h4>
627+
</a>
628+
</div>
629+
<div class="item">
630+
<a target="_blank" href="105 - Speech Recognitation/index.html">
631+
<img src="30DaysOfJavaScript/assets/105.png" alt="Speech Recognitation" />
632+
<h4>Speech Recognitation</h4>
633+
</a>
634+
</div>
635+
<div class="item">
636+
<a target="_blank" href="106 - Student Grade Calculator/index.html">
637+
<img src="30DaysOfJavaScript/assets/106.png" alt="Student Grade Calculator/" />
638+
<h4>Student Grade Calculator/</h4>
639+
</a>
640+
</div>
641+
<div class="item">
642+
<a target="_blank" href="107 - Sudoku Game/index.html">
643+
<img src="30DaysOfJavaScript/assets/107.png" alt="Sudoku Game" />
644+
<h4>Sudoku Game</h4>
645+
</a>
646+
</div>
591647
</div>
592648
<!-- Main Section End -->
593649

0 commit comments

Comments
 (0)