Compare commits

...

No commits in common. "master" and "gh-pages" have entirely different histories.

9 changed files with 5 additions and 59 deletions

21
LICENSE
View File

@ -1,21 +0,0 @@
MIT License
Copyright (c) 2018 Jaan Jänesmäe
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@ -1,13 +0,0 @@
# Signs @ k-space.ee
Make signs the easy way. Just open up your browser, type in the info and print! Yes, print! Go check it out at [https://janesmae.github.io/signs_at_k-space/](https://janesmae.github.io/signs_at_k-space/).
![select](/demo.gif)
## Install
Easy, install a webserver and put the included index.html and signs.css file into the public webroot directory.
## License
[MIT](LICENSE)

BIN
demo.gif

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 KiB

View File

@ -1,8 +0,0 @@
signs:
image: ghcr.io/jtagcat/docker_httpd_mods:01_utf8
volumes:
- ${OVERNODE_ETC}/public:/usr/local/apache2/htdocs:ro
restart: unless-stopped
# port 80
network_mode: bridge
hostname: signs.weave.local

View File

@ -1,6 +0,0 @@
id: signs
version: 3
signs:
docker-compose.yml: 1, 2, 3

Binary file not shown.

View File

@ -3,13 +3,8 @@
size: A4 landscape;
}
@font-face {
font-family: 'D-DIN Bold';
src: url("https://media.k-space.ee/fonts/D-DIN-Bold.woff2") format("woff2");
src: url("https://media.k-space.ee/fonts/D-DIN-Bold.woff") format('woff');
src: url("https://media.k-space.ee/fonts/D-DIN-Bold.ttf") format('ttf');
src: url("https://media.k-space.ee/fonts/D-DIN-Bold.otf") format('otf');
src: url("D-DIN-Bold.woff2") format("woff2");
html {
font-family: 'Orbitron', sans-serif;
}
body {
@ -25,7 +20,7 @@ body {
padding: 10mm;
padding-top: 5mm;
width: 297mm;
height: 209mm;
height: 209mm
border-spacing: 0;
}
@ -38,11 +33,10 @@ body {
.logo img {
height:35mm;
pointer-events: none;
float:initial;
float:inline-start;
}
.main {
font-family: "D-DIN Bold", sans-serif;
display: table-row;
font-size: 25mm;
width: 100%;
@ -53,7 +47,6 @@ body {
}
.subline {
font-family: "D-DIN Bold", sans-serif;
display: table-row;
font-size: 12mm;
text-align: center;
@ -69,6 +62,7 @@ body {
outline: none;
-ms-word-break: break-all;
word-break: break-all;
/* Non standard for webkit */
word-break: break-word;