Skip to content

Commit

Permalink
Merge pull request #2312 from codeeu/dev
Browse files Browse the repository at this point in the history
Fixed 404 errros on Training page and added new badge images
  • Loading branch information
bernardhanna authored Oct 29, 2024
2 parents f3bbd1e + e7c04e9 commit 2235e3e
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 1 deletion.
Binary file modified public/badges/influencer/influencer_active_2024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/badges/influencer/influencer_champion_2024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/badges/influencer/influencer_expert_2024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/badges/influencer/influencer_legendary_2024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/badges/influencer/influencer_normal_2024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/badges/organiser/organiser_active_2024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/badges/organiser/organiser_champion_2024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/badges/organiser/organiser_expert_2024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/badges/organiser/organiser_legendary_2024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/badges/organiser/organiser_master_2024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion resources/views/community.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,4 +288,4 @@ class="codeweek-svg-button">
</script>
@endsection
@endsection
20 changes: 20 additions & 0 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,26 @@
[StaticPageController::class, 'static']
)->name('training.module-18');

Route::get(
'/training/creative-scratch-laboratory',
[StaticPageController::class, 'static']
)->name('training.module-19');

Route::get(
'/training/code-through-art',
[StaticPageController::class, 'static']
)->name('training.module-20');

Route::get(
'/training/making-and-coding',
[StaticPageController::class, 'static']
)->name('training.module-21');

/*Route::get(
'/training/making-and-coding',
[StaticPageController::class, 'static']
)->name('training.module-22'); */

Route::get('/resources/CodingAtHome', [CodingAtHomeController::class, 'show'])->name(
'coding@home'
);
Expand Down

0 comments on commit 2235e3e

Please sign in to comment.