-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
179 lines (166 loc) · 4.35 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<style type="text/css">
/* general */
body {
margin: 0px;
padding: 10px 50px;
font-family: DejaVu Sans, Sans-Serif, Arial;
background: white;
}
a, a:visited, body {
color: #444;
}
a:hover, a:active {
color: green;
}
.header, .post {
max-width: 800px;
}
/* header */
.header {
display: block;
line-height: 20pt;
margin-left: auto;
margin-right: auto;
}
/* header logo: icon + green text on the right */
.logo, .logo:visited {
display: block;
color: green;
}
.icon {
animation: rotate 2s linear infinite;
animation-play-state: paused;
display: block;
font-size: 50pt;
float: left;
line-height: 50pt;
padding: 0px 10px;
}
.logo:hover .icon {
animation-play-state: running;
}
@keyframes rotate {
100% {transform: rotate(1turn);}
}
.logotext {
display: inline-block;
padding: 0px 15px;
font-style: italic;
line-height: 25pt;
}
.header .links {
background: lightgray;
display: block;
margin-top: 10px;
line-height: 25pt;
border-bottom: 1px solid green;
box-shadow: 0px 2px 1px 0px green;
}
.header .links a {
padding: 10px;
text-decoration: none;
}
/* content */
.post {
display: block;
margin: 50px;
padding-bottom: 25px;
border-bottom: 2px solid lightgray;
margin-left: auto;
margin-right: auto;
line-height: 2;
}
.h1 {
display: block;
text-decoration: underline;
font-weight: bold;
margin: 50px 0px 50px 0px;
transform: scale(1, 1.5);
line-height: 40pt;
font-size: 30pt;
}
.h2 {
display: block;
font-size: 18pt;
font-weight: bold;
}
.index {
font-size: 9pt;
}
.date, .ert, .ert::before {
color: gray;
text-weight: bold;
font-size: 10.5pt;
}
.date::after {
content: "/";
padding: 0px 0px 0px 5px;
}
.mono, code {
font-family: Consolas,Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
}
.index_post {
display: block;
}
/* thumbnails */
.thumb {
border-bottom: 3px dotted #444;
font-size: 0;
}
.thumb:hover {
border-bottom: 3px dotted green;
}
.thumb img {
width: 100px;
height: 100px;
padding-bottom: 3px;
margin-top: 20px;"
}
/* thumbnails with text on right */
.thumb-with-text-on-right
{
clear: left;
padding: 10px 0px;
}
.thumb-with-text-on-right .thumb
{
float: left;
margin-right: 20px;
}
</style>
<link rel="alternate" href="https://ollieparanoid.github.io/feed.xml" type="application/rss+xml">
<title>Home ♻</title>
</head>
<body>
<div class="header">
<a href="https://ollieparanoid.github.io/" class="logo">
<div class="icon">♻</div>
<div class="logotext">
Oliver Smith's blog:<br>
Recycle old smartphones with a native Linux distribution!<br>
</div>
</a>
<div class="links">
<a href="https://ollieparanoid.github.io/">home</a>
<a href="https://ollieparanoid.github.io/page/faq/">about / faq</a>
<a href="https://ollieparanoid.github.io/page/feedback/">feedback</a>
<a href="https://ollieparanoid.github.io/feed.xml">rss</a>
</div>
</div>
<div class="post">
<a class="h1" href="https://ollieparanoid.github.io/">Home</a>
<span class="date">2019-08-24</span><span class="ert">1 min</span><a class="index_post" href="https://ollieparanoid.github.io/post/2019-new-mail/">New e-mail address</a>
<span class="date">2018-08-05</span><span class="ert">2 min</span><a class="index_post" href="https://ollieparanoid.github.io/post/2018-august/">August 2018 blog update</a>
<span class="date">2017-10-15</span><span class="ert">2 min</span><a class="index_post" href="https://ollieparanoid.github.io/post/short-update/">Short update</a>
<span class="date">2017-07-15</span><span class="ert">6 min</span><a class="index_post" href="https://ollieparanoid.github.io/post/50-days-of-postmarketOS/">50 days of postmarketOS</a>
<span class="date">2017-06-03</span><span class="ert">5 min</span><a class="index_post" href="https://ollieparanoid.github.io/post/security-warning/">Aiming for a 10 year security nightmare</a>
<span class="date">2017-05-28</span><span class="ert">2 min</span><a class="index_post" href="https://ollieparanoid.github.io/post/postmarketOS-next/">postmarketOS: Overwhelmed by feedback and next steps</a>
<span class="date">2017-05-26</span><span class="ert">8 min</span><a class="index_post" href="https://ollieparanoid.github.io/post/postmarketOS/">postmarketOS: Aiming for a 10 year life-cycle for smartphones</a>
</div>
</body>
</html>