Init
This commit is contained in:
commit
f8191d754a
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*.webp filter=lfs diff=lfs merge=lfs -text
|
20
README.md
Normal file
20
README.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# arbeitskampf.work
|
||||
|
||||
Site for promoting industrial action.
|
||||
|
||||
## Deployment
|
||||
|
||||
rsync -varP --exclude ".git/" --delete ./ arbeitskampf@arbeitskampf.work:
|
||||
|
||||
## License
|
||||
|
||||
[CC-BY-SA 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/)
|
||||
|
||||
Some included assets are licensed differently:
|
||||
|
||||
* `claus.webp`:
|
||||
[MagentaGreen](https://commons.wikimedia.org/wiki/User:MagentaGreen)
|
||||
on [Wikimedia Commons](https://commons.wikimedia.org/wiki/File:Claus_Weselsky_2015-01_B.jpg),
|
||||
original by Martha Doerfler for Rosa-Luxemburg-Stiftung
|
||||
on [flickr](https://www.flickr.com/photos/rosalux/17232761611/in/photolist-sfNpDv-riR2EN-rYfVoC-rYoZLk-rWxJqx)
|
||||
under [CC-BY 2.0](https://creativecommons.org/licenses/by/2.0/)
|
78
index.html
Normal file
78
index.html
Normal file
|
@ -0,0 +1,78 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Arbeitskampf</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<style>
|
||||
body {
|
||||
margin: 0px;
|
||||
overflow: hidden;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
.container {
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
.container img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
@media (min-aspect-ratio: 3/4) {
|
||||
.container img {
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
||||
|
||||
.attribution {
|
||||
position: absolute;
|
||||
padding: 1em;
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
background: #0000007f;
|
||||
border-top-right-radius: 16px;
|
||||
max-width: calc(67vw - 2em);
|
||||
}
|
||||
|
||||
.disclaimer {
|
||||
position: absolute;
|
||||
padding: 1em;
|
||||
bottom: 0px;
|
||||
right: 0px;
|
||||
background: #0000007f;
|
||||
border-top-left-radius: 16px;
|
||||
max-width: calc(33vw - 2em);
|
||||
}
|
||||
|
||||
.attribution a {
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.disclaimer details {
|
||||
font-size: .75rem;
|
||||
margin: 0px;
|
||||
color: white;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<a href="https://www.gdl.de/"><img src="weselsky.webp" alt="Claus Weselsky"></a>
|
||||
</div>
|
||||
<div class="attribution">
|
||||
<a href="https://commons.wikimedia.org/wiki/File:Claus_Weselsky_2015-01_B.jpg">Bild von MagentaGreen/Martha Doerfler</a>
|
||||
</div>
|
||||
<div class="disclaimer">
|
||||
<details>
|
||||
<summary>Disclaimer</summary>
|
||||
<p>Diese Seite steht in keinem Verhältnis zu Claus Weselsky oder der GDL.</p>
|
||||
<p><a href="https://git.sbruder.de/simon/arbeitskampf.work">Quelltext</a></p>
|
||||
</details>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
BIN
weselsky.webp
(Stored with Git LFS)
Normal file
BIN
weselsky.webp
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in a new issue