Skip to content

Commit cd1dcf9

Browse files
committed
Merge branch 'dev'
2 parents 40d0c25 + 29cff00 commit cd1dcf9

3 files changed

Lines changed: 5 additions & 10 deletions

File tree

resources/assets/sass/pages/homepage.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@
9494
color:$main-color2;
9595
}
9696

97+
#school-banner a:hover .title {
98+
color: #40B5D1;}
99+
97100
.sub-section {
98101
display: flex;
99102
flex-direction: column;

resources/lang/en/home.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'about' => 'EU Code Week is a grassroots initiative which aims to bring coding and digital literacy to <span class="blue-color">everybody</span> in a fun and engaging way…',
55
'when' => '14-27 October 2024',
66
'when_text' => 'Learning to code helps us make sense of the rapidly changing world around us. Join millions of fellow organisers and participants to inspire the development of coding and computational thinking skills in order to explore new ideas and innovate for the future.',
7-
'school_banner_title' => 'Get involved!',
7+
'school_banner_title' => 'Get Involved! Add an Activity!',
88
'school_banner_text' => 'Are you a teacher?',
99
'school_banner_text2' => 'Find out how to get involved!',
1010
'organize_activity_title' => 'Organise or join an activity',

resources/views/static/home.blade.php

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,11 @@
2323
</section>
2424

2525
<section id="school-banner">
26-
<a href="/schools" style="color:inherit">
26+
<a href="/guide" style="color:inherit">
2727
<div class="title">
2828
@lang('home.school_banner_title')
2929
</div>
3030
</a>
31-
<a href="/schools" style="color:inherit">
32-
<div class="text">
33-
@lang('home.school_banner_text')
34-
</div>
35-
</a>
36-
<div class="text">
37-
<a href="/schools">@lang('home.school_banner_text2')</a>
38-
</div>
3931
</section>
4032

4133
<section class="sub-section" id="organize-activity">

0 commit comments

Comments
 (0)