Skip to content

Restore link to SPJ Announcement video #429

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

Merged
merged 1 commit into from
Jul 15, 2024
Merged
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
4 changes: 1 addition & 3 deletions templates/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,14 @@ <h2 class="text-center text-2xl-4xl font-normal">
</div>
</div>

<!--
<div class="relative bg-white mt-24 lg:w-2/3">
<div class="absolute -z-10 left-0 top-0 right-6 bottom-6 border-3 border-purple-700"></div>
<div class="absolute -z-10 left-6 top-6 right-0 bottom-0 border-3 border-purple-700"></div>
<div class="p-3">
<div class="bg-white relative border-3 border-purple-700 px-6 sm:px-12 lg:px-16 pb-12">
<div class="lg:absolute lg:left-full lg:w-2/3 lg:-ml-36 lg:top-1/2 lg:transform lg:-translate-y-1/2">
<div class="youtube-video -mt-12 lg:mt-0">
<iframe class="absolute w-full h-full left-0 top-0 rounded shadow-md" src="https://www.youtube.com/embed/g_vCBsEiSTY" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe class="absolute w-full h-full left-0 top-0 rounded shadow-md" src="https://www.youtube.com/embed/il-MdME8bHo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="mt-8 space-y-6 lg:pr-32">
Expand All @@ -77,7 +76,6 @@ <h1 class="text-4xl-6xl font-normal">We drive change.</h1>
</div>
</div>
</div>
-->

<div class="bg-gray-800 mt-24">
<div class="max-w-screen-xl mx-auto px-6 sm:px-12 lg:px-16 py-16 md:py-24 py-20 md:py-28 xl:py-32">
Expand Down
Loading