Added 37c3
/ build (push) Successful in 23s Details
/ deploy (push) Successful in 24s Details

This commit is contained in:
Sebastian 2023-12-03 16:31:52 +01:00
parent df3cc12fe3
commit 7afe77980d
12 changed files with 144 additions and 15 deletions

View File

@ -140,6 +140,7 @@ TRANSLATIONS_PATTERN = '{path}.{lang}.{ext}'
NAVIGATION_LINKS = {
DEFAULT_LANG: (
((
("/events/37c3/", "37C3"),
("/events/36c3/", "36C3"),
("/events/35C3/index.html", "35C3"),
("/events/34C3/index.html", "34C3")
@ -226,6 +227,7 @@ POSTS = (
("posts/*.html", "posts", "post.tmpl"),
)
PAGES = (
("pages/37c3/*.md", "", "page_37c3.tmpl"),
("pages/36c3/*.md", "", "page_36c3.tmpl"),
("pages/*.rst", "", "page.tmpl"),
("pages/*.md", "", "page.tmpl"),

View File

@ -200,7 +200,7 @@ so you might have to talk to us if you want more info.
<ul><li>IRC: #c3space on irc.libera.chat</li>
<li>Matrix: #c3space:matrix.org, try <a rel="nofollow" class="external free" href="https://matrix.to/#/!LcdZSGllxqeQISyXUI:matrix.org?via=matrix.org">https://matrix.to/#/!LcdZSGllxqeQISyXUI:matrix.org?via=matrix.org</a></li></ul></li>
<li>Twitter: <a rel="nofollow" class="external free" href="https://twitter.com/c3spacecentre">https://twitter.com/c3spacecentre</a></li>
<li>Mastodon: <a rel="nofollow" class="external free" href="https://chaos.social/@C3SpaceCentre">https://chaos.social/@C3SpaceCentre</a></li></ul>
<li>Mastodon: <a rel="nofollow" class="external free" href="https://botsin.space/@C3SpaceCentre">https://botsin.space/@C3SpaceCentre</a></li></ul>
<!--
NewPP limit report

View File

@ -55,5 +55,4 @@ Getting in Touch
================
* IRC: #c3space on irc.libera.chat:6697
* Matrix: #c3space:matrix.org (bridged to IRC)
* Twitter: [@c3spacecentre](https://twitter.com/c3spacecentre)
* Mastodon: [@C3SpaceCentre](https://chaos.social/@C3SpaceCentre)
* Mastodon: [@C3SpaceCentre](https://botsin.space/@C3SpaceCentre)

46
pages/37c3/index.md Normal file
View File

@ -0,0 +1,46 @@
.. title: C3Space at the 37C3
.. slug: events/37c3
.. date: 2023-12-03 15:00:00 UTC+01:00
.. tags:
.. category: events
.. link:
.. description:
.. type: text
The C3Space Assembly is intended as place to hang out (and to show of projects)
for everyone interested in space exploration, space travel, satellites, cubesats,
satellite tracking, diy astronomy, amateur rocketry ... you name it.
The goal is to bring all the different people hacking on space topics in our community in one place,
explore existing projects and come up with new ideas to hack where no congress has hacked before.
As is tradition by now we teamed up with the [Libre Space Foundation](https://libre.space/)
to create an awesome assembly for all things space related.
Please be aware, that we aim to provide a safe environment for all galactic life forms
(although we are only able to provide an oxygen atmosphere). We come in peace!
**Location:** **TBD**
Topics
======
* Building a satellite
* How to receive and decode signals from space
* Weather satellites: APT, HRPT, ...
* Cubesats
* DIY radio astronomy
* The (SatNOGs Project)[https://satnogs.org/]
* General rocket science
* Model/Experimental rockets
* DIY rocket engines
* Nerding real rocket science
* History of space flight and exploration
Projects
========
**TBD**
Getting in Touch
================
* IRC: #c3space on irc.libera.chat:6697
* Matrix: #c3space:matrix.org (bridged to IRC)
* Mastodon: [@C3SpaceCentre](https://botsin.space/@C3SpaceCentre)

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

View File

@ -1,12 +0,0 @@
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on December 19, 2019 */
@font-face {
font-family: 'blackout_midnightumlautsRg';
src: url('blackout_midnight_umlauts-webfont.woff2') format('woff2'),
url('blackout_midnight_umlauts-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,91 @@
/*
black: #000000ff;
white: #ffffffff;
verylightgrey: #d9d9d9ff;
lightgrey: #aaaaaaff;
mediumgrey: #7a7a7aff;
darkgray: #202020ff;
red: #de4040ff;
blue: #2d42ffff;
green: #79ff5eff;
darkred: #561010ff;
darkblue: #0b1575ff;
darkgreen: #2b8d18ff;
cyan: #29ffffff;
magenta: #de37ffff;
yellow: #f6f675ff;
darkcyan: #006b6bff;
darkmagenta: #66007aff;
darkyellow: #757501ff;
*/
@font-face{
font-family: 'vcr osd mono';
font-style:normal;
font-weight:400;
src: url('VCR_OSD_MONO_1.001.woff') format('woff')
}
@font-face {
font-family: 'Mona Sans';
src: url('MonaSans-Bold.woff2') format('woff2'),
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Mona Sans';
src: url('MonaSans-Regular.woff2') format('woff2'),
font-weight: normal;
font-style: normal;
}
body {
background-image: url('/assets/37c3/background.png');
background-repeat: repeat-y;
color: #d9d9d9ff;
background-color: #000000;
}
#container {
background-color: #000000;
border: #0b1575ff 1px solid;
}
#header {
border-bottom: #0b1575ff 1px solid;
}
.entry-title {
font-family: 'Mona Sans';
font-weight: bold;
}
.entry-title .u-url {
color: #29ffffff;
}
/* Links */
:link {
color: #de37ffff;
text-decoration: none;
}
:visited {
color: #66007aff;
}
#menu ul,
#menu ul li,
.postpromonav .tags,
.postpromonav .tags li,
.pager,
.pager li,
#toptranslations ul,
#toptranslations ul li {
font-family: 'vcr osd mono';
}
#content h2 {
color: #de4040ff;
}

View File

@ -0,0 +1,3 @@
{% set logo_url = '/assets/37c3/logo.gif' %}
{% set event_css = '/assets/css/37c3/event.css' %}
{% extends 'story.tmpl' %}