diff --git a/Dockerfile b/Dockerfile index 3f9cb58..93fe7db 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM nginx:stable # Update repo and install some utilities and prerequisites RUN apt-get update -y RUN apt-get -y install procps git vim wget gnupg ca-certificates jq openssl task-spooler at curl apt-transport-https python3 python3-pip redis libssl-dev +RUN pip3 install pyyaml # --no-install-recommends # Install kubectl diff --git a/html5/fonts/DotGothic16-Regular.ttf b/html5/fonts/DotGothic16-Regular.ttf new file mode 100644 index 0000000..18b0c1e Binary files /dev/null and b/html5/fonts/DotGothic16-Regular.ttf differ diff --git a/html5/fonts/PressStart2P-Regular.ttf b/html5/fonts/PressStart2P-Regular.ttf new file mode 100644 index 0000000..2442aff Binary files /dev/null and b/html5/fonts/PressStart2P-Regular.ttf differ diff --git a/html5/fonts/VT323-Regular.ttf b/html5/fonts/VT323-Regular.ttf new file mode 100644 index 0000000..6aec599 Binary files /dev/null and b/html5/fonts/VT323-Regular.ttf differ diff --git a/html5/fonts/pixel.otf b/html5/fonts/pixel.otf deleted file mode 100644 index f24a0a7..0000000 Binary files a/html5/fonts/pixel.otf and /dev/null differ diff --git a/html5/fonts/pixel.ttf b/html5/fonts/pixel.ttf new file mode 100644 index 0000000..6aec599 Binary files /dev/null and b/html5/fonts/pixel.ttf differ diff --git a/html5/images/down-arrow.png b/html5/images/down-arrow.png new file mode 100644 index 0000000..3dfec09 Binary files /dev/null and b/html5/images/down-arrow.png differ diff --git a/html5/index.html b/html5/index.html index ccd3fe5..6d23b7f 100644 --- a/html5/index.html +++ b/html5/index.html @@ -35,7 +35,8 @@ @font-face { font-family: pixel; - src: url('./fonts/pixel.otf'); + src: url('./fonts/DotGothic16-Regular.ttf'); + font-size-adjust: inherit; } div { @@ -94,7 +95,7 @@ - + - + - + @@ -225,7 +229,7 @@
-