From 59d188bc7e73c73b82da3b489697be1c21781999 Mon Sep 17 00:00:00 2001 From: samba Date: Sat, 26 May 2018 19:10:57 -0600 Subject: [PATCH] update style and reformatting --- index.html | 35 +++++++++++++++++++++-------------- style.css | 52 +++++++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 64 insertions(+), 23 deletions(-) diff --git a/index.html b/index.html index ae5d3a1..c62f33c 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ Trans Hackmeeting - +
@@ -14,6 +14,7 @@

Trans Hackmeeting

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

+

Since many years in several European countries the mix of hacking @@ -22,23 +23,28 @@ esxpres contents and share ideas (ex. hackON, Noise^2, Backbone, Italian and Iberian hackmeeting)

-We think it would be great to -bring the grassroots spirit and the critical view that drives these -experience to a furthe level, as it happen years ago in Pula -(Croatia).

-

We are proposing to whoever shares our self-managed -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.

+ We think it would be great to + bring the grassroots spirit and the critical view that drives these + experience to a furthe level, as it happen years ago in Pula (Croatia). +

+ +

+ We are proposing to whoever shares our self-managed + 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

- +
+
A big thanks to those who inspire us
+ diff --git a/style.css b/style.css index 48967ca..063eb40 100644 --- a/style.css +++ b/style.css @@ -1,9 +1,43 @@ -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;} +body { + font-family:sans-serif; + font-size:12pt; +} +p { + font-family:serif; +} +a { + text-decoration:none; + color:#e12323; +} +a:hover { + text-decoration: underline darkblue; + font-size: large; + color: blueviolet; +} +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; +}