Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardhanna committed Oct 4, 2024
2 parents 40d0c25 + 29cff00 commit cd1dcf9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
3 changes: 3 additions & 0 deletions resources/assets/sass/pages/homepage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@
color:$main-color2;
}

#school-banner a:hover .title {
color: #40B5D1;}

.sub-section {
display: flex;
flex-direction: column;
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 @@ -4,7 +4,7 @@
'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…',
'when' => '14-27 October 2024',
'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.',
'school_banner_title' => 'Get involved!',
'school_banner_title' => 'Get Involved! Add an Activity!',
'school_banner_text' => 'Are you a teacher?',
'school_banner_text2' => 'Find out how to get involved!',
'organize_activity_title' => 'Organise or join an activity',
Expand Down
10 changes: 1 addition & 9 deletions resources/views/static/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,11 @@
</section>

<section id="school-banner">
<a href="/schools" style="color:inherit">
<a href="/guide" style="color:inherit">
<div class="title">
@lang('home.school_banner_title')
</div>
</a>
<a href="/schools" style="color:inherit">
<div class="text">
@lang('home.school_banner_text')
</div>
</a>
<div class="text">
<a href="/schools">@lang('home.school_banner_text2')</a>
</div>
</section>

<section class="sub-section" id="organize-activity">
Expand Down

0 comments on commit cd1dcf9

Please sign in to comment.