From 0c4b3ded41ca38a3ccc1603089daa2fb44165f43 Mon Sep 17 00:00:00 2001 From: Siroco Date: Tue, 22 May 2018 22:15:29 +0200 Subject: [PATCH] . Add style.css . Edit dates --- index.html | 47 +++++++++++++++++++++++++++-------------------- style.css | 9 +++++++++ 2 files changed, 36 insertions(+), 20 deletions(-) create mode 100644 style.css diff --git a/index.html b/index.html index f161b6f..dd2b221 100644 --- a/index.html +++ b/index.html @@ -1,14 +1,20 @@ - + + + + Trans Hackmeeting - - + + + +
+

Trans Hackmeeting

-

August 9-12 2018

- +

9-12th August 2018 @ Le Goutailloux, Tarnac (FR)

+
+

Since many years in several European countries the mix of hacking and politics has produced several gatherings and local spaces to @@ -25,24 +31,25 @@ non-institutional grassroots approach to subscribe to the THK mailing-list to make an attempt to create an European gathering on hacking and politics in order to share experiences and ideas without being forced within political or linguistic borders.

- -

-

trans.hackmeeting.org

-

- -
-

-
  • collaborate: trans hack wiki -
  • coordinate: THK Mailing List -
  • -
    +
    +
    +

    Hackmeeting.org

    + +
    +
    A big thanks to those who inspire us -
    +
    - + +
    + diff --git a/style.css b/style.css new file mode 100644 index 0000000..48967ca --- /dev/null +++ b/style.css @@ -0,0 +1,9 @@ +body { font-family:sans-serif;font-size:12pt;} +p {font-family:serif;} +a { text-decoration:none; color:#e12323;} +a:hover { text-decoration:line-through; } +ul { list-style:none;} +hr { border:0; border-top:1px dotted #000;} +.logo{float:right;} body { max-width: 800px; left: 50%; position: relative; transform: translate(-50%,0%); } +footer {text-align:center; font-size:0.7em; padding-top:30px;} +.copyleft {transform:rotate(180deg); display:inline-block;}