1
0
Fork 0
forked from samba/thk

update style and reformatting

This commit is contained in:
samba 2018-05-26 19:10:57 -06:00
parent f426946dd1
commit 59d188bc7e
2 changed files with 64 additions and 23 deletions

View file

@ -6,7 +6,7 @@
<meta http-equiv="Content-Security-Policy" content="default-src * 'self' 'unsafe-inline' 'unsafe-eval' data: gap: content:"> <meta http-equiv="Content-Security-Policy" content="default-src * 'self' 'unsafe-inline' 'unsafe-eval' data: gap: content:">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui, viewport-fit=cover"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="default"> <meta name="format-detection" content="telephone=no"> <meta name="msapplication-tap-highlight" content="no"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui, viewport-fit=cover"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="default"> <meta name="format-detection" content="telephone=no"> <meta name="msapplication-tap-highlight" content="no">
<title>Trans Hackmeeting</title> <title>Trans Hackmeeting</title>
<link rel="stylesheet" type="text/css" href="style.css"> <link rel="stylesheet" type="text/css" href="./style.css">
</head> </head>
<body> <body>
<header> <header>
@ -14,6 +14,7 @@
<h1>Trans Hackmeeting</h1> <h1>Trans Hackmeeting</h1>
<h2>August 9-13th 2018 @ Le Goutailloux, Tarnac (FR)</h2> <h2>August 9-13th 2018 @ Le Goutailloux, Tarnac (FR)</h2>
</header> </header>
<section> <section>
<p> <p>
Since many years in several European countries the mix of hacking Since many years in several European countries the mix of hacking
@ -24,14 +25,18 @@ Italian and Iberian hackmeeting)
<p> <p>
We think it would be great to We think it would be great to
bring the grassroots spirit and the critical view that drives these bring the grassroots spirit and the critical view that drives these
experience to a furthe level, as it happen years ago in Pula experience to a furthe level, as it happen years ago in Pula (Croatia).
(Croatia).</p> </p>
<p>We are proposing to whoever shares our self-managed
<p>
We are proposing to whoever shares our self-managed
non-institutional grassroots approach to subscribe to the 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 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 order to share experiences and ideas without being forced within political
or linguistic borders.</p> or linguistic borders.
</p>
</section> </section>
<section> <section>
<h3><p align="right">trans.hackmeeting.org</p></h3> <h3><p align="right">trans.hackmeeting.org</p></h3>
<ul> <ul>
@ -39,6 +44,7 @@ or linguistic borders.</p>
<li><strong>List: </strong><a href="https://www.autistici.org/mailman/listinfo/thk">THK mailinglist</a> <li><strong>List: </strong><a href="https://www.autistici.org/mailman/listinfo/thk">THK mailinglist</a>
</ul> </ul>
</section> </section>
<section> <section>
A big thanks to those who inspire us A big thanks to those who inspire us
<ul> <ul>
@ -49,6 +55,7 @@ A big thanks to those who inspire us
<li> <a href="https://calafou.org/"> Calafou </a> post-industrial revolutionary utopian reality <li> <a href="https://calafou.org/"> Calafou </a> post-industrial revolutionary utopian reality
</ul> </ul>
</section> </section>
<footer> <footer>
<a href="https://trans.hackmeeting.org">trans.hackmeeting.org</a> | <span class="copyleft">&copy;</span> transhackmeeting 2018 | <a href="https://www.autistici.org/mailman/thk">Mailing list</a> <a href="https://trans.hackmeeting.org">trans.hackmeeting.org</a> | <span class="copyleft">&copy;</span> transhackmeeting 2018 | <a href="https://www.autistici.org/mailman/thk">Mailing list</a>
</footer> </footer>

View file

@ -1,9 +1,43 @@
body { font-family:sans-serif;font-size:12pt;} body {
p {font-family:serif;} font-family:sans-serif;
a { text-decoration:none; color:#e12323;} font-size:12pt;
a:hover { text-decoration:line-through; } }
ul { list-style:none;} p {
hr { border:0; border-top:1px dotted #000;} font-family:serif;
.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;} a {
.copyleft {transform:rotate(180deg); display:inline-block;} 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;
}