Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update hackathon page: Modify index and YouTube blade templates #2294

Merged
merged 1 commit into from
Oct 11, 2024
Merged
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
9 changes: 8 additions & 1 deletion resources/views/hackathons/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,22 @@
</p>

</section>

<section class="codeweek-content-wrapper">
<!-- Include the YouTube partial and pass the video ID -->
@include('static.youtube', ['video_id' => 'fx0zJCpUTa8'])
</section>

<div class="codeweek-content-wrapper">
<div class="pt-0 codeweek-content-wrapper">

<h1 class="align-center">EU Code Week Hackathon 2024</h1>

<p>
EU Code Week Hackathons have an overarching theme to foster a sense of connection and belonging among participants across different countries. The central theme for EU Code Week 2024 Hackathons is <strong>Hello, Future! Technical Solutions for a changing world.</strong><br/><br/>
From October 2024 and March 2025, the EU Code Week 2024 Hackathon invites young innovators, ages 15-19, to join exciting local hackathons. Team up with peers to brainstorm, collaborate and create digital solutions to tackle some of the global challenges!
<br/><br/>
To guide organisers in planning and delivering successful hackathons, <a target="_blank" href="/docs/EU_Code_Week_Hackathons_2024 Toolkit_Final.pdf">here is the EU Code Week Hackathons Toolkit.</a> In this Toolkit, you will find step-by-step instructions and tips for creating engaging and impactful events. <br/><br/>
All hackathons will take place online via <a target="_blank" href="https://eventornado.com/event/eu-codeweek-hackathon2024#home">Eventornado.</a> There will be one common online environment for all hackathons.<br/><br/>
More details on local hackathons, registrations and hackathon platform are coming soon!<br/><br/></p>
<!--<div class="align-center">
<section class="hackathons-content-grid">
Expand Down
3 changes: 2 additions & 1 deletion resources/views/static/youtube.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!-- YouTube Video Embed with Conditional Locale -->
<div class="codeweek-youtube-container">
@if(App::getLocale() == 'en')
<iframe
Expand Down Expand Up @@ -36,7 +35,9 @@
</div>
</div>
</div>

<script>
// Keep the same JavaScript code as provided
document.addEventListener("DOMContentLoaded", function() {
// Check if cookies are already consented for third-party content
if (!getCookie('third_party_content_accepted')) {
Expand Down
Loading