changed twitter handle to mastodon
This commit is contained in:
parent
b5d5eb8e03
commit
41163881fc
1 changed files with 32 additions and 0 deletions
32
src/buchdesmonats/layout_book
Normal file
32
src/buchdesmonats/layout_book
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>okoyono.de -- Buch des Monats</title>
|
||||||
|
<link rel="stylesheet" href="styles.css">
|
||||||
|
<script src="vendors/jquery-2.1.0.min.js"></script>
|
||||||
|
<script src="vendors/masonry-3.1.5.pkgd.min.js"></script>
|
||||||
|
<script src="vendors/imagesloaded-3.1.4.pkgd.min.js"></script>
|
||||||
|
<script src="main.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Buch des Monats</h1>
|
||||||
|
<p>Handerlesen und für gut befunden seit 2010
|
||||||
|
von <a href="https://social.okoyono.de/@mezzo" rel="author">Michael
|
||||||
|
Reutter</a>. Jeden Monat ein neues Buch aus seiner Sammlung zu den
|
||||||
|
Themengebieten Netzkultur, Geektum, Computerspiele und Cyberpunk. Diese
|
||||||
|
Bücherliste ist mittlerweile Anlaufstelle für so manchen Leser der nach
|
||||||
|
neuem Stoff sucht. Die Buchcover stammen
|
||||||
|
von <a href="http://lovelybooks.de/">Lovely
|
||||||
|
Books</a>, <a href="https://git.okoyono.de/mezzomix/buch_des_monats">der
|
||||||
|
Code</a> von <a href="https://aaron-fischer.net/">Aaron Fischer</a>.
|
||||||
|
Ein <a href="https://okoyono.de/">økoyono</a> Projekt.</p>
|
||||||
|
|
||||||
|
<div id="covers">
|
||||||
|
<div class="cover-item">
|
||||||
|
<a href="#">
|
||||||
|
<img src="#" alt="LovelyBooks cover" title="Book title">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue