-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharticle.html
More file actions
69 lines (57 loc) · 2.8 KB
/
article.html
File metadata and controls
69 lines (57 loc) · 2.8 KB
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
67
68
69
<!DOCTYPE html>
<html class="no-js">
<head>
<title>Editorial</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1">
<link rel="stylesheet" href="/assets/css/main.css" />
</head>
<body>
<div class="Wrapper Wrapper--row" role="banner">
<header class="row">
<div class="column medium-8 medium-push-4 small-12">
<p class="Metadata">
I'm a header. I will have children one day.
</p>
</div>
</header>
</div>
<div class="Wrapper Wrapper--row" role="main">
<div class="row">
<div class="column medium-4">
<div class="column-content column-content--narrow">
<h1 class="Heading Heading--xx-large">
How to win the work you want
</h1>
</div>
</div>
<div class="column medium-8">
<div class="Editorial">
<p>
Dudley was ninety-two, in his second life, and fast approaching time for another rejuvenation. Despite his body having the physical age of a standard fifty-year-old, the prospect of a long degrading campaign within academia was one he regarded with dread. For a supposedly advanced civilization, the Intersolar Commonwearth could be appallingly backward at times, not to mention cruel.
</p>
<p>
The Carlton AllLander drove Dudley home just after dawn. Like the astronomer, the vehicle was old and worn, but perfectly capable of doing its job. It had a cheap diesel engine, common enough on a semi-frontier world like Gralmond, although its drive array was a thoroughly modern photoneural processor. With its high suspension and deep-tread tyres it could plough along the dirt track to the observatory in all weather and seasons, including the metre-deep snow of Gralmond’s winters.
</p>
<p>
Many forms of Government have been tried, and will be tried in this world of sin and woe. No one pretends that democracy is perfect or all-wise. Indeed, it has been said that democracy is the worst form of government except all those other forms that have been tried from time to time.
</p>
</div>
<p class="Metadata Metadata--pubDate Metadata--pubDate--secondary">
Published Aug 15 2015
</p>
</div>
</div>
</div>
<div class="Wrapper Wrapper--row" role="contentinfo">
<footer class="row u-padding-top--xx-large u-padding-bottom--xx-large">
<div class="column medium-8 medium-push-4 small-12">
<p class="Metadata">
I'm a footer. I will have children one day.
</p>
</div>
</footer>
</div>
</body>
</html>