wow
Some checks failed
/ print-content (push) Failing after 1m39s

This commit is contained in:
암냥 2026-09-07 00:09:32 +09:00
commit bcd4fa87b2
11 changed files with 679 additions and 34 deletions

View file

@ -125,12 +125,12 @@ const roles = ["Broadcast Manager", "ARG Creator", "Developer"];
<button
class="group relative block h-full w-full cursor-pointer border-0 bg-transparent p-0 text-white focus-visible:outline-2 focus-visible:outline-offset-[-5px] focus-visible:outline-[#ff92ad]"
type="button"
aria-label="EPC Finale 결승 방송을 2시간 19분 26초부터 재생"
aria-label="EPC Finale 후기 영상 재생"
>
<img
class="block h-full w-full object-cover"
src="/projects/epc-finale-broadcast.avif"
alt="EPC Finale의 두 선수 경기 화면과 실시간 판정을 보여주는 방송 화면"
src="/projects/epc-finale.avif"
alt="썸네일"
width="655"
height="387"
loading="lazy"
@ -142,11 +142,8 @@ const roles = ["Broadcast Manager", "ARG Creator", "Developer"];
>
<span
class="absolute inset-x-0 bottom-0 flex justify-between gap-2 bg-gradient-to-b from-transparent to-[#000c] px-4 pt-[30px] pb-3 text-left text-[clamp(10px,1vw,14px)] font-semibold"
>Finale 결승 방송 <span
class="font-normal opacity-80"
>02:19:26부터 재생</span
></span
>
>후기 영상
</span>
</button>
</div>
<img
@ -206,9 +203,8 @@ const roles = ["Broadcast Manager", "ARG Creator", "Developer"];
if (!videoFrame) return;
const player = document.createElement("iframe");
player.src =
"https://www.youtube-nocookie.com/embed/5HDW7u3xt6Y?start=8366&autoplay=1&playsinline=1";
player.title =
"EPC Finale Playing Section Tournament Finals — 2:19:26부터 재생";
"https://www.youtube-nocookie.com/embed/3NY8vgxvKaU?autoplay=1&playsinline=1";
player.title = "EPC : Finale 방송화면에 이런 비밀이???";
player.allow =
"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share";
player.allowFullscreen = true;