diff --git a/faq.html b/faq.html new file mode 100644 index 0000000..45b3059 --- /dev/null +++ b/faq.html @@ -0,0 +1,232 @@ + + +
+ + + + ++ + [ENG] + [ES] + [IT] + [CAT] + [FRA] + [EUS] + +
++Those who build walls are their own prisoners. I'm going to go fulfill my +proper function in the social organism. I'm going to unbuild walls. + + -- Ursula K. Le Guin Quotes ++ + +
+ The Transhackmeeting started with the will to bring together the Spanish + and Italian annual hackmeetings. The Transhackmeeting happened twice in + 2004 and 2007. This new event, 11 years later, takes pride in this + filiation, and wants to gather hackers from across Europe in the central + ground of Tarnac, halfway between the Southern hacklabs and the Northern + hackerspaces. A group of people gathered during FOSDEM to organize the + meeting, including one person from Tarnac who proposed the place. During + 2017 surged the idea to reactivate the Transhackmeeting and through various + gatherings and discussions in the hackmeetings and various European events + emerged the plan to meet in Tarnac. Durante el año 2017 surge la idea de + volver a recuperar el encuentro y tras diversas puestas en común en los + hackmeetings y otros eventos europeos, se plantea un encuentro en Tarnac. + Mid-May we went to Tarnac to meet the people there and study the + feasability of making the event happen there. We were received like friends + and found a welcoming and ready collective to harbor the resurgence of the + Transhackmeeting. +
++
+oh yes! +subscribing to this list, and coming to the transhackmeeting you +are becoming part of the organization ;P + -- THK mailing list ++
+ Traditionally the Transhackmeeting is self-organized, which means that you, + as a participant, are part of the organization. The principal venue for THK + organization is the + mailing-list +
+ + ++ World > Europe > France > Tarnac +
+
++ You.Maps.(Latitute=45.66708,Longitude=1.94990) ++ + + + +
you can send an email to: +
thk AT autistici DOT org+ +
To participate and see updates on THK please register on the THK ML
++ IDEAS: +
+ This is a tran cultural event, there will be different languages mixed all + together: English will be just one of them as Italian, Python, French, Ruby + Spanish and many others.. +
++ For translation, discussion have started with COATI collective from + Barcelona to have all the necessary devices for direct translations, we + will need voluntary translator, from/to different languages. +
++ We are also looking at providing LSF / LSI translation when possible. +
+ +Stiamo proponendo a chi condivide la nostra forma di organizzarsi, non istituzionale, diretta, e dal basso, di partecipare alla lista THK -mailing-list per provare a ceare questo Trans-Incontro per condividere +mailing-list per provare a creare questo Trans-Incontro per condividere esperienze ed idee senza essere rinchiusi nei confini politici e nazionali a cui non crediamo.
diff --git a/style.css b/style.css index 279742b..2e552a5 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ body { font-family:sans-serif; - font-size:12pt; + font-size:15pt; } p { font-family:serif; @@ -75,8 +75,9 @@ footer { } section>h3 { - text-align: right; + text-align: left; margin-right: 2rem; + margin-left: 2rem; } section p:nth-child(2) { font-size: large; @@ -84,6 +85,14 @@ section p:nth-child(2) { text-align: justify; } +#register pre{ + background-color: #151513; + font-family: "Mono"; + text-align: left; + border-radius: 10px; + color:green; + font-size: 2em; +} pre { margin: 8px 0px 8px 0px; padding: 8px 8px 8px 8px; @@ -93,4 +102,31 @@ pre { background-color: #151513; font-family: "Mono"; text-align: right; + font-size:12pt; + color: white; + } + +pre { + margin: 8px 0px 8px 0px; + padding: 8px 8px 8px 8px; + border-width: 3px; + border-style: dotted; + border-color: #000000; + background-color: #151513; + font-family: "Mono"; + text-align: center; + font-size:10pt; + color: white; + } +pre { + margin: 8px 0px 8px 0px; + padding: 8px 8px 8px 8px; + border-width: 3px; + border-style: dotted; + border-color: #000000; + background-color: #151513; + font-family: "Mono"; + text-align: right; + font-size:12pt; + color: white; }