Skip to content

Commit

Permalink
New videos and nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
xfenix committed Oct 3, 2024
1 parent 6aad243 commit 63aa215
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 9 deletions.
2 changes: 1 addition & 1 deletion front/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN npm i
RUN npx gulp build


FROM nginx:1.25.3-alpine as runtime
FROM nginx:1.27.2-alpine as runtime
ENV WORKDIR=/srv/www
WORKDIR $WORKDIR
COPY nginx.conf /etc/nginx
Expand Down
40 changes: 32 additions & 8 deletions front/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -476,26 +476,26 @@ <h2 class="spec-title">

<div class="youtube-pane">
<div class="youtube-video youtube-pane__item">
<iframe class="lazy" loading="lazy" data-src="https://www.youtube.com/embed/xwSBmbw20LQ"
title="Денис Аникин в круглом столе Pytup на тему перехода на python 3.12"
<iframe class="lazy" loading="lazy" data-src="https://www.youtube.com/embed/nVUwGn2Ky40"
title="Денис Аникин на Pycon 2024 с темой «Я ускорил всё, кроме себя»"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="youtube-video youtube-pane__item">
<iframe class="lazy" loading="lazy" data-src="https://www.youtube.com/embed/GmWL7KwgJ78"
title="Денис Аникин на Python Podlodka Crew #2 с темой «Собираем и поддерживаем шаблон репозитория для микросервисов»"
<iframe class="lazy" loading="lazy" data-src="https://www.youtube.com/embed/s9Sbk5-ISiE?start=4468"
title="Денис Аникин на Selectel dayoff 2024 с темой «Что такое техническое сообщество и нужно ли оно вам?»"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="youtube-video youtube-pane__item">
<iframe class="lazy" loading="lazy" data-src="https://www.youtube.com/embed/yFXGFM7G3rg"
title="Денис Аникин на Pycon 2023 с темой «Лимитируй это»"
<iframe class="lazy" loading="lazy" data-src="https://www.youtube.com/embed/Uu1jslSHTOo"
title="Денис Аникин на МТС True Tech day 2024 с темой «Идеальный тулинг для управления зависимостями в питон проектах»"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="youtube-video youtube-pane__item">
<iframe class="lazy" loading="lazy" data-src="https://www.youtube.com/embed/HLas3IcCTwY"
title="Денис Аникин на Moscow Python Conf 2023 с темой «Техническое интервью без балансировки скобок»"
<iframe class="lazy" loading="lazy" data-src="https://www.youtube.com/embed/WMgr74n_3rI"
title="Денис Аникин на Piterpy 2023 с темой «Имя мне — скорость»"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
Expand All @@ -505,6 +505,30 @@ <h2 class="spec-title">
<span class="details__inneraccent">Показать больше видео</span>
</summary>
<div class="details__content youtube-pane">
<div class="youtube-video youtube-pane__item">
<iframe class="lazy" loading="lazy" data-src="https://www.youtube.com/embed/xwSBmbw20LQ"
title="Денис Аникин в круглом столе Pytup на тему перехода на python 3.12"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="youtube-video youtube-pane__item">
<iframe class="lazy" loading="lazy" data-src="https://www.youtube.com/embed/GmWL7KwgJ78"
title="Денис Аникин на Python Podlodka Crew #2 с темой «Собираем и поддерживаем шаблон репозитория для микросервисов»"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="youtube-video youtube-pane__item">
<iframe class="lazy" loading="lazy" data-src="https://www.youtube.com/embed/yFXGFM7G3rg"
title="Денис Аникин на Pycon 2023 с темой «Лимитируй это»"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="youtube-video youtube-pane__item">
<iframe class="lazy" loading="lazy" data-src="https://www.youtube.com/embed/HLas3IcCTwY"
title="Денис Аникин на Moscow Python Conf 2023 с темой «Техническое интервью без балансировки скобок»"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<div class="youtube-video youtube-pane__item">
<iframe class="lazy" loading="lazy" data-src="https://www.youtube.com/embed/G3JKtB8tgvg"
title="Денис Аникин на митапе MoscowPython с темой Базовый кодовый стиль хорошего Python-бэкенда»"
Expand Down

0 comments on commit 63aa215

Please sign in to comment.