-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
66 lines (48 loc) · 3.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="This is the website for an upcoming book by Lucy Harley-McKeown">
<meta name="keywords" content="Book, Politics">
<meta name="author" content="Lucy Harley-McKeown">
<title> Re-organise </title>
<link rel="stylesheet" href="/css/style.css">
<!-- <link rel="stylesheet" href="/fonts/stylesheet.css"> -->
<link rel="icon" type="image/png" href="/assets/favicon.png"/>
<!-- google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="top">
<div class="top-content">
<div class="nav">
<img style="justify-items: flex-start;" src="/assets/web-title.png">
</div>
<img src="/assets/book-cover-mockup.png">
</div>
</div>
<div class="bottom">
<div class="bottom-content">
<h5>In only a decade, the labour market has changed beyond all recognition - from zero-hour contracts to platform monopolies - meanwhile union memberships are at historic lows. How are workers fighting back?</h5>
<p>From doctors disillusioned with the BMA to crowdworkers organising for the first time, from a VC-backed company building trade union software to workers using Facebook groups to organise, former WSJ journalist <a href="https://twitter.com/lhm1">Lucy Harley-McKeown</a> takes us on a journey to discover how workers are organising in the 21st century.</p>
<p>Edited by <a href="https://twitter.com/hannah_o_rourke">Hannah O'Rourke</a> of <a href="https://www.labourtogether.uk/">Labour Together</a> & <a href="https://www.twitter.com/edsaperia">Edward Saperia</a> of <a href="http://newspeak.house/">Newspeak House</a></p>
<p>Copy edited by <a href="https://www.linkedin.com/in/kirstystyles">Kirsty Styles</a>, journalist, campaigner, researcher and performer.
<!-- <p><a href="https://www.amazon.co.uk/dp/B0B92V9N2S/ref=monarch_sidesheet">Order here</a> from 15th August and join us at the <a href="https://www.eventbrite.co.uk/e/reorganise-15-stories-of-workers-fighting-back-in-a-digital-age-tickets-395277203757">book launch</a> on 1st September at Newspeak House. </p> -->
<div class="button-holder">
<a href="https://www.amazon.co.uk/dp/B0B92V9N2S/ref=monarch_sidesheet"><div class="button">Order now</div></a>
</div>
<p>£1 from every copy sold will be donated to support the organising efforts of Amazon workers. </p>
<!--<form style="border:0px solid #eb5021;padding:10px;text-align:center;" action="https://tinyletter.com/reorganise" method="post" target="popupwindow" onsubmit="window.open('https://tinyletter.com/reorganise', 'popupwindow', 'scrollbars=yes,width=800,height=600');return true">
<p><label for="tlemail"></label></p>
<p><input type="text" placeholder="Email Address" name="email" id="tlemail" /></p>
<input type="hidden" value="1" name="embed"/><input type="submit" value="Subscribe for Updates" />
</form>-->
</div>
</div>
<script src="http://code.jquery.com/jquery-1.4.2.min.js"></script> <script> var x = document.getElementsByClassName("site-footer-credits"); setTimeout(() => { x[0].remove(); }, 10); </script>
</body>
</html>