stage: better attac logo

This commit is contained in:
stuebinm 2021-08-18 20:43:42 +02:00
parent 3fc7b51428
commit 1e1a74e0c8
No known key found for this signature in database
GPG key ID: 8FBE8AAD32FA12B7
4 changed files with 8 additions and 7 deletions

View file

@ -1,6 +1,6 @@
{ config ? {baseurl = "";}
, pkgs ? import <nixpkgs> {}
, overlays ? null
, overlays ? {}
, ... }:
with pkgs;

View file

@ -12,7 +12,8 @@ in import ./default.nix {
title = "noIAA Livestream dings";
description = "Die Workshops auf der noIAA Gegenkonferenz als Livestream";
};
videosrc = "https://cdn.media.ccc.de/congress/2019/h264-hd/36c3-11175-deu-eng-fra-Hirne_Hacken_hd.mp4";
#videosrc = "https://cdn.media.ccc.de/congress/2019/h264-hd/36c3-11175-deu-eng-fra-Hirne_Hacken_hd.mp4";
videosrc = "https://bitdash-a.akamaihd.net/content/MI201109210084_1/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8";
thumbnailurl = "https://gitlab.infra4future.de/lukas/videojs-player/-/raw/main/thumbnail.jpg";
header = "Video dingsbums #noIAA";
@ -46,8 +47,8 @@ in import ./default.nix {
};
"logo.png" = pkgs.fetchurl {
url = "https://www.attac.de/typo3conf/ext/integration_project/Resources/Public/_Default/Build/img/logo/Attac_Logo_desk.png";
sha256 = "0w1m3kwavfxvrrddmzbivy8vgwkf3gq49n8s9jzdbqjm6mica0qi";
url = "https://shop.attac.de/media/image/47/0a/b8/logo-50-100JsYfK51WPsZI8.jpg";
sha256 = "00563rw8yxvb9jvw72w7n5w45f9z2kxnj91mfj2dx0y46h2z1ckj";
};
};
}

View file

@ -32,7 +32,7 @@
<header>
<img src="./logo.png"
alt="Das Logo von attac"
style="float:left">
style="float:left;height:5em">
<h1>{{ site.header }}</h1>
</header>

View file

@ -50,8 +50,8 @@ let
};
"logo.png" = pkgs.fetchurl {
url = "https://www.attac.de/typo3conf/ext/integration_project/Resources/Public/_Default/Build/img/logo/Attac_Logo_desk.png";
sha256 = "0w1m3kwavfxvrrddmzbivy8vgwkf3gq49n8s9jzdbqjm6mica0qi";
url = "https://shop.attac.de/media/image/47/0a/b8/logo-50-100JsYfK51WPsZI8.jpg";
sha256 = "00563rw8yxvb9jvw72w7n5w45f9z2kxnj91mfj2dx0y46h2z1ckj";
};
};
};