diff --git a/pinaxcon/templates/static_pages/livestream/index.html b/pinaxcon/templates/static_pages/livestream/index.html new file mode 100644 index 0000000000000000000000000000000000000000..59fd261b8b9232eeca44711795fc3c6028dfe22c --- /dev/null +++ b/pinaxcon/templates/static_pages/livestream/index.html @@ -0,0 +1,110 @@ +{% extends "site_base_home.html" %} + +{% load i18n %} +{% load staticfiles %} +{% load thumbnail %} +{% load sponsorship_tags %} +{% load schedule_tags %} + +{% block body_class %}home{% endblock %} + +{% block body %} + +
+

CopyleftConf Livestream

+
+ +
+ +

Ada Lovelace (Main Stage)

+
+

+ Direct link: https://stream.fosdem.org/ua2220.m3u8 +

+

Hedy Lamarr

+
+

+ Direct link: https://stream.fosdem.org/k3201.m3u8 +

+

Grace Hopper

+
+

+ Direct link: https://stream.fosdem.org/aw1120.m3u8 +

+ + + +{% endblock %}