Skip to content

Commit

Permalink
Blen.update: add live stream link
Browse files Browse the repository at this point in the history
  • Loading branch information
blenassefa2 committed Oct 18, 2024
1 parent c630204 commit c769896
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/hacks-website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@
<div class="square" id="sq9"></div>
</div>
</app-root>
<script src="runtime.fa4c12334e562a2f.js" type="module"></script><script src="polyfills.760898430c9172e5.js" type="module"></script><script src="scripts.f47a92d137b64119.js" defer></script><script src="vendor.ac5417b66aa71502.js" type="module"></script><script src="main.518b3c598ab9b25e.js" type="module"></script></body>
<script src="runtime.fa4c12334e562a2f.js" type="module"></script><script src="polyfills.760898430c9172e5.js" type="module"></script><script src="scripts.f47a92d137b64119.js" defer></script><script src="vendor.ac5417b66aa71502.js" type="module"></script><script src="main.91088a41c272f59c.js" type="module"></script></body>
</html>
1 change: 0 additions & 1 deletion dist/hacks-website/main.518b3c598ab9b25e.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/hacks-website/main.91088a41c272f59c.js

Large diffs are not rendered by default.

14 changes: 12 additions & 2 deletions src/app/components/landing/landing.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,17 @@
</p>
</div>
</div>
<p>In case you missed the Grand Finale:
<span class="bg-purple-500 text-white rounded bg-opacity-50 rounded-2xl p-2 hover:bg-gradient-to-r from-purple-700 to-pink-500 hover:cursor-pointer hover:text-white">
<a class="font-bold " (click)="setActiveButton('stream', 'https://www.youtube.com/live/f6zPchafc9Y?si=RGTQYSuzagCXf1qk
')">
<b> Find the live stream here</b>
</a>
</span>
</p>
</div>

<div
<!-- <div
class="flex flex-col md:flex-row max-md:items-center justify-start"
>
<button
Expand All @@ -123,7 +131,7 @@
>
<span>Partner with us</span>
</button>
</div>
</div> -->
</div>
</section>
</div>
Expand Down Expand Up @@ -164,7 +172,9 @@
<div
class="text-center aspect-[92/58] card w-4/5 max-sm:w-full bg-indigo-800"
></div>

</div>

<!-- <video
autoplay
[muted]="isMuted"
Expand Down

0 comments on commit c769896

Please sign in to comment.