From 04ac1c995c6cfd45d531b0fd73a8ea00c73a5f12 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 5 Mar 2024 00:48:44 +0300 Subject: feat(web/volgasprint): add sprint logo(s) Adds SVG versions of the logo in two colours (using the .ru flag colours, and using the standard Nix colours). The flag colours are difficult to use in some contexts because of the white background of the top, but flokli says the Nix colour version is "too similar to NixCon". Not yet decided what should go on to swag etc ... Change-Id: I1e1655e2c7ed4ed6113ddf6b5df76157de5e32cb Reviewed-on: https://cl.tvl.fyi/c/depot/+/11093 Reviewed-by: tazjin Tested-by: BuildkiteCI --- .../docs/assets/logos/volgasprint_nix.svg | 28 ++++++++++++++++++++++ .../docs/assets/logos/volgasprint_ru.svg | 28 ++++++++++++++++++++++ web/volgasprint/docs/index.md | 12 +++++----- web/volgasprint/mkdocs.yml | 4 ++-- 4 files changed, 64 insertions(+), 8 deletions(-) create mode 100644 web/volgasprint/docs/assets/logos/volgasprint_nix.svg create mode 100644 web/volgasprint/docs/assets/logos/volgasprint_ru.svg diff --git a/web/volgasprint/docs/assets/logos/volgasprint_nix.svg b/web/volgasprint/docs/assets/logos/volgasprint_nix.svg new file mode 100644 index 0000000000..adc7c0da65 --- /dev/null +++ b/web/volgasprint/docs/assets/logos/volgasprint_nix.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + diff --git a/web/volgasprint/docs/assets/logos/volgasprint_ru.svg b/web/volgasprint/docs/assets/logos/volgasprint_ru.svg new file mode 100644 index 0000000000..73e3d2fff7 --- /dev/null +++ b/web/volgasprint/docs/assets/logos/volgasprint_ru.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + diff --git a/web/volgasprint/docs/index.md b/web/volgasprint/docs/index.md index 930ad8377b..a3e945e2a1 100644 --- a/web/volgasprint/docs/index.md +++ b/web/volgasprint/docs/index.md @@ -1,8 +1,8 @@ # NixOS Volga Sprint 2024 -Nix logo with Russian flag colours *What* @@ -18,13 +18,13 @@ *Who* : ~20 developers. -Volga Sprint is similar to events like [Ocean Sprint](https://oceansprint.org/) and [Thaiger Sprint](https://thaigersprint.org/). +Volga Sprint is similar to other Nix events like [Ocean Sprint](https://oceansprint.org/) and [Thaiger Sprint](https://thaigersprint.org/). ## 📍 Location [Kazan, Tatarstan, Russia](https://yandex.com/maps/-/CDFaeW~J) -Kazan is the historial capital of the Autonomous Republic of Tatarstan. The city is over 1000 years old and is considered one of the main tourist destinations in Russia. +Kazan is the historial capital of the Republic of Tatarstan. The city is over 1000 years old and is considered one of the main tourist destinations in Russia. Kazan is located on the bank of the Volga, the longest river in Europe, and surrounded by numerous lakes and beautiful nature. @@ -54,7 +54,7 @@ We'll try to have a recommended dinner location on most evenings, but everyone i ## 🔥 Registration -[Fill out the form to apply](https://forms.yandex.ru/cloud/65dfad4584227c6dace44877/). +[Fill out the form to apply](https://forms.yandex.ru/cloud/65e640fc73cee71ec679db66/). We're aiming to process applications as soon as possible and notify attendees in May. diff --git a/web/volgasprint/mkdocs.yml b/web/volgasprint/mkdocs.yml index 3dd32cbdc6..3407b6a176 100644 --- a/web/volgasprint/mkdocs.yml +++ b/web/volgasprint/mkdocs.yml @@ -5,8 +5,8 @@ repo_name: '//web/volgasprint' repo_url: 'https://code.tvl.fyi/tree/web/volgasprint' theme: name: material - logo: https://code.tvl.fyi/plain/users/tazjin/nix.svg - favicon: https://code.tvl.fyi/plain/users/tazjin/nix.svg + logo: assets/logos/volgasprint_nix.svg + favicon: assets/logos/volgasprint_nix.svg palette: primary: black accent: '#FBFBFB' -- cgit 1.4.1