diff --git a/bornhack/static_src/css/bornhack.css b/bornhack/static_src/css/bornhack.css index 62e722d4..b6fd151d 100644 --- a/bornhack/static_src/css/bornhack.css +++ b/bornhack/static_src/css/bornhack.css @@ -6,7 +6,7 @@ a, a:focus, a:hover { - color: #fff; + color: #eee; } /* Custom default button */ @@ -27,10 +27,10 @@ a:hover { html, body { height: 100%; - background-color: #333; + background-color: #fff; } body { - color: #fff; + color: #000; } .site-wrapper { @@ -116,6 +116,7 @@ body { } .cover .lead { text-align: justify; + font-family: 'Hack'; } .cover.center, .cover.center p { diff --git a/bornhack/static_src/css/hack-extended.css b/bornhack/static_src/css/hack-extended.css new file mode 100644 index 00000000..825be805 --- /dev/null +++ b/bornhack/static_src/css/hack-extended.css @@ -0,0 +1,38 @@ +/*! + * Hack v2.019 - https://sourcefoundry.org/hack/ + * Licenses - Fonts: Hack Open Font License + Bitstream Vera license, CSS: MIT License + */ +/* FONT PATHS + * -------------------------- */ +@font-face { + font-family: 'Hack'; + src: url('../fonts/eot/hack-regular-webfont.eot?v=2.019'); + src: url('../fonts/eot/hack-regular-webfont.eot?#iefix&v=2.019') format('embedded-opentype'), url('../fonts/woff2/hack-regular-webfont.woff2?v=2.019') format('woff2'), url('../fonts/woff/hack-regular-webfont.woff?v=2.019') format('woff'), url('../fonts/web-ttf/hack-regular-webfont.ttf?v=2.019') format('truetype'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Hack'; + src: url('../fonts/eot/hack-bold-webfont.eot?v=2.019'); + src: url('../fonts/eot/hack-bold-webfont.eot?#iefix&v=2.019') format('embedded-opentype'), url('../fonts/woff2/hack-bold-webfont.woff2?v=2.019') format('woff2'), url('../fonts/woff/hack-bold-webfont.woff?v=2.019') format('woff'), url('../fonts/web-ttf/hack-bold-webfont.ttf?v=2.019') format('truetype'); + font-weight: 700; + font-style: normal; +} + +@font-face { + font-family: 'Hack'; + src: url('../fonts/eot/hack-italic-webfont.eot?v=2.019'); + src: url('../fonts/eot/hack-italic-webfont.eot?#iefix&v=2.019') format('embedded-opentype'), url('../fonts/woff2/hack-italic-webfont.woff2?v=2.019') format('woff2'), url('../fonts/woff/hack-italic-webfont.woff?v=2.019') format('woff'), url('../fonts/web-ttf/hack-italic-webfont.ttf?v=2.019') format('truetype'); + font-weight: 400; + font-style: italic; +} + +@font-face { + font-family: 'Hack'; + src: url('../fonts/eot/hack-bolditalic-webfont.eot?v=2.019'); + src: url('../fonts/eot/hack-bolditalic-webfont.eot?#iefix&v=2.019') format('embedded-opentype'), url('../fonts/woff2/hack-bolditalic-webfont.woff2?v=2.019') format('woff2'), url('../fonts/woff/hack-bolditalic-webfont.woff?v=2.019') format('woff'), url('../fonts/web-ttf/hack-bolditalic-webfont.ttf?v=2.019') format('truetype'); + font-weight: 700; + font-style: italic; +} + diff --git a/bornhack/static_src/css/hack-extended.min.css b/bornhack/static_src/css/hack-extended.min.css new file mode 100644 index 00000000..7ea33f6d --- /dev/null +++ b/bornhack/static_src/css/hack-extended.min.css @@ -0,0 +1,4 @@ +/*! + * Hack v2.019 - https://sourcefoundry.org/hack/ + * Licenses - Fonts: Hack Open Font License + Bitstream Vera license, CSS: MIT License + */@font-face{font-family:'Hack';src:url('../fonts/eot/hack-regular-webfont.eot?v=2.019');src:url('../fonts/eot/hack-regular-webfont.eot?#iefix&v=2.019') format('embedded-opentype'),url('../fonts/woff2/hack-regular-webfont.woff2?v=2.019') format('woff2'),url('../fonts/woff/hack-regular-webfont.woff?v=2.019') format('woff'),url('../fonts/web-ttf/hack-regular-webfont.ttf?v=2.019') format('truetype');font-weight:400;font-style:normal}@font-face{font-family:'Hack';src:url('../fonts/eot/hack-bold-webfont.eot?v=2.019');src:url('../fonts/eot/hack-bold-webfont.eot?#iefix&v=2.019') format('embedded-opentype'),url('../fonts/woff2/hack-bold-webfont.woff2?v=2.019') format('woff2'),url('../fonts/woff/hack-bold-webfont.woff?v=2.019') format('woff'),url('../fonts/web-ttf/hack-bold-webfont.ttf?v=2.019') format('truetype');font-weight:700;font-style:normal}@font-face{font-family:'Hack';src:url('../fonts/eot/hack-italic-webfont.eot?v=2.019');src:url('../fonts/eot/hack-italic-webfont.eot?#iefix&v=2.019') format('embedded-opentype'),url('../fonts/woff2/hack-italic-webfont.woff2?v=2.019') format('woff2'),url('../fonts/woff/hack-italic-webfont.woff?v=2.019') format('woff'),url('../fonts/web-ttf/hack-italic-webfont.ttf?v=2.019') format('truetype');font-weight:400;font-style:italic}@font-face{font-family:'Hack';src:url('../fonts/eot/hack-bolditalic-webfont.eot?v=2.019');src:url('../fonts/eot/hack-bolditalic-webfont.eot?#iefix&v=2.019') format('embedded-opentype'),url('../fonts/woff2/hack-bolditalic-webfont.woff2?v=2.019') format('woff2'),url('../fonts/woff/hack-bolditalic-webfont.woff?v=2.019') format('woff'),url('../fonts/web-ttf/hack-bolditalic-webfont.ttf?v=2.019') format('truetype');font-weight:700;font-style:italic} \ No newline at end of file diff --git a/bornhack/static_src/css/hack.css b/bornhack/static_src/css/hack.css new file mode 100644 index 00000000..9c19b09c --- /dev/null +++ b/bornhack/static_src/css/hack.css @@ -0,0 +1,37 @@ +/*! + * Hack v2.019 - https://sourcefoundry.org/hack/ + * Licenses - Fonts: Hack Open Font License + Bitstream Vera license, CSS: MIT License + */ +/* FONT PATHS + * -------------------------- */ +@font-face { + font-family: 'Hack'; + src: url('../fonts/eot/latin/hack-regular-latin-webfont.eot?v=2.019'); + src: url('../fonts/eot/latin/hack-regular-latin-webfont.eot?#iefix&v=2.019') format('embedded-opentype'), url('../fonts/woff2/latin/hack-regular-latin-webfont.woff2?v=2.019') format('woff2'), url('../fonts/woff/latin/hack-regular-latin-webfont.woff?v=2.019') format('woff'), url('../fonts/web-ttf/latin/hack-regular-latin-webfont.ttf?v=2.019') format('truetype'); + font-weight: 400; + font-style: normal; +} + +@font-face { + font-family: 'Hack'; + src: url('../fonts/eot/latin/hack-bold-latin-webfont.eot?v=2.019'); + src: url('../fonts/eot/latin/hack-bold-latin-webfont.eot?#iefix&v=2.019') format('embedded-opentype'), url('../fonts/woff2/latin/hack-bold-latin-webfont.woff2?v=2.019') format('woff2'), url('../fonts/woff/latin/hack-bold-latin-webfont.woff?v=2.019') format('woff'), url('../fonts/web-ttf/latin/hack-bold-latin-webfont.ttf?v=2.019') format('truetype'); + font-weight: 700; + font-style: normal; +} + +@font-face { + font-family: 'Hack'; + src: url('../fonts/eot/latin/hack-italic-latin-webfont.eot?v=2.019'); + src: url('../fonts/eot/latin/hack-italic-latin-webfont.eot?#iefix&v=2.019') format('embedded-opentype'), url('../fonts/woff2/latin/hack-italic-latin-webfont.woff2?v=2.019') format('woff2'), url('../fonts/woff/latin/hack-italic-latin-webfont.woff?v=2.019') format('woff'), url('../fonts/web-ttf/latin/hack-italic-latin-webfont.ttf?v=2.019') format('truetype'); + font-weight: 400; + font-style: italic; +} + +@font-face { + font-family: 'Hack'; + src: url('../fonts/eot/latin/hack-bolditalic-latin-webfont.eot?v=2.019'); + src: url('../fonts/eot/latin/hack-bolditalic-latin-webfont.eot?#iefix&v=2.019') format('embedded-opentype'), url('../fonts/woff2/latin/hack-bolditalic-latin-webfont.woff2?v=2.019') format('woff2'), url('../fonts/woff/latin/hack-bolditalic-latin-webfont.woff?v=2.019') format('woff'), url('../fonts/web-ttf/latin/hack-bolditalic-latin-webfont.ttf?v=2.019') format('truetype'); + font-weight: 700; + font-style: italic; +} diff --git a/bornhack/static_src/css/hack.min.css b/bornhack/static_src/css/hack.min.css new file mode 100644 index 00000000..39650009 --- /dev/null +++ b/bornhack/static_src/css/hack.min.css @@ -0,0 +1,4 @@ +/*! + * Hack v2.019 - https://sourcefoundry.org/hack/ + * Licenses - Fonts: Hack Open Font License + Bitstream Vera license, CSS: MIT License + */@font-face{font-family:'Hack';src:url('../fonts/eot/latin/hack-regular-latin-webfont.eot?v=2.019');src:url('../fonts/eot/latin/hack-regular-latin-webfont.eot?#iefix&v=2.019') format('embedded-opentype'),url('../fonts/woff2/latin/hack-regular-latin-webfont.woff2?v=2.019') format('woff2'),url('../fonts/woff/latin/hack-regular-latin-webfont.woff?v=2.019') format('woff'),url('../fonts/web-ttf/latin/hack-regular-latin-webfont.ttf?v=2.019') format('truetype');font-weight:400;font-style:normal}@font-face{font-family:'Hack';src:url('../fonts/eot/latin/hack-bold-latin-webfont.eot?v=2.019');src:url('../fonts/eot/latin/hack-bold-latin-webfont.eot?#iefix&v=2.019') format('embedded-opentype'),url('../fonts/woff2/latin/hack-bold-latin-webfont.woff2?v=2.019') format('woff2'),url('../fonts/woff/latin/hack-bold-latin-webfont.woff?v=2.019') format('woff'),url('../fonts/web-ttf/latin/hack-bold-latin-webfont.ttf?v=2.019') format('truetype');font-weight:700;font-style:normal}@font-face{font-family:'Hack';src:url('../fonts/eot/latin/hack-italic-latin-webfont.eot?v=2.019');src:url('../fonts/eot/latin/hack-italic-latin-webfont.eot?#iefix&v=2.019') format('embedded-opentype'),url('../fonts/woff2/latin/hack-italic-latin-webfont.woff2?v=2.019') format('woff2'),url('../fonts/woff/latin/hack-italic-latin-webfont.woff?v=2.019') format('woff'),url('../fonts/web-ttf/latin/hack-italic-latin-webfont.ttf?v=2.019') format('truetype');font-weight:400;font-style:italic}@font-face{font-family:'Hack';src:url('../fonts/eot/latin/hack-bolditalic-latin-webfont.eot?v=2.019');src:url('../fonts/eot/latin/hack-bolditalic-latin-webfont.eot?#iefix&v=2.019') format('embedded-opentype'),url('../fonts/woff2/latin/hack-bolditalic-latin-webfont.woff2?v=2.019') format('woff2'),url('../fonts/woff/latin/hack-bolditalic-latin-webfont.woff?v=2.019') format('woff'),url('../fonts/web-ttf/latin/hack-bolditalic-latin-webfont.ttf?v=2.019') format('truetype');font-weight:700;font-style:italic} \ No newline at end of file diff --git a/bornhack/static_src/fonts/Hack-v2_019-webfonts.zip b/bornhack/static_src/fonts/Hack-v2_019-webfonts.zip new file mode 100644 index 00000000..96ec61ea Binary files /dev/null and b/bornhack/static_src/fonts/Hack-v2_019-webfonts.zip differ diff --git a/bornhack/static_src/fonts/eot/hack-bold-webfont.eot b/bornhack/static_src/fonts/eot/hack-bold-webfont.eot new file mode 100755 index 00000000..cce5de0d Binary files /dev/null and b/bornhack/static_src/fonts/eot/hack-bold-webfont.eot differ diff --git a/bornhack/static_src/fonts/eot/hack-bolditalic-webfont.eot b/bornhack/static_src/fonts/eot/hack-bolditalic-webfont.eot new file mode 100755 index 00000000..476a53ee Binary files /dev/null and b/bornhack/static_src/fonts/eot/hack-bolditalic-webfont.eot differ diff --git a/bornhack/static_src/fonts/eot/hack-italic-webfont.eot b/bornhack/static_src/fonts/eot/hack-italic-webfont.eot new file mode 100755 index 00000000..7897b52c Binary files /dev/null and b/bornhack/static_src/fonts/eot/hack-italic-webfont.eot differ diff --git a/bornhack/static_src/fonts/eot/hack-regular-webfont.eot b/bornhack/static_src/fonts/eot/hack-regular-webfont.eot new file mode 100755 index 00000000..a1d6cfa6 Binary files /dev/null and b/bornhack/static_src/fonts/eot/hack-regular-webfont.eot differ diff --git a/bornhack/static_src/fonts/eot/latin/hack-bold-latin-webfont.eot b/bornhack/static_src/fonts/eot/latin/hack-bold-latin-webfont.eot new file mode 100755 index 00000000..cb337c2e Binary files /dev/null and b/bornhack/static_src/fonts/eot/latin/hack-bold-latin-webfont.eot differ diff --git a/bornhack/static_src/fonts/eot/latin/hack-bolditalic-latin-webfont.eot b/bornhack/static_src/fonts/eot/latin/hack-bolditalic-latin-webfont.eot new file mode 100755 index 00000000..96c206fc Binary files /dev/null and b/bornhack/static_src/fonts/eot/latin/hack-bolditalic-latin-webfont.eot differ diff --git a/bornhack/static_src/fonts/eot/latin/hack-italic-latin-webfont.eot b/bornhack/static_src/fonts/eot/latin/hack-italic-latin-webfont.eot new file mode 100755 index 00000000..9ba3b6f6 Binary files /dev/null and b/bornhack/static_src/fonts/eot/latin/hack-italic-latin-webfont.eot differ diff --git a/bornhack/static_src/fonts/eot/latin/hack-regular-latin-webfont.eot b/bornhack/static_src/fonts/eot/latin/hack-regular-latin-webfont.eot new file mode 100755 index 00000000..17220173 Binary files /dev/null and b/bornhack/static_src/fonts/eot/latin/hack-regular-latin-webfont.eot differ diff --git a/bornhack/static_src/fonts/web-ttf/hack-bold-webfont.ttf b/bornhack/static_src/fonts/web-ttf/hack-bold-webfont.ttf new file mode 100755 index 00000000..6d475e52 Binary files /dev/null and b/bornhack/static_src/fonts/web-ttf/hack-bold-webfont.ttf differ diff --git a/bornhack/static_src/fonts/web-ttf/hack-bolditalic-webfont.ttf b/bornhack/static_src/fonts/web-ttf/hack-bolditalic-webfont.ttf new file mode 100755 index 00000000..3b71bf2b Binary files /dev/null and b/bornhack/static_src/fonts/web-ttf/hack-bolditalic-webfont.ttf differ diff --git a/bornhack/static_src/fonts/web-ttf/hack-italic-webfont.ttf b/bornhack/static_src/fonts/web-ttf/hack-italic-webfont.ttf new file mode 100755 index 00000000..c9bb0ccd Binary files /dev/null and b/bornhack/static_src/fonts/web-ttf/hack-italic-webfont.ttf differ diff --git a/bornhack/static_src/fonts/web-ttf/hack-regular-webfont.ttf b/bornhack/static_src/fonts/web-ttf/hack-regular-webfont.ttf new file mode 100755 index 00000000..f1dcabd9 Binary files /dev/null and b/bornhack/static_src/fonts/web-ttf/hack-regular-webfont.ttf differ diff --git a/bornhack/static_src/fonts/web-ttf/latin/hack-bold-latin-webfont.ttf b/bornhack/static_src/fonts/web-ttf/latin/hack-bold-latin-webfont.ttf new file mode 100755 index 00000000..1ab061ee Binary files /dev/null and b/bornhack/static_src/fonts/web-ttf/latin/hack-bold-latin-webfont.ttf differ diff --git a/bornhack/static_src/fonts/web-ttf/latin/hack-bolditalic-latin-webfont.ttf b/bornhack/static_src/fonts/web-ttf/latin/hack-bolditalic-latin-webfont.ttf new file mode 100755 index 00000000..35debddc Binary files /dev/null and b/bornhack/static_src/fonts/web-ttf/latin/hack-bolditalic-latin-webfont.ttf differ diff --git a/bornhack/static_src/fonts/web-ttf/latin/hack-italic-latin-webfont.ttf b/bornhack/static_src/fonts/web-ttf/latin/hack-italic-latin-webfont.ttf new file mode 100755 index 00000000..184a331e Binary files /dev/null and b/bornhack/static_src/fonts/web-ttf/latin/hack-italic-latin-webfont.ttf differ diff --git a/bornhack/static_src/fonts/web-ttf/latin/hack-regular-latin-webfont.ttf b/bornhack/static_src/fonts/web-ttf/latin/hack-regular-latin-webfont.ttf new file mode 100755 index 00000000..8e0c9b6c Binary files /dev/null and b/bornhack/static_src/fonts/web-ttf/latin/hack-regular-latin-webfont.ttf differ diff --git a/bornhack/static_src/fonts/woff/hack-bold-webfont.woff b/bornhack/static_src/fonts/woff/hack-bold-webfont.woff new file mode 100755 index 00000000..4d781b81 Binary files /dev/null and b/bornhack/static_src/fonts/woff/hack-bold-webfont.woff differ diff --git a/bornhack/static_src/fonts/woff/hack-bolditalic-webfont.woff b/bornhack/static_src/fonts/woff/hack-bolditalic-webfont.woff new file mode 100755 index 00000000..7d9ea65a Binary files /dev/null and b/bornhack/static_src/fonts/woff/hack-bolditalic-webfont.woff differ diff --git a/bornhack/static_src/fonts/woff/hack-italic-webfont.woff b/bornhack/static_src/fonts/woff/hack-italic-webfont.woff new file mode 100755 index 00000000..e8d86aa2 Binary files /dev/null and b/bornhack/static_src/fonts/woff/hack-italic-webfont.woff differ diff --git a/bornhack/static_src/fonts/woff/hack-regular-webfont.woff b/bornhack/static_src/fonts/woff/hack-regular-webfont.woff new file mode 100755 index 00000000..845bfe06 Binary files /dev/null and b/bornhack/static_src/fonts/woff/hack-regular-webfont.woff differ diff --git a/bornhack/static_src/fonts/woff/latin/hack-bold-latin-webfont.woff b/bornhack/static_src/fonts/woff/latin/hack-bold-latin-webfont.woff new file mode 100755 index 00000000..e5bb5c71 Binary files /dev/null and b/bornhack/static_src/fonts/woff/latin/hack-bold-latin-webfont.woff differ diff --git a/bornhack/static_src/fonts/woff/latin/hack-bolditalic-latin-webfont.woff b/bornhack/static_src/fonts/woff/latin/hack-bolditalic-latin-webfont.woff new file mode 100755 index 00000000..92c183ed Binary files /dev/null and b/bornhack/static_src/fonts/woff/latin/hack-bolditalic-latin-webfont.woff differ diff --git a/bornhack/static_src/fonts/woff/latin/hack-italic-latin-webfont.woff b/bornhack/static_src/fonts/woff/latin/hack-italic-latin-webfont.woff new file mode 100755 index 00000000..7dd25205 Binary files /dev/null and b/bornhack/static_src/fonts/woff/latin/hack-italic-latin-webfont.woff differ diff --git a/bornhack/static_src/fonts/woff/latin/hack-regular-latin-webfont.woff b/bornhack/static_src/fonts/woff/latin/hack-regular-latin-webfont.woff new file mode 100755 index 00000000..2810e6f9 Binary files /dev/null and b/bornhack/static_src/fonts/woff/latin/hack-regular-latin-webfont.woff differ diff --git a/bornhack/static_src/fonts/woff2/hack-bold-webfont.woff2 b/bornhack/static_src/fonts/woff2/hack-bold-webfont.woff2 new file mode 100755 index 00000000..57070432 Binary files /dev/null and b/bornhack/static_src/fonts/woff2/hack-bold-webfont.woff2 differ diff --git a/bornhack/static_src/fonts/woff2/hack-bolditalic-webfont.woff2 b/bornhack/static_src/fonts/woff2/hack-bolditalic-webfont.woff2 new file mode 100755 index 00000000..e50ff6b2 Binary files /dev/null and b/bornhack/static_src/fonts/woff2/hack-bolditalic-webfont.woff2 differ diff --git a/bornhack/static_src/fonts/woff2/hack-italic-webfont.woff2 b/bornhack/static_src/fonts/woff2/hack-italic-webfont.woff2 new file mode 100755 index 00000000..7a24ce88 Binary files /dev/null and b/bornhack/static_src/fonts/woff2/hack-italic-webfont.woff2 differ diff --git a/bornhack/static_src/fonts/woff2/hack-regular-webfont.woff2 b/bornhack/static_src/fonts/woff2/hack-regular-webfont.woff2 new file mode 100755 index 00000000..00d8702e Binary files /dev/null and b/bornhack/static_src/fonts/woff2/hack-regular-webfont.woff2 differ diff --git a/bornhack/static_src/fonts/woff2/latin/hack-bold-latin-webfont.woff2 b/bornhack/static_src/fonts/woff2/latin/hack-bold-latin-webfont.woff2 new file mode 100755 index 00000000..34dfd3c9 Binary files /dev/null and b/bornhack/static_src/fonts/woff2/latin/hack-bold-latin-webfont.woff2 differ diff --git a/bornhack/static_src/fonts/woff2/latin/hack-bolditalic-latin-webfont.woff2 b/bornhack/static_src/fonts/woff2/latin/hack-bolditalic-latin-webfont.woff2 new file mode 100755 index 00000000..021529e5 Binary files /dev/null and b/bornhack/static_src/fonts/woff2/latin/hack-bolditalic-latin-webfont.woff2 differ diff --git a/bornhack/static_src/fonts/woff2/latin/hack-italic-latin-webfont.woff2 b/bornhack/static_src/fonts/woff2/latin/hack-italic-latin-webfont.woff2 new file mode 100755 index 00000000..edd87830 Binary files /dev/null and b/bornhack/static_src/fonts/woff2/latin/hack-italic-latin-webfont.woff2 differ diff --git a/bornhack/static_src/fonts/woff2/latin/hack-regular-latin-webfont.woff2 b/bornhack/static_src/fonts/woff2/latin/hack-regular-latin-webfont.woff2 new file mode 100755 index 00000000..f63b217b Binary files /dev/null and b/bornhack/static_src/fonts/woff2/latin/hack-regular-latin-webfont.woff2 differ diff --git a/bornhack/templates/base.html b/bornhack/templates/base.html index 45ad533c..3f67e197 100644 --- a/bornhack/templates/base.html +++ b/bornhack/templates/base.html @@ -15,6 +15,9 @@ + + + diff --git a/bornhack/templates/frontpage.html b/bornhack/templates/frontpage.html index ab535341..7cd95500 100644 --- a/bornhack/templates/frontpage.html +++ b/bornhack/templates/frontpage.html @@ -9,28 +9,29 @@

- Bornhack is a camp where hackers, makers and people with an interest - in technology come together for a week to celebrate technology, - socialise and have fun. + Bornhack is a camp where hackers, makers and people with + an interest in technology come together for a week to celebrate technology, + socialise and have fun.

- It takes place for the first time from August 27 to September - 3rd 2016 on the Danish island Bornholm where we have found the - geography as well as backbone to make it happen. + It takes place for the first time from August 27 to September 3rd + 2016 on the Danish island Bornholm where we + have found the geography as well as backbone to make it happen.

- Bornhack is a participatory event where we expect people to come - up with crazy ideas and help make the content. We will try to - attract interesting people for holding talks and make workshops, - but this is just a frame - the rest is up to you. + Bornhack is a participatory event where we expect people + to come up with crazy ideas and help make the content. We will try to + attract interesting people for holding talks and make workshops, but this + is just a frame - the rest is up to you.

We hope you will show your interest by signing onto our mailing-list as soon as we get it up. In the meantime you are very much welcome to ask - questions and show your interest on IRC at #bornhack on irc.freenode.net + questions and show your interest on IRC at #bornhack on + irc.freenode.net such that you can help us understand what you think would be fun to do. This is a new event, so we don't yet know exactly where this is going - but give us your feedback and