Skip to content
Merged

Dev #2834

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
235 changes: 235 additions & 0 deletions public/build/assets/app-BZXoOWld.js

Large diffs are not rendered by default.

235 changes: 0 additions & 235 deletions public/build/assets/app-BnlgfPey.js

This file was deleted.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/build/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"isEntry": true
},
"resources/js/app.js": {
"file": "assets/app-BnlgfPey.js",
"file": "assets/app-BZXoOWld.js",
"name": "app",
"src": "resources/js/app.js",
"isEntry": true,
Expand Down Expand Up @@ -93,7 +93,7 @@
"isDynamicEntry": true
},
"resources/lang/php_en.json": {
"file": "assets/php_en-6Bb49uA3.js",
"file": "assets/php_en-BHIF8xkK.js",
"name": "php_en",
"src": "resources/lang/php_en.json",
"isDynamicEntry": true
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/en/guide.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'7' => '<strong>Register participants.</strong> If you have limited space available, you can use online
tools such as <a href="https://docs.google.com/forms/">Google forms</a> and <a
href="https://www.eventbrite.com/">Eventbrite</a> to register participants.',
'8' => 'Remember to <a href="/add">pin your activity</a> on the <a href="/events">Code Week map</a>!',
'8' => 'Remember to <a href="/add?skip=1">pin your activity</a> on the <a href="/events">Code Week map</a>!',
],
],
'how_to' => [
Expand All @@ -61,7 +61,7 @@
(<a href="https://twitter.com/CodeWeekEU">@CodeWeekEU</a>). Talk to your friends, fellow
educators, the local press, and make a press
release.',
'5' => 'Don\'t forget to <a href="/add">add your activity</a> on the <a href="/events">Code Week map</a>!',
'5' => 'Don\'t forget to <a href="/add?skip=1">add your activity</a> on the <a href="/events">Code Week map</a>!',
],
],
'material' => [
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/en/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'school_banner_text' => 'Are you a teacher?',
'school_banner_text2' => 'Find out how to get involved!',
'organize_activity_title' => 'Organise or join an activity',
'organize_activity_text' => 'Anyone is welcome to organise or join an activity. Just pick a topic and a target audience and <a href="/add">add your activity</a> to <a href="/events">the map</a>, or browse for activities in your area.',
'organize_activity_text' => 'Anyone is welcome to organise or join an activity. Just pick a topic and a target audience and <a href="/add?skip=1">add your activity</a> to <a href="/events">the map</a>, or browse for activities in your area.',
'get_started_title' => 'Get started',
'get_started_text' => 'Not sure how to get started? Take a look at the <a href="/guide">how-to page</a>, and download our <a href="/toolkits">toolkits for organisers</a> to get prepared and spread the word.',
'access_resources_title' => 'Access resources and training',
Expand Down
4 changes: 2 additions & 2 deletions resources/views/layout/menu.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class="cookweek-link hover-underline !text-[#1C4DA1] !text-[16px]"
<li class="main-menu-item flex-grow flex h-full items-end xl:hidden max-xl:w-full">
<div class="flex flex-col gap-4 items-center w-full pb-12 pt-5">
@if (Auth::check())
<a class="bg-primary hover:bg-hover-orange rounded-full py-2.5 px-6 font-['Blinker'] duration-300 w-full text-center" href="/add">
<a class="bg-primary hover:bg-hover-orange rounded-full py-2.5 px-6 font-['Blinker'] duration-300 w-full text-center" href="/add?skip=1">
<span class="text-[16px] leading-7 font-semibold">@lang('menu.register_activity')</span>
</a>
@else
Expand Down Expand Up @@ -259,7 +259,7 @@ class="cookweek-link hover-underline !text-[#1C4DA1] !text-[16px]"
</a>
@endif

<a class="max-xl:!hidden bg-[#F95C22] rounded-full py-2.5 px-6 font-['Blinker'] hover:bg-hover-orange duration-300" href="/add">
<a class="max-xl:!hidden bg-[#F95C22] rounded-full py-2.5 px-6 font-['Blinker'] hover:bg-hover-orange duration-300" href="/add?skip=1">
<span class="text-base leading-7 font-semibold text-black normal-case">
@lang('menu.register_activity')
</span>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/static/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ class="duration-500 transform -translate-x-6 min-w-4 group-hover:translate-x-0"
</p>
<div class="flex flex-col gap-4 xl:flex-row">
<a class="flex justify-center items-center gap-2 text-[#1C4DA1] border-solid border-2 border-[#1C4DA1] rounded-full py-3 px-8 font-semibold text-lg transition-all duration-300 hover:bg-[#E8EDF6] group"
href="/add">
href="/add?skip=1">
<span>@lang('home.activity_button1')</span>
<div class="flex w-4 gap-2 overflow-hidden">
<img src="/images/arrow-right-icon.svg"
Expand Down
2 changes: 2 additions & 0 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@
Route::permanentRedirect('/certificates/excellence/Excellence Certificate', '/certificates/excellence/2024');
Route::permanentRedirect('/certificates/excellence/Excellence%20Certificate', '/certificates/excellence/2024');
Route::redirect('/resources/learn', '/resources/learn-and-teach', 301);
Route::redirect('/learn', '/resources/learn-and-teach', 301);
Route::redirect('/teach', '/resources/learn-and-teach', 301);
Route::redirect('/static/docs/codeeu_toolkit.pdf', '/guide', 301);
Route::get('/google-grants-to-46-eu-code-week-projects-thatt', function () {
return redirect('/blog/google-grants-to-46-eu-code-week-projects-that', 301);
Expand Down
Loading